Skip to main content

Factory

Entity to capture metrics for all the pools deployed by a specific factory contract.

Schema

FieldTypederivedFromDescription
idID!Factory Contract address
poolCountBigInt!No. of pools created using the factory
txCountBigInt!No. of all the transactions through pools mananged by the factory
totalVolumeUSDBigDecimal!Total Volume all time in derived USD
totalVolumeETHBigDecimal!Total Volume all time in derived ETH
totalFeesUSDBigDecimal!Total Swap Fees all time in derived USD
totalFeesETHBigDecimal!Total Swap Fees all time in derived ETH
untrackedVolumeUSDBigDecimal!Total Volume all time, including less reliable USD values
totalValueLockedUSDBigDecimal!TVL derived in USD
totalValueLockedETHBigDecimal!TVL derived in ETH
totalValueLockedUSDUntrackedBigDecimal!TVL including tokens with unreliable USD prices in USD
totalValueLockedETHUntrackedBigDecimal!TVL including tokens with unreliable USD prices in ETH
populatedBooleanFlag capturing if the new pool is populated
ownerID!Current Owner of the factory contract

Referencing Functions

FunctionNameCreateReadUpdateSave
handlePoolCreated()
handleMint()
handleBurn()
handleSwap()
updateUniswapDayData()