Staking

Verified contract

Active on Ethereum with 7,552 txns
Deployed by via 0x81d84a26 at 12780995
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $42,169,224.47
ERC-20
Value $0
0x47185118dfe1b0a58ae7e49793707305e5c9defc4a5dbc91d0ce5bd0094c8f7e
0x7464d671cc19f5306c132823960ee6e74e4672ee3aeb029d1184cb5f235013ca
0xd8c205180db8a6d1219354918cafabe6f9dba2d6912c2f69429097e9d06988b1
0x14542f08f20153b8f96b5704b8af6a67f07c2dceb7e3a0e74bb717599b46f07d
0x1cb7cfd79ec63a47c9249938b5f65174f7edf9d0cf4cdd047c63d2804ad9dfe3
0x8faab1f5d5a507464efa614088a64f97c8fcf57b4b4987e85b5e1df043f7a7b5
0x36423a3c5af01820f0287a9ec8f6321468a040138886ea37d0ea258f090bd315
0x951ec7f19b44961173f72da2672380d2da2b992505ab5bd28635d799b80b12e5
0x63535aa192016fcf88db16ce9f2a22718c2a54b54f48a8cc0b3baa5893869ed3
0x93d50d7a835feb32db879cfc097e3e9c548c194dab2f6c363f1b4dc62aa60513

Functions
Getter at block 21161961
DEPLOY_TIME(view returns (uint256)
1625670240
SNAPSHOT_INTERVAL(view returns (uint256)
86400
STAKE_LOCKTIME(view returns (uint256)
2592000
currentInterval(view returns (uint256)
1222
globalsSnapshotLength(view returns (uint256)
1112
latestGlobalsSnapshotInterval(view returns (uint256)
1222
stakingToken(view returns (address)
0xe76c6c83af64e4c60245d8c7de953df673a7a33d
totalStaked(view returns (uint256)
42001219588793942878334238
totalVotingPower(view returns (uint256)
37439599069634550305525096
Read-only
accountSnapshot(address _accountuint256 _indexview returns (struct StakingAccountSnapshot)
accountSnapshotAt(address _accountuint256 _intervaluint256 _hintview returns (struct StakingAccountSnapshot)
accountSnapshotLength(address _accountview returns (uint256)
globalsSnapshot(uint256 _indexview returns (struct StakingGlobalsSnapshot)
globalsSnapshotAt(uint256 _intervaluint256 _hintview returns (struct StakingGlobalsSnapshot)
intervalAtTime(uint256 _timeview returns (uint256)
latestAccountSnapshotInterval(address _accountview returns (uint256)
stakes(addressuint256view returns (address delegateuint256 amountuint256 staketimeuint256 locktimeuint256 claimedTime)
stakesLength(address _accountview returns (uint256)
votingPower(addressview returns (uint256)
State-modifying
claim(uint256 _stakeID
delegate(uint256 _stakeIDaddress _to
stake(uint256 _amountreturns (uint256)
undelegate(uint256 _stakeID
unlock(uint256 _stakeID
Events
Claim(address indexed accountuint256 indexed stakeID
Delegate(address indexed owneraddress indexed _fromaddress indexed touint256 stakeIDuint256 amount
Stake(address indexed accountuint256 indexed stakeIDuint256 amount
Unlock(address indexed accountuint256 indexed stakeID
Constructor
constructor(address _stakingToken
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.