UNPKG

@axelar-network/interchain-token-service

Version:

Interchain token service for EVM chains to faciliate interchain token transfers and contract calls

139 lines (138 loc) 2.95 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IFlowLimit", "sourceName": "contracts/interfaces/IFlowLimit.sol", "abi": [ { "inputs": [ { "internalType": "uint256", "name": "limit", "type": "uint256" }, { "internalType": "uint256", "name": "flowAmount", "type": "uint256" }, { "internalType": "address", "name": "tokenManager", "type": "address" } ], "name": "FlowAmountExceededLimit", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "flowAmount", "type": "uint256" }, { "internalType": "uint256", "name": "flowToAdd", "type": "uint256" }, { "internalType": "address", "name": "tokenManager", "type": "address" } ], "name": "FlowAmountOverflow", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "limit", "type": "uint256" }, { "internalType": "uint256", "name": "flowAmount", "type": "uint256" }, { "internalType": "address", "name": "tokenManager", "type": "address" } ], "name": "FlowLimitExceeded", "type": "error" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bytes32", "name": "tokenId", "type": "bytes32" }, { "indexed": false, "internalType": "address", "name": "operator", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "flowLimit_", "type": "uint256" } ], "name": "FlowLimitSet", "type": "event" }, { "inputs": [], "name": "flowInAmount", "outputs": [ { "internalType": "uint256", "name": "flowInAmount_", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "flowLimit", "outputs": [ { "internalType": "uint256", "name": "flowLimit_", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "flowOutAmount", "outputs": [ { "internalType": "uint256", "name": "flowOutAmount_", "type": "uint256" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }