Squishiland
Verified contract
Active on
Ethereum with 2,708 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Squishiland"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998006 | 23 days ago | | | 0 | 0.00023830911 | |
| 20965963 | a month ago | | | 0 | 0.0012922729 | |
| 20833769 | 2 months ago | | | 0 | 0.00091223090 | |
| 20607841 | 3 months ago | | | 0 | 0.000041569555 | |
| 20251442 | 4 months ago | | | 0 | 0.000043371762 | |
| 20113280 | 5 months ago | | | 0 | 0.00059831625 | |
| 19958835 | 6 months ago | | | 0 | 0.00036316113 | |
| 19898226 | 6 months ago | | | 0 | 0.00019118034 | |
| 19687082 | 7 months ago | | | 0 | 0.00044622436 | |
| 19456257 | 8 months ago | | | 0 | 0.00090619532 |
ABI
ABI objects
Getter at block 21166201
MAX_LAND_SIZES() view returns (uint256)
4
maxPerWallet() view returns (uint256)
3
mintRound() view returns (uint256)
2
name() view returns (string)
Squishiland
owner() view returns (address)
0xb95fd2042d75ded4fca1223d6ca552e59f92306b
publicSale() view returns (bool)
false
symbol() view returns (string)
SVLAND
totalBurnt() view returns (uint256)
31
totalSupply() view returns (uint256)
999
whitelistSale() view returns (bool)
false
Read-only
addressMintCount(uint256, address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLandSize(uint256 _tokenId) view returns (uint8)
isApprovedForAll(address owner, address operator) view returns (bool)
land(uint8) view returns (uint256 price, uint256 supply, uint256 startingId, uint256 minted, uint256 burnt)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tieredWhitelistMerkleRoot(uint256) view returns (bytes32)
tokenURI(uint256 tokenId) view returns (string)
totalBurntBySize(uint8 _size) view returns (uint256)
totalSupplyBySize(uint8 _size) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintAdmin(uint8 _size, address _recipient, uint256 _quantity)
mintPublic(uint8 _size, uint256 _quantity) payable
mintWhitelist(uint8 _size, uint256 _tier, uint256 _quantity, bytes32[] merkleProof) payable
reduceMaximumSupply(uint8 _size, uint256 _supply)
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_)
setMaxPerWallet(uint256 _amount)
setMintPrice(uint8 _size, uint256 _price)
setMintRound(uint256 _round)
setPublicSale()
setWhitelistMerkleRoot(uint256 tier, bytes32 merkleRoot)
setWhitelistSale()
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.