ChickX Punk
Verified contract
Active on
Ethereum with 486 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 "ChickX Punk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18527364 | a year ago | | | 0 | 0.0017572725 | |
| 18099985 | a year ago | | | 0 | 0.00057787996 | |
| 16910774 | 2 years ago | | | 0 | 0.00087015086 | |
| 16501101 | 2 years ago | | | 0 | 0.0010026568 | |
| 16500851 | 2 years ago | | | 0 | 0.0010223476 | |
| 16345790 | 2 years ago | | | 0 | 0.00040977720 | |
| 16345787 | 2 years ago | | | 0 | 0.00040910270 | |
| 16342513 | 2 years ago | | | 0 | 0.0010909622 | |
| 16342235 | 2 years ago | | | 0 | 0.0017143147 | |
| 16342079 | 2 years ago | | | 0 | 0.0012280962 |
ABI
ABI objects
Getter at block 21187307
FreeNumTx() view returns (uint256)
1
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRICE() view returns (uint256)
2000000000000000
maxSupply() view returns (uint256)
777
name() view returns (string)
ChickX Punk
owner() view returns (address)
0xb1c7868a98c526b4353e27b88609df4447c68267
symbol() view returns (string)
Punk
totalSupply() view returns (uint256)
777
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
mint(uint256 amount) payable
safeTransferFrom(address from, address to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setFreePerAddr(uint256 maxTx, uint256 maxS)
teamMint(address addr, uint256 amount)
transferFrom(address from, address to, uint256 tokenId) payable
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)
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()