Skip to content

[contract]- Token Burning Mechanism #377

@Devsol-01

Description

@Devsol-01

Description

Allow tokens to be burned for deflationary mechanics.

Tasks

  • Implement:
    • burn(from: Address, amount: i128)
  • Reduce total supply
  • Emit TokenBurned event
  • Validate user balance

Acceptance Criteria

  • Burning reduces supply
  • Cannot burn more than balance
  • Tests pass

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions