Demonix

Verified contract

Active on Ethereum with 5,330 txns
Deployed by via 0x1eef7aa6 at 14996827
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Demonix"

0x25aa505fddc98d091ac5e540bdc5244add01623cccc632dd64037534a98ddf86
0xea8eea89461635295419523515d3801cca859c6f5cc4939a30b13d9c429fed50
0x10a47d8beed1ded54ea1053c2393272b66e8d27831a02587662d49863189ad11
0x6df5a2bda4ce594e41016393896af2cd617abeeea38271af7fa66aa1fb445888
0x1f986f802c8bf780093b9a5d4a4f3c3c7d3fd87e04993a1fa6ca108a735b36cc
0xb60813c4d5cc314b71be90896418c749ab27b9a5a3d994b0b97fe245d7866297
0x2e584036ab9ba197bab3f3d368504009294d7277b7b32ba875e6e54854c45e74
0x4ac2cbcffc8620fb96037ce3fad4b73a065a98ca772689fc008e374ac9e4387d
0xae7521376a5b87a98d413f0dcd6a108e8374482bd88f6b63e363e9b1ea02d6cc
0xd454f067739df30cf1435b228684b7f0041390033224ce4bfc6c6526204af44b
From

Functions
Getter at block 20860438
MAX_PER_ACCOUNT(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
6666
NORMAL_UNIT_PRICE(view returns (uint256)
6660000000000000
contractURI(view returns (string)
https://demonix-whitelist.herokuapp.com/contract/metadata
isSalesActive(view returns (bool)
true
name(view returns (string)
Demonix
owner(view returns (address)
0x5f5e27d32e357c174a9180bc74a69dc84b6aaaaa
salesStartTimestamp(view returns (uint256)
1655740800
symbol(view returns (string)
DMX
totalSupply(view returns (uint256)
6666
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
hasUsedWhitelistAccount(address accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
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
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string contractURI_
setSalesStartTimestamp(uint256 newTimestamp
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(bytes signature
withdrawAll(
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(
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(