TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 34 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16292760 | 2 years ago | | | 0 | 0.0070723715 | |
| 16259615 | 2 years ago | | | 0 | 0.0042694511 | |
| 16257574 | 2 years ago | | | 0 | 0.0032199680 | |
| 16223806 | 2 years ago | | | 0 | 0.0048878782 | |
| 16165380 | 2 years ago | | | 0 | 0.0033288570 | |
| 16164651 | 2 years ago | | | 0 | 0.0039033064 | |
| 16162590 | 2 years ago | | | 0 | 0.0078690219 | |
| 16120774 | 2 years ago | | | 0 | 0.0051573343 | |
| 16109052 | 2 years ago | | | 0 | 0.0050863894 | |
| 16099966 | 2 years ago | | | 0 | 0.0039097621 |
ABI
ABI objects
Getter at block 21297230
archetype() view returns (address)
0xef9377d15234f97688788c9317f80c3f071615eb
owner() view returns (address)
0x60a59d7003345843be285c15c7c78b62b61e0d7c
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
createCollection(address _receiver, string name, string symbol, struct ArchetypeConfig config) payable returns (address)
initialize(address archetype_)
renounceOwnership()
setArchetype(address archetype_)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
CollectionAdded(address indexed sender, address indexed receiver, address collection)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.