JTTribe

Verified contract

Active on Ethereum with 281 txns
Deployed by via 0xbf10b160 at 16535499
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
19 additional variables

No balances found for "JTTribe"

0x8137a3f68b3b5c4a60692ae6513825ced9a0ebcf7e48d381d88e2f354f9d37d3
0xecab06c7563e85a89baa88c7b6353656bd7031d4e3a921d0ee761efeab421db8
0x6266de203b4060a8c3d4e01145b7f4eb1b8137ad6d212711ca678a07c6bb2953
0x91b2ca3558303a866d573a8d7a26a0dbe254feff7f959e36be6005230cf48f58
0xccf2ee965e90d419f519eac4fca8734a60df90e3ff499e9f5813e9f4b8f7fbad
0x717129f5ad03c74d32b8888a4d290a72204e6cf46b119666cc124d46cbef35c5
0xf2583e388adaff1b8e986f4445a206e8a78b50aa8ddd3d9b48ca3ec937b6f1f6
0x09e1d7b1fb97e438e38b461e6b022e829b8bd3942a34a908338251519c848f94
0x8fb70f0a566a1efca486f9184d933e0ee414c0cdd1c787348af1d3060be435e0
0x69c827fa971b0f6a6e86e08342e974803b0f041dc94ed7a7a1fef5b62107f5af

Functions
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(uint256view returns (bytes32)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
verifyWhitelist(address useruint256 salebytes32[] whitelistProofview returns (bool)
State-modifying
approve(address touint256 tokenIdpayable 
makeNotTransferable(
makeTransferable(
mintEarlySale(uint256 _mintAmountbytes32[] whitelistProofpayable 
mintFreeSale(uint256 _mintAmountbytes32[] whitelistProofpayable 
mintPreSale(uint256 _mintAmountbytes32[] whitelistProofpayable 
mintPublicSale(uint256 _mintAmountpayable 
pause(
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool 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 salebytes32 merkleRoot
splitAmountSale(uint256 _amountpayable 
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string _initBaseURIstring _initNotRevealedURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(