Venus Protocol BSC
This subgraph indexes and queries data from various smart contracts on Binance Smart Chain (BSC). It focuses on DeFi-related contracts and their interactions within the ecosystem.
Comptroller Contract (BSC Network):
Address: '0xfD36E2c2a6789Db23113685031d7F16329158384'
Events: Listens for various events like 'MarketListed,' 'MarketEntered,' 'MarketExited,' 'NewPriceOracle,' 'NewCollateralFactor,' 'NewLiquidationIncentive,' 'ActionPausedMarket,' and 'VenusSpeedUpdated.'
Entities: Defines three entities - 'Protocol,' 'Market,' and 'Token.'
Purpose: It tracks various events related to Venus protocol, including market actions, governance decisions and protocol parameters.
CToken Contract (BSC Network):
Events: Listens for events like 'Mint,' 'Redeem,' 'Borrow,' 'RepayBorrow,' 'LiquidateBorrow,' 'AccrueInterest,' 'NewReserveFactor,' and 'Transfer.'
Entities: Defines five entities - 'Deposit,' 'Withdraw,' 'Borrow,' 'Repay,' and 'Liquidate.'
Purpose: It tracks various events related to the interaction with CTokens, including depositing, borrowing, repaying and liquidating.