Skip to content

MASQ-Project/MASQ-contract

Repository files navigation

MASQ-contract

Open Source ERC20 Smart Contract for MASQ https://etherscan.io/token/0x06F3C323f0238c72BF35011071f2b5B7F43A054c

MetaTrust smart contract security audit

Officially supported $MASQ contracts are below

Ethereum Mainnet

0x06F3C323f0238c72BF35011071f2b5B7F43A054c

Polygon PoS

$MASQ has officially bridged to Polygon PoS using Polygon Token Mapper tool

0xee9a352f6aac4af1a5b9f467f6a93e0ffbe9dd35

https://polygonscan.com/token/0xee9a352f6aac4af1a5b9f467f6a93e0ffbe9dd35

Bridging is live on Polygon Portal

Base

$MASQ has officially bridged to Base using Base methodology and official L2 token bridge contracts

0x45D9C101a3870Ca5024582fd788F4E1e8F7971c3

https://etherscan.io/address/0x02ba9B528425f9de08F961B88A10b03Be8B8B998#code

Bridging is live on Superbridge.app across the official Optimism Stack Token List


Smart Contract work derived from: https://github.com/SubstratumNetwork/sub-contract

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) All credit to their Solidity file, audit and review goes to them and their contributors

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