AddressSetStorage
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AddressSetStorage"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AddressSetStorage"
ABI
ABI objects
Getter at block 21286150
version() view returns (uint8)
1
Read-only
getCount(bytes32 _key) view returns (uint256)
getIndexOf(bytes32 _key, address _value) view returns (int256)
getItem(bytes32 _key, uint256 _index) view returns (address)
State-modifying
Events addItem(bytes32 _key, address _value)
removeItem(bytes32 _key, address _value)
This contract contains no event objects.
constructor(address _rocketStorageAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.