This Subgraph sources events from the ForceTransfer Singleton contract.
Here we have an example query:
{
forcedTransferActions {
id
sender
amount
}
}
This Subgraph sources events from the ForceTransfer Singleton contract.
Here we have an example query:
{
forcedTransferActions {
id
sender
amount
}
}