Zeplin:
https://zpl.io/bzq8QMz
https://zpl.io/VOx04k1
Invision
https://invis.io/G7RGUWGYD2M


@andogro please provide us tooltips for the fields in the screen
Here is v1 of tooltips, let me know if any are too long and I will try to shorten. The bold on left is the field value, following is the tooltip text for the right hand side.
_Question: For 5, if Optimization is checked, will we need to collect the # of optimization runs or has this been deprecated?_
New Smart Contract Verification (add Verification)
contract MyContract {..} MyContract is the contract name. pragma solidity X.X.X. Use the compiler version rather than the nightly build. If using the Solidity compiler, run solc —version to check.Contract Libraries (if used by the contract)
Library name: A library name called in the .sol file. Multiple libraries (up to 5) may be added for each contract. Click the Add Library button to add an additional one.
Library Address: The 0x library address. This can be found in the generated json file or Truffle output (if using truffle).
@vbaranov @andogro
Is this a new section?
If it isn't, how can I get there?
@gabitoesmiapodo here is an example on the sokol network:
https://blockscout.com/poa/sokol/address/0x4d45578b70a4a1b850f4519d5a16b89f6f50699a/contract_verifications/new
This page is reached when a new smart contract is created and needs to be verified. In this example, the contract details are here: https://blockscout.com/poa/sokol/address/0x4d45578b70a4a1b850f4519d5a16b89f6f50699a/transactions
When you click on the code tab, you will see the ABI contract creation code and a button to verify and publish. When you click this button, you are taken the to section above to verify the contract.
@andogro
Thank you, I'll look into it.
Most helpful comment
@gabitoesmiapodo here is an example on the sokol network:
https://blockscout.com/poa/sokol/address/0x4d45578b70a4a1b850f4519d5a16b89f6f50699a/contract_verifications/new
This page is reached when a new smart contract is created and needs to be verified. In this example, the contract details are here: https://blockscout.com/poa/sokol/address/0x4d45578b70a4a1b850f4519d5a16b89f6f50699a/transactions
When you click on the
codetab, you will see the ABI contract creation code and a button to verify and publish. When you click this button, you are taken the to section above to verify the contract.