TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 38,673 txns
Deployed by via 0x5cd801cd at 15027204
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"

0x05a0d0628ae26db603f767c27a6ec2f07d1e5827a1543713b1c19ec0f9417dbb
0xe2828ce89324a8c30f35d1d11b4623ec4109f56514d35f4728d948f062e32b83
0x8e3667281747b30d144015c00828130669db0084c2dfea3397bd532aba99dd34
0xa4ee32cfdc3e9ad0889558080cc47bc8c8326d42bde4f29c3f94bf410ef40daf
0xdb85d25c898a26d9765039541bd1591578ff2e1e1fae6b084348c0c99271fe50
0xa68f2d4b5585c077a33f9b825fb39a55ecc55b907565b1babaf7f8813ef9578b
0x980d9b6f921bacbf8aa43729a3b57cd65fa7cbc9aa1061905c4e81344106478c
0x23fbb3dc2e4bb291b0c5c03fb2d2a252abcfa540efbfda9e68e72868354aa74c
0x664c00492ca847f80774f5368892f21f7a0e71d42c870fda27b8dfe893d010e9
0x3d5c9b35f4b9af967bcd0bd237c1fe9536b434ee47172c5b561f470a73d86caa

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