some revenue dashboards (already up on the internets) and we discovered that using the vprice growth multiplied by the TVL results in inaccurate fee claims when compared to just chain-checking admin fee claims:
https://github.com/bout3fiddy/on-chain-analytics/blob/main/notebooks/curve-analysis/curve-pools/pool_revenue/tripool/tripool_admin_fee_claims.ipynb
now factory and tripool contracts dont emit events when they claim fees. was wondering if an event could be emitted when an admin claims fees (maybe an upgrade in that contract is more feasible than in pool contracts?). Just a thought.
Well, events are emitted on transfers of pool.coins(i) from pool address to the fee receiver (admin) address. And I cannot imagine other reasons for same transfers to happen. Would that work instead?
Обсуждают сегодня