Uint8List isApprovedForAll(String owner, String operator) { return isApprovedForAllFunc.encodeCall( [EthereumAddress.fromHex(owner), EthereumAddress.fromHex(operator)]); }