Skip to content

Instantly share code, notes, and snippets.

@aleph-v
Created July 6, 2021 15:08
Show Gist options
  • Save aleph-v/15a06b5a5a00bbfeed2f02ab5a51f411 to your computer and use it in GitHub Desktop.
Save aleph-v/15a06b5a5a00bbfeed2f02ab5a51f411 to your computer and use it in GitHub Desktop.
Vyper interface
pragma solidity ^0.8.0;
interface CurveContract {
function calc_withdraw_one_coin(uint256 token_amount, uint256 i) external view returns(uint256);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment