Enables pausing all mint, burn, buy, sell, and transfer actions of an application
Applies to Tokens
Applies to Actions
pauseStart
and less than pauseStop
. If the condition is true for at least one rule, then the transaction reverts.from
or the to
side of the transaction. This doesn’t necessarily mean that if a treasury account is the one executing the transaction it will bypass the rule, unless the aforementioned condition is true.0x33385551
.
pauseStop
timestamp is less than current timestamp since this means that the rule has expired.
There is a default limit of 15 pause rules per application to avoid too much gas consumption during transactions.
MAX_RULES
.pauseStop
timestamp is greater than pauseStart
.pauseStart
timestamp is greater than current timestamp.add
field of the event will be true.add
field of the event will be false.