Chibi Galaxy
Verified contract
Active on
Ethereum with 5,897 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Chibi Galaxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244774 | 2 days ago | | | 0 | 0.00069407638 | |
| 21216151 | 6 days ago | | | 0 | 0.0011401346 | |
| 21189734 | 10 days ago | | | 0 | 0.0011912667 | |
| 21013362 | a month ago | | | 0 | 0.00017763009 | |
| 21004235 | a month ago | | | 0 | 0.00031968690 | |
| 20844678 | 2 months ago | | | 0 | 0.00052620885 | |
| 20834086 | 2 months ago | | | 0 | 0.00064339517 | |
| 20771726 | 2 months ago | | | 0 | 0.0010993318 | |
| 20624660 | 3 months ago | | | 0 | 0.000057246398 | |
| 20616542 | 3 months ago | | | 0 | 0.000040380451 |
ABI
ABI objects
Getter at block 21261851
baseTokenURI() view returns (string)
https://api.chibilabs.dev/token/galaxy/
collectionSize() view returns (uint256)
7000
giveawayCount() view returns (uint256)
100
giveawayMaxItems() view returns (uint256)
100
maxItemsForSpecialMint() view returns (uint256)
11
maxItemsPerTx() view returns (uint256)
500
maxRareTokens() view returns (uint256)
140
name() view returns (string)
Chibi Galaxy
nextRareTokenIdToClaim() view returns (uint256)
182
numGeneration1sOwned() view returns (uint256)
0
numGeneration2sOwned() view returns (uint256)
0
onlyWhitelistedCanMint() view returns (bool)
true
owner() view returns (address)
0x8a04f9c3d4de6a118670fa9c5dd078f1ecf4e61b
preMintPaused() view returns (bool)
true
preMintPrice() view returns (uint256)
10000000000000000000
publicMintPaused() view returns (bool)
true
publicMintPrice() view returns (uint256)
100000000000000
rareMintAmount() view returns (uint256)
0
rareTokenCount() view returns (uint256)
140
symbol() view returns (string)
GALACTIC CHIBI
totalSupply() view returns (uint256)
3500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAddressAGeneration1Holder(bytes32[] proof, address _address, uint256 balance) view returns (bool)
isAddressWhitelisted(bytes32[] proof, address _address) view returns (bool)
isAddressWhitelistedForSpecialEvent(bytes32[] proof, address _address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerRareTokens(address) view returns (uint256)
specialMintTokens(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimRareToken(bytes32[] proof)
giveawayMint(address to, uint256 amount)
preMint() payable
publicMint(bytes32[] proof) payable
rareMint(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setGeneration1HoldersMerkleRoot(bytes32 _generation1HoldersMerkleRoot)
setMaxItemsPerTrx(uint256 _maxItemsPerTrx)
setMintInfo(uint256 _preMintPrice, uint256 _publicMintPrice)
setPreMintPaused(bool _preMintPaused)
setPublicMintInfo(bool _publicMintPaused, bool _onlyWhitelistedCanMint, bytes32 _whitelistMerkleRoot)
setSpecialEventMintInfo(uint256 _maxItemsForSpecialMint, bytes32 _specialEventWhitelistMerkleRoot)
specialEventMint(bytes32[] proof) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferRareTokensToOwner()
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed owner, uint256 tokenId)
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.
This contract contains no error objects.