Hi everyone, I started to look into solidity and how to deploy contracts a couple of months ago. Had to stop for various reason and getting back at it now. I can’t find the source code page on etherscan anymore, can anyone help me out on this please ?

Nov 14, 2021, 12:45 PM
https://etherscan.io/login
Nov 14, 2021, 1:00 PM
can only access the sourcecode if you’re logged in ?
Nov 14, 2021, 1:01 PM
Only If the creator made it available
Nov 14, 2021, 1:01 PM
wtf bruhh
Nov 14, 2021, 1:02 PM
What i’m saying is since etherscan updated a while ago, i can’t find the source code on the contract page, so I’m wondering how to access it now
Nov 14, 2021, 1:03 PM
If you want to see the code contract of a specif address you can add "/contract before explorer url for example:

bscscan.com/address/(contract-address/contract
Nov 14, 2021, 1:04 PM
Sorry for being a noob
Nov 14, 2021, 1:05 PM
https://bscscan.com/address/0x2A9718defF471f3Bb91FA0ECEAB14154F150a385#code
Just add #code
Nov 14, 2021, 1:06 PM
Moinho me dá uma mentoria
Nov 14, 2021, 1:08 PM
If you don't want create tokens so you don't need that
Chama no PV aí mano que nos bola uma ideia
Nov 14, 2021, 1:08 PM
amazing thanks a lot
Nov 14, 2021, 1:09 PM
:)
Nov 14, 2021, 1:10 PM
Thanks. If a function is declared as "internal" that means it's private?
Nov 14, 2021, 1:14 PM
If you declared a internal function so just others functions at the same contract can see that
Or extends functions
Extends contracts* sry
🤦‍♂
Nov 14, 2021, 1:19 PM
function mint(uint256 amount) public onlyOwner returns (bool) {

Do token creators normally leave this function or remove it?
Nov 14, 2021, 1:20 PM
Normally you need this function as the IERC20 code
If you don't have that function just ignore that
If you think you don't need that function just remove that
Nov 14, 2021, 1:23 PM
ok thanks
Nov 14, 2021, 1:26 PM

© 2024 Draquery.com All rights reserved.