Not Your Demons

Verified contract

Proxy

Active on Ethereum with 4,950 txns
Deployed by via 0x8e2d9d78 at 15150478
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "Not Your Demons"

0x70a3b038cad5cb7954e6b82e2442c2b4cfbafba8de145cc7df12a4442ad1eb90
0x1e8a1e3acbead2b9aae60726b317f882324a28a585854a57aed18d5d52cd1e02
0x661e95fd1c41e4689ffa3ec3c497b15ee62cb936f5aece96a24a151852332712
0xa8be2aeb3223d8902f22cd9fd6568f957921f65d5fdd4cf30205527cab7c4530
0xf1da1da891b9bf09b60239e80f7ea5e3f658a526b67b9f0f1cb3b96b3b48eedd
0x2c0a98503faea243772df2cfeb4d29b840e38e1139fcd8eb9df8738dacbdc9aa
0x3b9261ccfbb61b7ed7d90ff1155688f541703ef6b40b9318af1e55689227a9eb
0xdcd1e66a334d1c7ff9b306bd7f42c4763dd66339b644669a9acd3c682784efb3
0x09fe8a2c83b4a65e04697e38e26557057024f7d77969b39ab553b9730b6aded3
0x1cf998f7931de1ea5073be183ef0cf7040ae7a36c242f526320f9173862f78db

Functions
Getter at block 21428412
maxAmount(view returns (uint256)
10000
maxPerMint(view returns (uint256)
5
maxPerWallet(view returns (uint256)
400
name(view returns (string)
Not Your Demons
owner(view returns (address)
0xe38fc29c65f4fba223e03ebbc7562f59c7bc0825
presaleActive(view returns (bool)
false
price(view returns (uint256)
44400000000000000
saleActive(view returns (bool)
false
symbol(view returns (string)
NYD
totalRevenue(view returns (uint256)
100443900000000000000
totalSupply(view returns (uint256)
10000
treasury(view returns (address)
0xe38fc29c65f4fba223e03ebbc7562f59c7bc0825
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

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