// SPDX-License-Identifier: MPL-2.0 pragma solidity ^0.8.17; interface IERC20 { function decimals() external view returns (uint256); }