AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 96 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 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14958241 | 2 years ago | | | 0 | 0.010059491 | |
| 14872295 | 3 years ago | | | 0 | 0.0074221199 | |
| 14871606 | 3 years ago | | | 0 | 0.0095360213 | |
| 14847765 | 3 years ago | | | 0 | 0.0067486685 | |
| 14831782 | 3 years ago | | | 0 | 0.0055712157 | |
| 14776077 | 3 years ago | | | 0 | 0.0050182163 | |
| 14769376 | 3 years ago | | | 0 | 0.010110961 | |
| 14768643 | 3 years ago | | | 0 | 0.021617251 | |
| 14725930 | 3 years ago | | | 0 | 0.0075390140 | |
| 14628328 | 3 years ago | | | 0 | 0.010081680 |
ABI
ABI objects
Getter at block 21315582
owner() view returns (address)
0x1216a72b7822bbf7c38707f9a602fc241cd6df30
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
createERC20(uint256 _supply, string _name, string _symbol, address _series)
initialize(address token, address[] previousSeries, address[] previousTokens)
renounceOwnership()
transferOwnership(address newOwner)
updateRegistryContract(address newAddress)
updateTokenContract(address newAddress)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCreated(address indexed series, address value)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.