TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 17,442 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"

0xa2fcb40602e9ae827a2f61c22514381c579469c6edeac0f15cac29b7f5442772
0x201b4ff19f87c3052d0f7fecf16ba0d9a695d2e3a76a83a0df96a83ec0906c3f
0x9e80c5074ccb1fd223ebfa7b734dce8856c3976f7c28ef2725ba4c0d3fe44355
0xe0a0587e5d85f45e40bc5004c63a5c9841f0956fbf181041205ce9d0979f15f0
0x06f01097a4743f6de4f9c79f61ebc7a7da516aa795ee9cf6d60e3864e3470ec5
0xdae78724e796e04c32fa46f6347e1060d7a3c9335767ff2e23a0b282c12e9a09
0x7b694d4f5c799a41b84ada98175b899fb5611ddbaaa9fa069c153bf242c0cf97
0xcc6e039bf83b2fdcc03f7a8a451b7bd34f5624a96c7d8ab1715a49722644fe81
0x7b958a7b67297e055e6f3b9342e715e6d48b7e945d6e1d79635ebc84f85bc99a
0x682567240950a2dc2ec155139e8341a3acd22d983815aaa25c75091971b2fd86

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