BEP-20 utility token for the SAS Worldwide Logistics ecosystem
- Name / symbol: SAS Logistics Asset and Rewards Ledger /
SAL - Decimals: 18
- Total supply: 1,000,000,000 SAL
- Deflationary transfer fee: 1% burn + 1% treasury + 98% to recipient
- Base: OpenZeppelin v5
ERC20+ERC20Burnable+Ownable
forge build
forge test -vv # 12 tests: supply, 1/1/98 split, exclusion, toggle, fuzzcp .env.example .env # fill PRIVATE_KEY (fresh testnet key with tBNB), optional OWNER/TREASURY
source .env
forge script script/Deploy.s.sol:Deploy \
--rpc-url bsc_testnet --broadcast -vvvv
# add --verify with BSCSCAN_API_KEY set to verify on BscScan