UserStore
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd0fb…266a
0x7e57…f440
Balances ($0.00)
No balances found for "UserStore"
ABI
ABI objects
Getter at block 21379032
arbitrationLicenses() view returns (address)
0x7e571b13aeb1a6abcfc470b7d033a6838e53f440
isInitialized() view returns (bool)
true
isOwner() view returns (bool)
false
owner() view returns (address)
0x35f7c96c392cd70ca5dbaedb2005a946a82e8a95
proxiableUUID() pure returns (bytes32)
0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7
sellingLicenses() view returns (address)
0xd0fbd1a8d663b3d31312e0cb24910be82387266a
Read-only
allowedContracts(address) view returns (bool)
getDataHash(string _username, string _contactData) view returns (bytes32)
getMessageSigner(string _username, string _contactData, uint256 _nonce, bytes _signature) view returns (address)
user_nonce(address) view returns (uint256)
users(address) view returns (string contactData, string location, string username)
State-modifying
Events addOrUpdateUser(address _sender, string _contactData, string _location, string _username)
addOrUpdateUser(bytes _signature, string _contactData, string _location, string _username, uint256 _nonce) returns (address _user)
addOrUpdateUser(string _contactData, string _location, string _username)
init(address _sellingLicenses, address _arbitrationLicenses)
renounceOwnership()
setAllowedContract(address _contract, bool _allowed)
setLicenses(address _sellingLicenses, address _arbitrationLicenses)
transferOwnership(address _newOwner)
updateCode(address newCode)
LicensesChanged(address sender, address oldSellingLicenses, address newSellingLicenses, address oldArbitrationLicenses, address newArbitrationLicenses)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor(address _sellingLicenses, address _arbitrationLicenses)
This contract contains no fallback and receive objects.
This contract contains no error objects.