ABI & API Reference
ABI Links (GitHub)
Contract
ABI Link
OCUSD
TBC
MintingManager
TBC
StrategyAllocator
TBC
EthenaHandler
TBC
Common Functions
// Mint OCUSD
function mint(address asset, uint256 amount) external returns (uint256);
// Redeem OCUSD
function redeem(uint256 ocusdAmount) external returns (uint256);
// Rebalance strategy allocations
function rebalance() external;
// Distribute yield
function distribute() external;
Optional REST Endpoints (Coming Soon)
*GET /ocusd/apy*
*GET /ocusd/price*
*POST /mint*
Last updated