-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
limitAdd(amount, seconds) ownerOnly
limitRemove(amount, seconds) ownerOnly
this would make it so that people can spend at most amount tokens per seconds, or revert.
each transfer would loop through all limits and revert if one is violated
we would need to use buckets
CommunityCoin contract