We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A permission-less arbitrage bot that can mint and burn ZAI stablecoin and maintain the peg using the PSM module
This uses the odos router to swap tokens
contract IStablecoin zai
contract IPegStabilityModule psm
constructor(address _zai, address _psm) public
function arbitrage() external
Executes an arbitrage trade to mint or burn ZAI stablecoin
function _buy(uint256 amount) internal
function _sell(uint256 amount) internal