Contracts
Contract pages are address pages and follow the same pattern URL (
/address/${address}
).If calling
getCode(address)
returns anything different than0x
, the contract interface will appear.This page is composed of three tabs:
Lists all IN and OUT transactions along with some basic info about it.
This is where you can interact with your contract.
This is where you'll be able to read contract variables.
Last modified 2yr ago