Skip to content

v0.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 16:05

What’s Changed

  • Upgraded to solidity 0.6 and OpenZeppelin contracts 3.0
  • Removed our own role-based access control contract now that its ideas are used in OpenZeppelin's
  • Implemented a dividend-bearing ERC20 token which supports transfer, minting and burning.
  • Implemented DecimalMath.sol for quick and easy to use fixed-point math
  • Implemented ERC20Mintable and ERC721Mintable as an admin and users contract using AccessControl.sol