Chibi Frens
Verified contract
Active on
Ethereum with 6,873 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.88)
Native
Value
$0.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000266 | $3,295.50 |
$0.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20812841 | 2 months ago | | | 0 | 0.0010019672 | |
| 20757735 | 2 months ago | | | 0 | 0.00011345948 | |
| 20616534 | 3 months ago | | | 0 | 0.000047318257 | |
| 20616532 | 3 months ago | | | 0 | 0.000054167724 | |
| 20616531 | 3 months ago | | | 0 | 0.000071238337 | |
| 20522719 | 3 months ago | | | 0 | 0.000053409936 | |
| 20522718 | 3 months ago | | | 0 | 0.000053912002 | |
| 20394590 | 4 months ago | | | 0 | 0.000031564331 | |
| 20112680 | 5 months ago | | | 0 | 0.0011282124 | |
| 19914221 | 6 months ago | | | 0 | 0.0029120229 |
ABI
ABI objects
Getter at block 21173682 getSpecialTokenIds() view returns (uint256[])
Gen1Contract() view returns (address)
0x4ef0fe82b42b6104bbceb69e764abd2050acfdd4
Gen2Contract() view returns (address)
0xc49a9ab342b6ea66792d4110e9ca0ab36e3a5674
Gen3Contract() view returns (address)
0x5aeb2a703323f69b20f397bcb7b38610ec37237b
allowlistMintPaused() view returns (bool)
true
allowlistMinted() view returns (uint256)
2602
allowlistReserved() view returns (uint256)
4446
baseTokenURI() view returns (string)
https://api.chibilabs.dev/token/frens/
claimPaused() view returns (bool)
true
collectionSize() view returns (uint256)
10000
gen1Addr() view returns (address)
0x4ef0fe82b42b6104bbceb69e764abd2050acfdd4
gen2Addr() view returns (address)
0xc49a9ab342b6ea66792d4110e9ca0ab36e3a5674
gen3Addr() view returns (address)
0x5aeb2a703323f69b20f397bcb7b38610ec37237b
maxItemsPerWallet() view returns (uint256)
533
mintPrice() view returns (uint256)
500000000000
name() view returns (string)
Chibi Frens
owner() view returns (address)
0x8a04f9c3d4de6a118670fa9c5dd078f1ecf4e61b
publicMintPaused() view returns (bool)
true
publicMintReserved() view returns (uint256)
0
publicMinted() view returns (uint256)
1454
specialClaimPaused() view returns (bool)
false
symbol() view returns (string)
FREN
totalSupply() view returns (uint256)
8165
Read-only
allowlistMintedAmount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
claimedChibis(string) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isAddressAllowlisted(bytes32[] proof, address _address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(address _addr, uint256 _id) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
specialClaimedAmount(address) view returns (uint256)
specialTokenIds(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(bytes32[] proof) payable
approve(address to, uint256 tokenId)
claim(uint256[] gen1TokenIds, uint256[] gen2TokenIds, uint256[] gen3TokenIds)
emergencyWithdrawAll()
publicMint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddresses(address _gen1Addr, address _gen2Addr, address _gen3Addr)
setAllowlistMintMerkleRoot(bytes32 _allowlistMerkleRoot)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setCollectionSize(uint256 _collectionSize, uint256 _publicMintReserve, uint256 _allowlistReserve)
setMaxMintItems(uint256 _maxItemsPerWallet)
setMintPrice(uint256 _mintPrice)
setPaused(bool _claimPaused, bool _publicMintPaused, bool _allowlistPaused, bool _specialClaimPaused)
specialClaim(uint256[] _tokenIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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)
SpecialClaim(address indexed user, uint256 indexed amount)
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()