-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
We need to watch the contracts logs frequently to detect successful attacks.
Some attacks do not have a time delay before taking effect, such as the following.
- Steal owner key
- Change implementation address.
- Adjust balances and allowances in the eternal storage contract.
- Change implementation address back to original (totalSupply is now wrong).
- Request withdrawal of funds into fiat.
Consequently attack detection scripts must be run before each and every fiat coin operations transaction that touches the real world in addition to regular intervals.
Reactions are currently unavailable