TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 282 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21120591 | 24 days ago | | | 88 | 0.0029479479 | |
| 21061529 | a month ago | | | 0.04 | 0.0047775548 | |
| 21053110 | a month ago | | | 0.04744 | 0.0016254642 | |
| 21053089 | a month ago | | | 0.2 | 0.0024680090 | |
| 21052707 | a month ago | | | 0.49975 | 0.0022497373 | |
| 21048506 | a month ago | | | 0.8 | 0.0060676623 | |
| 21025601 | a month ago | | | 1 | 0.0027556705 | |
| 21025539 | a month ago | | | 0.01213 | 0.0030609104 | |
| 21024888 | a month ago | | | 1 | 0.0021889150 | |
| 21024839 | a month ago | | | 0.34 | 0.0032680102 |
ABI
ABI objects
Getter at block 21295410
This contract contains no getter function objects.
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
swapAndDeposit(struct SwapDepositBag swapDepositBag) payable returns (uint256 nftId)
swapAndDepositIntoMetaVault(address metaVault, address[] inTokens, uint256[] inAmounts, struct SwapInfo[] swapInfo) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ConfigurationAddressZero()
InvalidArrayLength()