Sleepy Sniper Society

Verified contract

Active on Ethereum with 2,265 txns
Deployed by via 0xf80e60ee at 15143579
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Sleepy Sniper Society"

0xd6702febac58d3a9c283736e776840985cd8ba06a7920d4efac09b75efd882f9
0xcdade72c8301e339aaa8f1a625de8ea0efdf3c16cbda19425ef0f3e34a0cd285
0x51a195b744832b66bf36d32f48d21ef5be5f35cbc716982fbe412e7e78005018
0x0615b8bffbf32e30b3b1bf237797e68cc5b3295d370d42c26f06d7357b23fd54
0x8f0a66ba70123fe6f129eadd6bf77a46219357a101b4985c9c64b3f37bb02512
0xd8a2d64fb68fc69e3c481b6e6cb2a719c39508a77d4dcae02b32154293637528
0x203a65b094211619784c331be47cfd40ecf8fb67799efaa4965345791e3b21f4
0x7ecf20b3dfcf4827a922f938dd9a9706a89288a515adb2abc5f0a39dadcf0ef3
0xf7934949345e21b92b9549566569b19fa487d1205fd9b4eea962b040a1814bb2
0x96ab5e207361abdd0d6272eba04f50093280e97679d6790a4fa6d3f6f793ced2

Functions
Getter at block 21200218
TotalSupplyCap(view returns (uint256)
5000
allowListPrice(view returns (uint256)
1000000
baseURI(view returns (string)
ipfs://QmUNHHrsf7T6Z9b49qMHixM96aGSyYbAJMRtwb7UFmZk2q/
currentPhase(view returns (uint8)
5
getCurrentBalance(view returns (uint256)
0
maxMintPerPerson(view returns (uint256)
183
name(view returns (string)
Sleepy Sniper Society
owner(view returns (address)
0x38c5f6563abea722f12d6708c6fe5b42943d7be6
publicSalePrice(view returns (uint256)
39000000000000000
symbol(view returns (string)
SSS
totalSupply(view returns (uint256)
2000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
destroy(
mint(uint256 numberTokensToMintpayable 
mintAllowlist(uint256 numberTokensToMintbytes32[] merkleProofpayable 
renounceOwnership(
reveal(string URI
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowListMerkleRoot(bytes32 merkleRoot
setAllowListSalePrice(uint256 allowListPriceParam
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURIParam
setCurrentPhase(uint8 phase
setMaxMintPerPerson(uint256 maxMintPerPersonParam
setPublicSalePrice(uint256 publicSalePriceParam
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoneyTo(address _touint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbolbytes32 whiteListMerkleRootuint256 premintTokensNumberaddress premintAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(