https://github.com/duneanalytics/sim-idx-example-aave-v3
AAVE V3 example for Blockworks
https://github.com/duneanalytics/sim-idx-example-aave-v3
Last synced: 11 months ago
JSON representation
AAVE V3 example for Blockworks
- Host: GitHub
- URL: https://github.com/duneanalytics/sim-idx-example-aave-v3
- Owner: duneanalytics
- Created: 2025-07-07T21:06:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-07T21:11:56.000Z (11 months ago)
- Last Synced: 2025-07-07T23:08:22.210Z (11 months ago)
- Language: Solidity
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AAVE V3 Example for Blockworks
## Test
You can test the listener by running: `sim listeners evaluate --start-block 22866909 --chain-id 1`
This will yield:
```json
{
"events": [
{
"name": "Borrow",
"fields": {
"amount": "2000000000",
"blockNumber": 22866909,
"blockTimestamp": 1751886371,
"borrowRate": "51598870687428897519819535",
"chainId": 1,
"interestRateMode": 2,
"onBehalfOf": "d662900cc5b4741c77bc3cb84da51027d06d388f",
"referralCode": 0,
"reserve": "a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"totalSupply": "2495085903574903",
"txnHash": "3f2d602ca2b443a9a5f4104ea16a33c3fa90616d28456cc9860ad586dc6c92ce",
"user": "d662900cc5b4741c77bc3cb84da51027d06d388f"
},
"metadata": {
"blockNumber": 22866909,
"chainId": 1
}
}
],
"errors": []
}
```