ChickenBrothko
Verified contract
Active on
Ethereum with 601 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20906353 | a month ago | | | 0 | 0.00050667728 | |
| 20806767 | 2 months ago | | | 0 | 0.00020284339 | |
| 20589456 | 3 months ago | | | 0 | 0.000067303321 | |
| 20553095 | 3 months ago | | | 0 | 0.000082676848 | |
| 20546530 | 3 months ago | | | 0 | 0.000044641846 | |
| 20158572 | 5 months ago | | | 0 | 0.000091655158 | |
| 19781246 | 7 months ago | | | 0 | 0.00041903769 | |
| 19767640 | 7 months ago | | | 0 | 0.00018817033 | |
| 19599258 | 7 months ago | | | 0 | 0.00028837660 | |
| 18937251 | 10 months ago | | | 0 | 0.00038583291 |
ABI
ABI objects
Getter at block 21215660
baseURI() view returns (string)
ipfs://Qmbv5G2hPTKzC9bbwoRgAKe6YQBFvXmoFgoz2ezHkL9ioA/
maxPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
666
mintOpen() view returns (bool)
true
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
ChickenBrothko
owner() view returns (address)
0xec82b0561d195dbb85fdfb3d77041434b73d707c
symbol() view returns (string)
CBRTHK
totalSupply() view returns (uint256)
666
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address _receiver, uint256 _amount)
approve(address to, uint256 tokenId) payable
mint(uint256 _amount) 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)
setBaseURI(string _newMetadataURI)
setMaxPerTx(uint256 _maxPerTx)
setMintOpen()
setPrice(uint256 _mintPrice)
setSupply(uint256 _maxSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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(string _initMetadataURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MaxPerTxExceeded()
MaxSupplyExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotStarted()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WrongPrice()