DataStore

Verified contract

Active on Base with 145 txns
Deployed by via 0x83bb15db at 2668056
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DataStore"

0x13e1f0538e6e364976e35134e524626bd37896b66f1113d0735c38b82ac5c0a9
0xab8b3106975f2df2fc321c141a39a772d722054c4afba5d3bf32898bf6a788f1
0x3f75a03468a47105b1a1cf2c2900654eeb01fcb95cd18114d9b2bcdd26f940ca
0xd657606467e029d3d355aa0b037b3303e97a6452dd4b4cdc7c662e287b6c92d0
0x1622a4ee7f319fe188a8a27ae170cd39a082cbe3d6ad079e5654888208e4d080
0x8c48b8c2c831f1ddaf865629210eb570ab8d199007719e31fe86886d855d377a
0x1cc182f389e8c390cacdaa746bf449ce9cc7801a43feb757188d2551dbf9a1cc
0x8bc7e8c90e2baf0dfe041561f46423997697db344fc130c7868831f71c133ce2
0x211d0774a576aaf1929db5cb20d2f64e7c3e180c9f8e4cc3e37bafc980d66a47
0xcd5e4e14ed84ec5061f9ae5fe92d598e3f10f8853ab50c00c9e8f3c87fdc06a3

Functions
Getter at block 21880275
roleStore(view returns (address)
0x44f8f75e4416b3cb93e519ac1360785fc964cb92
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