Bundle
Entity to store the current Eth price in USD.
Schema
| Field | Type | derivedFrom | Description |
|---|---|---|---|
| id | ID! | ID to fetch a unique entity. (Only ID='1' is used.) | |
| ethPriceUSD | BigDecimal! | Price of ETH in USD |
Referencing Functions
| FunctionName | Create | Read | Update | Save |
|---|---|---|---|---|
| findEthPerToken() | ||||
| getTrackedAmountUSD() | ||||
| handlePoolCreated() | ||||
| handleInitialize() | ||||
| handleMint() | ||||
| handleBurn() | ||||
| handleSwap() | ||||
| handleIncreaseLiquidity() | ||||
| handleDecreaseLiquidity() | ||||
| handleCollect() |