Is the collector contract token transfer event on Aave subgraphs?

Expert

Is the collector contract token transfer event on the subgraphs? I guess maybe the `lifetimeReserveFactorAccrued` w/n `paramsHistory`?

Answers 1

The collector revenue is accumulated in `reserveParamsHistoryItem `updates, there aren't events for these transfers, but you can track this entity to figure out the change in `lifetimeReserveFactorAccrued`.