Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 441 Bytes

bundle-sale

Solidity contract for bundle token and sale

Contract Structure

Unique contracts

  • BundleToken: controlling the token and sale

Basic contracts

  • SafeMath: basic OpenZeppelin SafeMath for safe math functions
  • Wallet: basic consensys multisig wallet

ERC23 contracts

  • ERC23BasicToken: basic ERC23 interface
  • ERC23StandardToken: is a very basic ERC23BasicToken token instanciation