Developers > Best Yield > getAllocations
This method returns an array with the last allocations in lending protocols (100% = 100000)
100000
function getAllocations( ) external view returns (uint256[] memory);
_allocations
array with lending protocols allocations. Sum is always equal to 100000 (100%)
Last updated 3 years ago
Was this helpful?