Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
updated formula build
Browse files Browse the repository at this point in the history
  • Loading branch information
yudilevi2 committed Jul 17, 2017
1 parent 48987a8 commit 697b00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solidity/contracts/build/BancorFormula.abi
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"constant":true,"inputs":[{"name":"_numerator","type":"uint256"},{"name":"_denominator","type":"uint256"},{"name":"_precision","type":"uint8"}],"name":"ln","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_x","type":"uint256"},{"name":"_precision","type":"uint8"}],"name":"fixedExp","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_x","type":"uint256"},{"name":"_precision","type":"uint8"}],"name":"fixedLog2","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_baseN","type":"uint256"},{"name":"_baseD","type":"uint256"},{"name":"_expN","type":"uint256"},{"name":"_expD","type":"uint256"}],"name":"calculateBestPrecision","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_x","type":"uint256"},{"name":"_precision","type":"uint8"}],"name":"fixedLoge","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_n","type":"uint256"}],"name":"floorLog2","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"version","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_baseN","type":"uint256"},{"name":"_baseD","type":"uint256"}],"name":"lnUpperBound","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_supply","type":"uint256"},{"name":"_reserveBalance","type":"uint256"},{"name":"_reserveRatio","type":"uint8"},{"name":"_depositAmount","type":"uint256"}],"name":"calculatePurchaseReturn","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_baseN","type":"uint256"},{"name":"_baseD","type":"uint256"},{"name":"_expN","type":"uint256"},{"name":"_expD","type":"uint256"},{"name":"_precision","type":"uint8"}],"name":"power","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_supply","type":"uint256"},{"name":"_reserveBalance","type":"uint256"},{"name":"_reserveRatio","type":"uint8"},{"name":"_sellAmount","type":"uint256"}],"name":"calculateSaleReturn","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_x","type":"uint256"},{"name":"_precision","type":"uint8"}],"name":"fixedExpUnsafe","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"inputs":[],"payable":false,"type":"constructor"}]
[{"constant":true,"inputs":[{"name":"_numerator","type":"uint256"},{"name":"_denominator","type":"uint256"},{"name":"_precision","type":"uint8"}],"name":"ln","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_x","type":"uint256"},{"name":"_precision","type":"uint8"}],"name":"fixedExp","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_x","type":"uint256"},{"name":"_precision","type":"uint8"}],"name":"fixedLog2","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_baseN","type":"uint256"},{"name":"_baseD","type":"uint256"},{"name":"_expN","type":"uint256"},{"name":"_expD","type":"uint256"}],"name":"calculateBestPrecision","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_x","type":"uint256"},{"name":"_precision","type":"uint8"}],"name":"fixedLoge","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_n","type":"uint256"}],"name":"floorLog2","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"version","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_supply","type":"uint256"},{"name":"_reserveBalance","type":"uint256"},{"name":"_reserveRatio","type":"uint8"},{"name":"_depositAmount","type":"uint256"}],"name":"calculatePurchaseReturn","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_baseN","type":"uint256"},{"name":"_baseD","type":"uint256"}],"name":"lnUpperBound32","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_baseN","type":"uint256"},{"name":"_baseD","type":"uint256"},{"name":"_expN","type":"uint256"},{"name":"_expD","type":"uint256"},{"name":"_precision","type":"uint8"}],"name":"power","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_supply","type":"uint256"},{"name":"_reserveBalance","type":"uint256"},{"name":"_reserveRatio","type":"uint8"},{"name":"_sellAmount","type":"uint256"}],"name":"calculateSaleReturn","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_x","type":"uint256"},{"name":"_precision","type":"uint8"}],"name":"fixedExpUnsafe","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"inputs":[],"payable":false,"type":"constructor"}]
Loading

0 comments on commit 697b00c

Please sign in to comment.