UNPKG

@openzeppelin/contracts-upgradeable

Version:
166 lines (165 loc) 3.42 kB
{ "_format": "hh-sol-artifact-1", "contractName": "CrosschainLinkedUpgradeable", "sourceName": "contracts/crosschain/CrosschainLinkedUpgradeable.sol", "abi": [ { "inputs": [ { "internalType": "address", "name": "gateway", "type": "address" }, { "internalType": "bytes", "name": "sender", "type": "bytes" } ], "name": "ERC7786RecipientUnauthorizedGateway", "type": "error" }, { "inputs": [], "name": "InteroperableAddressEmptyReferenceAndAddress", "type": "error" }, { "inputs": [ { "internalType": "bytes", "name": "", "type": "bytes" } ], "name": "InteroperableAddressParsingError", "type": "error" }, { "inputs": [], "name": "InvalidInitialization", "type": "error" }, { "inputs": [ { "internalType": "bytes", "name": "chain", "type": "bytes" } ], "name": "LinkAlreadyRegistered", "type": "error" }, { "inputs": [], "name": "NotInitializing", "type": "error" }, { "inputs": [ { "internalType": "uint8", "name": "bits", "type": "uint8" }, { "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "SafeCastOverflowedUintDowncast", "type": "error" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint64", "name": "version", "type": "uint64" } ], "name": "Initialized", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "gateway", "type": "address" }, { "indexed": false, "internalType": "bytes", "name": "counterpart", "type": "bytes" } ], "name": "LinkRegistered", "type": "event" }, { "inputs": [ { "internalType": "bytes", "name": "chain", "type": "bytes" } ], "name": "getLink", "outputs": [ { "internalType": "address", "name": "gateway", "type": "address" }, { "internalType": "bytes", "name": "counterpart", "type": "bytes" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "receiveId", "type": "bytes32" }, { "internalType": "bytes", "name": "sender", "type": "bytes" }, { "internalType": "bytes", "name": "payload", "type": "bytes" } ], "name": "receiveMessage", "outputs": [ { "internalType": "bytes4", "name": "", "type": "bytes4" } ], "stateMutability": "payable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }