UNCHAINED ELEPHANTS 404 $ELiZ
Verified contract
Active on
Base with 691 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHO | ERC-20 | 10 | $0.012623 |
$0.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23782211 | an hour ago | | | 0 | 4.6608260e-7 | |
| 23782149 | an hour ago | | | 0 | 6.8515224e-7 | |
| 23771699 | 7 hours ago | | | 0 | 2.2813877e-7 | |
| 23769251 | 8 hours ago | | | 0 | 2.7001770e-7 | |
| 23767617 | 9 hours ago | | | 0 | 2.7140669e-7 | |
| 23766776 | 10 hours ago | | | 0 | 4.5452031e-7 | |
| 23766582 | 10 hours ago | | | 0 | 7.1532489e-7 | |
| 23766279 | 10 hours ago | | | 0 | 6.2854086e-7 | |
| 23764676 | 11 hours ago | | | 0 | 3.3461011e-7 | |
| 23764656 | 11 hours ago | | | 0 | 3.3366328e-7 |
ABI
ABI objects
Getter at block 23783880
DOMAIN_SEPARATOR() view returns (bytes32)
0x2f1e7a2bbe02d952b525dfe2ed55bb54ff644817c2125b02f206d7312013e43e
creator() view returns (address)
0xa2aace327172f303ab431455469cd65f3b5b6351
decimals() view returns (uint8)
18
feeBps() view returns (uint256)
80
name() view returns (string)
UNCHAINED ELEPHANTS 404 $ELiZ
symbol() view returns (string)
ELIZ
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()