Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x30d2…d10f
0xff95…c957
0xc5ac…e98a
Balances ($0.00)
No balances found for "Staking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16177989 | 2 years ago | | | 0 | 0.0025477173 | |
| 16177981 | 2 years ago | | | 0 | 0.0051444300 | |
| 16177963 | 2 years ago | | | 0 | 0.0018940809 | |
| 16177941 | 2 years ago | | | 0 | 0.0042272400 | |
| 16177852 | 2 years ago | | | 0 | 0.0013841700 | |
| 16177850 | 2 years ago | | | 0 | 0.0014340600 |
ABI
ABI objects
Getter at block 21160380
fixedLockedPeriod() view returns (uint256)
0
getExchangeRate() view returns (uint256)
1000000000000000000
isStakePaused() view returns (bool)
false
isUnstakePaused() view returns (bool)
false
lockedPeriod() view returns (uint256)
0
maxDeposit() view returns (uint256)
1000000000000000000000000
minDeposit() view returns (uint256)
0
owner() view returns (address)
0x5846a1ca34be3d13761f340d56c9a86276fcc98e
ownerCandidate() view returns (address)
0x5846a1ca34be3d13761f340d56c9a86276fcc98e
paused() view returns (bool)
true
rewardsContractAddress() view returns (address)
0x1f06d06c59f141ff932b47a442de496e19aa95d6
staderToken() view returns (address)
0x30d20208d987713f46dfd34ef128bb16c404d10f
undelegationContractAddress() view returns (address)
0xc5ac2cc18eccf6c5168a682eaf9ac43f3db8e98a
xStaderToken() view returns (address)
0xff95a3dc77ecf68611bedd9bb8e026a5b8b0c957
Read-only
withdrawQueue(uint256) view returns (uint256 timestamp, uint256 lockedAmount, address to)
State-modifying
Events acceptOwnership()
cancelOwnerProposal()
cancelWithdraw(uint256 index)
pause()
proposeOwner(address newOwner)
queueAllFunds(address to)
queuePartialFunds(address to, uint256 amount)
setLockedPeriod(uint256 _lockedPeriod)
setRewardsContractAddress(address _rewardsContractAddress)
setTimeLockOwner(address _timelockOwner)
setUndelegationContractAddress(address _undelegationContractAddress)
stake(uint256 _amount)
unpause()
unstake(uint256 _share)
updateMaxDeposit(uint256 _newMaxDeposit)
updateMinDeposit(uint256 _newMinDeposit)
updateStakeIsPaused()
updateUnStakeIsPaused()
withdraw(uint256 index)
Fallback(address indexed from, uint256 amount)
LockPeriodChanged(uint256 to, uint256 from)
OwnerChanged(address to, address from)
OwnerUpdated(address indexed newOwner)
Paused(address account)
Queued(uint256 indexed index, uint256 amount)
Received(address indexed from, uint256 amount)
Staked(address indexed to, uint256 SDReceived, uint256 xSDMinted)
Transferred(uint256 indexed index, uint256 amount, address to)
UnStaked(address indexed from, uint256 SDSent, uint256 xSDBurnt)
Undelegated(address indexed to, uint256 amount, uint256 index)
Unpaused(address account)
WithdrawCancelled(uint256 indexed index, uint256 amount)
maxDepositChanged(uint256 newMaxDeposit, uint256 oldMaxDeposit)
minDepositChanged(uint256 newMinDeposit, uint256 oldMinDeposit)
rewardsContractSet(address newRewardsContractAddress, address oldRewardsContractAddress)
undelegationContractSet(address newUndelegationContractAddress, address oldUndelegationContractAddress)
constructor(address _staderToken, address _xStaderToken, address _undelegationContractAddress, address _multiSigTokenMover)
fallback()
receive()
This contract contains no error objects.