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