> ## Documentation Index
> Fetch the complete documentation index at: https://tokenterminal.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# fd121limited_v1_ethereum

> Tables in tt-contracts.fd121limited_v1_ethereum

## Tables

### FDUSD\_Burn\_event

FDUSD token burn events on Ethereum recording destruction of the stablecoin supply, including burn amounts, source addresses, and transaction details. Useful for tracking circulating supply changes and analyzing FDUSD monetary policy operations.

<Accordion title="Columns">
  | Column             | Type        | Description                                                                                                                                          |
  | ------------------ | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`  | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                          |
  | `block_number`     | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain. |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                  |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                   |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                              |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                         |
  | `in_caller`        | `STRING`    | Address that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.                                       |
  | `in_from`          | `STRING`    | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                        |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_from                                   | removed | in\_amount                 | in\_caller                                 | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | -------------------------- | ------------------------------------------ | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0xc5f0f7b66764f6ec8c8dff7ba683102295e16409 | 0xfa771871d3d5c85e156d3d379e2ff7699c4d6a66 | false   | 21000000000000000000000000 | 0xfa771871d3d5c85e156d3d379e2ff7699c4d6a66 | 692        | 19374178      | 2024-03-06T05:55:47.000Z | 0x98b7b4b8b4fe27dfa3d6b23a1f1373eefa6028c759e32aa0e59d28b7ae1e10b0 |
  | 0xc5f0f7b66764f6ec8c8dff7ba683102295e16409 | 0xfa771871d3d5c85e156d3d379e2ff7699c4d6a66 | false   | 5000000000000000000000000  | 0xfa771871d3d5c85e156d3d379e2ff7699c4d6a66 | 343        | 19374184      | 2024-03-06T05:56:59.000Z | 0x593d04f16b11e0045088acf018da35cc1b26f0fe90c5a2a0728c5cb507f66b1b |
  | 0xc5f0f7b66764f6ec8c8dff7ba683102295e16409 | 0xfa771871d3d5c85e156d3d379e2ff7699c4d6a66 | false   | 2300000000000000000000000  | 0xfa771871d3d5c85e156d3d379e2ff7699c4d6a66 | 174        | 19374156      | 2024-03-06T05:51:23.000Z | 0xe15b923d00a4730c965fef2d673202e37498a1f9e1e9eec969e0a99d69d36770 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.fd121limited_v1_ethereum.FDUSD_Burn_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### FDUSD\_Mint\_event

FDUSD token minting events on Ethereum, recording new token issuance with minted amounts, recipient addresses, and caller information. Useful for tracking FDUSD (First Digital USD) stablecoin supply changes and authorized minter activity.

<Accordion title="Columns">
  | Column             | Type        | Description                                                                                                                                          |
  | ------------------ | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`  | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                          |
  | `block_number`     | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain. |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                  |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                   |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                              |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                         |
  | `in_caller`        | `STRING`    | Address that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.                                       |
  | `in_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                      |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | removed | in\_amount                 | in\_caller                                 | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | -------------------------- | ------------------------------------------ | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0xfa771871d3d5c85e156d3d379e2ff7699c4d6a66 | 0xc5f0f7b66764f6ec8c8dff7ba683102295e16409 | false   | 9995500000000000000000000  | 0xfa771871d3d5c85e156d3d379e2ff7699c4d6a66 | 186        | 19431827      | 2024-03-14T07:40:59.000Z | 0x2c3120b595686d6be3d0b2ec96f3ae2c21fdb335cf823f9f6247dca88f0933a2 |
  | 0xfa771871d3d5c85e156d3d379e2ff7699c4d6a66 | 0xc5f0f7b66764f6ec8c8dff7ba683102295e16409 | false   | 12994300000000000000000000 | 0xfa771871d3d5c85e156d3d379e2ff7699c4d6a66 | 301        | 19430975      | 2024-03-14T04:47:47.000Z | 0x30ed933f0fbd0b2aef7e0f56e5e152d8a408981a7b117cbfe38e93f37a584cb2 |
  | 0xfa771871d3d5c85e156d3d379e2ff7699c4d6a66 | 0xc5f0f7b66764f6ec8c8dff7ba683102295e16409 | false   | 56999889200000000000000000 | 0xfa771871d3d5c85e156d3d379e2ff7699c4d6a66 | 191        | 19430501      | 2024-03-14T03:11:47.000Z | 0x04641066fba527190a12e0830cd14d9f052b6e72942c5ae71f336f34ef9e42c8 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.fd121limited_v1_ethereum.FDUSD_Mint_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***
