I have a smart contract I need written with the following params:
BEP-20
Name: Crucial
Symbol: GRIP
Total Supply: 1000000000 (1 billion)
Basic Rules:
Tax: 1% to be added to liquidity pool for sells only
Reward: 1% holder reward from tax on buy orders
Minting: Disabled
Burn: enabled. When executed coins meant for burn are sent to a “0” address to fully destroy them. This is NOT coins burned with each tx. This is for manual burns by token owner.
The maximum percentage of tokens that can be transferred in a single transaction: 5% Owner excluded.
Ownership of the token contract should be transferrable.