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