Created
July 6, 2021 15:08
-
-
Save aleph-v/15a06b5a5a00bbfeed2f02ab5a51f411 to your computer and use it in GitHub Desktop.
Vyper interface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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