Smart Contract Program for Ethereum BlockChain
Need a smart contract that pays reflections on the ethereum blockchain. This contract doesn't need written from scratch. You can use an MIT open source contract and add code to it. I'll run the solidity compiler and deploy the contract myself when its ready at remix.ethereum.org. From you I need the smart contract ready to compile & deploy.
Smart Contract Requirements:
1) total supply 100,000,000
2) buy tax for all transactions 3%.
3) sell tax for all transactions 3%.
4) 2% of buy & sell tax is distributed to holders.
5) 1% of buy & sell tax is sent to devs wallet.
6) reflections paid in eth.
7) user must hold minimum 1,000 coins to receive eth reflection.
8) eth reflections are paid based on the % of coins in holders wallet. (more coins held larger the reward)
You can decide what threshold eth distribution happens. The contract must pass audit checks from these websites:
https://gopluslabs.io/token-security-api
Code must pass solidproof.io audit.