TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 5,446 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
-
variable spans 49 additional slots
0x35fa…8ac2
0xcd5f…b7ee
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288262 | 6 hours ago | | | 0 | 0.0030091230 | |
| 21277643 | 2 days ago | | | 0 | 0.0032836936 | |
| 21256344 | 5 days ago | | | 0 | 0.0017488991 | |
| 21254101 | 5 days ago | | | 0 | 0.00082366583 | |
| 21254099 | 5 days ago | | | 0 | 0.0028358636 | |
| 21247159 | 6 days ago | | | 0 | 0.0029695075 | |
| 21239843 | 7 days ago | | | 0.0021734519 | 0.0034133386 | |
| 21235850 | 8 days ago | | | 0.0028331059 | 0.0064739656 | |
| 21234624 | 8 days ago | | | 0 | 0.0020632543 | |
| 21225421 | 9 days ago | | | 0.0024405586 | 0.0044684609 |
ABI
ABI objects
Getter at block 21289986
eETH() view returns (address)
0x35fa164735182de50811e8e2e824cfb9b6118ac2
weETH() view returns (address)
0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee
Read-only
previewDepositTo(uint8 chainType, address ccdm, address receiver, address refundTo, uint256 amount, uint256 baseFee) view returns (uint256)
previewDepositWeEthTo(uint8 chainType, address ccdm, address receiver, address refundTo, uint256 amount, uint256 baseFee) view returns (uint256)
State-modifying
Events deposit(uint256 amount, address vault)
deposit(uint256 amount, address vault, bytes permitData)
depositTo(uint8 remoteChain, address ccdm, uint256 amount) payable
depositTo(uint8 remoteChain, address ccdm, uint256 amount, address receiver, address refundTo) payable
depositTo(uint8 remoteChain, address ccdm, uint256 amount, address receiver, address refundTo, bytes permitData) payable
depositTo(uint8 remoteChain, address ccdm, uint256 amount, bytes permitData) payable
depositWeEth(uint256 amount, address vault)
depositWeEth(uint256 amount, address vault, bytes permitData)
depositWeEthTo(uint8 remoteChain, address ccdm, uint256 amount) payable
depositWeEthTo(uint8 remoteChain, address ccdm, uint256 amount, address receiver, address refundTo) payable
depositWeEthTo(uint8 remoteChain, address ccdm, uint256 amount, address receiver, address refundTo, bytes permitData) payable
depositWeEthTo(uint8 remoteChain, address ccdm, uint256 amount, bytes permitData) payable
initialize(address eETH_, address weETH_)
redeem(uint256 amount, address vault)
redeem(uint256 amount, address vault, bytes permitData)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
EthTransferFailed(uint256 amount, bytes ret)
InsufficientFee(uint256 lack)
InvalidAddress(string typ)
ZeroAmount()