Skip to content

sastoken/sal-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAL — SAS Logistics Asset and Rewards Ledger

BEP-20 utility token for the SAS Worldwide Logistics ecosystem

Spec

  • 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

Build & test

forge build
forge test -vv        # 12 tests: supply, 1/1/98 split, exclusion, toggle, fuzz

Deploy to BSC testnet

cp .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

About

The core contracts of the SAL Token

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors