This file contains hidden or 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
| // File @openzeppelin/contracts/token/ERC20/IERC20.sol@v2.5.0 | |
| pragma solidity ^0.5.5; | |
| /** | |
| * @dev Interface of the ERC20 standard as defined in the EIP. Does not include | |
| * the optional functions; to access them see {ERC20Detailed}. | |
| */ | |
| interface IERC20 { | |
| /** |
This file contains hidden or 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
| contract Fund is Ownable { | |
| Calculator calculator; | |
| uint input1; | |
| uint input2; | |
| uint output; | |
| function Fund (address _calculatorAddress) { | |
| calculator = Calculator(_calculatorAddress); | |
| } |
This file contains hidden or 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
| 0x40365e449eb12860890ba68ea064877e44e5125e |
This file contains hidden or 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
| 0x00053Ad7CF32992809785Ca579334588f5c6238f |
NewerOlder