Skip to main content
Version: mainnet (v0.71)

ERC20

An asset originated from an Ethereum ERC20 Token

type ERC20 {
contractAddress: String!
lifetimeLimit: String!
withdrawThreshold: String!
}

Fields

ERC20.contractAddress ● String! non-null scalar

The address of the ERC20 contract

ERC20.lifetimeLimit ● String! non-null scalar

The lifetime limits deposit per address Note: this is a temporary measure that can be changed by governance

ERC20.withdrawThreshold ● String! non-null scalar

The maximum you can withdraw instantly. All withdrawals over the threshold will be delayed by the withdrawal delay. There is no limit on the size of a withdrawal Note: this is a temporary measure that can be changed by governance

Implemented by

AssetSource union