Snoozles OG Membership Pass
Verified contract
Active on
Ethereum with 1,206 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 "Snoozles OG Membership Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20947658 | a month ago | | | 0 | 0.00022229040 | |
| 17969464 | a year ago | | | 0 | 0.0011432925 | |
| 17459098 | a year ago | | | 0 | 0.00071269468 | |
| 17171429 | 2 years ago | | | 0 | 0.0014600356 | |
| 17060477 | 2 years ago | | | 0 | 0.0016644374 | |
| 16945422 | 2 years ago | | | 0 | 0.00099658514 | |
| 16590341 | 2 years ago | | | 0 | 0.0011180347 | |
| 16575573 | 2 years ago | | | 0 | 0.0053692522 | |
| 16571934 | 2 years ago | | | 0 | 0.0017741919 | |
| 16495162 | 2 years ago | | | 0 | 0.00083447109 |
ABI
ABI objects
Getter at block 21212257
CURRENT_SUPPLY() view returns (uint256)
600
MAX_MINT() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
888
SALE_PRICE() view returns (uint256)
0
START_AT() view returns (uint256)
1
SnoozlesSale() view returns (bool)
true
communityWallet() view returns (address)
0x0000000000000000000000000000000000000000
foundationWallet() view returns (address)
0x0000000000000000000000000000000000000000
getCurrentSupply() view returns (uint256)
600
getSnoozlesMerkleRoot() view returns (bytes32)
0x6f07443373f500989f5dbedefc2a57018d87ada8fd1491b04ff7a2c0ea4895bd
name() view returns (string)
Snoozles OG Membership Pass
owner() view returns (address)
0xfe6c5c99efae7ac6439b8403fb4467174ee629f9
pause() view returns (bool)
true
payableWallet() view returns (address)
0x0000000000000000000000000000000000000000
placeholderTokenUri() view returns (string)
publicSale() view returns (bool)
false
symbol() view returns (string)
SNZLSPASS
teamMinted() view returns (bool)
true
totalSupply() view returns (uint256)
888
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)
totalMint(address) view returns (uint256)
State-modifying
Events SnoozlesMint(bytes32[] _merkleProof) payable
airdropReservedPasses(address[] to, uint256[] tokenIds)
approve(address to, uint256 tokenId)
mint() payable
renounceOwnership()
reservePasses(uint256 count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCommunityWallet(address _communityWallet)
setCurrentSupply(uint256 _supply)
setFoundationWallet(address _foundationWallet)
setPayableWallet(address _payableWallet)
setSnoozlesMerkleRoot(bytes32 _merkleRoot)
setTokenUri(string _baseTokenUri)
teamMint()
togglePause()
togglePublicSale()
toggleSnoozlesSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()