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 "CHEPS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17530914 | a year ago | | | 0 | 0.00085081132 | |
| 17526261 | a year ago | | | 0 | 0.00067478469 | |
| 17526260 | a year ago | | | 0 | 0.00067388080 | |
| 17526258 | a year ago | | | 0 | 0.0011297223 | |
| 17526257 | a year ago | | | 0 | 0.00062420027 | |
| 17526256 | a year ago | | | 0 | 0.0015042998 | |
| 17511716 | a year ago | | | 0 | 0.00040570770 | |
| 17511563 | a year ago | | | 0 | 0.00066640180 | |
| 17511316 | a year ago | | | 0 | 0.00032423357 | |
| 17511225 | a year ago | | | 0 | 0.00066096100 |
ABI
ABI objects
Getter at block 21332105
TOTAL_MAX_SUPPLY() view returns (uint256)
888
contractURI() view returns (string)
freeMintCount() view returns (uint256)
601
maxFreeMintPerWallet() view returns (uint256)
2
maxPublicMintPerWallet() view returns (uint256)
20
name() view returns (string)
CHEPS
owner() view returns (address)
0x6b99afbb48f059fac954692425514d6a9cdc56ea
publicTokenPrice() view returns (uint256)
2000000000000000
saleStarted() view returns (bool)
true
symbol() view returns (string)
CHEPS
totalFreeMints() view returns (uint256)
600
totalSupply() view returns (uint256)
888
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintClaimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
flipSaleStarted()
mint(uint256 _quantity) payable
ownerMint(uint256 _numberToMint)
ownerMintToAddress(address _recipient, uint256 _numberToMint)
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 baseURI)
setContractURI(string _URI)
setFreeMintCount(uint256 _count)
setMaxFreeMintPerWallet(uint256 _count)
setMaxPublicMintPerWallet(uint256 _count)
setPublicTokenPrice(uint256 _newPrice)
setTotalMaxSupply(uint256 _newSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds()
withdrawFundsToAddress(address _address, 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()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()