> ## 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.

# paxos_v1_ethereum

> Tables in tt-contracts.paxos_v1_ethereum

## Tables

### BUSD\_SupplyDecreased\_event

BUSD token burn events on Ethereum, capturing reductions in circulating supply through the Paxos stablecoin contract. Tracks addresses initiating burns and amounts destroyed for analyzing BUSD supply contraction and redemption 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_from`          | `STRING`    | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                        |
  | `in_value`         | `STRING`    | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.       |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_from                                   | removed | in\_value                  | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | -------------------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x4fabb145d64652a948d72533023f6e7a623c7c53 | 0xe25a329d385f77df5d4ed56265babe2b99a5436e | false   | 6030367570000000000000000  | 36         | 13446676      | 2021-10-19T06:48:10.000Z | 0x9b1e21236d88ed2cadc96f15e1d0a35a92e97d43f7759eaaed2b69c107d00ba4 |
  | 0x4fabb145d64652a948d72533023f6e7a623c7c53 | 0x5195427ca88df768c298721da791b93ad11eca65 | false   | 3125178950000000000000000  | 44         | 9953654       | 2020-04-27T09:15:22.000Z | 0x5190405798dc01c2ee3d4ddcb55fd8e12d2718aa7cf9569e2d85d69efed3e251 |
  | 0x4fabb145d64652a948d72533023f6e7a623c7c53 | 0xe25a329d385f77df5d4ed56265babe2b99a5436e | false   | 82840884940000000000000000 | 15         | 15782652      | 2022-10-19T14:08:47.000Z | 0xa9be03b2f1cff6c4fb074a2d884010f7ce8059d28143249531ed130a68be3532 |
</Accordion>

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

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

***

### BUSD\_SupplyIncreased\_event

BUSD token mint events on Ethereum, capturing supply increases from Paxos (the issuer) to recipient addresses with amounts in wei. Used to track BUSD issuance patterns, minting frequency, and authorized minter addresses over time.

<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_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                      |
  | `in_value`         | `STRING`    | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.       |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | removed | in\_value                 | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | ------------------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x5195427ca88df768c298721da791b93ad11eca65 | 0x4fabb145d64652a948d72533023f6e7a623c7c53 | false   | 2361460480000000000000000 | 105        | 10842056      | 2020-09-11T17:58:51.000Z | 0xe6c916ea42056ce5ce7023f6dca766b7b188a2f57b64a4834027d32307318b40 |
  | 0x5195427ca88df768c298721da791b93ad11eca65 | 0x4fabb145d64652a948d72533023f6e7a623c7c53 | false   | 5618072970000000000000000 | 42         | 10843291      | 2020-09-11T22:31:10.000Z | 0x05610917c64113a4f2afd7af7028b358c3ec5ac38e180ef5e68f337648ae4e43 |
  | 0x5195427ca88df768c298721da791b93ad11eca65 | 0x4fabb145d64652a948d72533023f6e7a623c7c53 | false   | 5059829400000000000000000 | 87         | 10839001      | 2020-09-11T06:42:45.000Z | 0x8f3ac2749e66a5c42fcda26c71ec04ed1374970b5965fa468abb436beef010cc |
</Accordion>

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

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

***

### PAXG\_SupplyDecreased\_event

Supply decrease events for PAX Gold (PAXG) token on Ethereum, tracking token burns with the burning address and amount removed from circulation. Used for monitoring PAXG redemptions and analyzing gold-backed token supply contractions.

<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_from`          | `STRING`    | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                        |
  | `in_value`         | `STRING`    | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.       |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_from                                   | removed | in\_value             | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | --------------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x45804880de22913dafe09f4980848ece6ecbaf78 | 0x5195427ca88df768c298721da791b93ad11eca65 | false   | 389911000000000000000 | 28         | 10065534      | 2020-05-14T17:07:12.000Z | 0x43fd437cee1b48834c06d649e7d510f3cfa5673ebc492fd1bb2bb3941544c03b |
  | 0x45804880de22913dafe09f4980848ece6ecbaf78 | 0xe25a329d385f77df5d4ed56265babe2b99a5436e | false   | 827151000000000000000 | 25         | 13487111      | 2021-10-25T14:21:44.000Z | 0x93603d2433407e2999d98267db7aa859485f7539ddfee60aa09acc5744a0ab2c |
  | 0x45804880de22913dafe09f4980848ece6ecbaf78 | 0x5195427ca88df768c298721da791b93ad11eca65 | false   | 421032000000000000000 | 77         | 10154523      | 2020-05-28T13:32:04.000Z | 0x0c2443224330df322e3dc88920fd783de9b90daa1651c3407f38d105650e2bc1 |
