WrappedTokenGatewayV3
Verified contract
Active on
Ethereum with 12,183 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 0.6 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244236 | 22 minutes ago | | | 20999.999999999996362021 | 0.0033737731 | |
| 21244054 | an hour ago | | | 110 | 0.0039986742 | |
| 21242650 | 6 hours ago | | | 0 | 0.0041703323 | |
| 21242420 | 6 hours ago | | | 1013 | 0.0021506118 | |
| 21240977 | 11 hours ago | | | 17 | 0.0025082331 | |
| 21240673 | 12 hours ago | | | 1 | 0.0029080941 | |
| 21239361 | 17 hours ago | | | 2 | 0.0039066497 | |
| 21238851 | 18 hours ago | | | 500 | 0.0030782025 | |
| 21237870 | a day ago | | | 8.9 | 0.0050968891 | |
| 21237280 | a day ago | | | 90 | 0.0037920745 |
ABI
ABI objects
Getter at block 21244341
getWETHAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0x3300f198988e4c9c63f75df86de36421f06af8c4
Read-only
This contract contains no read-only function objects.
State-modifying
Events borrowETH(address, uint256 amount, uint256 interestRateMode, 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.