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
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