mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
* modify SolidWorld tvl * code refactor --------- Co-authored-by: Andrei Stefan <andrei.stefan.work@gmail.com>
12 lines
994 B
JSON
12 lines
994 B
JSON
{
|
|
"getTotalAmounts": "function getTotalAmounts() external view returns (uint256 total0, uint256 total1)",
|
|
"getBatchCategory": "function getBatchCategory(uint256 batchId) external view returns (uint256 categoryId)",
|
|
"getBatch": "function getBatch(uint256 batchId) external view returns (uint256 id, uint256 projectId, uint256 collateralizedCredits, address supplier, uint32 certificationDate, uint16 vintage, uint8 status, uint24 batchTA, bool isAccumulating)",
|
|
"getCategory": "function getCategory(uint256 categoryId) external view returns (uint256 volumeCoefficient, uint40 decayPerSecond, uint16 maxDepreciation, uint24 averageTA, uint32 lastCollateralizationTimestamp, uint256 totalCollateralized, uint256 lastCollateralizationMomentum)",
|
|
"getCategoryToken": "function getCategoryToken(uint256 categoryId) external view returns (address token)",
|
|
"totalSupply": "uint256:totalSupply",
|
|
"balanceOf": "erc20:balanceOf",
|
|
"token0": "address:token0",
|
|
"token1": "address:token1"
|
|
}
|