TASTIES

Verified contract

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

No balances found for "TASTIES"

0x5327467078db91384644f62b8e86467c15e6ee7e6f8e8936ac9ded286a2d0051
0x87a31cbb8d65e1fcc93bec6e16c18c9df2932bfdd2dea9a7a2d27c85aa8c69db
0xba45fa94474bb3e07e8ef87a6fce887ea57eb35ddd60c71d0f4fa3c62796d643
0x6ba64cb60c76e98a8775ab65d9c7ae8c3b87be13156d501664d53150fb2d0a1c
0x860db7f00aace3365001304aa43131ee227ce2d40dc6ed75f031244d960fc1ce
0xe68e4484dbb9179e0d136998ba89de1107233fc62adffdff884cbe54ea226e32
0x84d4425ea13ebef158dc7e7015bfdb648bb8a04c2f04bbf4e157729a02f49c82
0xd1243bf21a744e1549422dde408b9c09156dec339b68645090d1444047af6e8c
0xa63a6df6b2d8e00cdc19c69277157c813c22abbac1f5722739bc762813b4fcea
0xc51061b5ebb836e968db1f934041e025cad82b0eaa2c6553fd39cb4c8c3e6712

Functions
Getter at block 21284732
_baseExtension(view returns (string)
.json
_prefixURI(view returns (string)
ipfs://QmRrkC8TqK8mfymFA3cvj8DZ9TNfvdPsNuCWvKaf4ajyW9/
_price(view returns (uint256)
0
name(view returns (string)
TASTIES
owner(view returns (address)
0x40fd0a5e432d976527929bd57c40cd92e8340139
saleActive(view returns (bool)
false
symbol(view returns (string)
TASTIES
totalSupply(view returns (uint256)
5000
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mintItem(uint256 _quantitybytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(string _ext
setBaseURI(string _uri
setMerkleRoot(bytes32 _root
teamAllocation(address[] addrs
toggleSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMaxMint(uint256 newMax
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(