WETHGateway
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "WETHGateway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WETHGateway"
ABI
ABI objects
Getter at block 21157135
getWETHAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isCallerInWhitelist(address caller) view returns (bool)
State-modifying
Events auctionETH(address nftAsset, uint256 nftTokenId, address onBehalfOf) payable
authorizeCallerWhitelist(address[] callers, bool flag)
authorizeLendPoolNFT(address[] nftAssets)
borrowETH(uint256 amount, address nftAsset, uint256 nftTokenId, address onBehalfOf, uint16 referralCode)
depositETH(address onBehalfOf, uint16 referralCode) payable
emergencyERC20Transfer(address token, address to, uint256 amount)
emergencyERC721Transfer(address token, address to, uint256 id)
emergencyEtherTransfer(address to, uint256 amount)
emergencyPunksTransfer(address punks, address to, uint256 index)
initialize(address addressProvider, address weth)
liquidateETH(address nftAsset, uint256 nftTokenId) payable returns (uint256)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
redeemETH(address nftAsset, uint256 nftTokenId, uint256 amount) payable returns (uint256)
renounceOwnership()
repayETH(address nftAsset, uint256 nftTokenId, uint256 amount) payable returns (uint256, bool)
transferOwnership(address newOwner)
withdrawETH(uint256 amount, address to)
EmergencyEtherTransfer(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.