Tornado Cash Pools
The ethereum.tornado_cash_pools table provides indexed views of all Tornado Cash mixer pools on a specific chain, including any forks of Tornado Cash.
Columns
| Name | Type | Description |
|---|---|---|
| contract_address | text |
The contract address of the mixer pool. |
| created_block_number | integer |
The block number when the mixer pool was created. |
| created_timestamp | timestamp without time zone |
The timestamp when the mixer pool was created. |
| creator_address | text |
The creator address of the mixer pool. |
| 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. |
| metadata | json |
The metadata of the mixer pool. |
| 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. |
| token_address | text |
The token address of the mixer pool. |
| __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 |
|---|
| token_address |
| mixer_name, created_timestamp, contract_address |
| mixer_name, created_block_number |
| creator_address, created_timestamp, contract_address |
| contract_address |
| __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.