Custom tokens should emit clawback events #1590
Replies: 3 comments
-
Note that distinction between a separate clawback and burn event and the existence of a distinct clawback event is being discussed here |
Beta Was this translation helpful? Give feedback.
-
In addition to ☝🏻 I'd add the Why: SEP-41 has no concept of a single admin address, for good reasons, it's outside it's lane to define the permission / auth system for the operator or operator-like component of the token. While that will be incompatible with the SAC, I think that should be changed in the SAC too. |
Beta Was this translation helpful? Give feedback.
-
Discussion never really picked up for adding the With that said are we in favor of adding an (optional 🤫)
|
Beta Was this translation helpful? Give feedback.
-
Proposal
Custom tokens (non SAC) should define token clawback where it should emit a
clawback
andburn
event similar to SACsChanges
Reasoning
CAP-46-06 defines how SAC should do clawbacks. It would make tracking custom tokens and SAC tokens balances through contract event streams much easier if both had at least the same events defined. Adding the
clawback
event will create complete contract event parityBeta Was this translation helpful? Give feedback.
All reactions