When I try to get the name(), symbol() and decimals() of a contract, it calls three times like followings, so is it possible to make only one call with multicall?
read the function "name()", "symbol()", "decimals()" of this contract: 0x6b175474e89094c44da98b954eedeac495271d0f on the ethereum mainnet network

When I try to get the
name(),symbol()anddecimals()of a contract, it calls three times like followings, so is it possible to make only one call withmulticall?