UNPKG

olympus-protocol-connector

Version:

Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript

763 lines 16.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FUTURE_ERC721TOKEN_ABI = [ { constant: true, inputs: [ { name: '_interfaceId', type: 'bytes4', }, ], name: 'supportsInterface', outputs: [ { name: '', type: 'bool', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'name', outputs: [ { name: '', type: 'string', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '_tokenId', type: 'uint256', }, ], name: 'getApproved', outputs: [ { name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { name: '_to', type: 'address', }, { name: '_tokenId', type: 'uint256', }, ], name: 'approve', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [], name: 'totalSupply', outputs: [ { name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'InterfaceId_ERC165', outputs: [ { name: '', type: 'bytes4', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { name: '_from', type: 'address', }, { name: '_to', type: 'address', }, { name: '_tokenId', type: 'uint256', }, ], name: 'transferFrom', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [ { name: '_owner', type: 'address', }, { name: '_index', type: 'uint256', }, ], name: 'tokenOfOwnerByIndex', outputs: [ { name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { name: '_from', type: 'address', }, { name: '_to', type: 'address', }, { name: '_tokenId', type: 'uint256', }, ], name: 'safeTransferFrom', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [ { name: '_tokenId', type: 'uint256', }, ], name: 'exists', outputs: [ { name: '', type: 'bool', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '_index', type: 'uint256', }, ], name: 'tokenByIndex', outputs: [ { name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '_tokenId', type: 'uint256', }, ], name: 'ownerOf', outputs: [ { name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '_owner', type: 'address', }, ], name: 'balanceOf', outputs: [ { name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [], name: 'renounceOwnership', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [], name: 'owner', outputs: [ { name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'symbol', outputs: [ { name: '', type: 'string', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { name: '_to', type: 'address', }, { name: '_approved', type: 'bool', }, ], name: 'setApprovalForAll', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [ { name: '', type: 'uint256', }, ], name: 'tokenBuyingPrice', outputs: [ { name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { name: '_from', type: 'address', }, { name: '_to', type: 'address', }, { name: '_tokenId', type: 'uint256', }, { name: '_data', type: 'bytes', }, ], name: 'safeTransferFrom', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [ { name: '_tokenId', type: 'uint256', }, ], name: 'tokenURI', outputs: [ { name: '', type: 'string', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '', type: 'uint256', }, ], name: 'tokenDeposit', outputs: [ { name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '_owner', type: 'address', }, { name: '_operator', type: 'address', }, ], name: 'isApprovedForAll', outputs: [ { name: '', type: 'bool', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '', type: 'uint256', }, ], name: 'tokenValid', outputs: [ { name: '', type: 'bool', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { name: '_newOwner', type: 'address', }, ], name: 'transferOwnership', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { name: '_name', type: 'string', }, { name: '_symbol', type: 'string', }, { name: '_tokenPosition', type: 'int256', }, ], payable: false, stateMutability: 'nonpayable', type: 'constructor', }, { anonymous: false, inputs: [ { indexed: true, name: 'previousOwner', type: 'address', }, ], name: 'OwnershipRenounced', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, name: 'previousOwner', type: 'address', }, { indexed: true, name: 'newOwner', type: 'address', }, ], name: 'OwnershipTransferred', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, name: '_from', type: 'address', }, { indexed: true, name: '_to', type: 'address', }, { indexed: true, name: '_tokenId', type: 'uint256', }, ], name: 'Transfer', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, name: '_owner', type: 'address', }, { indexed: true, name: '_approved', type: 'address', }, { indexed: true, name: '_tokenId', type: 'uint256', }, ], name: 'Approval', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, name: '_owner', type: 'address', }, { indexed: true, name: '_operator', type: 'address', }, { indexed: false, name: '_approved', type: 'bool', }, ], name: 'ApprovalForAll', type: 'event', }, { constant: false, inputs: [ { name: '_to', type: 'address', }, { name: '_deposit', type: 'uint256', }, { name: '_buyingPrice', type: 'uint256', }, ], name: 'mint', outputs: [ { name: '', type: 'bool', }, ], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { name: '_to', type: 'address', }, { name: '_deposit', type: 'uint256', }, { name: '_buyingPrice', type: 'uint256', }, { name: '_total', type: 'uint256', }, ], name: 'mintMultiple', outputs: [ { name: '', type: 'bool', }, ], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { name: '_tokenId', type: 'uint256', }, ], name: 'invalidateToken', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { name: '_tokens', type: 'uint256[]', }, ], name: 'invalidateTokens', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [ { name: '_tokenId', type: 'uint256', }, ], name: 'isTokenValid', outputs: [ { name: '_tokenValid', type: 'bool', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '_tokenId', type: 'uint256', }, ], name: 'getBuyingPrice', outputs: [ { name: '_buyingPrice', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '_tokenId', type: 'uint256', }, ], name: 'getDeposit', outputs: [ { name: '_deposit', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'tokenPosition', outputs: [ { name: '_tokenPosition', type: 'int256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '_owner', type: 'address', }, ], name: 'getTokenIdsByOwner', outputs: [ { name: '_tokenIds', type: 'uint256[]', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '_owner', type: 'address', }, ], name: 'getValidTokenIdsByOwner', outputs: [ { name: '_tokenIds', type: 'uint256[]', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'getValidTokens', outputs: [ { name: '', type: 'uint256[]', }, ], payable: false, stateMutability: 'view', type: 'function', }, ]; //# sourceMappingURL=FutureERC721Token.js.map