UNPKG

@unstoppabledomains/resolution

Version:
371 lines (370 loc) 11.6 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = [ { constant: true, inputs: [{ internalType: 'bytes4', name: 'interfaceID', type: 'bytes4' }], name: 'supportsInterface', outputs: [{ internalType: 'bool', name: '', type: 'bool' }], payable: false, stateMutability: 'pure', type: 'function', }, { constant: false, inputs: [ { internalType: 'bytes32', name: 'node', type: 'bytes32' }, { internalType: 'string', name: 'key', type: 'string' }, { internalType: 'string', name: 'value', type: 'string' }, ], name: 'setText', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [ { internalType: 'bytes32', name: 'node', type: 'bytes32' }, { internalType: 'bytes4', name: 'interfaceID', type: 'bytes4' }, ], name: 'interfaceImplementer', outputs: [{ internalType: 'address', name: '', type: 'address' }], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'bytes32', name: 'node', type: 'bytes32' }, { internalType: 'uint256', name: 'contentTypes', type: 'uint256' }, ], name: 'ABI', outputs: [ { internalType: 'uint256', name: '', type: 'uint256' }, { internalType: 'bytes', name: '', type: 'bytes' }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { internalType: 'bytes32', name: 'node', type: 'bytes32' }, { internalType: 'bytes32', name: 'x', type: 'bytes32' }, { internalType: 'bytes32', name: 'y', type: 'bytes32' }, ], name: 'setPubkey', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { internalType: 'bytes32', name: 'node', type: 'bytes32' }, { internalType: 'bytes', name: 'hash', type: 'bytes' }, ], name: 'setContenthash', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, // This funciton is defined, however there is other version with 2 arguments // that we prefer to use all the time to be consistent // { // constant: true, // inputs: [{ internalType: 'bytes32', name: 'node', type: 'bytes32' }], // name: 'addr', // outputs: [{ internalType: 'address', name: '', type: 'address' }], // payable: false, // stateMutability: 'view', // type: 'function', // }, { constant: false, inputs: [ { internalType: 'bytes32', name: 'node', type: 'bytes32' }, { internalType: 'address', name: 'target', type: 'address' }, { internalType: 'bool', name: 'isAuthorised', type: 'bool' }, ], name: 'setAuthorisation', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [ { internalType: 'bytes32', name: 'node', type: 'bytes32' }, { internalType: 'string', name: 'key', type: 'string' }, ], name: 'text', outputs: [{ internalType: 'string', name: '', type: 'string' }], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { internalType: 'bytes32', name: 'node', type: 'bytes32' }, { internalType: 'uint256', name: 'contentType', type: 'uint256' }, { internalType: 'bytes', name: 'data', type: 'bytes' }, ], name: 'setABI', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [{ internalType: 'bytes32', name: 'node', type: 'bytes32' }], name: 'name', outputs: [{ internalType: 'string', name: '', type: 'string' }], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { internalType: 'bytes32', name: 'node', type: 'bytes32' }, { internalType: 'string', name: 'name', type: 'string' }, ], name: 'setName', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { internalType: 'bytes32', name: 'node', type: 'bytes32' }, { internalType: 'uint256', name: 'coinType', type: 'uint256' }, { internalType: 'bytes', name: 'a', type: 'bytes' }, ], name: 'setAddr', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [{ internalType: 'bytes32', name: 'node', type: 'bytes32' }], name: 'contenthash', outputs: [{ internalType: 'bytes', name: '', type: 'bytes' }], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [{ internalType: 'bytes32', name: 'node', type: 'bytes32' }], name: 'pubkey', outputs: [ { internalType: 'bytes32', name: 'x', type: 'bytes32' }, { internalType: 'bytes32', name: 'y', type: 'bytes32' }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { internalType: 'bytes32', name: 'node', type: 'bytes32' }, { internalType: 'address', name: 'a', type: 'address' }, ], name: 'setAddr', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { internalType: 'bytes32', name: 'node', type: 'bytes32' }, { internalType: 'bytes4', name: 'interfaceID', type: 'bytes4' }, { internalType: 'address', name: 'implementer', type: 'address' }, ], name: 'setInterface', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [ { internalType: 'bytes32', name: 'node', type: 'bytes32' }, { internalType: 'uint256', name: 'coinType', type: 'uint256' }, ], name: 'addr', outputs: [{ internalType: 'bytes', name: '', type: 'bytes' }], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'bytes32', name: '', type: 'bytes32' }, { internalType: 'address', name: '', type: 'address' }, { internalType: 'address', name: '', type: 'address' }, ], name: 'authorisations', outputs: [{ internalType: 'bool', name: '', type: 'bool' }], payable: false, stateMutability: 'view', type: 'function', }, { inputs: [{ internalType: 'contract ENS', name: '_ens', type: 'address' }], payable: false, stateMutability: 'nonpayable', type: 'constructor', }, { anonymous: false, inputs: [ { indexed: true, internalType: 'bytes32', name: 'node', type: 'bytes32' }, { indexed: true, internalType: 'address', name: 'owner', type: 'address', }, { indexed: true, internalType: 'address', name: 'target', type: 'address', }, { indexed: false, internalType: 'bool', name: 'isAuthorised', type: 'bool', }, ], name: 'AuthorisationChanged', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, internalType: 'bytes32', name: 'node', type: 'bytes32' }, { indexed: false, internalType: 'string', name: 'indexedKey', type: 'string', }, { indexed: false, internalType: 'string', name: 'key', type: 'string' }, ], name: 'TextChanged', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, internalType: 'bytes32', name: 'node', type: 'bytes32' }, { indexed: false, internalType: 'bytes32', name: 'x', type: 'bytes32' }, { indexed: false, internalType: 'bytes32', name: 'y', type: 'bytes32' }, ], name: 'PubkeyChanged', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, internalType: 'bytes32', name: 'node', type: 'bytes32' }, { indexed: false, internalType: 'string', name: 'name', type: 'string' }, ], name: 'NameChanged', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, internalType: 'bytes32', name: 'node', type: 'bytes32' }, { indexed: true, internalType: 'bytes4', name: 'interfaceID', type: 'bytes4', }, { indexed: false, internalType: 'address', name: 'implementer', type: 'address', }, ], name: 'InterfaceChanged', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, internalType: 'bytes32', name: 'node', type: 'bytes32' }, { indexed: false, internalType: 'bytes', name: 'hash', type: 'bytes' }, ], name: 'ContenthashChanged', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, internalType: 'bytes32', name: 'node', type: 'bytes32' }, { indexed: false, internalType: 'address', name: 'a', type: 'address' }, ], name: 'AddrChanged', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, internalType: 'bytes32', name: 'node', type: 'bytes32' }, { indexed: false, internalType: 'uint256', name: 'coinType', type: 'uint256', }, { indexed: false, internalType: 'bytes', name: 'newAddress', type: 'bytes', }, ], name: 'AddressChanged', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, internalType: 'bytes32', name: 'node', type: 'bytes32' }, { indexed: true, internalType: 'uint256', name: 'contentType', type: 'uint256', }, ], name: 'ABIChanged', type: 'event', }, ];