TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 18,173 txns
Deployed by via 0xd048a336 at 15135808
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"

0xc288795ee384d793bb0d75587c4c3f3ee44c86d468d1bc588acc6cc088d65c62
0xf638fb698e92e934c52fe575cf4cc702432ead75ab691ac21cd93e3bd4bd0950
0xc4921f5c19a7b5e11e65fd35c7bc70bb25497d009eee14540fb0643f843640e0
0xeb4fb2ed2be0cf3669066813808ebafee972d2f8a5c311206e18607577236b1d
0x625fecbc6f1a2bf58c1a873e18d21e7471a95d804afa8f5ebfefae1f3a215e3e
0x4b6c5fb4234652470584371a22f9eb65be5b99aa0f505fff6331b250a98c4eac
0xed4d97d8212e8a13378213ec33f4281d8a0b60477b0082d45c49e9488a760002
0xbb0d2e7079ba5096462fdcfaf40835b17e44b3c6b2e3c3ad34f615363f133c1b
0x35fbd3deb44aae9c6c667d1edc3bd4f2085d0105826f83f3024c1f07cc950a1d
0x41625e78e9033cb48ffd4263f68ba2daf335c8eb129184e84379ee7ea40a272e

Functions
Getter at block 20861381
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