WrappedTokenGatewayV2
Verified contract
Active on
Ethereum with 5,566 txns
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 "WrappedTokenGatewayV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255522 | 4 hours ago | | | 0 | 0.0029015721 | |
| 21253727 | 10 hours ago | | | 0 | 0.0051882063 | |
| 21252798 | 13 hours ago | | | 22.85435 | 0.0036420541 | |
| 21251793 | 17 hours ago | | | 0.172 | 0.0042942415 | |
| 21251386 | 18 hours ago | | | 0.03 | 0.0046884090 | |
| 21251351 | 18 hours ago | | | 0.73 | 0.0056134119 | |
| 21251140 | 19 hours ago | | | 0 | 0.010803318 | |
| 21251004 | 19 hours ago | | | 0 | 0.0060189755 | |
| 21248495 | a day ago | | | 0 | 0.0031398492 | |
| 21248486 | a day ago | | | 0 | 0.00030948739 |
ABI
ABI objects
Getter at block 21256779
POOL() view returns (address)
0x7d2768de32b0b80b7a3454c06bdac94a69ddc7a9
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
getWETHAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0x5300a1a15135ea4dc7ad5a167152c01efc9b192a
Read-only
This contract contains no read-only function objects.
State-modifying
Events borrowETH(address, uint256 amount, uint256 interesRateMode, uint16 referralCode)
depositETH(address, address onBehalfOf, uint16 referralCode) payable
emergencyEtherTransfer(address to, uint256 amount)
emergencyTokenTransfer(address token, address to, uint256 amount)
renounceOwnership()
repayETH(address, uint256 amount, uint256 rateMode, address onBehalfOf) payable
transferOwnership(address newOwner)
withdrawETH(address, uint256 amount, address to)
withdrawETHWithPermit(address, uint256 amount, address to, uint256 deadline, uint8 permitV, bytes32 permitR, bytes32 permitS)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address weth, address owner, address pool)
fallback()
receive()
This contract contains no error objects.