NFT Stats Tools
Verified contract
Active on
Ethereum with 1,103 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 "NFT Stats Tools"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20710293 | 3 months ago | | | 0 | 0.000072303272 | |
| 19106924 | 10 months ago | | | 0 | 0.00052323992 | |
| 19098909 | 10 months ago | | | 0 | 0.0010137888 | |
| 19098908 | 10 months ago | | | 0 | 0.0010408404 | |
| 18907266 | a year ago | | | 0 | 0.00069816055 | |
| 18895772 | a year ago | | | 0 | 0.00066614315 | |
| 18798929 | a year ago | | | 0 | 0.0022771144 | |
| 18797811 | a year ago | | | 0 | 0.0015544874 | |
| 18509527 | a year ago | | | 0 | 0.00073869331 | |
| 18466739 | a year ago | | | 0 | 0.0013648368 |
ABI
ABI objects
Getter at block 21327346
IS_SALE_ACTIVE() view returns (bool)
true
IS_WHITESALE_ACTIVE() view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
10
cost() view returns (uint256)
15000000000000000
maxSupply() view returns (uint256)
1000
merkleRoot() view returns (bytes32)
0x7917372789aecd5792cf416b04eae99d9e774dcd734d60e533e73dcd4cf3521e
name() view returns (string)
NFT Stats Tools
owner() view returns (address)
0xe7a57e31659bda6c1390069780ed44d867bdd34c
symbol() view returns (string)
PASS
totalSupply() view returns (uint256)
1000
wl_cost() view returns (uint256)
10000000000000000
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)
ownerMint(address _to, uint256 _mintAmount)
publicMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setMaxMintPerTx(uint256 maxMintPerTx)
setMaxSupply(uint256 newMaxSupply)
setMerkleRoot(bytes32 _newMerkleRoot)
setPrice(uint256 newPrice)
setSaleActive(bool saleIsActive)
setWLPrice(uint256 newWLPrice)
setWhiteSaleActive(bool WhitesaleIsActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelist(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()