DataStore

Verified contract

Active on Ethereum with 137 txns
Deployed by via 0xd10c26e3 at 17877854
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DataStore"

0x8035c1587b50dc964d85541a00f62c4ce54fa2770a53b2b0ffdb4bb97be984e5
0x8d03f4bff2ffcaa027042032ec1d5fdcc8dd06421d35805df6df6b16eaf05f59
0x21413594f08ab59e781faa7540f4b1d45e1b8b6da8e3c6b8c42017c74edd52f5
0xc6c27e759b60275503287d07d401c5961cf10bdce28e24de2c278c7cf3c83bdb
0x55f5273c19b4bc465a9452bf6ae431d186e946338f4509349f9d6533dda7c3f3
0xdc4c9ab1dc1015a3e7a36b3663de1c6248c8420df1d4b2e5f8d20171f26eeeb1
0xa65e55ce3cecf771916bfd7160abfd2d26ebcd4de37c23f450a269b10b311639
0xb07418385a937fef67d426c588ccc0248411d340f8ac017003475ad52f0ed938
0x5783fe20a9ae735b1c2dad0f488ec556dace63b3bdf995f5e08c50f7a1f41e5f
0x456598f10e67b4e28f7453e615b4d21be500ac26c13304a926d23ba494f7ae4b

Functions
Getter at block 21320482
roleStore(view returns (address)
0xb4946afc103cab356de4ae9b75683a6475e69778
Read-only
addressArrayValues(bytes32uint256view returns (address)
addressValues(bytes32view returns (address)
boolArrayValues(bytes32uint256view returns (bool)
boolValues(bytes32view returns (bool)
bytes32ArrayValues(bytes32uint256view returns (bytes32)
bytes32Values(bytes32view returns (bytes32)
containsAddress(bytes32 setKeyaddress valueview returns (bool)
containsBytes32(bytes32 setKeybytes32 valueview returns (bool)
containsUint(bytes32 setKeyuint256 valueview returns (bool)
getAddress(bytes32 keyview returns (address)
getAddressArray(bytes32 keyview returns (address[])
getAddressCount(bytes32 setKeyview returns (uint256)
getAddressValuesAt(bytes32 setKeyuint256 startuint256 endview returns (address[])
getBool(bytes32 keyview returns (bool)
getBoolArray(bytes32 keyview returns (bool[])
getBytes32(bytes32 keyview returns (bytes32)
getBytes32Array(bytes32 keyview returns (bytes32[])
getBytes32Count(bytes32 setKeyview returns (uint256)
getBytes32ValuesAt(bytes32 setKeyuint256 startuint256 endview returns (bytes32[])
getInt(bytes32 keyview returns (int256)
getIntArray(bytes32 keyview returns (int256[])
getString(bytes32 keyview returns (string)
getStringArray(bytes32 keyview returns (string[])
getUint(bytes32 keyview returns (uint256)
getUintArray(bytes32 keyview returns (uint256[])
getUintCount(bytes32 setKeyview returns (uint256)
getUintValuesAt(bytes32 setKeyuint256 startuint256 endview returns (uint256[])
intArrayValues(bytes32uint256view returns (int256)
intValues(bytes32view returns (int256)
stringArrayValues(bytes32uint256view returns (string)
stringValues(bytes32view returns (string)
uintArrayValues(bytes32uint256view returns (uint256)
uintValues(bytes32view returns (uint256)
State-modifying
addAddress(bytes32 setKeyaddress value
addBytes32(bytes32 setKeybytes32 value
addUint(bytes32 setKeyuint256 value
applyBoundedDeltaToUint(bytes32 keyint256 valuereturns (uint256)
applyDeltaToInt(bytes32 keyint256 valuereturns (int256)
applyDeltaToUint(bytes32 keyint256 valuestring errorMessagereturns (uint256)
applyDeltaToUint(bytes32 keyuint256 valuereturns (uint256)
decrementInt(bytes32 keyint256 valuereturns (int256)
decrementUint(bytes32 keyuint256 valuereturns (uint256)
incrementInt(bytes32 keyint256 valuereturns (int256)
incrementUint(bytes32 keyuint256 valuereturns (uint256)
removeAddress(bytes32 key
removeAddress(bytes32 setKeyaddress value
removeAddressArray(bytes32 key
removeBool(bytes32 key
removeBoolArray(bytes32 key
removeBytes32(bytes32 key
removeBytes32(bytes32 setKeybytes32 value
removeBytes32Array(bytes32 key
removeInt(bytes32 key
removeIntArray(bytes32 key
removeString(bytes32 key
removeStringArray(bytes32 key
removeUint(bytes32 key
removeUint(bytes32 setKeyuint256 value
removeUintArray(bytes32 key
setAddress(bytes32 keyaddress valuereturns (address)
setAddressArray(bytes32 keyaddress[] value
setBool(bytes32 keybool valuereturns (bool)
setBoolArray(bytes32 keybool[] value
setBytes32(bytes32 keybytes32 valuereturns (bytes32)
setBytes32Array(bytes32 keybytes32[] value
setInt(bytes32 keyint256 valuereturns (int256)
setIntArray(bytes32 keyint256[] value
setString(bytes32 keystring valuereturns (string)
setStringArray(bytes32 keystring[] value
setUint(bytes32 keyuint256 valuereturns (uint256)
setUintArray(bytes32 keyuint256[] value
Events

This contract contains no event objects.

Constructor
constructor(address _roleStore
Fallback and receive

This contract contains no fallback and receive objects.

Errors
Unauthorized(address msgSenderstring role