The Squids
Verified contract
Active on
Ethereum with 5,531 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 "The Squids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20947709 | 2 months ago | | | 0 | 0.00023973568 | |
| 20152592 | 5 months ago | | | 0 | 0.000066074256 | |
| 19754940 | 7 months ago | | | 0 | 0.00049019004 | |
| 19724570 | 7 months ago | | | 0 | 0.00062881867 | |
| 19495527 | 8 months ago | | | 0 | 0.00042818419 | |
| 19213044 | 10 months ago | | | 0 | 0.0010941526 | |
| 19012515 | a year ago | | | 0 | 0.00070016322 | |
| 18910024 | a year ago | | | 0 | 0.00049586197 | |
| 18906890 | a year ago | | | 0 | 0.00069372581 | |
| 18878004 | a year ago | | | 0 | 0.0025787398 |
ABI
ABI objects
Getter at block 21322626
baseURI() view returns (string)
ipfs://QmVshcLbTZkFCkB2hoELLT7qGUxgyE8smHTVvAj9AaLS6k/
isPublicSale() view returns (bool)
false
isWhitelistSale() view returns (bool)
false
maxSupply() view returns (uint256)
2000
name() view returns (string)
The Squids
owner() view returns (address)
0x2d858279dc290dbc0d8128f5ed1b75a6e357b1ed
price() view returns (uint256)
100000000000000000
symbol() view returns (string)
TSQ
totalSupply() view returns (uint256)
2000
whitelistMerkleRoot() view returns (bytes32)
0xb737018a570e6b38f0f5017ad1bb586b4de8802335c18c11e0fb1562e63070c3
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)
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mintOwner(address receiver_, uint256 amount_)
mintPublic() payable
mintWhitelist(bytes32[] merkleProof_) 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 uri_)
setPrice(uint256 price_)
setWhitelistMerkleRoot(bytes32 merkleRoot_)
togglePublicSale()
toggleWhitelistSale()
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(address dev1_, address projectOwner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.