AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10064632 | 4 years ago | | | 0 | 0.0014008800 | |
| 9462101 | 5 years ago | | | 0 | 0.00016816500 | |
| 9462095 | 5 years ago | | | 0 | 0.000099536719 | |
| 9457745 | 5 years ago | | | 0 | 0.00086877600 | |
| 9457676 | 5 years ago | | | 0 | 0.00086104800 | |
| 9457505 | 5 years ago | | | 0 | 0.00075135200 | |
| 9457410 | 5 years ago | | | 0 | 0.00075264000 | |
| 9457331 | 5 years ago | | | 0 | 0.00086491200 | |
| 9457241 | 5 years ago | | | 0 | 0.00061774020 | |
| 9457219 | 5 years ago | | | 0 | 0.00071355240 |
ABI
ABI objects
Getter at block 21163529
isOwner() view returns (bool)
false
manaToken() view returns (address)
0x0f5d2fb29fb7d3cfee444a200298f468908cc942
owner() view returns (address)
0x4eac6325e1dbf1ac90434d39766e164dca71139e
price() view returns (uint256)
100000000000000000000
Read-only
allowed(address) view returns (bool)
isUsernameAvailable(string _username) view returns (bool)
user(address) view returns (string username, string metadata)
userExists(address _user) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize(address _mana, address _owner)
initialize(address sender)
registerUsername(address _beneficiary, string _username, string _metadata)
renounceOwnership()
setAllowed(address _account, bool _allowed)
setMetadata(string _metadata)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Allow(address indexed _caller, address indexed _account, bool _allowed)
MetadataChanged(address indexed _owner, string _metadata)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Register(address indexed _owner, string _username, string _metadata, address indexed _caller)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.