WrappedTokenGatewayV3
Verified contract
Active on
Ethereum with 65,886 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($350,000.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 350K | $1.00 |
$350,000 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147190 | a day ago | | | 3.0615229 | 0.0016652560 | |
| 21139649 | 3 days ago | | | 0.49717155 | 0.0029141980 | |
| 21139641 | 3 days ago | | | 0.49708547 | 0.0029140300 | |
| 21139634 | 3 days ago | | | 34.29517 | 0.0029145340 | |
| 21118569 | 5 days ago | | | 0 | 0.0019672295 | |
| 21080752 | 11 days ago | | | 999.99797 | 0.0019831200 | |
| 21080748 | 11 days ago | | | 1611.5569 | 0.0020327544 | |
| 21077365 | 11 days ago | | | 0.04204 | 0.0022638526 | |
| 21076450 | 11 days ago | | | 0 | 0.0046692404 | |
| 21076246 | 11 days ago | | | 3.0983699 | 0.0023664550 |
ABI
ABI objects
Getter at block 21157680
POOL() view returns (address)
0x87870bca3f3fd6335c3f4ce8392d69350b4fa4e2
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 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.