Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@moonstormbsc
moonstormbsc / Moonstorm.sol
Created April 17, 2021 23:04
Smart contract Moonstorm
// MOONSTORM
// SYMBOL: MOONSTORM
// 6% tax over every Transfer
// 2% fee for holders
// 3% fee for liquidity pool
// 2% fee auto distributed to the marketingwallet
pragma solidity ^0.6.12;