Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($45.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COSMIC | ERC-20 | 1.375817M | $0.000033 |
$45.53 | |
VOID | ERC-20 | 100 | $0.000951 |
$0.1 | |
BOYS | ERC-20 | 0.4 | $0.009516 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000522 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 2.101K | -- | -- | |
OHNO | ERC-20 | 460 | -- | -- | |
NUNU | ERC-20 | 7.777778 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22908148 | 8 hours ago | | | 0 | 0.0000011045966 | |
| 22906008 | 9 hours ago | | | 0 | 0.0000010941105 | |
| 22905125 | 9 hours ago | | | 0 | 0.0000017430043 | |
| 22882223 | a day ago | | | 0 | 0.0000049894143 | |
| 22880533 | a day ago | | | 0 | 6.7012712e-7 | |
| 22880474 | a day ago | | | 0 | 6.8824390e-7 | |
| 22799799 | 3 days ago | | | 0 | 7.8001652e-7 | |
| 22736670 | 4 days ago | | | 0 | 0.000000106482638637 | |
| 22736662 | 4 days ago | | | 0 | 0.000000106357200360 | |
| 22736598 | 4 days ago | | | 0 | 5.5838654e-7 |
ABI
ABI objects
Getter at block 22921994
DOMAIN_SEPARATOR() view returns (bytes32)
0x384b31da09e57f4d089c205a59655506522bcfd2656edce3aa1e3b3123f2b7ca
creator() view returns (address)
0x1274c70f5233a4b0035b3a6c1a2710ccb39fc1ce
decimals() view returns (uint8)
18
feeBps() view returns (uint256)
80
name() view returns (string)
Cosmic
symbol() view returns (string)
COSMIC
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getTier(uint256 tierId) view returns (struct MEME404Tier)
isExempt(address account) view returns (bool)
isPoolOrRouter(address account) view returns (bool)
nftIdToAddress(uint256) view returns (address)
nonces(address) view returns (uint256)
State-modifying
Events addExempt(address _contract)
addPoolOrRouter(address _contract)
approve(address spender, uint256 amount) returns (bool)
initialize(address _protocolAddr, address _protocolTreasury, uint256 _protocolFeesBps, uint256 _creatorFeesBps, address _pool, address[] _routers, address[] _exemptsAddr)
initializeTiers(struct IMEME404TierCreateParam[] _tierParams, address[] _exempt)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setCreatorAddress(address _creator)
setCreatorFeeBps(uint256 _newFeeBps)
setProtocolAddress(address _protocolAddress)
setProtocolFeeBps(uint256 _newFeeBps)
setTreasuryAddress(address _treasury)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferFromNFT(address from, address to, uint256 nftTokenId) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
CreatorAddressUpdated(address oldCreator, address newCreator)
CreatorFeesUpdated(uint256 oldFeesBps, uint256 newFeesBps)
ExemptAdded(address indexed account)
PoolOrRouterAdded(address indexed account)
ProtocolAddressUpdated(address oldProtocol, address newProtocol)
ProtocolFeesUpdated(uint256 oldFeesBps, uint256 newFeesBps)
Transfer(address indexed from, address indexed to, uint256 amount)
TreasuryUpdated(address oldTreasury, address newTreasury)
constructor(string _name, string _symbol, address _memeception, address _creator, address _factoryNFT)
This contract contains no fallback and receive objects.
AddressZero()
AlreadyInitialized()
AmountThreshold()
CreatorFeeTooHigh()
FungibleAfterNonFungible()
FungibleThreshold()
IncorrectOrder()
InvalidTierParamsZeroId()
MaxTiers()
MaxUpperId()
NoTiers()
NonFungibleIds()
NotEnoughNFTs()
OnlyCreator()
OnlyNFT()
OnlyProtocol()
PoolNotInitialized()
ProtocolFeeTooHigh()
TiersAlreadyInitialized()