Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x30d2…d10f
0x18b6…966f
0x1a06…9b33
Balances ($0.00)
No balances found for "Staking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16223069 | 2 years ago | | | 0 | 0.0038395500 | |
| 16223054 | 2 years ago | | | 0 | 0.0051444300 | |
| 16223049 | 2 years ago | | | 0 | 0.0042282300 | |
| 16222979 | 2 years ago | | | 0 | 0.0013841700 | |
| 16222977 | 2 years ago | | | 0 | 0.0014340600 |
ABI
ABI objects
Getter at block 21218890
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)
0x435402350a6dd8b8b5658913d5efed01151e5777
ownerCandidate() view returns (address)
0x435402350a6dd8b8b5658913d5efed01151e5777
paused() view returns (bool)
false
rewardsContractAddress() view returns (address)
0xc4dd7882012d786f083b342da70ffea769195e06
staderToken() view returns (address)
0x30d20208d987713f46dfd34ef128bb16c404d10f
undelegationContractAddress() view returns (address)
0x1a06e0502582cda27361393d5298d8be6d249b33
xStaderToken() view returns (address)
0x18b63fd967c8f5b0a56e6e946c6e1d4a0217966f
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.