DOOMSDAYX Gen 01: Haleek Maul Platinum NFT
Verified contract
Active on
Ethereum with 53 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 "DOOMSDAYX Gen 01: Haleek Maul Platinum NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16077594 | 2 years ago | | | 0 | 0.00062288605 | |
| 15983657 | 2 years ago | | | 0 | 0.0015117713 | |
| 15418990 | 2 years ago | | | 0 | 0.00032485738 | |
| 15162373 | 2 years ago | | | 0 | 0.0016317141 | |
| 15046189 | 2 years ago | | | 0 | 0.0021231561 | |
| 15045640 | 2 years ago | | | 0 | 0.0026529581 | |
| 15037023 | 2 years ago | | | 0 | 0.0013950120 | |
| 14789116 | 3 years ago | | | 0 | 0.00075108212 | |
| 14661737 | 3 years ago | | | 0 | 0.0032965527 | |
| 14661622 | 3 years ago | | | 0 | 0.0046088800 |
ABI
ABI objects
Getter at block 21314979
cost() view returns (uint256)
2000000000000000000
maxMintAmountPerTx() view returns (uint256)
1
maxSupply() view returns (uint256)
25
mintPerAddress() view returns (uint256)
1
name() view returns (string)
DOOMSDAYX Gen 01: Haleek Maul Platinum NFT
owner() view returns (address)
0x87858dc56634796488f2e4f2d7135cc6132777e7
paused() view returns (bool)
false
symbol() view returns (string)
DOOMSDAYX_02
totalSupply() view returns (uint256)
25
uriPrefix() view returns (string)
ipfs://QmYsiuKeJxMbGb74FuEEKRCZXKGUb7HU4MBLhr3Y6szB21/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
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)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMintPerAddress(uint256 _mintPerAddress)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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.