UNPKG

@axelar-network/interchain-token-service

Version:

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

170 lines (169 loc) 3.45 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IAddressTracker", "sourceName": "contracts/interfaces/IAddressTracker.sol", "abi": [ { "inputs": [], "name": "LengthMismatch", "type": "error" }, { "inputs": [], "name": "UntrustedChain", "type": "error" }, { "inputs": [], "name": "ZeroAddress", "type": "error" }, { "inputs": [], "name": "ZeroStringLength", "type": "error" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "string", "name": "chain", "type": "string" } ], "name": "TrustedAddressRemoved", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "string", "name": "chain", "type": "string" }, { "indexed": false, "internalType": "string", "name": "address_", "type": "string" } ], "name": "TrustedAddressSet", "type": "event" }, { "inputs": [], "name": "chainName", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "chain", "type": "string" }, { "internalType": "string", "name": "address_", "type": "string" } ], "name": "isTrustedAddress", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "chain", "type": "string" } ], "name": "removeTrustedAddress", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "chain", "type": "string" }, { "internalType": "string", "name": "address_", "type": "string" } ], "name": "setTrustedAddress", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "chain", "type": "string" } ], "name": "trustedAddress", "outputs": [ { "internalType": "string", "name": "trustedAddress_", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "chain", "type": "string" } ], "name": "trustedAddressHash", "outputs": [ { "internalType": "bytes32", "name": "trustedAddressHash_", "type": "bytes32" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }