CryptoDemonz
Verified contract
Active on
Ethereum with 9,693 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 "CryptoDemonz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884397 | a month ago | | | 0 | 0.00064890198 | |
| 20884396 | a month ago | | | 0 | 0.00054019279 | |
| 20884395 | a month ago | | | 0 | 0.00053656193 | |
| 20884394 | a month ago | | | 0 | 0.00060591871 | |
| 20716934 | 2 months ago | | | 0 | 0.000053036926 | |
| 20628096 | 2 months ago | | | 0 | 0.000073793039 | |
| 20489981 | 3 months ago | | | 0 | 0.00014864156 | |
| 20231014 | 4 months ago | | | 0 | 0.000059355193 | |
| 19852174 | 6 months ago | | | 0 | 0.000086992334 | |
| 19650153 | 7 months ago | | | 0 | 0.00062374343 |
ABI
ABI objects
Getter at block 21166289
MAX_MINTABLE_PER_TX() view returns (uint256)
20
MAX_PER_WALLET() view returns (uint256)
50
MAX_TOKENS() view returns (uint256)
10000
beginning_uri() view returns (string)
https://blbstrgacct.blob.core.windows.net/metadata/
ending_uri() view returns (string)
.json
minting_allowed() view returns (bool)
true
minting_price() view returns (uint256)
60000000000000000
name() view returns (string)
CryptoDemonz
owner() view returns (address)
0x5cea0036b06904f1e1a8f092ed3983b9fe60af2d
symbol() view returns (string)
DEMONZv1
totalSupply() view returns (uint256)
6967
Read-only
balanceOf(address owner) view returns (uint256)
burn_count(address) view returns (uint16)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presale_allocation(address) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnToken(uint256 _token_id)
mintForGiveaway(uint256 _num_to_mint)
mintToken(uint256 _num_to_mint) payable
preMint(uint256 _num_to_mint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBeginningURI(string _new_uri)
setEndingURI(string _new_uri)
setMintingPrice(uint256 _new_minting_price)
toggleMinting()
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.
This contract contains no error objects.