TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2 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
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16048399 | 2 years ago | | | 0 | 0.0019046534 | |
| 13783058 | 3 years ago | | | 0 | 0.0065550820 |
ABI
ABI objects
Getter at block 21189453
getSplitterImplementation() view returns (address)
0xf2262ee96f2914bcebc8ddde1c7cf68e1c5d0424
owner() view returns (address)
0x0000000000000000000000000000000000000000
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
createSplitter(string name_, bytes32 merkleRoot, address[] recipients, uint256[] amounts) payable returns (address newContract)
initialize(address splitterImplementation, address owner_)
renounceOwnership()
setSplitterImplementation(address implementation)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SplitterCreated(address indexed splitter, string name, address[] recipients, uint256[] amounts)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
This contract contains no error objects.