| id | ID! | | Burn Entity ID. Format: <transaction hash>#<index in transaction.burns array> |
| transaction | Transaction! | | Transaction Entity in which the burn event was emitted |
| pool | Pool! | | Pool in which the burn event was emitted |
| token0 | Token! | | token0 entity of the pool |
| token1 | Token! | | token1 entity of the pool |
| timestamp | BigInt! | | Timestamp of the block in which which the burn event was emitted |
| owner | Bytes! | | owner of the position to which the liquidity was burnt |
| origin | Bytes! | | The EOA address that initiated the transaction |
| amount | BigInt! | | Amount of liquidity burnt |
| amount0 | BigDecimal! | | Amount of token0 burnt |
| amount1 | BigDecimal! | | Amount of token1 burnt |
| amountUSD | BigDecimal | | Burn value derived in USD based on available prices of tokens |
| tickLower | BigInt! | | Lower tick of the position |
| tickUpper | BigInt! | | Upper tick of the position |
| logIndex | BigInt | | Order of the Burn event within the logs of the transaction |