JUNGAZ

Verified contract

Active on Ethereum with 4,476 txns
Deployed by via 0xaf30f3ff at 17319391
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "JUNGAZ"

0xe7c30f8383c8d7b8c55f4a67d7dc4ee77763cdb03e064c437a0b51b383c33737
0xa9404ef8dfdd01aff6272726ec4e7c20586f38b8a2d0bc82bec532bc6b6b2f4d
0x2b4f0b7e8da6d65ee5e01e01c655a28b7dc961c434e5d2298e9b6df826b024c8
0x79f77f3965205ad0bfbd119479a1293a18f0a0e20ab31c51ff52154021624fc2
0xf7a79ea0e1910755ef077a266a4120451f90cb293aa94fbef125a7ee9138181e
0xa4d466250dd84e8b532b15af9e3ad13136b658bbcad0e5d0a3409b5228843b90
0xb5cb34ff2fd49af9c2b9897594a5276c2a75292395ef8149e779b7a15077fa82
0x76fe8606cd07067cb019a0b33a3887390c81466095313647c08233f8ee7dbca6
0x5c771595b47e442d5bedf865be26441b429f89d6609de9abc964f21ce949687b
0x5e83c53f1ea4f5cde2d135e0cf2bbe2df1de1dd8e5fa3c170bae9296015062e2

Functions
Getter at block 21223291
MAX_FREE(view returns (uint256)
4444
MAX_SUPPLY(view returns (uint256)
4444
contractURI(view returns (string)
freeMintCount(view returns (uint256)
4072
maxFreeMintPerWallet(view returns (uint256)
1
maxPublicMintPerWallet(view returns (uint256)
50
name(view returns (string)
JUNGAZ
owner(view returns (address)
0x3ac4ed70d9ac7cfe7081b62ed46a838057c85144
publicTokenPrice(view returns (uint256)
5000000000000000
saleStarted(view returns (bool)
true
symbol(view returns (string)
JUNGAZ
totalSupply(view returns (uint256)
4444
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
freeMintClaimed(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
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[])
State-modifying
approve(address touint256 tokenIdpayable 
flipSaleStarted(
mint(uint256 _quantitypayable 
ownerMint(uint256 _numberToMint
ownerMintToAddress(address _recipientuint256 _numberToMint
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setContractURI(string _URI
setFreeMintCount(uint256 _count
setMaxFreeMintPerWallet(uint256 _count
setMaxPublicMintPerWallet(uint256 _count
setPublicTokenPrice(uint256 _newPrice
setTotalMaxSupply(uint256 _newSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawFunds(
withdrawFundsToAddress(address _addressuint256 amount
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
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(