NothingNFT.wtf
Verified contract
Active on
Ethereum with 1,988 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($69.08)
Native
Value
$69.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.022 | $3,139.78 |
$69.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17603104 | a year ago | | | 0 | 0.00066037402 | |
| 17028677 | 2 years ago | | | 0 | 0.0010978877 | |
| 17014313 | 2 years ago | | | 0 | 0.00049491808 | |
| 16934424 | 2 years ago | | | 0 | 0.0010780951 | |
| 16916851 | 2 years ago | | | 0 | 0.00064900186 | |
| 16771639 | 2 years ago | | | 0 | 0.0019323234 | |
| 16730547 | 2 years ago | | | 0 | 0.00098265831 | |
| 16318644 | 2 years ago | | | 0 | 0.00065278473 | |
| 16318644 | 2 years ago | | | 0 | 0.00065312432 | |
| 16084687 | 2 years ago | | | 0 | 0.00082989145 |
ABI
ABI objects
Getter at block 21162786
WLmaxLimitPerWallet() view returns (uint256)
2
cost() view returns (uint256)
22000000000000000
costAfterMint() view returns (uint256)
22000000000000000
freeMintSupply() view returns (uint256)
2500
hiddenMetadataUri() view returns (string)
https://bafkreid6scytrx7ve4u5cj5o4ri7ye54z2m5mu527djz5q3th5feg52k3q.ipfs.nftstorage.link/
maxLimitPerWallet() view returns (uint256)
25
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
6000
merkleRoot() view returns (bytes32)
0xd9c240d4fbabbb3c10db3a5b536c7457929646bd9f0d3aa2db24ba46bffb2886
name() view returns (string)
NothingNFT.wtf
owner() view returns (address)
0xf4c4d4a5c4c36f106a6d37a3c6516a19502b1b71
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
NWTF
totalSupply() view returns (uint256)
2620
uriPrefix() view returns (string)
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
Read-only
WLwalletMints(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
walletMints(address) view returns (uint256)
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, 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)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWLmaxLimitPerWallet(uint256 _WLmaxLimitPerWallet)
setWhitelistMintEnabled(bool _state)
setmaxLimitPerWallet(uint256 _maxLimitPerWallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()