Added lower and upper tick to event

This commit is contained in:
Thrilok kumar 2021-08-19 01:09:57 +05:30 committed by GitHub
parent 04a26554b7
commit f2a6808861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,9 @@ contract Events {
uint256 indexed tokenId, uint256 indexed tokenId,
uint256 liquidity, uint256 liquidity,
uint256 amtA, uint256 amtA,
uint256 amtB uint256 amtB,
int24 lowerTick,
int24 upperTick
); );
event LogDeposit( event LogDeposit(