AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 1 txns
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 15 additional slots
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11097414 | 4 years ago | | | 0 | 0.0053990250 |
ABI
ABI objects
Getter at block 21124221
owner() view returns (address)
0x5e60fcca904753a31f9df7d7f6b7856b6ec27aa9
size() view returns (uint256)
382
Read-only
holder(uint256 id) view returns (address, address)
index(address _owner, address _token) view returns (uint256)
owners(address _token) view returns (address[])
owners(address token, uint256 begin, uint256 end) view returns (address[])
tokens(address _owner) view returns (address[])
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize(address owner)
insert(address _owner, address _token) returns (uint256)
transferOwnership(address _owner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Insert(address indexed owner, address indexed token, uint256 id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.