TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,083 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) |
---|---|---|---|---|---|---|---|
| 21075033 | a month ago | | | 0 | 0.0022575408 | |
| 20912895 | 2 months ago | | | 0 | 0.0029271261 | |
| 20910681 | 2 months ago | | | 0 | 0.0040903567 | |
| 20575544 | 3 months ago | | | 0 | 0.00033434912 | |
| 20568551 | 3 months ago | | | 0 | 0.00083162085 | |
| 20559297 | 3 months ago | | | 0 | 0.00030801493 | |
| 20557955 | 3 months ago | | | 0 | 0.00033445068 | |
| 20507802 | 3 months ago | | | 0 | 0.0014705163 | |
| 20481867 | 4 months ago | | | 0 | 0.00087585986 | |
| 20385865 | 4 months ago | | | 0 | 0.0019356583 |
ABI
ABI objects
Getter at block 21260675
archetype() view returns (address)
0x00b1357979cba7ba18c9f9b81eb00b4232bc022b
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)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.