factory SolidityAddress.fromBytes(List<int> bytes, {bool skipChecksum = true}) { return SolidityAddress(BytesUtils.toHexString(bytes)); }