</Accordion>

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

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

***

### PAXG\_SupplyIncreased\_event

Minting events for PAX Gold (PAXG) token on Ethereum, recording when new tokenized gold is issued to recipient addresses. Used for tracking PAXG supply expansion and analyzing custody/minting patterns.

<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_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                      |
  | `in_value`         | `STRING`    | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.       |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | removed | in\_value              | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | ---------------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x2fb074fa59c9294c71246825c1c9a0c7782d41a4 | 0x45804880de22913dafe09f4980848ece6ecbaf78 | false   | 804213000000000000000  | 781        | 22832790      | 2025-07-02T16:40:23.000Z | 0x575293c090ac713d748bbd0ee2df08a227dc9c2bdb48678fc9712238bc53f25c |
  | 0x2fb074fa59c9294c71246825c1c9a0c7782d41a4 | 0x45804880de22913dafe09f4980848ece6ecbaf78 | false   | 1211810000000000000000 | 16         | 21882325      | 2025-02-19T18:52:35.000Z | 0xfc6105c1053696f445269aa0879617d5dd34e0d11a9423f23ea23562f08bf7ec |
  | 0xe25a329d385f77df5d4ed56265babe2b99a5436e | 0x45804880de22913dafe09f4980848ece6ecbaf78 | false   | 402301000000000000000  | 416        | 20864536      | 2024-09-30T16:02:23.000Z | 0xe9e20b696c6259a09a32cb992d0e36f4e40ac430ba438e3ad02270b6bd6224c8 |
</Accordion>

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

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

***

### PAXG\_Transfer\_event

Transfer events from the PAXG (Pax Gold) ERC-20 token contract on Ethereum, tracking gold-backed token movements between addresses. Used for analyzing PAXG token flows, minting activity (from zero address), and holder behavior.

<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_from`          | `STRING`    | Address originating the transfer or operation. 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_value`         | `STRING`    | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.       |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | in\_from                                   | removed | in\_value             | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------- | --------------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x2fb074fa59c9294c71246825c1c9a0c7782d41a4 | 0x45804880de22913dafe09f4980848ece6ecbaf78 | 0x0000000000000000000000000000000000000000 | false   | 405034000000000000000 | 259        | 21438979      | 2024-12-19T20:33:23.000Z | 0x9f99ea700e81b9c8c8c79e549bb9f158cda95fc149c34392a67cedbb29378864 |
  | 0x38699d04656ff537ef8671b6b595402ebdbdf6f4 | 0x45804880de22913dafe09f4980848ece6ecbaf78 | 0x000000000c56e91f092023d942aee89b3cc089ff | false   | 0                     | 41         | 21438512      | 2024-12-19T18:59:35.000Z | 0x75ccf390e9ecf77795b7e6149f962ac8f3b5141820635cfe9ac49b0f935a7019 |
  | 0x38699d04656ff537ef8671b6b595402ebdbdf6f4 | 0x45804880de22913dafe09f4980848ece6ecbaf78 | 0x000000000c56e91f092023d942aee89b3cc089ff | false   | 0                     | 38         | 21438512      | 2024-12-19T18:59:35.000Z | 0x75ccf390e9ecf77795b7e6149f962ac8f3b5141820635cfe9ac49b0f935a7019 |
</Accordion>

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

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

***

