Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xMelkor/mev-price-prediction
/ functions
Functions
12 in github.com/0xMelkor/mev-price-prediction
⨍
Functions
12
◇
Types & classes
4
↓ 1 callers
Method
chainlink_aggregator
Each reserve on AAVE is associated to a ChainLink aggregator proxy. Returns the actual aggregator behind the proxy.
src/oracles.rs:76
↓ 1 callers
Method
chainlink_proxy
(&self, reserve: Address)
src/oracles.rs:86
↓ 1 callers
Method
find_all
Returns a list of ChainLink oracles for all reserves on AAVE V2. Some reserves might not have a ChainLink oracle associated, in that case we just pri
src/oracles.rs:48
↓ 1 callers
Function
is_pending
(txn: &Transaction, provider: &Provider<Ws>)
src/mempool.rs:101
↓ 1 callers
Function
is_to_oracle
(txn: &Transaction, oracle: Address)
src/mempool.rs:94
↓ 1 callers
Method
reserve_list
Returns the full list of reserves on AAVE
src/oracles.rs:64
↓ 1 callers
Function
subscribe_mempool_events
Intercepts pending transactions in the mempool that are submitted by the ChainLink network to update an asset's price. These transactions are sent to
src/mempool.rs:25
Method
addr
(hex: &str)
src/config.rs:27
Method
get_env
(key: &str)
src/config.rs:22
Function
main
()
src/main.rs:33
Method
new
()
src/config.rs:13
Method
new
()
src/oracles.rs:30