Skip to content

Commit d695335

Browse files
committed
Swap Goerli Etherscan screenshots to reflect new Sepolia contract
1 parent fad4829 commit d695335

File tree

10 files changed

+5
-11
lines changed

10 files changed

+5
-11
lines changed

data/contributors.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ export const contributors: ContributorLookup = {
2121
about:
2222
'Brian has been a member of the DeveloperDAO since November 2021, and enjoys building Web3 user experiences and smart contracts. Also active with Next.js, React and Serverless.',
2323
},
24-
_7i7o: {
25-
displayName: '7i7o',
26-
moreInfoUrl: 'https://github.com/7i7o',
27-
avatarUrl: 'https://avatars.githubusercontent.com/u/84824996?v=4',
28-
about: '7i7o has been a member of the DeveloperDAO since October 2021.',
29-
},
3024
piablo: {
3125
displayName: 'piablo',
3226
moreInfoUrl: 'https://twitter.com/Skruffster',

pages/lessons/projects/6.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -771,32 +771,32 @@ You can go into [Sepolia Etherscan](https://sepolia.etherscan.io/) block explore
771771
and search for this address that the command returned to check out your very own
772772
newly deployed smart contract!
773773

774-
![ERC20.etherscan](/assets/lessons/6/ERC20.etherscan.png)
774+
![ERC20-etherscan](/assets/lessons/6/ERC20-etherscan.png)
775775

776776
If you got to verify it, it also gives you a link to see your contract on the
777777
block explorer, in our case it's the last line the _Submitted contract for
778778
verification_ section: [Sepolia Etherscan](https://sepolia.etherscan.io/address/0xce68ed7aed9a1c6c185f2b8b576e7cbd7bf5daaf) **and** you get to see the code for
779779
the contract and all it's libraries right there in the tab named _Contract_ with
780780
a green checkmark.
781781

782-
If you scroll down, you'll see our code. It was the last file of the set for me:
782+
If you scroll down, you'll see our code. It was the first file of the set for me:
783783

784-
![ERC20.verified](/assets/lessons/6/ERC20.verified.png)
784+
![ERC20-verified](/assets/lessons/6/ERC20-verified.png)
785785

786786
Etherscan also gives you a frontend to easily interact with the contract. Inside
787787
our contract tab, you get 3 tabs: Code, Read Contract and Write Contract.
788788

789789
We can go and check for our balance by clicking in Read Contract tab and then
790790
searching for the `balanceOf` function:
791791

792-
![ERC20.balanceOf](/assets/lessons/6/ERC20.balanceOf.png)
792+
![ERC20-balanceOf](/assets/lessons/6/ERC20-balanceOf.png)
793793

794794
Copy and paste your wallet's address (the one you used to deploy the contract)
795795
and click Query. You should have as many wei as you passed to the constructor
796796
when deploying. In my case it was 1000000000000000000000 wei and since we left
797797
our decimals in 18, that would be exactly 1000 MTK.
798798

799-
![ERC20.1000MTK](/assets/lessons/6/ERC20.1000MTK.png)
799+
![ERC20-1000MTK](/assets/lessons/6/ERC20-1000MTK.png)
800800

801801
## Invite your frens!
802802

60.7 KB
Loading
50.1 KB
Loading
121 KB
Loading
126 KB
Loading
-94.9 KB
Binary file not shown.
-81 KB
Binary file not shown.
-177 KB
Binary file not shown.
-121 KB
Binary file not shown.

0 commit comments

Comments
 (0)