### PYUSD\_SupplyDecreased\_event

PayPal USD (PYUSD) token burn events on Ethereum, recording when circulating supply is reduced through token destruction. Tracks burn amounts, source addresses, and timestamps for monitoring PYUSD supply contraction and redemption 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_from`          | `STRING`    | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                        |
  | `in_value`         | `STRING`    | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.       |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_from                                   | removed | in\_value     | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | ------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x6c3ea9036406852006290770bedfcaba0e23a0e8 | 0xd318f7febc1d96f46c6d30aabce61ed9ae70c95a | false   | 20000000      | 251        | 21216666      | 2024-11-18T19:22:23.000Z | 0x073588d1c7887e51fd49f2d47421f28890f8e44d811013942b706029f21ec3b4 |
  | 0x6c3ea9036406852006290770bedfcaba0e23a0e8 | 0xf845a0a05cbd91ac15c3e59d126de5dfbc2aabb7 | false   | 6575487580000 | 210        | 21216800      | 2024-11-18T19:49:35.000Z | 0x886af8dc8ffd454ffd916137d56e75b29f8a2caf3fde215d6672969892f8938c |
  | 0x6c3ea9036406852006290770bedfcaba0e23a0e8 | 0xf845a0a05cbd91ac15c3e59d126de5dfbc2aabb7 | false   | 5475455420000 | 131        | 21216742      | 2024-11-18T19:37:47.000Z | 0xfcf9485d84f883ffdd98f30564d2333b934f59d7fb43016e2da2811734349efc |
</Accordion>

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

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

***

### PYUSD\_SupplyIncreased\_event

PayPal USD (PYUSD) stablecoin minting events on Ethereum, recording supply increases with recipient addresses and token amounts. Useful for tracking PYUSD issuance patterns and circulation growth over time.

<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_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                      |
  | `in_value`         | `STRING`    | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.       |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | removed | in\_value      | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | -------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0xe25a329d385f77df5d4ed56265babe2b99a5436e | 0x6c3ea9036406852006290770bedfcaba0e23a0e8 | false   | 1999902180000  | 139        | 20135081      | 2024-06-20T19:40:11.000Z | 0x62bb18d4736c99379595049248480aab737141b350dd83cfc01691f2f11e6a1a |
  | 0x264bd8291fae1d75db2c5f573b07faa6715997b5 | 0x6c3ea9036406852006290770bedfcaba0e23a0e8 | false   | 65000000000000 | 46         | 21774214      | 2025-02-04T16:04:59.000Z | 0x3d4d7d38f8c018c6a2dcbd0a4da2528ce7b790ff2b89b5bfc296ad4242b3a720 |
  | 0x2fb074fa59c9294c71246825c1c9a0c7782d41a4 | 0x6c3ea9036406852006290770bedfcaba0e23a0e8 | false   | 3141445110000  | 120        | 21774419      | 2025-02-04T16:46:23.000Z | 0x8ff7fa2083acf7ff6b13b67e85fee14bb33c9dc12cf381279d55f2914a8e5072 |
</Accordion>

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

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

***

### PYUSD\_Transfer\_event

Transfer events for PayPal USD (PYUSD) stablecoin on Ethereum, capturing sender, recipient, and token amounts for each transfer. Used for analyzing PYUSD movement patterns, holder behavior, and transaction flow across addresses.

<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_from`          | `STRING`    | Address originating the transfer or operation. 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_value`         | `STRING`    | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.       |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | in\_from                                   | removed | in\_value | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------- | --------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x00000000009e50a7ddb7a7b0e2ee6604fd120e49 | 0x6c3ea9036406852006290770bedfcaba0e23a0e8 | 0xf313d711d71eb9a607b4a61a827a9e32a7846621 | false   | 51668097  | 88         | 20458317      | 2024-08-04T22:55:47.000Z | 0x32f1e6026c8a6fd2bb347f4e1a8976c12c3f44c6e28bc456ef0f8311dc6b47ca |
  | 0x00000047bb99ea4d791bb749d970de71ee0b1a34 | 0x6c3ea9036406852006290770bedfcaba0e23a0e8 | 0x9ccc81c3f7fc89846baa7aac125d4da90754aacd | false   | 100000000 | 138        | 20457760      | 2024-08-04T21:04:11.000Z | 0x9385566cd9155c548b96f0d24594c9f03b4aeabdc92b252260574cbe698b80ed |
  | 0x00000047bb99ea4d791bb749d970de71ee0b1a34 | 0x6c3ea9036406852006290770bedfcaba0e23a0e8 | 0x7ec60b0e6a2e339f40062d08b5b3f4cd1478c62a | false   | 28000000  | 128        | 20451799      | 2024-08-04T01:08:11.000Z | 0x93041be25e772ef00b56ced6b66634aae13536af7fa0f6870d737008e5b104f4 |
</Accordion>

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

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

***

### USDP\_SupplyDecreased\_event

SupplyDecreased events from Paxos USD (USDP) stablecoin contract on Ethereum, capturing token burn transactions when supply is reduced. Tracks the burning address and amount for monitoring stablecoin supply contraction and redemption 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_from`          | `STRING`    | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                        |
  | `in_value`         | `STRING`    | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.       |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_from                                   | removed | in\_value                 | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | ------------------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x8e870d67f660d95d5be530380d0ec0bd388289e1 | 0x5195427ca88df768c298721da791b93ad11eca65 | false   | 5172561560000000000000000 | 114        | 11726232      | 2021-01-25T17:29:03.000Z | 0x5ee46033d89b0e169a4b9eb9f675b6ebc16de28dd5333fbf3b4709fb57e6c4b4 |
  | 0x8e870d67f660d95d5be530380d0ec0bd388289e1 | 0x5195427ca88df768c298721da791b93ad11eca65 | false   | 3089644370000000000000000 | 10         | 11723961      | 2021-01-25T09:14:45.000Z | 0x59137bb9d439c854672cc9ed634de91bf3dadca0d404776dab72c32b485a9bbc |
  | 0x8e870d67f660d95d5be530380d0ec0bd388289e1 | 0x5195427ca88df768c298721da791b93ad11eca65 | false   | 178645750000000000000000  | 252        | 11727484      | 2021-01-25T21:59:45.000Z | 0x7e74e6cc191dd06dd86a67ec3e9bd520042d6e1eebbe26c16d4c9572c31a9feb |
