TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 385 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) |
---|---|---|---|---|---|---|---|
| 21075323 | 18 days ago | | | 0 | 0.0041591865 | |
| 20928834 | a month ago | | | 0 | 0.0098883636 | |
| 20764394 | 2 months ago | | | 0 | 0.0023854507 | |
| 20730533 | 2 months ago | | | 0 | 0.0012756267 | |
| 20730362 | 2 months ago | | | 0 | 0.00078495940 | |
| 20730073 | 2 months ago | | | 0 | 0.00091822096 | |
| 20728745 | 2 months ago | | | 0 | 0.00092888828 | |
| 20728478 | 2 months ago | | | 0 | 0.0016663877 | |
| 20728229 | 2 months ago | | | 0 | 0.0021117099 | |
| 20623434 | 3 months ago | | | 0 | 0.00066782876 |
ABI
ABI objects
Getter at block 21206384
owner() view returns (address)
0x9db006063ee2049a35624bcce32945e524105401
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
createRevenueSplit(string name, address[] payees, uint256[] shares)
initialize(address implementation)
renounceOwnership()
setImplementation(address implementation)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevenueSplitCreated(address indexed revenueSplitAddress)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.