Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DataStore"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4818453 | a year ago | | | 0 | 1.7602556e-7 | |
| 4801199 | a year ago | | | 0 | 3.6460733e-7 | |
| 4801117 | a year ago | | | 0 | 0.000000405407830157 | |
| 4801113 | a year ago | | | 0 | 0.0000034478060 | |
| 4793371 | a year ago | | | 0 | 0.000000072485238124 | |
| 4793368 | a year ago | | | 0 | 0.000000069572951084 | |
| 4793365 | a year ago | | | 0 | 0.000000403447543252 | |
| 4793362 | a year ago | | | 0 | 0.0000051491548 | |
| 4793359 | a year ago | | | 0 | 0.0000051496529 | |
| 4793355 | a year ago | | | 0 | 0.0000051532521 |
ABI
ABI objects
Getter at block 21880275
roleStore() view returns (address)
0x44f8f75e4416b3cb93e519ac1360785fc964cb92
Read-only
addressArrayValues(bytes32, uint256) view returns (address)
addressValues(bytes32) view returns (address)
boolArrayValues(bytes32, uint256) view returns (bool)
boolValues(bytes32) view returns (bool)
bytes32ArrayValues(bytes32, uint256) view returns (bytes32)
bytes32Values(bytes32) view returns (bytes32)
containsAddress(bytes32 setKey, address value) view returns (bool)
containsBytes32(bytes32 setKey, bytes32 value) view returns (bool)
containsUint(bytes32 setKey, uint256 value) view returns (bool)
getAddress(bytes32 key) view returns (address)
getAddressArray(bytes32 key) view returns (address[])
getAddressCount(bytes32 setKey) view returns (uint256)
getAddressValuesAt(bytes32 setKey, uint256 start, uint256 end) view returns (address[])
getBool(bytes32 key) view returns (bool)
getBoolArray(bytes32 key) view returns (bool[])
getBytes32(bytes32 key) view returns (bytes32)
getBytes32Array(bytes32 key) view returns (bytes32[])
getBytes32Count(bytes32 setKey) view returns (uint256)
getBytes32ValuesAt(bytes32 setKey, uint256 start, uint256 end) view returns (bytes32[])
getInt(bytes32 key) view returns (int256)
getIntArray(bytes32 key) view returns (int256[])
getString(bytes32 key) view returns (string)
getStringArray(bytes32 key) view returns (string[])
getUint(bytes32 key) view returns (uint256)
getUintArray(bytes32 key) view returns (uint256[])
getUintCount(bytes32 setKey) view returns (uint256)
getUintValuesAt(bytes32 setKey, uint256 start, uint256 end) view returns (uint256[])
intArrayValues(bytes32, uint256) view returns (int256)
intValues(bytes32) view returns (int256)
stringArrayValues(bytes32, uint256) view returns (string)
stringValues(bytes32) view returns (string)
uintArrayValues(bytes32, uint256) view returns (uint256)
uintValues(bytes32) view returns (uint256)
State-modifying
Events addAddress(bytes32 setKey, address value)
addBytes32(bytes32 setKey, bytes32 value)
addUint(bytes32 setKey, uint256 value)
applyBoundedDeltaToUint(bytes32 key, int256 value) returns (uint256)
applyDeltaToInt(bytes32 key, int256 value) returns (int256)
applyDeltaToUint(bytes32 key, int256 value, string errorMessage) returns (uint256)
applyDeltaToUint(bytes32 key, uint256 value) returns (uint256)
decrementInt(bytes32 key, int256 value) returns (int256)
decrementUint(bytes32 key, uint256 value) returns (uint256)
incrementInt(bytes32 key, int256 value) returns (int256)
incrementUint(bytes32 key, uint256 value) returns (uint256)
removeAddress(bytes32 key)
removeAddress(bytes32 setKey, address value)
removeAddressArray(bytes32 key)
removeBool(bytes32 key)
removeBoolArray(bytes32 key)
removeBytes32(bytes32 key)
removeBytes32(bytes32 setKey, bytes32 value)
removeBytes32Array(bytes32 key)
removeInt(bytes32 key)
removeIntArray(bytes32 key)
removeString(bytes32 key)
removeStringArray(bytes32 key)
removeUint(bytes32 key)
removeUint(bytes32 setKey, uint256 value)
removeUintArray(bytes32 key)
setAddress(bytes32 key, address value) returns (address)
setAddressArray(bytes32 key, address[] value)
setBool(bytes32 key, bool value) returns (bool)
setBoolArray(bytes32 key, bool[] value)
setBytes32(bytes32 key, bytes32 value) returns (bytes32)
setBytes32Array(bytes32 key, bytes32[] value)
setInt(bytes32 key, int256 value) returns (int256)
setIntArray(bytes32 key, int256[] value)
setString(bytes32 key, string value) returns (string)
setStringArray(bytes32 key, string[] value)
setUint(bytes32 key, uint256 value) returns (uint256)
setUintArray(bytes32 key, uint256[] value)
This contract contains no event objects.
constructor(address _roleStore)
This contract contains no fallback and receive objects.
Unauthorized(address msgSender, string role)