UNPKG

@iguanadex/sdk

Version:

🛠 An SDK for building applications on top of IguanaDEX.

27 lines • 744 B
export declare const erc20ABI: readonly [{ readonly constant: true; readonly inputs: readonly []; readonly name: "decimals"; readonly outputs: readonly [{ readonly name: ""; readonly type: "uint8"; }]; readonly payable: false; readonly stateMutability: "view"; readonly type: "function"; }, { readonly constant: true; readonly inputs: readonly [{ readonly name: ""; readonly type: "address"; }]; readonly name: "balanceOf"; readonly outputs: readonly [{ readonly name: ""; readonly type: "uint256"; }]; readonly payable: false; readonly stateMutability: "view"; readonly type: "function"; }]; //# sourceMappingURL=ERC20.d.ts.map