Snoopy Meta
Verified contract
Active on
Ethereum with 591 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Snoopy Meta"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15589416 | 2 years ago | | | 0 | 0.00039886670 | |
| 15552389 | 2 years ago | | | 0.297 | 0.00053442955 | |
| 15552313 | 2 years ago | | | 0.396 | 0.00048383772 | |
| 15552312 | 2 years ago | | | 0.396 | 0.00046271798 | |
| 15544444 | 2 years ago | | | 0.396 | 0.00051332991 | |
| 15543934 | 2 years ago | | | 0 | 0.00050956557 | |
| 15543790 | 2 years ago | | | 0 | 0.00045156076 | |
| 15543729 | 2 years ago | | | 0 | 0.00053677920 | |
| 15543726 | 2 years ago | | | 0 | 0.00073049676 | |
| 15543721 | 2 years ago | | | 0 | 0.00061730687 |
ABI
ABI objects
Getter at block 21283370
ListWhitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PRICE() view returns (uint256)
90000000000000000
SB_getMaxSupply() view returns (uint256)
2599
SB_isPublicSaleOn() view returns (bool)
true
WhitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowedToContract() view returns (bool)
false
maxPerAddressDuringMint() view returns (uint256)
20
maxSupply() view returns (uint256)
2599
name() view returns (string)
Snoopy Meta
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x2b6d9b1d5b3eaf6afea35c9c568cccb98531cae2
saleConfig() view returns (uint32 publicMintStartTime, uint32 MintStartTime, uint256 Price, uint256 AmountForWhitelist, uint256 AmountForPubliclist)
(publicMintStartTime=1663207810, MintStartTime=1663207810, Price=99000000000000000, AmountForWhitelist=20, AmountForPubliclist=10)
symbol() view returns (string)
SB
totalSupply() view returns (uint256)
2577
Read-only
_addressTransferToContract(address) view returns (bool)
_transferToContract(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isInTheWhitelist(bytes32[] _merkleProof) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
State-modifying
Events InitInfoOfSale(uint32 publicMintStartTime, uint32 mintStartTime, uint256 price, uint256 amountForWhitelist, uint256 AmountForPubliclist)
MLB_SAAddressTC(address[] _address, bool[] _allow)
MLB_SALLTC()
MLB_SATokenTC(uint256 _tokenId, bool _allow)
SB_PublicMint(uint256 quantity) payable
SB_Try(uint256[] tokenids)
SB_WhilteListMint(uint256 quantity, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId)
approve(address to, uint256 tokenId, bytes32[] _merkleProof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setApprovalForAll(address operator, bool approved, bytes32[] _merkleProof)
setBaseURI(string baseURI)
setListWhitelistMerkleRoot(bytes32 _merkleRoot)
setMintStartTime(uint32 timestamp)
setOwnersExplicit(uint256 quantity)
setPrice(uint256 price)
setPublicMintStartTime(uint32 timestamp)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()