Hop ETH LP Token
Verified contract
Active on
Base with 2,069 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21831696 | 19 hours ago | | | 0 | 2.6481627e-7 | |
| 21825063 | a day ago | | | 0 | 2.6646916e-7 | |
| 21761325 | 2 days ago | | | 0 | 2.6660728e-7 | |
| 21753417 | 3 days ago | | | 0 | 2.6713132e-7 | |
| 21746059 | 3 days ago | | | 0 | 3.8095560e-7 | |
| 21675753 | 4 days ago | | | 0 | 2.6843111e-7 | |
| 21672525 | 4 days ago | | | 0 | 2.6632201e-7 | |
| 21648513 | 5 days ago | | | 0 | 2.7017576e-7 | |
| 21633459 | 5 days ago | | | 0 | 2.6711580e-7 | |
| 21547953 | 7 days ago | | | 0 | 2.7482156e-7 |
ABI
ABI objects
Getter at block 21865995
decimals() view returns (uint8)
18
name() view returns (string)
Hop ETH LP Token
owner() view returns (address)
0x0ce6c85cf43553de10fc56ceca0aef6ff0dd444d
swap() view returns (address)
0x0ce6c85cf43553de10fc56ceca0aef6ff0dd444d
symbol() view returns (string)
HOP-LP-ETH
totalSupply() view returns (uint256)
674946084720588961660
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient, uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_)
This contract contains no fallback and receive objects.
This contract contains no error objects.