File: notional-wrapped-fcash/contracts/proxy/WrappedfCashFactory.sol   #1

23:           return abi.encodePacked(type(nBeaconProxy).creationCode, abi.encode(BEACON, initCallData));
File: notional-wrapped-fcash/contracts/wfCashERC4626.sol   #2

230           bytes memory userData = abi.encode(
231               RedeemOpts({
232                   redeemToUnderlying: true,
233                   transferfCash: false,
234                   receiver: receiver,
235                   maxImpliedRate: 0
236               })
237:          );
File: notional-wrapped-fcash/contracts/wfCashLogic.sol   #3

159:          bytes memory data = abi.encode(opts);
