Jimmy Old Ape Club
Verified contract
Active on
Ethereum with 27 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Jimmy Old Ape Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16287956 | 2 years ago | | | 0 | 0.00051988268 | |
| 16285369 | 2 years ago | | | 0 | 0.00079866946 | |
| 16285362 | 2 years ago | | | 0 | 0.0011089989 | |
| 16285358 | 2 years ago | | | 0 | 0.0017162012 | |
| 16285274 | 2 years ago | | | 0.009 | 0.0018359879 | |
| 16285247 | 2 years ago | | | 0 | 0.0013898174 | |
| 16285224 | 2 years ago | | | 0 | 0.0015169392 | |
| 16285220 | 2 years ago | | | 0 | 0.0014221305 | |
| 16285217 | 2 years ago | | | 0 | 0.0015169392 | |
| 16285210 | 2 years ago | | | 0 | 0.0014675261 |
ABI
ABI objects
Getter at block 21441433
_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 owner) view returns (uint256)
checkCost(uint256 _mintAmount) view returns (uint256)
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)
State-modifying
Events airdrop(address[] accounts, uint256 amount)
approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setCostPrice(uint256 _cost)
setExtensionURL(string uri)
setMaxMintAmountPerTx(uint256 perTx)
setMaxMintAmountPerWallet(uint256 perWallet)
setSupply(uint256 supply)
setbaseURL(string uri)
setnumberOfFreeNFTs(uint256 perWallet)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ContractPaused()
InsufficientFund()
InvalidMintAmount()
MaxMintWalletExceeded()
MaxSupply()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSmartContract()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenNotExisting()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()