NineTales Phase 1
Verified contract
Active on
Ethereum with 4,343 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "NineTales Phase 1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161927 | 18 days ago | | | 0 | 0.00083679799 | |
| 21006676 | a month ago | | | 0 | 0.00045803812 | |
| 20849939 | 2 months ago | | | 0 | 0.00031831384 | |
| 20610050 | 3 months ago | | | 0 | 0.000024360464 | |
| 20591313 | 3 months ago | | | 0 | 0.000084534926 | |
| 20574595 | 3 months ago | | | 0 | 0.000044952640 | |
| 20499868 | 4 months ago | | | 0 | 0.000032178107 | |
| 20499867 | 4 months ago | | | 0 | 0.000032251572 | |
| 20499866 | 4 months ago | | | 0 | 0.000032640170 | |
| 20499865 | 4 months ago | | | 0 | 0.000027666315 |
ABI
ABI objects
Getter at block 21287492
NTT_GIFT() view returns (uint256)
184
NTT_MAX_SUPPLY() view returns (uint256)
4444
NTT_PUBLIC() view returns (uint256)
2810
NTT_PUBLIC_PER_USER() view returns (uint256)
5
NTT_PUBLIC_PRICE() view returns (uint256)
99000000000000000
NTT_WHITELIST() view returns (uint256)
1450
NTT_WHITELIST_PRICE() view returns (uint256)
89000000000000000
getFinalProvenanceHash() view returns (string)
getSaleInfo() view returns (struct NineTalesTwoSaleInfo)
(4444, 1450, 2810, 89000000000000000, 99000000000000000, 5, false, false, true, 2345, 748, 1413)
giftedAmount() view returns (uint64)
184
name() view returns (string)
NineTales Phase 1
owner() view returns (address)
0x89ccc556b1953581f3edb6f703e8d1fcc42f1e67
provenanceLocked() view returns (bool)
false
publicAmountMinted() view returns (uint64)
748
publicSaleLive() view returns (bool)
true
saleIsLive() view returns (bool)
false
symbol() view returns (string)
NTP1
totalSupply() view returns (uint256)
2345
whitelistAmountMinted() view returns (uint64)
1413
whitelistLive() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
getUserMintedInfo(address user) view returns (uint256, uint256, uint256)
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)
batchGift(address user, uint64 tokenQuantity)
changePublicSaleStatus()
changeSaleStatus()
changeWhitelistStatus()
gift(address[] winners)
publicMint(uint64 tokenQuantity) payable
reallocateTokens(uint256 whitelistAmount, uint256 publicAmount, uint256 giftAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFinalProvenanceHash(string provenanceHash)
setNttPublicUserLimit(uint256 _limit)
setPublicPrice(uint256 _salePrice)
setSignerAddress(address _addr)
setWhitelistPrice(uint256 _salePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes signature, uint64 tokenQuantity, uint256 tokenLimit) 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(address safeAddr, address signerAddr, string unrevealed)
This contract contains no fallback and receive objects.
AmountError()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ExceedsGiftsMax()
ExceedsMaxSupply()
ExceedsPubUserAllowance()
ExceedsWLUserAllowance()
InsufficientEth()
InvalidSignature()
MintToZeroAddress()
MintZeroQuantity()
NoBalance()
OutOfStock()
OwnerQueryForNonexistentToken()
ProvenanceLocked()
PublicSaleClosed()
PublicSaleSoldOut()
ReallocationError()
SaleClosed()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistSaleClosed()
WhitelistSaleSoldOut()