TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 18,800 txns
Deployed by via 0x934257d4 at 15447733
Slot
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

No balances found for "TransparentUpgradeableProxy"

0xd1206cf33b14ba906d3f1c278bf4813365c7eeb5810550bc811c1e568d6a07cf
0xdccca6aad3dc88bac0a74a8736b4be1c0ea2771331cca6cebae63a4fbcec7752
0xa81ed45e66d2e1e263d65fe846bdb426399fd76117e957118721f7691a14ee82
0x192c51996d392446e72ed8c74d6d24ee09e13435726cd4b43295fe69bbebe7b7
0x3c6647d56340919eaf5d6e06291ee933781edc3d023a526438afb28ad3c0d3aa
0x06821656beda1eddcaaece69286ca4ea28921a24ede7fe2a1743320d7a527c51
0x9d1ffedfee6b28075414146850aebceb798324c44d2d6d860d233fe87ef2b555
0x9817a4a620548f075d8aa8e8f56c120283afd24b2a1accf5600038ddfc3fc67a
0x677dbe63954033d945f3055b8f1f5a5b03fc005c3fc2fbd13616062ed636457d
0x16ce96bebf06af25c0140c52dade9b48b3e03325e3dc603ccb84ef74f25f7c7a

Functions
Getter at block 21322829
owner(view returns (address)
0xc234e41ae2cb00311956aa7109fc801ae8c80941
Read-only
allowedExecutorDestinations(addressview returns (bool)
executors(addressview returns (bool)
validateExecuteTransaction(address destinationview 
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
executeTransaction(bytes dataaddress destinationuint256 amountpayable 
executeTransactionWithGasRefunder(address gasRefunderbytes dataaddress destinationuint256 amountpayable 
executeTransactions(bytes[] dataaddress[] destinationuint256[] amountpayable 
executeTransactionsWithGasRefunder(address gasRefunderbytes[] dataaddress[] destinationuint256[] amountpayable 
initialize(address _executoraddress _owneraddress[] initialExecutorAllowedDests
renounceOwnership(
setAllowedExecutorDestinations(address[] destinationsbool[] isSet
setExecutor(address[] newExecutorsbool[] isExecutor
timeoutChallenges(address manageruint64[] challenges
timeoutChallengesWithGasRefunder(address gasRefunderaddress manageruint64[] challenges
transferOwnership(address newOwner
withdrawEth(uint256 amountaddress destination
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AllowedExecutorDestinationsUpdated(address indexed destinationbool isSet
ExecutorUpdated(address indexed executorbool isExecutor
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
BadArrayLength(uint256 expecteduint256 actual
NotExecutorOrOwner(address actual
OnlyOwnerDestination(address expectedaddress actualaddress destination
WithdrawEthFail(address destination