dzmilitary
Verified contract
Active on
Ethereum with 595 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 "dzmilitary"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14944353 | 2 years ago | | | 0 | 0.0014648482 | |
| 14936789 | 2 years ago | | | 0 | 0.0016944763 | |
| 14932954 | 2 years ago | | | 0 | 0.0016892739 | |
| 14932279 | 2 years ago | | | 0 | 0.0018962532 | |
| 14932093 | 2 years ago | | | 0 | 0.0017827792 | |
| 14931805 | 2 years ago | | | 0 | 0.0022364847 | |
| 14931802 | 2 years ago | | | 0 | 0.0020373533 | |
| 14931801 | 2 years ago | | | 0 | 0.0021315986 | |
| 14931797 | 2 years ago | | | 0 | 0.0025433251 | |
| 14931796 | 2 years ago | | | 0 | 0.0015161662 |
ABI
ABI objects
Getter at block 21300421
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
maxAmountPerWallet() view returns (uint256)
1
maxMintAmount() view returns (uint256)
1
maxSupply() view returns (uint256)
333
maxWalletHold() view returns (uint256)
1
name() view returns (string)
dzmilitary
notRevealedUri() view returns (string)
owner() view returns (address)
0x67a107f1b59ef6a0d45e49cf4fd0b24bb0047993
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
DZM
totalSupply() view returns (uint256)
333
Read-only
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 approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxAmountPerWallet(uint256 _maxAmountPerWallet)
setMaxWalletHolding(uint256 _maxHoldingPerWallet)
setNotRevealedURI(string _notRevealedURI)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()