mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
* Add pancakeswap(ethereum) & swapsicle(mantle) factories * Add Pancakeswap Factory on Arbitrum & GHO Factory on Ethereum * Refactor token, balance, vault collection logic for new factories
4 lines
244 B
JSON
4 lines
244 B
JSON
{
|
|
"underlyingBalance": "function getUnderlyingBalances() public view returns (uint256 amount0Current, uint256 amount1Current)",
|
|
"getBalanceInCollateralToken": "function getBalanceInCollateralToken() external view returns (uint256 amount)"
|
|
} |