Protocol Data
The current section describes what data is stored in the smart contract and how to obtain it.
Distribution V5
isNotUpgradeable
bool public isNotUpgradeable;depositToken
address public depositToken;l1Sender
address public l1Sender;pools
Pool[] public pools;
struct Pool {
uint128 payoutStart;
uint128 decreaseInterval;
uint128 withdrawLockPeriod;
uint128 claimLockPeriod;
uint128 withdrawLockPeriodAfterStake;
uint256 initialReward;
uint256 rewardDecrease;
uint256 minimalStake;
bool isPublic;
}Name
Description
poolsData
Last updated
Was this helpful?