ChecksLilHeroes
Verified contract
Active on
Ethereum with 890 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 "ChecksLilHeroes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20539175 | 3 months ago | | | 0 | 0.000049485424 | |
| 16681226 | 2 years ago | | | 0 | 0.0014008710 | |
| 16681226 | 2 years ago | | | 0 | 0.0014016006 | |
| 16605124 | 2 years ago | | | 0 | 0.0018840077 | |
| 16605119 | 2 years ago | | | 0 | 0.0014535640 | |
| 16605119 | 2 years ago | | | 0 | 0.0014535640 | |
| 16605119 | 2 years ago | | | 0 | 0.0014535640 | |
| 16605119 | 2 years ago | | | 0 | 0.0014535640 | |
| 16605119 | 2 years ago | | | 0 | 0.0014535640 | |
| 16604533 | 2 years ago | | | 0 | 0.0012114204 |
ABI
ABI objects
Getter at block 21172545
TOTAL_FREE_SUPPLY() view returns (uint256)
0
freeMintActive() view returns (bool)
false
freeMintCount() view returns (uint256)
0
maxPerTxn() view returns (uint256)
3
maxPerWallet() view returns (uint256)
6
maxSupply() view returns (uint256)
4269
name() view returns (string)
ChecksLilHeroes
owner() view returns (address)
0xe7daa816ff0900abbb19cf9639c27ed1768f0999
publicSaleActive() view returns (bool)
true
symbol() view returns (string)
CLH
token_price() view returns (uint256)
0
totalSupply() view returns (uint256)
2257
Read-only
balanceOf(address owner) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
checksDiffuse(string upgrade)
checksdrop(address[] boardAddresses, uint256 _quantity)
flipPublicSale()
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPerTxn(uint256 _num)
setMaxPerWallet(uint256 _num)
setTokenPrice(uint256 newPrice)
teamClaim(uint256 num)
transferFrom(address from, address to, uint256 tokenId)
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)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()