TASTIES
Verified contract
Active on
Ethereum with 15,154 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 "TASTIES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21169552 | 16 days ago | | | 0 | 0.00067309089 | |
| 20998045 | a month ago | | | 0 | 0.00021753900 | |
| 20981209 | a month ago | | | 0 | 0.00023554389 | |
| 20885817 | 2 months ago | | | 0 | 0.00059926076 | |
| 20874936 | 2 months ago | | | 0 | 0.00027354642 | |
| 20874934 | 2 months ago | | | 0 | 0.00040584361 | |
| 20845370 | 2 months ago | | | 0 | 0.00039669162 | |
| 20845368 | 2 months ago | | | 0 | 0.00040536156 | |
| 20685533 | 3 months ago | | | 0 | 0.00021497292 | |
| 20655669 | 3 months ago | | | 0 | 0.000019336800 |
ABI
ABI objects
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 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintItem(uint256 _quantity, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _ext)
setBaseURI(string _uri)
setMerkleRoot(bytes32 _root)
teamAllocation(address[] addrs)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaxMint(uint256 newMax)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()