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
- Host: GitHub
- URL: https://github.com/masq-project/masq-contract
- Owner: MASQ-Project
- License: mit
- Created: 2020-02-10T22:37:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T22:58:14.000Z (over 1 year ago)
- Last Synced: 2025-07-22T03:12:08.721Z (10 months ago)
- Topics: blockchain, erc20, ethereum, networking, smart-contracts, solidity, utility-token
- Language: Solidity
- Homepage: https://masqbrowser.com
- Size: 1.75 MB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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