Demon of Money
Verified contract
Active on
Ethereum with 680 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Demon of Money"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20500616 | 3 months ago | | | 0 | 0.00010898228 | |
| 20452038 | 3 months ago | | | 0 | 0.00010000000 | |
| 18194430 | a year ago | | | 0 | 0.00036032195 | |
| 17975556 | a year ago | | | 0 | 0.00070997121 | |
| 16627405 | 2 years ago | | | 0 | 0.0015421431 | |
| 16596029 | 2 years ago | | | 0 | 0.00087524150 | |
| 16408106 | 2 years ago | | | 0 | 0.00097500675 | |
| 16360749 | 2 years ago | | | 0 | 0.00063401216 | |
| 16272203 | 2 years ago | | | 0 | 0.0016031493 | |
| 16269213 | 2 years ago | | | 0 | 0.00047826250 |
ABI
ABI objects
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(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _Cost)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerWallet(uint8 _maxtx)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()