DeadiesTombNFT
Verified contract
Active on
Ethereum with 2,388 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,473.59 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106443 | 22 days ago | | | 0 | 0.000072852000 | |
| 21104750 | 23 days ago | | | 0 | 0.000087422400 | |
| 20980350 | a month ago | | | 0 | 0.00029524850 | |
| 20726131 | 2 months ago | | | 0 | 0.00013177769 | |
| 20726128 | 2 months ago | | | 0 | 0.00018683690 | |
| 20726126 | 2 months ago | | | 0 | 0.00018785382 | |
| 20726125 | 2 months ago | | | 0 | 0.00013355057 | |
| 20726123 | 2 months ago | | | 0 | 0.00018938055 | |
| 20726121 | 2 months ago | | | 0 | 0.00024763594 | |
| 20726119 | 2 months ago | | | 0 | 0.00017396995 |
ABI
ABI objects
Getter at block 21267285
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/Qma4n1r7QtDsLvDr2eVQYN53uormHdDPy2QUtDmm3hHSZR/
defaultURI() view returns (string)
https://gateway.pinata.cloud/ipfs/Qme2ANZ6ciLQmxJTggmfhk7UZ9Eh7zCM52epEiDXXHbbrL/
generalCost() view returns (uint256)
5000000000000000
maxFreeSupply() view returns (uint256)
10000
maxSupply() view returns (uint256)
3088
mintPerAddressLimit() view returns (uint256)
10
name() view returns (string)
deadiestomb
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xdcd2392d5c0613f21b8a5b65c0d18d640f1908e7
owner1() view returns (address)
0x5e2448ce7bfaebe840e6e6dd2600c0aa9d88f4f7
owner2() view returns (address)
0xae175b64ce7c4df5cf3e07bb28bcbaea847f3683
owner3() view returns (address)
0x22bc8a986f1c0975274f7ff6ac756e3f7bc55c61
paused() view returns (bool)
false
reserved() view returns (uint256)
0
revealedProgress() view returns (uint256)
10000
symbol() view returns (string)
DEADIE
totalMinted() view returns (uint256)
3088
totalSupply() view returns (uint256)
3088
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events GeneralMint(uint256 _amount) payable
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
giveAway(address _to, uint256 _amount)
givewayForAll(address[] _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _set)
setBaseURI(string _set)
setCost(uint256 _set)
setDeadiesTombOwner(address _set1, address _set2, address _set3)
setDefaultURI(string _set)
setMaxFreeSupply(uint256 _set)
setMaxSupply(uint256 _set)
setMintPerAddressLimit(uint256 _limit)
setOwnersExplicit(uint256 quantity)
setRevealedProgress(uint256 _set)
togglePause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
AllOwnershipsHaveBeenSet()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractPaused()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
NoTokensMintedYet()
OwnerQueryForNonexistentToken()
QuantityMustBeNonZero()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()