export const lockupAbi = [ { inputs: [ { internalType: 'address', name: '_config', type: 'address', }, { internalType: 'address', name: '_devMinter', type: 'address', }, { internalType: 'address', name: '_sTokensManager', type: 'address', }, ], payable: false, stateMutability: 'nonpayable', type: 'constructor', }, { anonymous: false, inputs: [ { indexed: false, internalType: 'address', name: '_from', type: 'address', }, { indexed: false, internalType: 'address', name: '_property', type: 'address', }, { indexed: false, internalType: 'uint256', name: '_value', type: 'uint256', }, ], name: 'Lockedup', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'previousOwner', type: 'address', }, { indexed: true, internalType: 'address', name: 'newOwner', type: 'address', }, ], name: 'OwnershipTransferred', type: 'event', }, { anonymous: false, inputs: [ { indexed: false, internalType: 'uint256', name: '_cap', type: 'uint256', }, ], name: 'UpdateCap', type: 'event', }, { constant: false, inputs: [ { internalType: 'address', name: 'newOwner', type: 'address', }, ], name: 'changeOwner', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [], name: 'configAddress', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [], name: 'createStorage', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [], name: 'devMinter', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'getStorageAddress', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'getStorageAllValue', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'getStorageCap', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'getStorageCumulativeGlobalRewards', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'getStorageCumulativeHoldersRewardCap', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'getStorageDIP4GenesisBlock', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'getStorageFallbackInitialCumulativeHoldersRewardCap', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, ], name: 'getStorageInitialCumulativeHoldersRewardCap', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, ], name: 'getStorageInterestPrice', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'getStorageLastCumulativeHoldersPriceCap', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, ], name: 'getStorageLastCumulativeHoldersRewardAmountPerProperty', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'getStorageLastCumulativeHoldersRewardPrice', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, ], name: 'getStorageLastCumulativeHoldersRewardPricePerProperty', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'getStorageLastCumulativeInterestPrice', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'address', name: '_user', type: 'address', }, ], name: 'getStorageLastInterestPrice', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'getStorageLastSameRewardsAmountAndBlock', outputs: [ { internalType: 'uint256', name: '_amount', type: 'uint256', }, { internalType: 'uint256', name: '_block', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'address', name: '_user', type: 'address', }, ], name: 'getStorageLastStakedInterestPrice', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'getStorageLastStakesChangedCumulativeReward', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'address', name: '_user', type: 'address', }, ], name: 'getStoragePendingInterestWithdrawal', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, ], name: 'getStoragePropertyValue', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'address', name: '_sender', type: 'address', }, ], name: 'getStorageValue', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'isOwner', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'owner', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [], name: 'renounceOwnership', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [], name: 'sTokensManager', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { internalType: 'address', name: '_storageAddress', type: 'address', }, ], name: 'setStorage', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { internalType: 'address', name: 'newOwner', type: 'address', }, ], name: 'transferOwnership', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'uint256', name: '_amount', type: 'uint256', }, ], name: 'depositToProperty', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'uint256', name: '_amount', type: 'uint256', }, { internalType: 'bytes32', name: '_payload', type: 'bytes32', }, ], name: 'depositToProperty', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { internalType: 'uint256', name: '_tokenId', type: 'uint256', }, { internalType: 'uint256', name: '_amount', type: 'uint256', }, ], name: 'depositToPosition', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { internalType: 'address', name: '_from', type: 'address', }, { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'uint256', name: '_value', type: 'uint256', }, ], name: 'lockup', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { internalType: 'uint256', name: '_tokenId', type: 'uint256', }, { internalType: 'uint256', name: '_amount', type: 'uint256', }, ], name: 'withdrawByPosition', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'uint256', name: '_amount', type: 'uint256', }, ], name: 'withdraw', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [], name: 'cap', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { internalType: 'uint256', name: '_cap', type: 'uint256', }, ], name: 'updateCap', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [], name: 'calculateCumulativeRewardPrices', outputs: [ { internalType: 'uint256', name: '_reward', type: 'uint256', }, { internalType: 'uint256', name: '_holders', type: 'uint256', }, { internalType: 'uint256', name: '_interest', type: 'uint256', }, { internalType: 'uint256', name: '_holdersCap', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, ], name: 'calculateCumulativeHoldersRewardAmount', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, ], name: 'calculateRewardAmount', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [], name: 'update', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'address', name: '_user', type: 'address', }, ], name: 'calculateWithdrawableInterestAmount', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'uint256', name: '_tokenId', type: 'uint256', }, ], name: 'calculateWithdrawableInterestAmountByPosition', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'getAllValue', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'address', name: '_sender', type: 'address', }, ], name: 'getValue', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, ], name: 'getPropertyValue', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { internalType: 'uint256', name: '_value', type: 'uint256', }, ], name: '___setFallbackInitialCumulativeHoldersRewardCap', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, ], name: 'migrateToSTokens', outputs: [ { internalType: 'uint256', name: 'tokenId_', type: 'uint256', }, ], payable: false, stateMutability: 'nonpayable', type: 'function', }, ]