Jimz

Verified contract

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

No balances found for "Jimz"

0x8cbe8e627807be4d11e9e338889faa7fcf9b328027d73b21523202ed33254131
0xa8f9ecc82f8cabcd34aa313984e992c059f52f5538360a2490f830f563aedb20
0x695f1c8c89668ef1dd22078404f4f32f6a75e446158a4f4a47c0f7d5f35f4b22
0x92159d05992bdf519f609f0d0a4e981bc281badc8a6875957aba7fcaae18ab29
0x1b5d04c959d532aff91860d5b9f374e300f97f61cfa4bcb39e9bea48518e9332
0x4b77251095e72289dddadc015d92229a61285807ecce5dfa3508fa9ab98ccd1d
0x16dbc31bc2adb7e1a8701d57f93cb780a60823133f0f7e377a13ca0362525f8b
0xada2de69e12b3b0a1b37c7e1ca9276b6baedd90dc64f20174f4ec02e3626cd57
0x3679300fb48cde18dd1a88df0aded8d07c288a0eea2446ec390c7e736448a1a1
0xfd693ffe019120b5be71e8146c944706f9da498625e44c47c3b539301fbe12ec

Functions
Getter at block 21059322
MAX_FREE(view returns (uint256)
6543
MAX_SUPPLY(view returns (uint256)
3333
contractURI(view returns (string)
freeMintCount(view returns (uint256)
3217
maxFreeMintPerWallet(view returns (uint256)
3
maxPublicMintPerWallet(view returns (uint256)
20
name(view returns (string)
Jimz
owner(view returns (address)
0x2d952f3bd301cd342f8e694afaa22b11cc1b75a5
publicTokenPrice(view returns (uint256)
3000000000000000
saleStarted(view returns (bool)
true
symbol(view returns (string)
Jimz
totalSupply(view returns (uint256)
3333
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(