UserStore

Verified contract

Implementation

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

No balances found for "UserStore"

0xd266ae2e7d76b8586c242d51212d6fff1c43e4384ff43d8c070ad51b1d6e5a11
From

Functions
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(addressview returns (bool)
getDataHash(string _usernamestring _contactDataview returns (bytes32)
getMessageSigner(string _usernamestring _contactDatauint256 _noncebytes _signatureview returns (address)
user_nonce(addressview returns (uint256)
users(addressview returns (string contactDatastring locationstring username)
State-modifying
addOrUpdateUser(address _senderstring _contactDatastring _locationstring _username
addOrUpdateUser(bytes _signaturestring _contactDatastring _locationstring _usernameuint256 _noncereturns (address _user)
addOrUpdateUser(string _contactDatastring _locationstring _username
init(address _sellingLicensesaddress _arbitrationLicenses
renounceOwnership(
setAllowedContract(address _contractbool _allowed
setLicenses(address _sellingLicensesaddress _arbitrationLicenses
transferOwnership(address _newOwner
updateCode(address newCode
Events
LicensesChanged(address senderaddress oldSellingLicensesaddress newSellingLicensesaddress oldArbitrationLicensesaddress newArbitrationLicenses
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Upgraded(address indexed implementation
Constructor
constructor(address _sellingLicensesaddress _arbitrationLicenses
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.