MEME 404

Verified contract

Active on Ethereum with 106 txns
Deployed by via 0x19d02bc1 at 19199359
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "MEME 404"

0xd9eacfa719faa215bafe14ad4a57b395c91732863329692e3052329b2186ac6a
0xfd732045941e1b3eae4e5938dc5514dac800a1c161d89c104de66f746e8e66bf
0xa3794f3873de36bafbecc0910d64d4498e5fbd62e33aca699356c47e32883dd6
0x23fdcc4ea2821046b8a3d448286ce4ba47b55f0e0f76893887a6d23426a8f9fd
0x3accd9c52f81ba21793909c3359b75f51718206e05ee9d45137b9e4f22cb197c
0x5b0a6f4bf7aa223f7fe7cc043f62ebf17091f2bff95fa4d0f40cb15b4678e620
0xc460f09ebed388b908ac45a1723541ead6a40d3694d355bda9cc08800ddd0c2e
0xf7ff8c3c19381e5f5581dd59cb74ce2150f8df4fe5d60864cee533ce007abfc7
0x1cdc929774386156bf0a6c9a0835924382d995b89c5ddf2e4325c0925612b7f9
From
0xacbaadb5aeb77f8b6641002c999614b99731d1b7919b678096834b290691aea0

Functions
Getter at block 20866161
DOMAIN_SEPARATOR(view returns (bytes32)
0x12dd9f2bf015824fa8fb7bd4436956ad3fbc351317b3cb9146cce4dfec388dda
airdropIsOpen(view returns (bool)
false
airdropMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals(view returns (uint8)
18
erc20TotalSupply(view returns (uint256)
404000000000000000000
erc721TokensBankedInQueue(view returns (uint256)
6
erc721TotalSupply(view returns (uint256)
339
name(view returns (string)
MEME 404
owner(view returns (address)
0x77455e794993ef5c116d6bcaa9194441ce480e7c
symbol(view returns (string)
MEME404
totalSupply(view returns (uint256)
404000000000000000000
units(view returns (uint256)
1000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
erc20BalanceOf(address owner_view returns (uint256)
erc721BalanceOf(address owner_view returns (uint256)
getApproved(uint256view returns (address)
hasClaimedAirdrop(addressview returns (bool)
isApprovedForAll(addressaddressview returns (bool)
nonces(addressview returns (uint256)
owned(address owner_view returns (uint256[])
ownerOf(uint256 id_view returns (address erc721Owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 id_pure returns (string)
verifyProof(bytes32[] proof_address claimer_uint256 value_view returns (bool)
whitelist(addressview returns (bool)
State-modifying
airdropMint(bytes32[] proof_uint256 value_
approve(address spender_uint256 valueOrId_returns (bool)
permit(address owner_address spender_uint256 value_uint256 deadline_uint8 v_bytes32 r_bytes32 s_
renounceOwnership(
safeTransferFrom(address from_address to_uint256 id_
safeTransferFrom(address from_address to_uint256 id_bytes data_
setAirdropMerkleRoot(bytes32 airdropMerkleRoot_
setApprovalForAll(address operator_bool approved_
setWhitelist(address account_bool value_
toggleAirdropIsOpen(
transfer(address to_uint256 value_returns (bool)
transferFrom(address from_address to_uint256 valueOrId_returns (bool)
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Approval(address owneraddress spenderuint256 value
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
ERC721Transfer(address indexed fromaddress indexed touint256 indexed id
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(string name_string symbol_uint8 decimals_uint256 maxTotalSupplyERC721_address initialOwner_address initialMintRecipient_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AirdropAlreadyClaimed(
AirdropIsClosed(
AlreadyExists(
CannotRemoveFromWhitelist(
DecimalsTooLow(
InsufficientAllowance(
InvalidApproval(
InvalidId(
InvalidOperator(
InvalidRecipient(
InvalidSender(
InvalidSigner(
InvalidSpender(
NotEligibleForAirdrop(
NotFound(
NotWhitelisted(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnedIndexOverflow(
PermitDeadlineExpired(
QueueEmpty(
QueueFull(
Unauthorized(
UnsafeRecipient(