</Accordion>

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

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

***

### USDP\_SupplyIncreased\_event

USDP (Pax Dollar) stablecoin minting events on Ethereum, recording new token issuance to recipient addresses with minted amounts. Used for tracking USDP supply expansion and analyzing Paxos minting patterns over time.

<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_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                      |
  | `in_value`         | `STRING`    | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.       |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | removed | in\_value                  | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | -------------------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0xe25a329d385f77df5d4ed56265babe2b99a5436e | 0x8e870d67f660d95d5be530380d0ec0bd388289e1 | false   | 15000000000000000000000000 | 71         | 16900099      | 2023-03-24T21:42:23.000Z | 0xe0697469808cb1167fda6ceb12eb7fddc9cfbf35f59026204c735d970be54b4d |
  | 0xe25a329d385f77df5d4ed56265babe2b99a5436e | 0x8e870d67f660d95d5be530380d0ec0bd388289e1 | false   | 118209560000000000000000   | 55         | 14928896      | 2022-06-08T21:17:09.000Z | 0x00108e3d26be78213c5b887cd53f0ae4c8140060a59593ed46c4cfa7261ea0a3 |
  | 0x5195427ca88df768c298721da791b93ad11eca65 | 0x8e870d67f660d95d5be530380d0ec0bd388289e1 | false   | 187011510000000000000000   | 2          | 10465341      | 2020-07-15T17:11:35.000Z | 0x5897e5610fdd29805732ae47cf1ded9c395e734ae5c8b4bec82cdcbb895d7ee6 |
</Accordion>

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

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

***
