# Donations tracker

### Overview

This tool allows you to view all individual donations made to any Tezos smart contract. It filters out contract-to-contract transactions and displays only direct donations from wallet addresses.

[**Tool access**](https://nftbiker.xyz/donation)

### How to Use

1. Enter a Tezos smart contract address in the "Contract" field
2. The tool will automatically fetch and display all donations made to this contract

### Display Information

The results are shown in a table with the following columns:

* **Date**: The timestamp of the donation
* **Sender**: The donor's wallet address (shows name/alias if available)
* **Amount**: The donation amount in tez (ꜩ)
* **Transaction**: The transaction hash with a direct link to tzkt.io explorer

### Features

* Automatically excludes system contracts and zero-amount transactions
* Displays wallet names/aliases when available
* Sorts transactions by date (most recent first)
* Links to transaction details on tzkt.io
* Links to sender profiles

### Technical Notes

* Only shows "applied" transactions (successful ones)
* Limited to the last 1000 transactions
* Excludes contract-to-contract transfers
