Protocol stats
Everything the contracts expose that is worth looking at, read live.
OIL backing ratio–exactly what redeeming OIL pays out right now
ETH in the pot– ETH
OIL supply–
Emission rate– BARREL/sshared across every active miner in the farm
Total active hashpower–can run higher than the true total until miners that hit zero power are cleared
Per-hashpower rate–BARREL per hashpower unit per second
Eligible BARREL supply–BARREL that currently earns OIL just by being held
Fee schedule
Pool not initializedTrading has not started
–Buy
–Sell
The fee schedule starts counting from the pool's own initialization timestamp, written exactly once by the PoolManager.
Lifetime fees forwarded
in ETH→ OIL holder stream– ETH
→ Oil Farm stream– ETH
→ Marketing (launch window)– ETH
Awaiting distribution
Pending OIL rewards– ETH
Pending farm– ETH
Pending marketing– ETH
Fees are pulled into the hook during the swap and pushed out later by this permissionless call. Each of the three destinations is attempted independently: one failing recipient can never block the others.
Wiring
Addresses come from environment configuration, never hardcoded.
Multicall3
0xcA11…CA11PoolManager
0x8366…0951UniversalRouter
0x8876…0904$BARREL contracts
BarrelTokennot deployed
OilTokennot deployed
OilPotnot deployed
OilRewardsnot deployed
OilFarmnot deployed
BarrelHooknot deployed

