RocketStorage
Verified contract
Active on
Ethereum with 5,869 txns
Balances ($7.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.002302 | $3,288.17 |
$7.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268025 | 21 hours ago | | | 0 | 0.00027903634 | |
| 21267891 | 21 hours ago | | | 0 | 0.00085421109 | |
| 21267782 | a day ago | | | 0 | 0.00042091200 | |
| 21265939 | a day ago | | | 0 | 0.0013097544 | |
| 21237543 | 5 days ago | | | 0 | 0.00070612323 | |
| 21236222 | 5 days ago | | | 0 | 0.0015132311 | |
| 21209297 | 9 days ago | | | 0 | 0.00046734769 | |
| 21208044 | 9 days ago | | | 0 | 0.00038242933 | |
| 21207862 | 9 days ago | | | 0 | 0.00048396973 | |
| 21207199 | 9 days ago | | | 0 | 0.00045148585 |
ABI
ABI objects
Getter at block 21274196
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.