NativeTokenGateway
Verified contract
Active on
Ethereum with 1,041 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 "NativeTokenGateway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148605 | 2 days ago | | | 0 | 0.0052110229 | |
| 21148599 | 2 days ago | | | 150 | 0.0047954599 | |
| 21148588 | 2 days ago | | | 0 | 0.0052588305 | |
| 21148581 | 2 days ago | | | 132.6 | 0.0051350492 | |
| 21146488 | 2 days ago | | | 0 | 0.0037950460 | |
| 21099585 | 9 days ago | | | 23.38 | 0.0019378870 | |
| 21098343 | 9 days ago | | | 0 | 0.0028778391 | |
| 21098336 | 9 days ago | | | 381 | 0.0026060141 | |
| 21098232 | 9 days ago | | | 0 | 0.0036241761 | |
| 21098221 | 9 days ago | | | 350 | 0.0020441956 |
ABI
ABI objects
Getter at block 21160577
owner() view returns (address)
0x285960c5b22fd66a736c7136967a3eb15e93cc67
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
vWNativeToken() view returns (address)
0xc82780db1257c788f262fbbda960b3706dfdcaf2
wNativeToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
borrowAndUnwrap(uint256 borrowAmount)
redeemAndUnwrap(uint256 redeemTokens)
redeemUnderlyingAndUnwrap(uint256 redeemAmount)
renounceOwnership()
sweepNative()
sweepToken(address token)
transferOwnership(address newOwner)
wrapAndRepay() payable
wrapAndSupply(address minter) payable
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SweepNative(address indexed receiver, uint256 amount)
SweepToken(address indexed token, address indexed receiver, uint256 amount)
TokensBorrowedAndUnwrapped(address indexed sender, address indexed vToken, uint256 amount)
TokensRedeemedAndUnwrapped(address indexed sender, address indexed vToken, uint256 amount)
TokensWrappedAndRepaid(address indexed sender, address indexed vToken, uint256 amount)
TokensWrappedAndSupplied(address indexed sender, address indexed vToken, uint256 amount)
constructor(address vWrappedNativeToken)
fallback()
receive()
NativeTokenTransferFailed()
ZeroAddressNotAllowed()
ZeroValueNotAllowed()