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
pragma solidity ^0.4.18; | |
import "./Power.sol"; | |
import "./SafeMath.sol"; | |
/** | |
* @title Bancor formula by Bancor | |
* @dev Modified from the original by Slava Balasanov | |
* https://github.com/bancorprotocol/contracts | |
* Split Power.sol out from BancorFormula.sol and replace SafeMath formulas with zeppelin's SafeMath | |
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; |
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
pragma solidity ^0.4.18; | |
import "./Power.sol"; | |
import "./SafeMath.sol"; | |
/** | |
* @title Bancor formula by Bancor | |
* @dev Modified from the original by Slava Balasanov | |
* https://github.com/bancorprotocol/contracts | |
* Split Power.sol out from BancorFormula.sol and replace SafeMath formulas with zeppelin's SafeMath | |
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; |
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
pragma solidity ^0.4.18; | |
import "./Power.sol"; | |
import "./SafeMath.sol"; | |
/** | |
* @title Bancor formula by Bancor | |
* @dev Modified from the original by Slava Balasanov | |
* https://github.com/bancorprotocol/contracts | |
* Split Power.sol out from BancorFormula.sol and replace SafeMath formulas with zeppelin's SafeMath | |
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; |
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
pragma solidity ^0.4.24; | |
import "./ERC20Basic.sol"; | |
import "./SafeMath.sol"; | |
/** | |
* @title Basic token | |
* @dev Basic version of StandardToken, with no allowances. |
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
pragma solidity ^0.4.24; | |
import "./ERC20Basic.sol"; | |
import "./SafeMath.sol"; | |
/** | |
* @title Basic token | |
* @dev Basic version of StandardToken, with no allowances. |
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
pragma solidity ^0.4.24; | |
import "./ERC20Basic.sol"; | |
import "./SafeMath.sol"; | |
/** | |
* @title Basic token | |
* @dev Basic version of StandardToken, with no allowances. |
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
pragma solidity ^0.4.24; | |
import "./ERC20Basic.sol"; | |
import "./SafeMath.sol"; | |
/** | |
* @title Basic token | |
* @dev Basic version of StandardToken, with no allowances. |