Liquid Fun: BlueChip Memes
Verified contract
Active on
Base with 99 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
O | ERC-20 | 6.9B | -- | -- | |
Capy | ERC-20 | 6.9B | -- | -- | |
$Michi | ERC-20 | 6.9B | -- | -- | |
CESAR | ERC-20 | 6.9B | -- | -- | |
2410 | ERC-20 | 6.9B | -- | -- | |
voice | ERC-20 | 6.9B | -- | -- | |
dsds | ERC-20 | 6.9B | -- | -- | |
Trump | ERC-20 | 6.9B | -- | -- | |
AKUSOLANA | ERC-20 | 6.9B | -- | -- | |
PEPEK | ERC-20 | 6.9B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23384572 | 4 days ago | | | 0 | 0.0000018530856 | |
| 23217052 | 8 days ago | | | 0 | 7.6823322e-7 | |
| 23216579 | 8 days ago | | | 0 | 0.0000013502010 | |
| 23214055 | 8 days ago | | | 0 | 0.0000013632181 | |
| 22822613 | 17 days ago | | | 0 | 0.0000011246743 | |
| 22822607 | 17 days ago | | | 0 | 0.0000011253725 | |
| 22822549 | 17 days ago | | | 0 | 5.7742248e-7 | |
| 22822543 | 17 days ago | | | 0 | 6.8431068e-7 | |
| 22822537 | 17 days ago | | | 0 | 0.0000010272859 | |
| 22822506 | 17 days ago | | | 0 | 9.3933841e-7 |
ABI
ABI objects
Getter at block 23570010
BASE_URL() view returns (string)
https://assets.liquid.fun/owner-nft-metadata
BPS() view returns (uint24)
10000
FEE_TAKER() view returns (address)
0xc3f9ed273914641df7a357af3c0b08828f15545b
LIQUIDITY_FEE() view returns (uint24)
500
LIQUIDITY_REWARD_FEE() view returns (uint24)
1000
MEME_FACTORY() view returns (address)
0xb2097d8b7e29e1f2e5a21f19ee08760d0605c848
NFPM() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
POOL_FEE() view returns (uint24)
10000
PUMP_VAULT() view returns (address)
0x1928f91d730f603c360c25bca19c94af279e1e6d
STABLE_TOKEN() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
TOKEN_POSITION_REWARD_FEE() view returns (uint24)
500
VAULT_FEE_PROPORTION() view returns (uint24)
5000
name() view returns (string)
Liquid Fun: BlueChip Memes
owner() view returns (address)
0xdb856086c9014f57ad2464d16a7f75f1b8fdca17
symbol() view returns (string)
LFG
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
lockingStatus(uint256 tokenId) view returns ((uint128, uint128, uint256, uint256)[3] status)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenPositions(uint256 tokenId) view returns (struct ILiquidityManagerTokenPositions)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimFee(uint256 tokenId) returns (uint256 amount0Collected, uint256 amount1Collected)
claimTokenPositionReward(uint256 tokenId, uint8 band)
initialize(address _owner, address _memeFactory, address nfpm, address stableToken, address feeTaker, address vault, string _baseUrl)
launch(address token, address owner) returns (uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUrl(string baseUrl)
setFeeTaker(address feeTaker)
setLiquidityFee(uint24 newLiquidityFee)
setLiquidityRewardFee(uint24 newLiquidityRewardFee)
setMemeFactory(address _memeFactory)
setPumpVault(address _pumpVault)
setTokenPositionRewardFee(uint24 newTokenPositionRewardFee)
setVaultFeeProportion(uint24 fee)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawLiquidity(uint256 tokenId, uint8 band, uint128 liquidity, uint256 amount0Min, uint256 amount1Min) returns (uint256 stableAmount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
FeeClaimed(uint256 indexed tokenId, address indexed token, uint256 amount0, uint256 amount1)
FeeDeducted(address token, uint256 feeAmount, address recipient, uint8 feeType)
FeeTakerSet(address feeTaker)
Initialized(uint8 version)
LiquidityFeeSet(uint24 newLiquidityFee)
LiquidityRewardFeeSet(uint24 newLiquidityRewardFee)
LiquidityWithdrawn(uint256 indexed tokenId, address indexed token, uint8 band, uint128 liquidity, uint256 stableAmount, uint256 burnedTokenAmount)
MemeFactorySet(address memeFactory)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolLaunched(uint256 indexed tokenId, address indexed token, address pool, address owner, address nfpm, struct ILiquidityManagerTokenPositions tokenPositions)
PumpVaultSet(address pumpVault)
QuoteTokenSet(address token)
TokenPositionRewardClaimed(uint256 indexed tokenId, address indexed token, uint8 band, uint256 reward)
TokenPositionRewardFeeDeducted(address token, uint256 amount, uint256 fee)
TokenPositionRewardFeeSet(uint24 tokenPositionRewardFee)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
VaultFeeSet(uint24 fee)
VaultSet(address vault)
constructor()
This contract contains no fallback and receive objects.
R()
T()
TF()