Custom Tables
We maintain a few custom tables accessible to everyone in Dune Analytics through the dune user generated Tables. They merge on chain information from various sources and can be used on the go by anyone (borrowings in USD value are available on the table
inverse_anchor_borrowings
for instance). 
Use the search box to find the contract event
You can access them by searching for
dune_user_generated.inverse
tag and then by querying with a simple :SELECT *
FROM dune_user_generated.inverse_anchor_borrowings
Currently the following tables are available (descriptions to be added) :
- inverse_anchor_allowance
- inverse_anchor_balances
- inverse_anchor_borrowings
- inverse_anchor_deposits
- inverse_anchor_dola_borrowings
- inverse_anchor_interests
- inverse_anchor_liquidations
- inverse_anchor_markets
- inverse_anchor_operations_traces
- inverse_anchor__repayments
- inverse_anchor_token_transfers
- inverse_anchor__withdrawals
- inverse_collateral_prices
- inverse_customers
- inverse_dola_supply
- inverse_dola_transfers
- inverse_inv_hardcap
- inverse_lp_holders
- inverse_lp_transfers
- inverse_olympus_deposits
- inverse_olympus_operations
- inverse_olympus_redeems
- inverse_price_dola3pool_crv_feed
- inverse_price_floki_feed
- inverse_price_inv
- inverse_price_inv_dola_slp_feed
- inverse_prices
- inverse_prices_all
- inverse_supply
- inverse_supply_distribution
- inverse_trades
- inverse_transfers
- inverse_treasury_inv_balance
- inverse_xinv0_inv_balance
- inverse_xinv_allowance
- inverse_xinv_inv_balance
- inverse xinv_supply
Last modified 1yr ago