mirror of
https://github.com/Instadapp/Forta-Agents.git
synced 2024-07-29 21:47:22 +00:00
22 lines
415 B
Markdown
22 lines
415 B
Markdown
|
# Large INST transfer Tracking Agent
|
||
|
|
||
|
## Description
|
||
|
|
||
|
This agent Detects Transactions with large INST Transfers (100k)
|
||
|
|
||
|
## Supported Chains
|
||
|
|
||
|
- Ethereum
|
||
|
|
||
|
## Alerts
|
||
|
|
||
|
- INST-31
|
||
|
- Fired when a transaction contains a Transfer event of over 100000 INST
|
||
|
- Severity is set to "info"
|
||
|
- Type is set to "info"
|
||
|
- Metadata
|
||
|
- from: sender of token
|
||
|
- to: receiver of token
|
||
|
- amount: how many token were sent
|
||
|
|