Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Documentation and Improve Consistency in Comments #982

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ Forta Agents proof of concepts from **Venice** team.
- **Multi Gas Threshold**: Detect unusual amount of gas used.
- **Anomalous Tx Value**: Detect transactions using very high tx value.
- **High volume of failed transactions**: Detect protocols receiving a high volume of failed transactions.
- **Onwership Transfer**: Detect OwnershipTrasnferred events.
- **Ownership Transfer**: Detect OwnershipTransferred events.
- **Flash Loan**: Detects use of flash loan.
- **TimeLock**: Detects use of Openzeppelin Timelock.
- **TimeLock**: Detects use of OpenZeppelin Timelock.
- **Detect Upgrade Events**: The agent detects upgrade events either for a specific contract or for any
- **Detect Unusual Block Difficulty**: The agent checks for unusual changes in Block difficulty.
- **Compound Gov Event Tracker**: The agent detect any compound governance event.
- **High Utilization of Aave Reserves**: The agent detects high utilization values on `USDC`, `DAI` and `USDT` reserves on Aave.
- **MEV Tracker**: The agent detects contract interactions which are inside MEV bundle.
- **Recently-created Smart Contracts with Little History**: Detect txns to contracts recently-created or with little history.
- **Contracts deployed by contracts**: Detect when a contract deploys a new contract.
- **Gnosis Safe admin changes**: Detect transactions that emits gnosis safe events of admin or threshold changes.
- **Initialize**: Detects if the intialize function is called multiple times.
- **Hight Flash Loan Value**: Detects if a flash loan with huge amount is used.
- **Gnosis Safe admin changes**: Detect transactions that emit Gnosis Safe events of admin or threshold changes.
- **Initialize**: Detects if the initialize function is called multiple times.
- **High Flash Loan Value**: Detects if a flash loan with huge amount is used.
- **Possible locked NFTs**: Detect transactions that may lock an NFT in a contract.
- **Chainkeeper**: Detects transactions involving blacklisted addresses.
- **Success txn with internal failures agent**: Detect transactions with internal failures.
- **Yearn Strategy without call Harvest**: Detects yearn strategies that haven't call harvest in too much time
- **Yearn Strategy without call Harvest**: Detects yearn strategies that haven't called harvest in too much time
- **Tornado Cash 1**: Detects addresses that sent more than 100 eth into Tornado Cash in one day.
- **Reentrancy Counter**: Detects transactions with multiples nested calls to the same contract.
- **Curve Finance Agents Suit**: Provides a list of agents that related to Curve contracts.
- **Reentrancy Counter**: Detects transactions with multiple nested calls to the same contract.
- **Curve Finance Agents Suite**: Provides a list of agents that related to Curve contracts.
- **YFI governance changes**: Detect transactions that change the YFI governance address