TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 18,800 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) |
---|---|---|---|---|---|---|---|
| 21322685 | 29 minutes ago | | | 0 | 0.0048253093 | |
| 21322361 | 2 hours ago | | | 0 | 0.0036518977 | |
| 21322052 | 3 hours ago | | | 0 | 0.0019503633 | |
| 21321737 | 4 hours ago | | | 0 | 0.0017473948 | |
| 21321347 | 5 hours ago | | | 0 | 0.0013073515 | |
| 21321072 | 6 hours ago | | | 0 | 0.0016916944 | |
| 21320752 | 7 hours ago | | | 0 | 0.0014072355 | |
| 21320429 | 8 hours ago | | | 0 | 0.0016838940 | |
| 21320158 | 9 hours ago | | | 0 | 0.0015258296 | |
| 21319923 | 10 hours ago | | | 0 | 0.0014338351 |
ABI
ABI objects
Getter at block 21322829
owner() view returns (address)
0xc234e41ae2cb00311956aa7109fc801ae8c80941
Read-only
allowedExecutorDestinations(address) view returns (bool)
executors(address) view returns (bool)
validateExecuteTransaction(address destination) view
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
executeTransaction(bytes data, address destination, uint256 amount) payable
executeTransactionWithGasRefunder(address gasRefunder, bytes data, address destination, uint256 amount) payable
executeTransactions(bytes[] data, address[] destination, uint256[] amount) payable
executeTransactionsWithGasRefunder(address gasRefunder, bytes[] data, address[] destination, uint256[] amount) payable
initialize(address _executor, address _owner, address[] initialExecutorAllowedDests)
renounceOwnership()
setAllowedExecutorDestinations(address[] destinations, bool[] isSet)
setExecutor(address[] newExecutors, bool[] isExecutor)
timeoutChallenges(address manager, uint64[] challenges)
timeoutChallengesWithGasRefunder(address gasRefunder, address manager, uint64[] challenges)
transferOwnership(address newOwner)
withdrawEth(uint256 amount, address destination)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AllowedExecutorDestinationsUpdated(address indexed destination, bool isSet)
ExecutorUpdated(address indexed executor, bool isExecutor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
BadArrayLength(uint256 expected, uint256 actual)
NotExecutorOrOwner(address actual)
OnlyOwnerDestination(address expected, address actual, address destination)
WithdrawEthFail(address destination)