add events handlers

This commit is contained in:
alexcos20 2023-04-26 11:17:28 +03:00
parent fa071a9cd2
commit 14b3b340cf
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@
eventHandlers:
- event: DelegateBoost(indexed address,indexed address,indexed uint256,uint256,uint256,uint256)
handler: handleDelegation
- event: ExtendBoost(indexed address,indexed address,indexed uint256,uint256,uint256,uint256)
handler: handleExtendBoost
- event: BurnBoost((indexed address,indexed address,indexed uint256)
hander: handleTransferBoost
- name: veFeeDistributor
kind: ethereum/contract