Jimmy Old Ape Club

Verified contract

Active on Ethereum with 27 txns
Deployed by via 0x4ee889e3 at 16285098
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Jimmy Old Ape Club"

0x9095f0389fff4de6b125dadd4338dd5ee55eb925f089f1d50564839d667dc9f1
0x06619877770e002499b581df3cba1c3b181e4bb06b34c3ddb673cafaf090f651
0xa1092319e08bc247a92971eac72457ccbe0b37765ab61d906aab5375a47d476e
0x5c05dfe7ac30a7b2fe25ecc80343c90d1f93709431c307b29795d5fdf9e1a008
0x96a24832dad5a539567afa9caf42ebec17b5865f443989a5efb922967d6df713
0x0429c67608eff627b6ba0740119219964740e20463ad4fbb36fd6b94db68c1f8
0x180b1e6f9411e493a1166c6cbd2eff4ce5601ec44103715a11ac44e353529d97
0x706cc408d2984c7094f3183987d8d0aa5ba06889a3b0943e35284eaafb4d1ad6
0x78153ec179df1d3b0adbc68707175ec9adfd3edcd031a25bf4d830df768efad1
0xd319ac65f93a873c50089ebe1b1b9d63c09da05359eb75e8b7d8c411cbb183a7

Functions
Getter at block 20962610
_maxSupply(view returns (uint256)
2222
costOfNFT(view returns (uint256)
1000000000000000
maxMintAmountPerTx(view returns (uint256)
10
maxMintAmountPerWallet(view returns (uint256)
10
name(view returns (string)
Jimmy Old Ape Club
numberOfFreeNFTs(view returns (uint256)
2
owner(view returns (address)
0x6f02e9cec73b0a04f0ce29e7fba2092de38cdc6a
symbol(view returns (string)
JOAC
totalSupply(view returns (uint256)
91
Read-only
balanceOf(address ownerview returns (uint256)
checkCost(uint256 _mintAmountview returns (uint256)
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)
State-modifying
airdrop(address[] accountsuint256 amount
approve(address touint256 tokenIdpayable 
mint(uint256 _mintAmountpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setCostPrice(uint256 _cost
setExtensionURL(string uri
setMaxMintAmountPerTx(uint256 perTx
setMaxMintAmountPerWallet(uint256 perWallet
setSupply(uint256 supply
setbaseURL(string uri
setnumberOfFreeNFTs(uint256 perWallet
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ContractPaused(
InsufficientFund(
InvalidMintAmount(
MaxMintWalletExceeded(
MaxSupply(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoSmartContract(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TokenNotExisting(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(