Skip to content

Example subgraph to index ForcedTransfer events of ForceTransfer Singleton contract

License

Notifications You must be signed in to change notification settings

Patronum-Labs/forced-transfer-subgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  }
}