TastyToastys
Verified contract
Active on
Ethereum with 4,625 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 "TastyToastys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21077899 | 3 days ago | | | 0 | 0.00047527027 | |
| 21028621 | 9 days ago | | | 0 | 0.00037942926 | |
| 20952819 | 20 days ago | | | 0 | 0.00034042763 | |
| 20831479 | a month ago | | | 0 | 0.00025410000 | |
| 20624651 | 2 months ago | | | 0 | 0.000057242901 | |
| 20603040 | 2 months ago | | | 0 | 0.000072584035 | |
| 20602989 | 2 months ago | | | 0 | 0.000099436617 | |
| 20602973 | 2 months ago | | | 0 | 0.000068489330 | |
| 20602952 | 2 months ago | | | 0 | 0.000066379248 | |
| 20440508 | 3 months ago | | | 0 | 0.00027076426 |
ABI
ABI objects
Getter at block 21096658
TastyToastys_HASH() view returns (string)
327bf37b1745df57ca6aafd547f8ec2a419dd68bc8aa5ef115e0badaea3d5bd8
allowOGlistMerkleRoot() view returns (bytes32)
0x4b5a72d15cc22d0bdb5079b6e41a6e8ebedc2ac5082efbcc61829b96a1f097c0
allowOGlistMintStartBlock() view returns (uint256)
1
allowOGlistMintStarted() view returns (bool)
true
allowlistMerkleRoot() view returns (bytes32)
0x0ebfb53d6c4d3ab79a77398a79197eb1a924e7f70328bba4232d3d36d312742d
allowlistMintStartBlock() view returns (uint256)
1
allowlistMintStarted() view returns (bool)
true
amountForDevs() view returns (uint256)
600
maxAllowListMint() view returns (uint256)
2
maxOGAllowListMint() view returns (uint256)
5
maxPerAddressDuringMint() view returns (uint256)
15
mintStarted() view returns (bool)
true
name() view returns (string)
TastyToastys
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xfe50eec67bf3ba7d38ae55701491062e1bf6584b
publicMintStartBlock() view returns (uint256)
1
publicPrice() view returns (uint256)
20000000000000000
symbol() view returns (string)
TASTYTOASTYS
totalSupply() view returns (uint256)
7601
Read-only
OGallowlistClaimed(address) view returns (bool)
allowlistClaimed(address) 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)
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 OGallowlistMint(bytes32[] _merkleProof, uint256 quantity)
allowlistMint(bytes32[] _merkleProof, uint256 quantity)
approve(address to, uint256 tokenId)
devMint(uint256 quantity)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListMintStartBlock(uint256 _newAllowlistMintStartBlock)
setAllowOGListMintStartBlock(uint256 _newAllowOGlistMintStartBlock)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxAllowListMint(uint256 _newMaxAllowListMint)
setMaxOGAllowListMint(uint256 _newMaxOGAllowListMint)
setMerkleRoot(bytes32 newMerkleRoot)
setOGMerkleRoot(bytes32 newOGMerkleRoot)
setOwnersExplicit(uint256 quantity)
setProvenanceHash(string provenanceHash)
setPublicMintStartBlock(uint256 _newPublicMintStartBlock)
setPublicPrice(uint64 _newPublicPrice)
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_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.