Solyasa

Results 3 comments of Solyasa

How to get Sponsoring?

Above answer is right. But order is not good. so I am going to list again. We can achieve that by wrapping it in a component: 1. Wrap it with...

I got same error in TickBitmap.sol. -Original Code library TickBitmap { function position(int24 tick) private pure returns (int16 wordPos, uint8 bitPos) { wordPos = int16(tick >> 8); _bitPos = uint8(tick...