Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 313 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 313 Bytes

Steak Token

Steak Token is based the vanilla CW20 contract with two changes to prevent manipulations of token prices:

  • ExecuteMsg::Burn can only be executed by the minter, i.e. Steak Hub contract;
  • ExecuteMsg::BurnFrom is disabled.