Use Case

In AMMs users pay a fee when they trade. This fee is usually a percentage of the trade amount. It is important to make sure that the fee is calculated correctly.

Explanation

Check the fees of a Uniswap V3 pool before and after a trade to make sure that the fee is calculated correctly.

Code Example

TODO: Add code example