Undelegation
Verified contract
Active on
Ethereum with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x30d2…d10f
Balances ($0.00)
No balances found for "Undelegation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16223083 | 2 years ago | | | 0 | 0.0016566600 | |
| 16223075 | 2 years ago | | | 0 | 0.0016984500 | |
| 16222981 | 2 years ago | | | 0 | 0.0013830000 | |
| 16222972 | 2 years ago | | | 0 | 0.0014301000 |
ABI
ABI objects
Getter at block 21218253
owner() view returns (address)
0x435402350a6dd8b8b5658913d5efed01151e5777
ownerCandidate() view returns (address)
0x435402350a6dd8b8b5658913d5efed01151e5777
paused() view returns (bool)
false
staderToken() view returns (address)
0x30d20208d987713f46dfd34ef128bb16c404d10f
stakingContractAddress() view returns (address)
0x017ca75639f3978035ac3220dde4e5ccacb3c61f
unbondingTime() view returns (uint256)
0
Read-only
undelegationsMap(address, uint256) view returns (uint256 timestamp, uint256 amount)
State-modifying
Events acceptOwnership()
cancelOwnerProposal()
pause()
proposeOwner(address newOwner)
setStakingContractAddress(address _stakingContractAddress)
setUnbondingTime(uint256 _unbondingTime)
undelegate(address to, uint256 amount) returns (uint256)
unpause()
withdraw(uint256 index)
Fallback(address from, uint256 amount)
NewUnbondingTime(uint256 to, uint256 from)
OwnerUpdated(address indexed newOwner)
Paused(address account)
Received(address from, uint256 amount)
StakingAddressChanged(address indexed newAddress, address oldAddress)
Undelegated(address indexed to, uint256 amount, uint256 index)
Unpaused(address account)
Withdrawn(address indexed from, uint256 amount, uint256 index)
constructor(address _staderToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.