Tornado Cash Deposits
The ethereum.tornado_cash_deposits table provides indexed views of all deposits from any Tornado Cash mixer pools on a specific chain, including any forks of Tornado Cash.
Columns
| Name | Type | Description |
|---|---|---|
| block_number | integer |
The block number of the event. |
| contract_address | text |
The mixer pool address. |
| fork_number | integer |
If the pool was not deployed by Tornado Cash Devs or other labelled fork deployers, then this indicates a Tornado Cash fork deployed by a unique dev, incrementing upwards when a new deployer address is seen. |
| from_address | text |
The address of the depositor. |
| log_index | integer |
The log index of the event. |
| mixer_name | text |
The name of the pool, the symbol of the pool token, and the allowed size of the deposit token. Includes whether the pool is an actual Tornado Cash pool, or a Tornado Cash fork. |
| origin_address | text |
The address that sent the deposit transaction. |
| quantity | numeric |
The amount of tokens deposited. |
| timestamp | timestamp without time zone |
The timestamp of the event (in ISO-8601 format). |
| token_address | text |
The token address of the mixer pool. |
| transaction_hash | text |
The transaction hash of the event. |
| __block_number | integer |
The block number at which the event took place in. |
| __confirmed | boolean |
Flag indicating whether the transfer has been confirmed. |
| __last_modified | timestamp |
The date at which this row was last updated (in ISO-8601 format). |
Supported Protocols
| Protocol | |||
|---|---|---|---|
| tornado-10-forks | tornado-11-forks | tornado-3-forks | tornado-4-forks |
| tornado-5-forks | tornado-6-forks | tornado-7-forks | tornado-8-forks |
| tornado-9-forks | void: 1.0 ETH-None | void: 10.0 ETH-None |
Indexes
| Index |
|---|
| transaction_hash, log_index |
| block_number, log_index |
| token_address, timestamp, log_index |
| timestamp, log_index |
| from_address, timestamp, log_index |
| from_address, block_number, log_index |
| contract_address, timestamp, log_index |
| contract_address, block_number, log_index |
| __last_modified |
| __indexer_id, __block_number |
| __indexer_id WHERE __confirmed = false |
Got questions? Join our Discord
Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.