Staking
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 46 additional slots
Balances ($0.00)
No balances found for "Staking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Staking"
ABI
ABI objects
Getter at block 21269195 getClaimsManagerAddress() view returns (address) getDelegateManagerAddress() view returns (address) getGovernanceAddress() view returns (address) getServiceProviderFactoryAddress() view returns (address) supportsHistory() view returns (bool) token() view returns (address) totalStaked() view returns (uint256)
Read-only
isStaker(address _accountAddress) view returns (bool)
lastClaimedFor(address _accountAddress) view returns (uint256)
lastStakedFor(address _accountAddress) view returns (uint256)
totalStakedAt(uint256 _blockNumber) view returns (uint256)
totalStakedFor(address _accountAddress) view returns (uint256)
totalStakedForAt(address _accountAddress, uint256 _blockNumber) view returns (uint256)
State-modifying
Events delegateStakeFor(address _accountAddress, address _delegatorAddress, uint256 _amount)
initialize()
initialize(address _tokenAddress, address _governanceAddress)
setClaimsManagerAddress(address _claimsManager)
setDelegateManagerAddress(address _delegateManager)
setGovernanceAddress(address _governanceAddress)
setServiceProviderFactoryAddress(address _spFactory)
slash(uint256 _amount, address _slashAddress)
stakeFor(address _accountAddress, uint256 _amount)
stakeRewards(uint256 _amount, address _stakerAccount)
undelegateStakeFor(address _accountAddress, address _delegatorAddress, uint256 _amount)
unstakeFor(address _accountAddress, uint256 _amount)
updateClaimHistory(uint256 _amount, address _stakerAccount)
Slashed(address indexed user, uint256 amount, uint256 total)
Staked(address indexed user, uint256 amount, uint256 total)
Unstaked(address indexed user, uint256 amount, uint256 total)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.