Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
19 additional
variables
Balances ($0.00)
No balances found for "JTTribe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18715821 | a year ago | | | 0 | 0.0010690091 | |
| 17880257 | a year ago | | | 0 | 0.0019949747 | |
| 17446504 | 2 years ago | | | 0 | 0.00042440210 | |
| 17125054 | 2 years ago | | | 0 | 0.0018806031 | |
| 17028000 | 2 years ago | | | 0 | 0.00092399364 | |
| 17026239 | 2 years ago | | | 0 | 0.0015501388 | |
| 17007357 | 2 years ago | | | 0 | 0.00098208372 | |
| 17004907 | 2 years ago | | | 0 | 0.00082436591 | |
| 16995315 | 2 years ago | | | 0 | 0.0010438135 | |
| 16987740 | 2 years ago | | | 0 | 0.0012000515 |
ABI
ABI objects
Getter at block 21380241
MAX_SUPPLY() view returns (uint256)
4444
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmTP11YzuQXYejrfWGoPWPx7zsSdMEaqW3fzdn9uzLuTSM/
getLatestETHUSDPrice() view returns (int256)
380604884600
getMintEarlyPriceWei() view returns (uint256)
13136983266136464
getMintFreePriceWei() view returns (uint256)
0
getMintPresalePriceWei() view returns (uint256)
0
getMintPublicPriceWei() view returns (uint256)
25748487201627469
getPriceFeedAddr() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
getTotalEarlyPrice() view returns (uint256)
14450681592750110
getTotalPresalePrice() view returns (uint256)
0
getTotalPublicPrice() view returns (uint256)
28323335921790215
maxMintAmountPerTx() view returns (uint256)
0
name() view returns (string)
JTTribe
notRevealedURI() view returns (string)
ipfs://QmVZ323wv1znPpozXPMmNjLJ1zjB4tTxgfyJQMBm9acNvj/hidden.json
owner() view returns (address)
0x5ff69630f933411f7efa91f71612c18db7fb3d36
paused() view returns (bool)
false
revealed() view returns (bool)
false
splitAmount() view returns (uint256)
3978834476406138313
symbol() view returns (string)
J-NFT
totalSupply() view returns (uint256)
820
Read-only
_whitelistRoot(uint256) view returns (bytes32)
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[])
verifyWhitelist(address user, uint256 sale, bytes32[] whitelistProof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
makeNotTransferable()
makeTransferable()
mintEarlySale(uint256 _mintAmount, bytes32[] whitelistProof) payable
mintFreeSale(uint256 _mintAmount, bytes32[] whitelistProof) payable
mintPreSale(uint256 _mintAmount, bytes32[] whitelistProof) payable
mintPublicSale(uint256 _mintAmount) payable
pause()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMintEarlyPresalePriceUSD(uint256 _newMintPrice)
setMintFreeMintPriceUSD(uint256 _newMintPrice)
setMintPresalePriceUSD(uint256 _newMintPrice)
setMintPublicSalePriceUSD(uint256 _newMintPrice)
setNotRevealedURI(string _notRevealedURI)
setPriceFeedAddr(address _priceFeed)
setWhitelistRoot(uint256 sale, bytes32 merkleRoot)
splitAmountSale(uint256 _amount) payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _initBaseURI, string _initNotRevealedURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()