Consolidated ERC20 Interface and Implementation Files (#1125)
* Consolidted ERC20 Interface and Implementation Files * Fixed CanReclaimToken's tests to use StandardTokenMock instead of BasicTokenMock * Changed token's variable type in TokenTimelock to ERC20 * Merged the StandardBurnableToken with BurnableToken since it now inherits from StandardToken; Fixed TokenTimelock so it uses SafeERC20 for ERC20 * Fixed variable type for _token in TokenTimelock constructor * Fixed linting warning in BurnableToken * Added back burnFrom tests.
Showing
contracts/mocks/BasicTokenMock.sol
deleted
100644 → 0
contracts/token/ERC20/BasicToken.sol
deleted
100644 → 0
contracts/token/ERC20/ERC20Basic.sol
deleted
100644 → 0
test/token/ERC20/BasicToken.test.js
deleted
100644 → 0
Please
register
or
sign in
to comment