RocketStorage
Verified contract
Active on
Ethereum with 5,850 txns
Balances ($7.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.002302 | $3,197.66 |
$7.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152574 | 19 hours ago | | | 0 | 0.00047788045 | |
| 21152543 | 19 hours ago | | | 0 | 0.00048944219 | |
| 21134755 | 3 days ago | | | 0 | 0.00062786640 | |
| 21134597 | 3 days ago | | | 0 | 0.00046768000 | |
| 21101206 | 8 days ago | | | 0 | 0.00090393973 | |
| 21101202 | 8 days ago | | | 0 | 0.00095369572 | |
| 21100249 | 8 days ago | | | 0 | 0.00023320500 | |
| 21091423 | 9 days ago | | | 0 | 0.00036778063 | |
| 21088874 | 10 days ago | | | 0 | 0.00018400859 | |
| 21088838 | 10 days ago | | | 0 | 0.00031676603 |
ABI
ABI objects
Getter at block 21158187
getDeployedStatus() view returns (bool)
true
getGuardian() view returns (address)
0x0ccf14983364a7735d369879603930afe10df21e
Read-only
getAddress(bytes32 _key) view returns (address r)
getBool(bytes32 _key) view returns (bool r)
getBytes(bytes32 _key) view returns (bytes)
getBytes32(bytes32 _key) view returns (bytes32 r)
getInt(bytes32 _key) view returns (int256 r)
getNodePendingWithdrawalAddress(address _nodeAddress) view returns (address)
getNodeWithdrawalAddress(address _nodeAddress) view returns (address)
getString(bytes32 _key) view returns (string)
getUint(bytes32 _key) view returns (uint256 r)
State-modifying
Events addUint(bytes32 _key, uint256 _amount)
confirmGuardian()
confirmWithdrawalAddress(address _nodeAddress)
deleteAddress(bytes32 _key)
deleteBool(bytes32 _key)
deleteBytes(bytes32 _key)
deleteBytes32(bytes32 _key)
deleteInt(bytes32 _key)
deleteString(bytes32 _key)
deleteUint(bytes32 _key)
setAddress(bytes32 _key, address _value)
setBool(bytes32 _key, bool _value)
setBytes(bytes32 _key, bytes _value)
setBytes32(bytes32 _key, bytes32 _value)
setDeployedStatus()
setGuardian(address _newAddress)
setInt(bytes32 _key, int256 _value)
setString(bytes32 _key, string _value)
setUint(bytes32 _key, uint256 _value)
setWithdrawalAddress(address _nodeAddress, address _newWithdrawalAddress, bool _confirm)
subUint(bytes32 _key, uint256 _amount)
GuardianChanged(address oldGuardian, address newGuardian)
NodeWithdrawalAddressSet(address indexed node, address indexed withdrawalAddress, uint256 time)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.