Skip to main content
Version: Next

WithdrawStorage

Summaryโ€‹

save Withdraw contract storage

Interfaceโ€‹

WithdrawStorage inherits from UsingStorage, and retains its interface.

function getRewardsAmount(address _property) public view returns (uint256)

function getCumulativePrice(address _property) public view returns (uint256)

function getPendingWithdrawal(address _property, address _user) public view returns (uint256)

function getStorageLastWithdrawnReward(address _property, address _user) public view returns (uint256)

function getStorageLastWithdrawnRewardCap(address _property, address _user) public view returns (uint256)