export const sTokensAbi = [ { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'owner', type: 'address', }, { indexed: true, internalType: 'address', name: 'approved', type: 'address', }, { indexed: true, internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'Approval', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'owner', type: 'address', }, { indexed: true, internalType: 'address', name: 'operator', type: 'address', }, { indexed: false, internalType: 'bool', name: 'approved', type: 'bool', }, ], name: 'ApprovalForAll', type: 'event', }, { anonymous: false, inputs: [ { indexed: false, internalType: 'uint256', name: 'tokenId', type: 'uint256', }, { indexed: false, internalType: 'address', name: 'freezingUser', type: 'address', }, ], name: 'Freezed', type: 'event', }, { anonymous: false, inputs: [ { indexed: false, internalType: 'uint256', name: 'tokenId', type: 'uint256', }, { indexed: false, internalType: 'address', name: 'owner', type: 'address', }, { indexed: false, internalType: 'address', name: 'property', type: 'address', }, { indexed: false, internalType: 'uint256', name: 'amount', type: 'uint256', }, { indexed: false, internalType: 'uint256', name: 'price', type: 'uint256', }, ], name: 'Minted', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'from', type: 'address', }, { indexed: true, internalType: 'address', name: 'to', type: 'address', }, { indexed: true, internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'Transfer', type: 'event', }, { anonymous: false, inputs: [ { indexed: false, internalType: 'uint256', name: 'tokenId', type: 'uint256', }, { indexed: false, internalType: 'uint256', name: 'amount', type: 'uint256', }, { indexed: false, internalType: 'uint256', name: 'price', type: 'uint256', }, { indexed: false, internalType: 'uint256', name: 'cumulativeReward', type: 'uint256', }, { indexed: false, internalType: 'uint256', name: 'pendingReward', type: 'uint256', }, ], name: 'Updated', type: 'event', }, { inputs: [ { internalType: 'address', name: 'to', type: 'address', }, { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'approve', outputs: [], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'address', name: 'owner', type: 'address', }, ], name: 'balanceOf', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'address', name: '', type: 'address', }, ], name: 'descriptorOf', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'address', name: '', type: 'address', }, { internalType: 'bytes32', name: '', type: 'bytes32', }, ], name: 'descriptorOfPropertyByPayload', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'getApproved', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], 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', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], name: 'isFreezed', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [], name: 'name', outputs: [ { internalType: 'string', name: '', type: 'string', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'ownerOf', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], name: 'payloadOf', outputs: [ { internalType: 'bytes32', name: '', type: 'bytes32', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [], name: 'registryAddress', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'address', name: '', type: 'address', }, ], name: 'royaltyOf', outputs: [ { internalType: 'uint24', name: '', type: 'uint24', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'address', name: 'from', type: 'address', }, { internalType: 'address', name: 'to', type: 'address', }, { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'safeTransferFrom', outputs: [], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'address', name: 'from', type: 'address', }, { internalType: 'address', name: 'to', type: 'address', }, { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, { internalType: 'bytes', name: '_data', type: 'bytes', }, ], name: 'safeTransferFrom', outputs: [], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'address', name: 'operator', type: 'address', }, { internalType: 'bool', name: 'approved', type: 'bool', }, ], name: 'setApprovalForAll', outputs: [], stateMutability: 'nonpayable', type: 'function', }, { inputs: [], name: 'symbol', outputs: [ { internalType: 'string', name: '', type: 'string', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'address', name: 'from', type: 'address', }, { internalType: 'address', name: 'to', type: 'address', }, { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, ], name: 'transferFrom', outputs: [], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'address', name: '_registry', type: 'address', }, ], name: 'initialize', outputs: [], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'bytes4', name: 'interfaceId', type: 'bytes4', }, ], name: 'supportsInterface', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [], name: 'totalSupply', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'address', name: '_owner', type: 'address', }, { internalType: 'uint256', name: 'index', type: 'uint256', }, ], name: 'tokenOfOwnerByIndex', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'uint256', name: 'index', type: 'uint256', }, ], name: 'tokenByIndex', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [], name: 'owner', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'address', name: '_proxyAdmin', type: 'address', }, ], name: 'setProxyAdmin', outputs: [], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'uint256', name: '_tokenId', type: 'uint256', }, ], name: 'tokenURI', outputs: [ { internalType: 'string', name: '', type: 'string', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'uint256', name: '_tokenId', type: 'uint256', }, { internalType: 'address', name: '_owner', type: 'address', }, { components: [ { internalType: 'address', name: 'property', type: 'address', }, { internalType: 'uint256', name: 'amount', type: 'uint256', }, { internalType: 'uint256', name: 'price', type: 'uint256', }, { internalType: 'uint256', name: 'cumulativeReward', type: 'uint256', }, { internalType: 'uint256', name: 'pendingReward', type: 'uint256', }, ], internalType: 'struct ISTokensManager.StakingPositions', name: '_positions', type: 'tuple', }, { components: [ { internalType: 'uint256', name: 'entireReward', type: 'uint256', }, { internalType: 'uint256', name: 'cumulativeReward', type: 'uint256', }, { internalType: 'uint256', name: 'withdrawableReward', type: 'uint256', }, ], internalType: 'struct ISTokensManager.Rewards', name: '_rewardsArg', type: 'tuple', }, { internalType: 'bytes32', name: '_payload', type: 'bytes32', }, ], name: 'tokenURISim', outputs: [ { internalType: 'string', name: '', type: 'string', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [], name: 'currentIndex', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'address', name: '_owner', type: 'address', }, { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'uint256', name: '_amount', type: 'uint256', }, { internalType: 'uint256', name: '_price', type: 'uint256', }, { internalType: 'bytes32', name: '_payload', type: 'bytes32', }, ], name: 'mint', outputs: [ { internalType: 'uint256', name: 'tokenId_', type: 'uint256', }, ], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'uint256', name: '_tokenId', type: 'uint256', }, { internalType: 'uint256', name: '_amount', type: 'uint256', }, { internalType: 'uint256', name: '_price', type: 'uint256', }, { internalType: 'uint256', name: '_cumulativeReward', type: 'uint256', }, { internalType: 'uint256', name: '_pendingReward', type: 'uint256', }, ], name: 'update', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'uint256', name: '_tokenId', type: 'uint256', }, { internalType: 'string', name: '_data', type: 'string', }, ], name: 'setTokenURIImage', outputs: [], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'address', name: '_descriptor', type: 'address', }, { internalType: 'bytes32[]', name: '_keys', type: 'bytes32[]', }, ], name: 'setTokenURIDescriptor', outputs: [], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'address', name: '_descriptor', type: 'address', }, ], name: 'setTokenURIDescriptor', outputs: [], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'uint256', name: '_tokenId', type: 'uint256', }, ], name: 'freezeTokenURI', outputs: [], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'uint256', name: '_tokenId', type: 'uint256', }, ], name: 'positions', outputs: [ { components: [ { internalType: 'address', name: 'property', type: 'address', }, { internalType: 'uint256', name: 'amount', type: 'uint256', }, { internalType: 'uint256', name: 'price', type: 'uint256', }, { internalType: 'uint256', name: 'cumulativeReward', type: 'uint256', }, { internalType: 'uint256', name: 'pendingReward', type: 'uint256', }, ], internalType: 'struct ISTokensManager.StakingPositions', name: '', type: 'tuple', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'uint256', name: '_tokenId', type: 'uint256', }, ], name: 'rewards', outputs: [ { components: [ { internalType: 'uint256', name: 'entireReward', type: 'uint256', }, { internalType: 'uint256', name: 'cumulativeReward', type: 'uint256', }, { internalType: 'uint256', name: 'withdrawableReward', type: 'uint256', }, ], internalType: 'struct ISTokensManager.Rewards', name: '', type: 'tuple', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'address', name: '_property', type: 'address', }, ], name: 'positionsOfProperty', outputs: [ { internalType: 'uint256[]', name: '', type: 'uint256[]', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'address', name: '_owner', type: 'address', }, ], name: 'positionsOfOwner', outputs: [ { internalType: 'uint256[]', name: '', type: 'uint256[]', }, ], stateMutability: 'view', type: 'function', constant: true, }, { inputs: [ { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'uint256', name: '_percentage', type: 'uint256', }, ], name: 'setSTokenRoyaltyForProperty', outputs: [], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'uint256', name: 'tokenId', type: 'uint256', }, { internalType: 'uint256', name: 'value', type: 'uint256', }, ], name: 'royaltyInfo', outputs: [ { internalType: 'address', name: 'receiver', type: 'address', }, { internalType: 'uint256', name: 'royaltyAmount', type: 'uint256', }, ], stateMutability: 'view', type: 'function', constant: true, }, ]