adds a modifier to enforce that the token balance of our contract does not change during any external call
Note that we do not check against the vault token balances since this would be very gas intensive for each caller and this should serve as a good enough proxy.
adds a modifier to enforce that the token balance of our contract does not change during any external call
Note that we do not check against the vault token balances since this would be very gas intensive for each caller and this should serve as a good enough proxy.