WETHGateway
Verified contract
Active on
Ethereum with 2,388 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.005 | $3,120.05 |
$15.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19511347 | 8 months ago | | | 0.015 | 0.0043428450 | |
| 19511335 | 8 months ago | | | 0.015 | 0.0044342914 | |
| 19511326 | 8 months ago | | | 0.015 | 0.0041354594 | |
| 19511311 | 8 months ago | | | 0.015 | 0.0044945791 | |
| 19511278 | 8 months ago | | | 0.015 | 0.0050101363 | |
| 19511277 | 8 months ago | | | 0.015 | 0.0048181672 | |
| 19511266 | 8 months ago | | | 0.015 | 0.0046605480 | |
| 19511260 | 8 months ago | | | 0.015 | 0.0051524709 | |
| 19511250 | 8 months ago | | | 0.015 | 0.0042993214 | |
| 19511239 | 8 months ago | | | 0.015 | 0.0043964796 |
ABI
ABI objects
Getter at block 21198669
getWETHAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0xd274b4aa6ca3e1d0bed3f407f32465f07da5ec66
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
authorizeDistributor(address distributor)
emergencyEtherTransfer(address to, uint256 amount)
emergencyTokenTransfer(address token, address to, uint256 amount)
mintB(address distributor, address receiver, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
publicMint(address distributor, address receiver, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address weth)
fallback()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)