Skip to Content

@cfxdevkit/defi-react


@cfxdevkit/defi-react / ERC20_ABI

Variable: ERC20_ABI

const ERC20_ABI: readonly [{ inputs: readonly [{ name: "owner"; type: "address"; }, { name: "spender"; type: "address"; }]; name: "allowance"; outputs: readonly [{ name: ""; type: "uint256"; }]; stateMutability: "view"; type: "function"; }, { inputs: readonly [{ name: "spender"; type: "address"; }, { name: "amount"; type: "uint256"; }]; name: "approve"; outputs: readonly [{ name: ""; type: "bool"; }]; stateMutability: "nonpayable"; type: "function"; }]

Defined in: contracts.ts:21