An open API service indexing awesome lists of open source software.

https://github.com/masq-project/masq-contract

MASQ Token Contract - available on Etherscan.io
https://github.com/masq-project/masq-contract

blockchain erc20 ethereum networking smart-contracts solidity utility-token

Last synced: 10 months ago
JSON representation

MASQ Token Contract - available on Etherscan.io

Awesome Lists containing this project

README

          

# MASQ-contract

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

[MetaTrust smart contract security audit](https://github.com/MASQ-Project/MASQ-contract/blob/master/Metatrust_MASQ%20V2%20Token.pdf)

## 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](https://polygonscan.com/token/0xee9a352f6aac4af1a5b9f467f6a93e0ffbe9dd35)

Bridging is live on [Polygon Portal](https://portal.polygon.technology)

### **Base**
$MASQ has officially bridged to Base using Base methodology and [official L2 token bridge contracts](https://docs.base.org/docs/base-contracts/#l2-contract-addresses)

`0x45D9C101a3870Ca5024582fd788F4E1e8F7971c3`

[https://etherscan.io/address/0x02ba9B528425f9de08F961B88A10b03Be8B8B998#code](https://basescan.org/address/0x45D9C101a3870Ca5024582fd788F4E1e8F7971c3)

Bridging is live on Superbridge.app across the official [Optimism Stack Token List](https://github.com/ethereum-optimism/ethereum-optimism.github.io)

---------

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