Search results
28 gru 2021 · In general, yeah you can choose any arbitrary address that you want for null address. The reason you can do that is because it is almost impossible for you to choose a random address that somebody already has a private key for it.
7 wrz 2020 · Hi folks is there a simple way using which I can find the latest contracts being deployed(for an erc20 token) on the ethereum network, I mean may be etherscan.io or something where I could see that...
26 kwi 2023 · I did verify the contract on ethscan, It is Ownable since I did use some ownable functions, but I didnt import the Ownable.sol & I cannot see any option for transferring the ownership unless its a bout transferring tokens function –
13 gru 2019 · Contract Source Code is published and publicably verifiable by anyone. Immediately after deploying your Smart Contract, as we did for GreatestShow in the ComeOneComeAll project, you could go to Etherscan and view the contract at its deployed address.
27 wrz 2022 · The only thing I notice is that one of the contracts has a view function that returns a selector for the function that I suspect is being called. Is it the case that if you get a selector to a given contract function you can call that function (through the selector) without it showing as a transaction on ethscan or bscscan?
2 wrz 2021 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
5 lip 2017 · When I deploy a contract with Truffle that has an import statement, and try to verify it on etherscan, my understanding is that I need to paste in the contents of the imported file.
19 sty 2021 · I would like to run my local private blockchain for development purpose, but without a good visualization tool, it is tedious to use. I know Etherscan.io which is a great blockchain visualization t...
28 lip 2017 · In etherscan.io, under the TOKEN drop down menu, there is a list of tokens, and it is indicated that they all are ERC20 standard tokens 1) How do they get listed? Do we have to register a new ERC20
13 gru 2017 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.