Chubby Little Jiras

Verified contract

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

No balances found for "Chubby Little Jiras"

0x315629c8a27e1a88d753d197d2d50b5e21cf75f9c40ec16d107dd0561a766a08
0x9280a9ed877921f519b72d6420090794c05786760f5ac70f3516e9d74976a206
0x28136bb861263aa8516071daaaaf48692d2d438a3d4ca1481c68aad2d0881dbb
0xef4c16a0ba6b37275e08c1cf543b6e4d5bd90e1d061e82fe94709a01b39e662e
0x4dcb126e897c5865b9acfbbe14bd99ea6e37fe49538b41f8a434d008baf949cd
0xfab0e49db1a54b41d0bfc3e5f03b80663722936b238c61e4c7f8fc2c8e36dc46
0xcdf8e7796403d1fa170d417643755f88015a626c3143f4bfcfd03196cf71c4be
0x7a67692a4cb4bb22c8dbd218c161829d3dbf0fbb905ac43017cac08d80765428
0x4b8c7b37dffb2094368a53f6eb47c224e7b486b5f7b9b87c62d31d8729386046
0x1ac595dd4f32582f5ed9a98899315a83f7267244f3b68a8231418927edf373e5

Functions
Getter at block 21172626
MAX_PER_TX(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
8888
MINT_PRICE(view returns (uint256)
60000000000000000
name(view returns (string)
Chubby Little Jiras
owner(view returns (address)
0x0f5d6327a960708cd2e729be226723725a05da4d
private_sale_running(view returns (bool)
false
public_sale_running(view returns (bool)
false
symbol(view returns (string)
CLJ
totalSupply(view returns (uint256)
6508
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getNumClaimed(address _userview returns (uint64)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _userbytes32[] _merkleProofuint256 _allocationview returns (bool)
merkle_roots(uint256view returns (bytes32)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
adminMint(address _destinationuint256 _quantity
approve(address touint256 tokenId
burn(uint256 _token_id
publicMint(uint64 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
togglePrivateSale(
togglePublicSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMaxPerTransaction(uint256 _new_amount
updateMaxSupply(uint256 _new_supply
updateMintingPrice(uint256 _new_price
updateWhitelistMerkleRoot(bytes32 _new_rootuint256 _allocation
whitelistMint(bytes32[] _merkleProofuint64 _quantityuint256 _allocationpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(