Chick Generator
Verified contract
Active on
Ethereum with 1,300 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 "Chick Generator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20538738 | 3 months ago | | | 0 | 0.000020402680 | |
| 20520754 | 3 months ago | | | 0 | 0.00015471179 | |
| 20152786 | 5 months ago | | | 0 | 0.00011798544 | |
| 19657640 | 7 months ago | | | 0 | 0.00037921485 | |
| 19644934 | 7 months ago | | | 0 | 0.00050344159 | |
| 19597319 | 7 months ago | | | 0 | 0.00079274590 | |
| 18903723 | a year ago | | | 0 | 0.00047782864 | |
| 18895303 | a year ago | | | 0 | 0.00081288554 | |
| 18874691 | a year ago | | | 0 | 0.00061406255 | |
| 18526720 | a year ago | | | 0 | 0.00085860298 |
ABI
ABI objects
Getter at block 21216382
BASE_URI() view returns (string)
ipfs://bafybeiagy52mmbjunx5sbvcw7jtogupuavwoprergi5ae4fl52zynnu6lq/
COLLECTION_SIZE() view returns (uint256)
4444
CONTRACT_URI() view returns (string)
FREE_SUPPLY_PER_WALLET() view returns (uint256)
1
MAX_BATCH_SIZE() view returns (uint256)
35
MINT_PRICE() view returns (uint256)
200000000000000
REVEALED() view returns (bool)
true
SUPPLY_PER_WALLET() view returns (uint256)
100
UNREVEALED_URI() view returns (string)
contractURI() view returns (string)
isPublicMintEnabled() view returns (bool)
true
name() view returns (string)
Chick Generator
owner() view returns (address)
0xf7dae2625422dbbe33b4a7c74535d53d15dd6fc3
symbol() view returns (string)
CHICK
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 quantity) view returns (uint256)
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)
userHasMinted(address) view returns (uint256)
State-modifying
Events ChangeCollectionSupply(uint256 _new)
ChangeFreePerWallet(uint256 _new)
ChangePrice(uint256 _newPrice)
ChangeSupplyPerWallet(uint256 _new)
ChickAirdrop(uint256 quantity, address receiver)
CollectionUrI(bool _revealed, string _baseURI)
SetMaxBatchSize(uint256 _new)
approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setContract(string _contractURI)
setPublicMintEnabled()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()