Follows the Scaled UI TEP (not yet merged).
Based on the Jetton with Governance. Please also check the base project's readme.
This implementation differs from the base project in that it implements the Scaled UI TEP (specifically, the get_display_multiplier get method, as well as a display_multiplier_changed#ac392598 event when the return values of that get method change), and also another feature to help with the administration of the contract, particularly, the ability to schedule a change of the display multiplier at a certain timestamp, as well as a permissionless operation to enact said change when the time comes.
The deployment script is changed to:
- Use USDT wallet code (without compilation; builds library cell)
- Emit a
display_multiplier_changedupon initialization in accordance with the TEP