Sleepy Sniper Society
Verified contract
Active on
Ethereum with 2,265 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 "Sleepy Sniper Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20961835 | a month ago | | | 0 | 0.00049167620 | |
| 19759619 | 7 months ago | | | 0 | 0.00020399156 | |
| 19721911 | 7 months ago | | | 0 | 0.00049554341 | |
| 19376575 | 8 months ago | | | 0 | 0.0067945726 | |
| 19376574 | 8 months ago | | | 0 | 0.0023037154 | |
| 19376573 | 8 months ago | | | 0 | 0.0041751552 | |
| 19296806 | 9 months ago | | | 0 | 0.00064248000 | |
| 19296794 | 9 months ago | | | 0 | 0.00072775021 | |
| 19296791 | 9 months ago | | | 0 | 0.00066425563 | |
| 19289233 | 9 months ago | | | 0 | 0.0012916675 |
ABI
ABI objects
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 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)
State-modifying
Events approve(address to, uint256 tokenId)
destroy()
mint(uint256 numberTokensToMint) payable
mintAllowlist(uint256 numberTokensToMint, bytes32[] merkleProof) payable
renounceOwnership()
reveal(string URI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListMerkleRoot(bytes32 merkleRoot)
setAllowListSalePrice(uint256 allowListPriceParam)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURIParam)
setCurrentPhase(uint8 phase)
setMaxMintPerPerson(uint256 maxMintPerPersonParam)
setPublicSalePrice(uint256 publicSalePriceParam)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoneyTo(address _to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, bytes32 whiteListMerkleRoot, uint256 premintTokensNumber, address premintAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()