Squishiverse
Verified contract
Active on
Ethereum with 27,765 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Squishiverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21015714 | 21 days ago | | | 0 | 0.00018879882 | |
| 20949010 | a month ago | | | 0 | 0.00020430366 | |
| 20850999 | a month ago | | | 0 | 0.00014572784 | |
| 20499890 | 3 months ago | | | 0 | 0.000028803441 | |
| 20499889 | 3 months ago | | | 0 | 0.000028453370 | |
| 20499887 | 3 months ago | | | 0 | 0.000026587564 | |
| 20269025 | 4 months ago | | | 0 | 0.00011642173 | |
| 20269025 | 4 months ago | | | 0 | 0.00011642173 | |
| 20255718 | 4 months ago | | | 0 | 0.000073318838 | |
| 20184873 | 4 months ago | | | 0 | 0.00022295485 |
ABI
ABI objects
Getter at block 21162711
MAX_PER_WALLET() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
8888
MINT_PRICE() view returns (uint256)
65000000000000000
name() view returns (string)
Squishiverse
owner() view returns (address)
0x55b80cb7e2ea8780b29bb20d08f70a148ea7c12a
publicSale() view returns (bool)
true
symbol() view returns (string)
SQUISHIE
totalSupply() view returns (uint256)
8888
whitelistSale() view returns (bool)
true
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)
publicAddressMintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tieredWhitelistMaximums(uint256) view returns (uint256)
tieredWhitelistMerkleRoot(uint256) view returns (bytes32)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelistAddressCustomLimit(address) view returns (uint256)
whitelistAddressMintCount(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mintAdmin(address _recipient, uint256 _quantity)
mintPublic(uint256 _quantity) payable
mintWhitelist(uint256 _tier, uint256 _quantity, 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 baseURI_)
setPublicSale(bool toggle)
setWhitelistAddressCustomLimit(address _address, uint256 _amount)
setWhitelistMerkleRoot(uint256 tier, bytes32 merkleRoot)
setWhitelistSale(bool toggle)
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.