Chickun
Verified contract
Active on
Ethereum with 1,853 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 "Chickun"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997797 | 25 days ago | | | 0 | 0.00024144837 | |
| 20654877 | 2 months ago | | | 0 | 0.000028387517 | |
| 20645296 | 2 months ago | | | 0 | 0.00013764895 | |
| 20555581 | 3 months ago | | | 0 | 0.000098758678 | |
| 20210100 | 4 months ago | | | 0 | 0.00014814846 | |
| 19997291 | 5 months ago | | | 0 | 0.00042318793 | |
| 19809350 | 6 months ago | | | 0 | 0.00021047974 | |
| 19694275 | 7 months ago | | | 0 | 0.00036147722 | |
| 19624411 | 7 months ago | | | 0 | 0.00081658299 | |
| 18583427 | a year ago | | | 0 | 0.0015996782 |
ABI
ABI objects
Getter at block 21177403
active() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmWw9VVEt2oJKzB8FYYxCQWB51ZvD12WzHksmsKcfU3nAa/
canOpen() view returns (bool)
true
maxSupply() view returns (uint256)
2222
name() view returns (string)
Chickun
owner() view returns (address)
0xc20d9648d9ad13ff55d3918a47a32d9b20c6375d
presale() view returns (bool)
true
symbol() view returns (string)
KUN
totalSupply() view returns (uint256)
2222
unrevealURI() view returns (string)
https://pin.ski/3nTrNXr
waitlistRoot() view returns (bytes32)
0x4086cab4160e5982af5ba7e993450ec2a99d03df56cdbc601b435003c8d99c2d
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
waitListMinted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
openPublicMint()
openWaitListMint()
publicMint(uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool _active)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setCanOpen(bool _canOpen)
setMaxSupply(uint256 _maxSupply)
setPresale(bool _presale)
setUnrevealURI(string _unrevealURI)
setWaitlistRoot(bytes32 _waitlistRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
waitListMint(bytes32[] proof, uint256 _amount)
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()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()