no project
Verified contract
Active on
Ethereum with 911 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 "no project"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16823168 | 2 years ago | | | 0 | 0.0012529034 | |
| 16820740 | 2 years ago | | | 0 | 0.0038090871 | |
| 16820564 | 2 years ago | | | 0 | 0.0050116304 | |
| 16820527 | 2 years ago | | | 0 | 0.030116286 | |
| 16819314 | 2 years ago | | | 0 | 0.0029866940 | |
| 16819164 | 2 years ago | | | 0 | 0.0089679970 | |
| 16819027 | 2 years ago | | | 0 | 0.0023546728 | |
| 16818786 | 2 years ago | | | 0 | 0.012145021 | |
| 16818760 | 2 years ago | | | 0 | 0.0027525469 | |
| 16818668 | 2 years ago | | | 0 | 0.0021394447 |
ABI
ABI objects
Getter at block 21088352
maxFreeSupply() view returns (uint256)
7000
maxToken() view returns (uint256)
10000
mintEnabled() view returns (bool)
true
mintMax() view returns (uint256)
10
mintPrice() view returns (uint256)
5000000000000000
name() view returns (string)
no project
owner() view returns (address)
0xb7b3dd99ffdce171cda337f1727e6a64c5d4d486
revealed() view returns (bool)
false
symbol() view returns (string)
NP
totalSupply() view returns (uint256)
1553
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTeam(address address_, bytes32[] proof_) 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)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _amount) payable
reserveBulk(address[] to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri_)
setMaxFreeSupply(uint256 newMaxFreeSupply)
setMaxMint(uint256 newMax)
setMerkleRoot(bytes32 merkleRoot_)
setPrice(uint256 newPrice)
setReveal()
sethiddenBaseURI(string uri_)
teamMint(uint256 _amount, bytes32[] proof_) payable
toggleMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address new_)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()