Staking

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x9f834d91 at 15221148
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 46 additional slots

No balances found for "Staking"

No transactions found for "Staking"


Functions
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 _accountAddressview returns (bool)
lastClaimedFor(address _accountAddressview returns (uint256)
lastStakedFor(address _accountAddressview returns (uint256)
totalStakedAt(uint256 _blockNumberview returns (uint256)
totalStakedFor(address _accountAddressview returns (uint256)
totalStakedForAt(address _accountAddressuint256 _blockNumberview returns (uint256)
State-modifying
delegateStakeFor(address _accountAddressaddress _delegatorAddressuint256 _amount
initialize(
initialize(address _tokenAddressaddress _governanceAddress
setClaimsManagerAddress(address _claimsManager
setDelegateManagerAddress(address _delegateManager
setGovernanceAddress(address _governanceAddress
setServiceProviderFactoryAddress(address _spFactory
slash(uint256 _amountaddress _slashAddress
stakeFor(address _accountAddressuint256 _amount
stakeRewards(uint256 _amountaddress _stakerAccount
undelegateStakeFor(address _accountAddressaddress _delegatorAddressuint256 _amount
unstakeFor(address _accountAddressuint256 _amount
updateClaimHistory(uint256 _amountaddress _stakerAccount
Events
Slashed(address indexed useruint256 amountuint256 total
Staked(address indexed useruint256 amountuint256 total
Unstaked(address indexed useruint256 amountuint256 total
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.