Erc20 Token for Membrana ICO.
npm i .
npm run build
npm test
(address receiver, uint256 amount) -> (bool)
Modifiers:
Mint some amount of tokens and transfer it to receiver.
() -> (bool)
Modifiers:
Release token. Until token released no transfer call will proceed.
(address controller)
Modifiers:
Make controller a new contract's controller. This role allow to release
the contract.
This modifier decline method calls till flag isReleased is false.
This modifier decline method calls till flag isReleased is false.
This modifier allow method calls to controller address only.