Proxy
Verified contract
Proxy
Active on
Ethereum with 13 txns
Unified 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
0x18c8…dc4d
0x3e7f…d927
Balances ($0.00)
No balances found for "Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9437067 | 5 years ago | | | 0 | 0.00051632100 | |
| 9364911 | 5 years ago | | | 0 | 0.00013991300 | |
| 9345313 | 5 years ago | | | 0 | 0.000088042000 | |
| 9345286 | 5 years ago | | | 0 | 0.00013932480 | |
| 9293607 | 5 years ago | | | 0 | 0.000085728000 | |
| 9286520 | 5 years ago | | | 0 | 0.00027933200 | |
| 9286516 | 5 years ago | | | 0 | 0.00072098500 | |
| 9275709 | 5 years ago | | | 0 | 0.000069893000 | |
| 9275304 | 5 years ago | | | 0 | 0.00016279000 | |
| 9275293 | 5 years ago | | | 0 | 0.00022684000 |
ABI
ABI objects
Getter at block 21379032
implementation() view returns (address)
0x0ab611f28165a5b694959c1454c0a9027eae536d
proxyType() pure returns (uint256)
1
arbitrationLicenses() view returns (address)
0x3e7fc31b9bd5fafde828acc1fd7b7b3dd7c1d927
isInitialized() view returns (bool)
true
isOwner() view returns (bool)
false
owner() view returns (address)
0x35f7c96c392cd70ca5dbaedb2005a946a82e8a95
proxiableUUID() pure returns (bytes32)
0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7
sellingLicenses() view returns (address)
0x18c8e4570de4d1fa07e2ad8be4bc0fe8b2c2dc4d
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(bytes constructData, address contractLogic)
fallback()
This contract contains no error objects.