UNPKG

@authereum/resolution

Version:
544 lines (543 loc) 12.5 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = [ { inputs: [ { internalType: 'contract Registry', name: 'registry', type: 'address', }, ], payable: false, stateMutability: 'nonpayable', type: 'constructor', }, { constant: true, inputs: [], name: 'NAME', outputs: [ { internalType: 'string', name: '', type: 'string', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'VERSION', outputs: [ { internalType: 'string', name: '', type: 'string', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'bytes4', name: 'interfaceId', type: 'bytes4', }, ], name: 'supportsInterface', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'name', outputs: [ { internalType: 'string', name: '', type: 'string', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'symbol', outputs: [ { internalType: 'string', name: '', type: 'string', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'tokenURI', outputs: [ { internalType: 'string', name: '', type: 'string', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: 'spender', type: 'address', }, { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'isApprovedOrOwner', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'resolverOf', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, { internalType: 'string', name: 'label', type: 'string', }, ], name: 'childIdOf', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: 'account', type: 'address', }, ], name: 'isController', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: 'owner', type: 'address', }, ], name: 'balanceOf', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'ownerOf', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'getApproved', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: 'owner', type: 'address', }, { internalType: 'address', name: 'operator', type: 'address', }, ], name: 'isApprovedForAll', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'root', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'nonceOf', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'registry', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'string', name: 'key', type: 'string', }, { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'get', outputs: [ { internalType: 'string', name: '', type: 'string', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'string[]', name: 'keys', type: 'string[]', }, { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'getMany', outputs: [ { internalType: 'string[]', name: '', type: 'string[]', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'uint256', name: 'keyHash', type: 'uint256', }, { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'getByHash', outputs: [ { internalType: 'string', name: 'key', type: 'string', }, { internalType: 'string', name: 'value', type: 'string', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'uint256[]', name: 'keyHashes', type: 'uint256[]', }, { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'getManyByHash', outputs: [ { internalType: 'string[]', name: 'keys', type: 'string[]', }, { internalType: 'string[]', name: 'values', type: 'string[]', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'string[]', name: 'keys', type: 'string[]', }, { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'getData', outputs: [ { internalType: 'address', name: 'resolver', type: 'address', }, { internalType: 'address', name: 'owner', type: 'address', }, { internalType: 'string[]', name: 'values', type: 'string[]', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'uint256[]', name: 'keyHashes', type: 'uint256[]', }, { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'getDataByHash', outputs: [ { internalType: 'address', name: 'resolver', type: 'address', }, { internalType: 'address', name: 'owner', type: 'address', }, { internalType: 'string[]', name: 'keys', type: 'string[]', }, { internalType: 'string[]', name: 'values', type: 'string[]', }, ], payable: false, stateMutability: 'view', type: 'function', }, ];