Crypto Squatches
Verified contract
Active on
Ethereum with 1,350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($2,870.27)
Native
Value
$2,870.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.8 | $3,587.84 |
$2,870.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20896109 | 2 months ago | | | 0 | 0.00015173275 | |
| 20714647 | 3 months ago | | | 0 | 0.00042581557 | |
| 20672851 | 3 months ago | | | 0 | 0.00012057635 | |
| 20508961 | 4 months ago | | | 0 | 0.000044882258 | |
| 20333843 | 4 months ago | | | 0 | 0.00049872007 | |
| 20333548 | 4 months ago | | | 0 | 0.00021532377 | |
| 19673976 | 7 months ago | | | 0 | 0.00072095596 | |
| 19557811 | 8 months ago | | | 0 | 0.00046212887 | |
| 19206000 | 10 months ago | | | 0 | 0.0013573502 | |
| 19058683 | 10 months ago | | | 0 | 0.00048938274 |
ABI
ABI objects
Getter at block 21289435
MAX_CRYPTO_SQUATCH_SUPPLY() view returns (uint256)
10000
PROVENANCE_HASH() view returns (string)
4af5fda9836879a3afe2be2b0d967664949bb930e15429ac69be2371a0499291
REVEAL_TIMESTAMP() view returns (uint256)
1629904221
baseURI() view returns (string)
https://squatches.mypinata.cloud/ipfs/QmTcZBBTTyQn6hKPwmgbLi3ojuVC9W1vP3mCEreiynTBFL/
maxToMint() view returns (uint256)
10
mintPrice() view returns (uint256)
50000000000000000
name() view returns (string)
Crypto Squatches
owner() view returns (address)
0x44e89c1578064f9b8a559f5995521487385f0a75
prerevealURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmYAz83S72Wx5pZTSoLZTza5ZE8X7kiZnHddQ1Lv6rGmBD
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
6137
startingIndexBlock() view returns (uint256)
13095237
symbol() view returns (string)
CSQUATCH
totalSupply() view returns (uint256)
2139
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
emergencySetStartingIndexBlock()
mintCryptoSquatches(uint256 numberOfTokens) payable
renounceOwnership()
reserveCryptoSquatches(address _to, uint256 _numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxToMint(uint256 _maxValue)
setMintPrice(uint256 _price)
setPrerevealURI(string prerevealURI_)
setProvenanceHash(string _provenanceHash)
setRevealTimestamp(uint256 _revealTimeStamp)
setSaleState()
setStartingIndex()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
This contract contains no error objects.