ABIs
A javascript object containing often used ABIs:
ERC20
ERC721
Example
Usage with a component:
<ContractRead
address={tokenAddress}
abi={ABIs.ERC20}
functionName="symbol" />
Last updated
A javascript object containing often used ABIs:
ERC20
ERC721
Usage with a component:
<ContractRead
address={tokenAddress}
abi={ABIs.ERC20}
functionName="symbol" />
Last updated