Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 432 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 432 Bytes

Forced Transfer Subgraph

This Subgraph sources events from the ForceTransfer Singleton contract.

Example Query

Screenshot 2024-08-04 at 4 20 21 PM

Here we have an example query:

{
  forcedTransferActions {
    id
    sender
    amount
  }
}