Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Stake Token

Stake 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. Eris Hub contract;
  • ExecuteMsg::BurnFrom is disabled.