RISE Logo-Light

ERC20

Standard ERC-20 interface for tokens used as collateral or quote assets on RISEx.

ERC20

Use this ABI for generic token operations (for example transfer, approve, balanceOf) against ERC-20 contracts deployed on RISE.

ABI

The canonical ABI for this contract is published as JSON:

ERC20.json

You can open the link in a browser, save the file into your repository, or fetch it from your deployment pipeline. The same file is included when you use Download all ABIs (ZIP) on the Contract ABIs overview.

Integration notes

  • viem / wagmi: Import the JSON (or load it at runtime) and pass it as abi to getContract, readContract, writeContract, or equivalent helpers.
  • ethers: Pass the parsed ABI array to new Contract(address, abi, runner).
  • Addresses: Use Deployments to resolve the live address for each environment.

See also