TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 19,723 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"

0xba5cc2117b096d0590ce59f446a99f2dd3cc28a549c157bef60d762a16977ec7
0x10902b8c7a406da0a933c1ac4b3385eae189450d66bb16ce46986d6cb1808d22
0xae81619da9c735cf868f055d4e3a2ba983be9a6cb643327f44a326faa15f513f
0xd7117061aee1b0a2e2abf66b0f2197d0b50c1ed9d803eed895e2f04637838848
0x6910171af67ede7814d6f779e31a8aeea67ddb823364a86b10c46824446a9e11
0xeb7673bfb6b08ae92b895065d8b3060367aedfef16f0b5ceffd05c635902c0fa
0xfac3045229a6c070606f40c29a50258bc08f153809b52dea2305cccfa648e20f
0x0847eaae8ebd0c6bb25e014d1a4e16335ea53b7e838d850880db559d96fb18f6
0x2a5e962ef3e504bdb872ed0be9d8cfa688c776120626683e63eb74f3d33653a6
0x0f31a1baf1bbc06c088fa352cfaace900783b765ac166557c2c082cb6ea02348

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