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

# paypal_v1_arbitrum

> Tables in tt-contracts.paypal_v1_arbitrum

## Tables

### PYUSD\_SupplyDecreased\_event

PayPal USD (PYUSD) token burn events on Arbitrum tracking supply decreases with burn amounts and source addresses. Useful for monitoring PYUSD circulation dynamics and analyzing token supply contraction 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_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                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | --------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x46850ad61c2b7d64d08c9c754f45254596696984 | 0xf845a0a05cbd91ac15c3e59d126de5dfbc2aabb7 | false   | 5000000   | 1          | 353179010     | 2025-07-01T16:19:09.000Z | 0x82e47aee4ac8d253a70e7badccad92330cc455a635c476bca38696af90f42590 |
  | 0x46850ad61c2b7d64d08c9c754f45254596696984 | 0x2fb074fa59c9294c71246825c1c9a0c7782d41a4 | false   | 2000000   | 5          | 338426071     | 2025-05-19T20:33:03.000Z | 0x01ac3c99a60a9e5de86bd4db25f0faf87037fcdfe9f261b4acd5fcd392c1cced |
  | 0x46850ad61c2b7d64d08c9c754f45254596696984 | 0x45c0e5fc8f9e6791df8432fbcd6ffd0f05e17cd2 | false   | 10000     | 0          | 366066075     | 2025-08-07T23:13:05.000Z | 0x2d7afc62e0e4b117cb98536a5ae1aba6737c79d1f536057e639eddf85ba79d93 |
</Accordion>

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

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.paypal_v1_arbitrum.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 Arbitrum showing supply increases with recipient addresses and token amounts in smallest denomination. Used for tracking PYUSD issuance patterns 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_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                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | ------------ | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x264bd8291fae1d75db2c5f573b07faa6715997b5 | 0x46850ad61c2b7d64d08c9c754f45254596696984 | false   | 249900000000 | 1          | 353471188     | 2025-07-02T12:38:16.000Z | 0x925800aed63d6dbe42b32c589316a68e4de1bfbf9443eff4f4216aec4475af51 |
  | 0x264bd8291fae1d75db2c5f573b07faa6715997b5 | 0x46850ad61c2b7d64d08c9c754f45254596696984 | false   | 100000000    | 0          | 352844298     | 2025-06-30T17:02:49.000Z | 0x937fcaae2fcb2d80616e8f7134907d06c1ea150228ad67c28536fdba7bab6c77 |
  | 0x2fb074fa59c9294c71246825c1c9a0c7782d41a4 | 0x46850ad61c2b7d64d08c9c754f45254596696984 | false   | 10000000     | 0          | 352853639     | 2025-06-30T17:41:56.000Z | 0x4ce9f201311699241d147fc4fc31d719de23108b3a2f33b4bcd265f38cc9e4ea |
</Accordion>

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

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

***

### PYUSD\_Transfer\_event

ERC-20 transfer events for PayPal USD (PYUSD) stablecoin on Arbitrum, tracking all token movements including mints (from zero address) and burns (to zero address). Used for analyzing PYUSD circulation, holder activity, and on-chain payment flows.

<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                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------- | --------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0xf845a0a05cbd91ac15c3e59d126de5dfbc2aabb7 | 0x46850ad61c2b7d64d08c9c754f45254596696984 | 0x264bd8291fae1d75db2c5f573b07faa6715997b5 | false   | 10000000  | 2          | 353167749     | 2025-07-01T15:32:05.000Z | 0x07c3310c3e7ec7bb57d36264bdb2f5b603bf24a851376841d0908d1337725fc3 |
  | 0x0000000000000000000000000000000000000000 | 0x46850ad61c2b7d64d08c9c754f45254596696984 | 0xf845a0a05cbd91ac15c3e59d126de5dfbc2aabb7 | false   | 5000000   | 2          | 353179010     | 2025-07-01T16:19:09.000Z | 0x82e47aee4ac8d253a70e7badccad92330cc455a635c476bca38696af90f42590 |
  | 0x93c99857f4ec1a5b57e8c28de089731eeb3983e0 | 0x46850ad61c2b7d64d08c9c754f45254596696984 | 0x9195cc3cbba71cf3bbe8f094600fadcf74a1debe | false   | 10000     | 0          | 353213995     | 2025-07-01T18:45:07.000Z | 0x59ef8bc57bfd2714b0328f7404212c68df5cc5502e547ade413df9f6e2b561bc |
</Accordion>

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

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

***
