SnoozinSquad
Verified contract
Active on
Ethereum with 2,753 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "SnoozinSquad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20492791 | 4 months ago | | | 0 | 0.000082825768 | |
| 19294836 | 10 months ago | | | 0 | 0.00069307602 | |
| 18606548 | a year ago | | | 0 | 0.00076737362 | |
| 18496225 | a year ago | | | 0 | 0.00056862797 | |
| 18389612 | a year ago | | | 0 | 0.00030109196 | |
| 17515840 | a year ago | | | 0 | 0.00098221413 | |
| 17350637 | 2 years ago | | | 0 | 0.0012369546 | |
| 17166202 | 2 years ago | | | 0 | 0.0031586486 | |
| 17103210 | 2 years ago | | | 0 | 0.0016809177 | |
| 17054312 | 2 years ago | | | 0 | 0.0012241951 |
ABI
ABI objects
Getter at block 21426046
NC_MINTED() view returns (uint256)
42
PB_MINTED() view returns (uint256)
6552
WL_MINTED() view returns (uint256)
76
maxSupply() view returns (uint256)
6969
maxTx() view returns (uint256)
20
maxWLTx() view returns (uint256)
10
merkleRootWl() view returns (bytes32)
0x9d744a0a55575a979610a4cfd9ff68a0817488fc5ec19c655dfc09b3300282f3
name() view returns (string)
SnoozinSquad
noCost() view returns (uint256)
1
noCostLimit() view returns (uint256)
2000
owner() view returns (address)
0x5ba1c5f7cc7e8288785a72457a4f84783b653fe4
revealed() view returns (bool)
true
salePrice() view returns (uint256)
100000000
saleState() view returns (uint8)
2
symbol() view returns (string)
SS
totalSupply() view returns (uint256)
6969
wlPrice() view returns (uint256)
3900000000000000
Read-only
CLAIMED(address) view returns (bool)
MINT_COUNT(address) view returns (uint256)
WL_MINT_COUNT(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelist(bytes32[] _merkleProof) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address _to, uint256 _quantity)
approve(address to, uint256 tokenId)
publicMint(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)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxSupply(uint256 _maxSupply)
setMaxTx(uint256 _maxTx)
setMaxWlTx(uint256 _maxWLTx)
setNoCost(uint256 _noCost)
setNoCostLimit(uint256 _noCostLimit)
setRevealed(bool _state)
setSalePrice(uint256 _newPrice)
setState(uint8 _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelist(bytes32 _merkleRoot)
setWlPrice(uint256 _newPrice)
teamMint(uint256 _quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _quantity, bytes32[] _merkleProof) payable
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.