Not a NFT Project
Verified contract
Active on
Ethereum with 5,512 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 "Not a NFT Project"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21035750 | 24 days ago | | | 0 | 0.00027712130 | |
| 21025070 | a month ago | | | 0 | 0.00012461953 | |
| 21021135 | a month ago | | | 0 | 0.00021446862 | |
| 20688716 | 2 months ago | | | 0 | 0.000068636369 | |
| 20653903 | 3 months ago | | | 0 | 0.000048478859 | |
| 20652178 | 3 months ago | | | 0 | 0.000028970960 | |
| 20645396 | 3 months ago | | | 0 | 0.000035461571 | |
| 20599057 | 3 months ago | | | 0 | 0.000032052178 | |
| 20218117 | 5 months ago | | | 0 | 0.00010316252 | |
| 20155048 | 5 months ago | | | 0 | 0.000083431812 |
ABI
ABI objects
Getter at block 21209325
cost() view returns (uint256)
3000000000000000
hiddenURL() view returns (string)
maxFreeMintAmountPerWallet() view returns (uint8)
1
maxMintAmountPerTx() view returns (uint8)
26
maxSupply() view returns (uint16)
3333
name() view returns (string)
Not a NFT Project
owner() view returns (address)
0x1609d619154682733fea13bade3283b811c7b4e3
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
NFT
totalSupply() view returns (uint256)
3333
Read-only
NFTPerPublicAddress(address) view returns (uint8)
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 airdrop(uint8 _amountPerAddress, address[] addresses)
approve(address to, uint256 tokenId)
ownerMint(uint16 _mintAmount, address _receiver)
publicMint(uint8 _mintAmount) payable
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)
setFreeMaxLimit(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setRevealed()
setUriPrefix(string _uriPrefix)
toggleMint()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()