Skip to content

Instantly share code, notes, and snippets.

@LuisAli22
LuisAli22 / FutureMoney.sol
Last active June 4, 2019 01:53
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.26+commit.4563c3fc.js&optimize=false&gist=
pragma solidity^0.4.4;
import "./IterableMapping.sol";
contract FutureMoney {
IterableMapping.itmap tHistory;
IterableMapping.itmap futureSells;
uint256 slope;
uint256 displacement;
bool regressionParametersSeted;