CONFUSING

Verified contract

Active on Base with 3,969 txns
Deployed by via 0xc1290cec at 3784091
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x97e1ebf00273934d250e0a9b33c7edc01bde7f1fa22c66bff7619cfdc89406f0
0xedb6210a08b35b656d5cd07bbb660fd6967cd740b4b80e6803e02e11d486d03e
0x46cca0f715df08994dcc24c64f3cf761a7f00e9b849eccae76dfb898b5a91a90
0xaa87c99bbff2bbca1ad6b50d4c9b00d6cc6320d3e595837ccea616dc8ee0fcc8
0xedfe1abbd21e2135e7160ec5027cc15cbd835ef21fe625c0f2b70469c5e237c1
0x3fda24c35284cb66701d6d81fc4c38410b82d6e71a92f85cedd7d1da99211fbc
0x13c397e297862f4aededba263c86ac691803e811057640dbef977469295571a7
0x521b8c39ad6655b31f0cefff8254bcc6ca411c5e12149a2cc02b8f2f03a0bebe
0xdc5f1bd7af0e71e5e78cff44253672214237549506d7debb1bddb09393f0ee09
0x3fec1974606c893cc0b8d9d4af68e5d55793671bb9b324df971fb82a710c17b0

Functions
Getter at block 21884336
FreeSupply(view returns (uint256)
10000
MaxperWallet(view returns (uint256)
100
MaxperWalletFree(view returns (uint256)
0
baseExtension(view returns (string)
baseURI(view returns (string)
cost(view returns (uint256)
0
maxSupply(view returns (uint256)
24999
name(view returns (string)
CONFUSING
notRevealedUri(view returns (string)
ipfs://QmVd55hyyCBKPjggQXs4mTQj8DBSkZqx3QkVuUBhu2RT4Y
owner(view returns (address)
0x4f58658bddf6ee1857b3b9f27db8f1c7d1a5aa3b
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
CONFUSING
totalSupply(view returns (uint256)
25448
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
State-modifying
airdrop(uint256 _mintAmountaddress destination
approve(address touint256 tokenIdpayable 
destroyAndSend(address _recipient
freemint(uint256 tokens
mint(uint256 tokenspayable 
pause(bool _state
renounceOwnership(
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setFreeMaxPerWallet(uint256 _limit
setFreesupply(uint256 _newsupply
setMaxPerWallet(uint256 _limit
setMaxsupply(uint256 _newsupply
setNotRevealedURI(string _notRevealedURI
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _notRevealedUristring _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(