Demon of Money

Verified contract

Active on Ethereum with 680 txns
Deployed by via 0xc5cb5b69 at 15232742
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Demon of Money"

0xdca659a62e0b8ca0ff78d1e8898b3542e34b9136466bdfba6ff01be0a503317c
0x79a34ea0682c161fdabc169a06e6ffb2e0af2dca41051bd1bda76a804025927a
0x00496a2e6b0e3a58263241fdb92c55d5fa890734343d816d9add3f6f35a844a5
0xd9d945a8a4076af2314fd825855ed425fce0c6dac1c624a7233c38cf30ed622f
0x6b969d5cdc242eb59bca899f7d07b5c0a9c1e51926c61f33e3a8be18bbb22ded
0xc59397ca4c1b609ae8a00963499552fff609cf70be970937354af0346f602171
0xd96957770a0ceaf2c7f937a72ebeb295cc837c8356953f33696aeeb22d17ce02
0x43037fbeca58a9836493fce47d685c2023d35151a0b8405575a5260839c80df2
0xb8735f2f25f19d821a58385c5dc7361e81681fcfc3b3729c1d8916e03d44ec3c
0xde632776ec0965997fe97f88d2371b8a2505889b18927bd9567fe5d0ecd81bcf

Functions
Getter at block 21099651
cost(view returns (uint256)
10000000000000000
hiddenURL(view returns (string)
ipfs://QmTohtEP6ws3TTyTJv7NfudywPPsHNNDKSmjh5y6JVtrvs/
maxMintAmountPerWallet(view returns (uint8)
10
maxSupply(view returns (uint16)
10000
name(view returns (string)
Demon of Money
owner(view returns (address)
0x7caf0c00d295b069a6c50002b4f01e767a14b019
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
DOM
totalSupply(view returns (uint256)
1237
Read-only
NFTPerAddress(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _Cost
setHiddenUri(string _uriPrefix
setMaxMintAmountPerWallet(uint8 _maxtx
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
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
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(