Open Source ERC20 Smart Contract for MASQ
Available to view on Etherscan.io - https://etherscan.io/address/0x02ba9B528425f9de08F961B88A10b03Be8B8B998#code
Derived work from the Smart Contract used by Substratum 2018-2019: https://github.com/SubstratumNetwork/sub-contract
All credit to their Solidity file, audit and review goes to them and their contributors
The smart contract was audited by Quantstamp in 2018-2019, and no changes were made to the solidity code besides the ticker, token name and updated Solidity compiler (0.5.16)
Cloned under the MIT license, and rebuilt using updated OpenZeppelin open source ERC20 contract structures: https://github.com/OpenZeppelin/openzeppelin-contracts
Huge thanks for all the OpenZeppelin team's work and contributions to the blockchain and smart contract sphere Contracts used from Open Zeppelin:
https://github.com/OpenZeppelin/openzeppelin-solidity/contracts/ownership/Ownable.sol https://github.com/OpenZeppelin/openzeppelin-solidity/contracts/token/ERC20/ERC20.sol https://github.com/OpenZeppelin/openzeppelin-solidity/contracts/token/ERC20/ERC20Burnable.sol