Chubby Little Jiras
Verified contract
Active on
Ethereum with 15,690 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 "Chubby Little Jiras"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21166933 | 19 hours ago | | | 0 | 0.0018501232 | |
| 21165360 | a day ago | | | 0 | 0.0018997614 | |
| 21165332 | a day ago | | | 0 | 0.0017128634 | |
| 21157372 | 2 days ago | | | 0 | 0.00078395767 | |
| 21155860 | 2 days ago | | | 0 | 0.00046266322 | |
| 21137667 | 5 days ago | | | 0 | 0.00099281143 | |
| 21105306 | 9 days ago | | | 0 | 0.00017855307 | |
| 21104895 | 9 days ago | | | 0 | 0.00010415160 | |
| 21104684 | 9 days ago | | | 0 | 0.000084098109 | |
| 21075616 | 14 days ago | | | 0 | 0.00074195620 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNumClaimed(address _user) view returns (uint64)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user, bytes32[] _merkleProof, uint256 _allocation) view returns (bool)
merkle_roots(uint256) view returns (bytes32)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address _destination, uint256 _quantity)
approve(address to, uint256 tokenId)
burn(uint256 _token_id)
publicMint(uint64 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
togglePrivateSale()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaxPerTransaction(uint256 _new_amount)
updateMaxSupply(uint256 _new_supply)
updateMintingPrice(uint256 _new_price)
updateWhitelistMerkleRoot(bytes32 _new_root, uint256 _allocation)
whitelistMint(bytes32[] _merkleProof, uint64 _quantity, uint256 _allocation) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()