Read
and Write
functions of that contract.Read
functions allow you to access data and information stored by the contract. Write
functions allow you to interact with the contract using your own wallet (MetaMask/WalletConnect) and trigger transactions on the contract.Proxy
which means you will need to use the Read as Proxy
and Write as Proxy
options to interact with the contractBNT
') in some cases.
If the address you are viewing belongs to a contract, the option to view the contract will appear. Read
and Write
options:
Read
section without connecting your wallet.
WEI
format.
e.g., 1 ETH should be written as 1+10^18 (1000000000000000000
)WEI
= 1+10^6 (1000000
)