@ensnode/datasources 0.0.0-next-20260605170840 → 0.0.0-next-20260605230916
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +408 -1834
- package/dist/index.js +126 -1439
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -3292,103 +3292,17 @@ declare const UniversalResolverABI: readonly [{
|
|
|
3292
3292
|
readonly type: "function";
|
|
3293
3293
|
}, {
|
|
3294
3294
|
readonly type: "function";
|
|
3295
|
-
readonly name: "
|
|
3296
|
-
readonly inputs: readonly [];
|
|
3297
|
-
readonly outputs: readonly [{
|
|
3298
|
-
readonly name: "";
|
|
3299
|
-
readonly type: "address";
|
|
3300
|
-
readonly internalType: "contract IRegistry";
|
|
3301
|
-
}];
|
|
3302
|
-
readonly stateMutability: "view";
|
|
3303
|
-
}, {
|
|
3304
|
-
readonly type: "function";
|
|
3305
|
-
readonly name: "findCanonicalName";
|
|
3306
|
-
readonly inputs: readonly [{
|
|
3307
|
-
readonly name: "registry";
|
|
3308
|
-
readonly type: "address";
|
|
3309
|
-
readonly internalType: "contract IRegistry";
|
|
3310
|
-
}];
|
|
3311
|
-
readonly outputs: readonly [{
|
|
3312
|
-
readonly name: "";
|
|
3313
|
-
readonly type: "bytes";
|
|
3314
|
-
readonly internalType: "bytes";
|
|
3315
|
-
}];
|
|
3316
|
-
readonly stateMutability: "view";
|
|
3317
|
-
}, {
|
|
3318
|
-
readonly type: "function";
|
|
3319
|
-
readonly name: "findCanonicalRegistry";
|
|
3320
|
-
readonly inputs: readonly [{
|
|
3321
|
-
readonly name: "name";
|
|
3322
|
-
readonly type: "bytes";
|
|
3323
|
-
readonly internalType: "bytes";
|
|
3324
|
-
}];
|
|
3325
|
-
readonly outputs: readonly [{
|
|
3326
|
-
readonly name: "";
|
|
3327
|
-
readonly type: "address";
|
|
3328
|
-
readonly internalType: "contract IRegistry";
|
|
3329
|
-
}];
|
|
3330
|
-
readonly stateMutability: "view";
|
|
3331
|
-
}, {
|
|
3332
|
-
readonly type: "function";
|
|
3333
|
-
readonly name: "findExactRegistry";
|
|
3334
|
-
readonly inputs: readonly [{
|
|
3335
|
-
readonly name: "name";
|
|
3336
|
-
readonly type: "bytes";
|
|
3337
|
-
readonly internalType: "bytes";
|
|
3338
|
-
}];
|
|
3339
|
-
readonly outputs: readonly [{
|
|
3340
|
-
readonly name: "";
|
|
3341
|
-
readonly type: "address";
|
|
3342
|
-
readonly internalType: "contract IRegistry";
|
|
3343
|
-
}];
|
|
3295
|
+
readonly name: "multicall";
|
|
3344
3296
|
readonly stateMutability: "view";
|
|
3345
|
-
}, {
|
|
3346
|
-
readonly type: "function";
|
|
3347
|
-
readonly name: "findRegistries";
|
|
3348
3297
|
readonly inputs: readonly [{
|
|
3349
|
-
readonly
|
|
3350
|
-
readonly
|
|
3351
|
-
readonly
|
|
3298
|
+
readonly internalType: "bytes[]";
|
|
3299
|
+
readonly name: "data";
|
|
3300
|
+
readonly type: "bytes[]";
|
|
3352
3301
|
}];
|
|
3353
3302
|
readonly outputs: readonly [{
|
|
3303
|
+
readonly internalType: "bytes[]";
|
|
3354
3304
|
readonly name: "";
|
|
3355
|
-
readonly type: "
|
|
3356
|
-
readonly internalType: "contract IRegistry[]";
|
|
3357
|
-
}];
|
|
3358
|
-
readonly stateMutability: "view";
|
|
3359
|
-
}, {
|
|
3360
|
-
readonly type: "function";
|
|
3361
|
-
readonly name: "findResolver";
|
|
3362
|
-
readonly inputs: readonly [{
|
|
3363
|
-
readonly name: "name";
|
|
3364
|
-
readonly type: "bytes";
|
|
3365
|
-
readonly internalType: "bytes";
|
|
3366
|
-
}];
|
|
3367
|
-
readonly outputs: readonly [{
|
|
3368
|
-
readonly name: "resolver";
|
|
3369
|
-
readonly type: "address";
|
|
3370
|
-
readonly internalType: "address";
|
|
3371
|
-
}, {
|
|
3372
|
-
readonly name: "node";
|
|
3373
|
-
readonly type: "bytes32";
|
|
3374
|
-
readonly internalType: "bytes32";
|
|
3375
|
-
}, {
|
|
3376
|
-
readonly name: "offset";
|
|
3377
|
-
readonly type: "uint256";
|
|
3378
|
-
readonly internalType: "uint256";
|
|
3379
|
-
}];
|
|
3380
|
-
readonly stateMutability: "view";
|
|
3381
|
-
}, {
|
|
3382
|
-
readonly type: "error";
|
|
3383
|
-
readonly name: "LabelIsEmpty";
|
|
3384
|
-
readonly inputs: readonly [];
|
|
3385
|
-
}, {
|
|
3386
|
-
readonly type: "error";
|
|
3387
|
-
readonly name: "LabelIsTooLong";
|
|
3388
|
-
readonly inputs: readonly [{
|
|
3389
|
-
readonly name: "label";
|
|
3390
|
-
readonly type: "string";
|
|
3391
|
-
readonly internalType: "string";
|
|
3305
|
+
readonly type: "bytes[]";
|
|
3392
3306
|
}];
|
|
3393
3307
|
}];
|
|
3394
3308
|
|
|
@@ -13413,22 +13327,6 @@ declare const _default$3: {
|
|
|
13413
13327
|
};
|
|
13414
13328
|
UniversalResolver: {
|
|
13415
13329
|
abi: readonly [{
|
|
13416
|
-
readonly inputs: readonly [{
|
|
13417
|
-
readonly internalType: "address";
|
|
13418
|
-
readonly name: "owner";
|
|
13419
|
-
readonly type: "address";
|
|
13420
|
-
}, {
|
|
13421
|
-
readonly internalType: "contract ENS";
|
|
13422
|
-
readonly name: "ens";
|
|
13423
|
-
readonly type: "address";
|
|
13424
|
-
}, {
|
|
13425
|
-
readonly internalType: "contract IGatewayProvider";
|
|
13426
|
-
readonly name: "batchGatewayProvider";
|
|
13427
|
-
readonly type: "address";
|
|
13428
|
-
}];
|
|
13429
|
-
readonly stateMutability: "nonpayable";
|
|
13430
|
-
readonly type: "constructor";
|
|
13431
|
-
}, {
|
|
13432
13330
|
readonly inputs: readonly [{
|
|
13433
13331
|
readonly internalType: "bytes";
|
|
13434
13332
|
readonly name: "dns";
|
|
@@ -14009,912 +13907,260 @@ declare const _default$3: {
|
|
|
14009
13907
|
}];
|
|
14010
13908
|
readonly stateMutability: "view";
|
|
14011
13909
|
readonly type: "function";
|
|
14012
|
-
}];
|
|
14013
|
-
address: "0xaa292e8611adf267e563f334ee42320ac96d0463";
|
|
14014
|
-
startBlock: number;
|
|
14015
|
-
};
|
|
14016
|
-
UniversalResolverV2: {
|
|
14017
|
-
abi: readonly [{
|
|
14018
|
-
readonly type: "constructor";
|
|
14019
|
-
readonly inputs: readonly [{
|
|
14020
|
-
readonly name: "root";
|
|
14021
|
-
readonly type: "address";
|
|
14022
|
-
readonly internalType: "contract IRegistry";
|
|
14023
|
-
}, {
|
|
14024
|
-
readonly name: "batchGatewayProvider";
|
|
14025
|
-
readonly type: "address";
|
|
14026
|
-
readonly internalType: "contract IGatewayProvider";
|
|
14027
|
-
}];
|
|
14028
|
-
readonly stateMutability: "nonpayable";
|
|
14029
|
-
}, {
|
|
14030
|
-
readonly type: "function";
|
|
14031
|
-
readonly name: "ROOT_REGISTRY";
|
|
14032
|
-
readonly inputs: readonly [];
|
|
14033
|
-
readonly outputs: readonly [{
|
|
14034
|
-
readonly name: "";
|
|
14035
|
-
readonly type: "address";
|
|
14036
|
-
readonly internalType: "contract IRegistry";
|
|
14037
|
-
}];
|
|
14038
|
-
readonly stateMutability: "view";
|
|
14039
13910
|
}, {
|
|
14040
13911
|
readonly type: "function";
|
|
14041
|
-
readonly name: "
|
|
14042
|
-
readonly inputs: readonly [];
|
|
14043
|
-
readonly outputs: readonly [{
|
|
14044
|
-
readonly name: "";
|
|
14045
|
-
readonly type: "address";
|
|
14046
|
-
readonly internalType: "contract IGatewayProvider";
|
|
14047
|
-
}];
|
|
13912
|
+
readonly name: "multicall";
|
|
14048
13913
|
readonly stateMutability: "view";
|
|
14049
|
-
}, {
|
|
14050
|
-
readonly type: "function";
|
|
14051
|
-
readonly name: "ccipBatch";
|
|
14052
13914
|
readonly inputs: readonly [{
|
|
14053
|
-
readonly
|
|
14054
|
-
readonly
|
|
14055
|
-
readonly
|
|
14056
|
-
readonly components: readonly [{
|
|
14057
|
-
readonly name: "lookups";
|
|
14058
|
-
readonly type: "tuple[]";
|
|
14059
|
-
readonly internalType: "struct CCIPBatcher.Lookup[]";
|
|
14060
|
-
readonly components: readonly [{
|
|
14061
|
-
readonly name: "target";
|
|
14062
|
-
readonly type: "address";
|
|
14063
|
-
readonly internalType: "address";
|
|
14064
|
-
}, {
|
|
14065
|
-
readonly name: "call";
|
|
14066
|
-
readonly type: "bytes";
|
|
14067
|
-
readonly internalType: "bytes";
|
|
14068
|
-
}, {
|
|
14069
|
-
readonly name: "data";
|
|
14070
|
-
readonly type: "bytes";
|
|
14071
|
-
readonly internalType: "bytes";
|
|
14072
|
-
}, {
|
|
14073
|
-
readonly name: "flags";
|
|
14074
|
-
readonly type: "uint256";
|
|
14075
|
-
readonly internalType: "uint256";
|
|
14076
|
-
}];
|
|
14077
|
-
}, {
|
|
14078
|
-
readonly name: "gateways";
|
|
14079
|
-
readonly type: "string[]";
|
|
14080
|
-
readonly internalType: "string[]";
|
|
14081
|
-
}];
|
|
13915
|
+
readonly internalType: "bytes[]";
|
|
13916
|
+
readonly name: "data";
|
|
13917
|
+
readonly type: "bytes[]";
|
|
14082
13918
|
}];
|
|
14083
13919
|
readonly outputs: readonly [{
|
|
13920
|
+
readonly internalType: "bytes[]";
|
|
14084
13921
|
readonly name: "";
|
|
14085
|
-
readonly type: "
|
|
14086
|
-
readonly internalType: "struct CCIPBatcher.Batch";
|
|
14087
|
-
readonly components: readonly [{
|
|
14088
|
-
readonly name: "lookups";
|
|
14089
|
-
readonly type: "tuple[]";
|
|
14090
|
-
readonly internalType: "struct CCIPBatcher.Lookup[]";
|
|
14091
|
-
readonly components: readonly [{
|
|
14092
|
-
readonly name: "target";
|
|
14093
|
-
readonly type: "address";
|
|
14094
|
-
readonly internalType: "address";
|
|
14095
|
-
}, {
|
|
14096
|
-
readonly name: "call";
|
|
14097
|
-
readonly type: "bytes";
|
|
14098
|
-
readonly internalType: "bytes";
|
|
14099
|
-
}, {
|
|
14100
|
-
readonly name: "data";
|
|
14101
|
-
readonly type: "bytes";
|
|
14102
|
-
readonly internalType: "bytes";
|
|
14103
|
-
}, {
|
|
14104
|
-
readonly name: "flags";
|
|
14105
|
-
readonly type: "uint256";
|
|
14106
|
-
readonly internalType: "uint256";
|
|
14107
|
-
}];
|
|
14108
|
-
}, {
|
|
14109
|
-
readonly name: "gateways";
|
|
14110
|
-
readonly type: "string[]";
|
|
14111
|
-
readonly internalType: "string[]";
|
|
14112
|
-
}];
|
|
13922
|
+
readonly type: "bytes[]";
|
|
14113
13923
|
}];
|
|
14114
|
-
|
|
14115
|
-
|
|
14116
|
-
|
|
14117
|
-
|
|
13924
|
+
}];
|
|
13925
|
+
address: "0x202cce504e04bed6fc0521238ddf04bc9e8e15ab";
|
|
13926
|
+
startBlock: number;
|
|
13927
|
+
};
|
|
13928
|
+
};
|
|
13929
|
+
};
|
|
13930
|
+
ENSv2Root: {
|
|
13931
|
+
chain: {
|
|
13932
|
+
readonly id: 31337;
|
|
13933
|
+
readonly name: "ens-test-env";
|
|
13934
|
+
readonly blockExplorers?: {
|
|
13935
|
+
[key: string]: {
|
|
13936
|
+
name: string;
|
|
13937
|
+
url: string;
|
|
13938
|
+
apiUrl?: string | undefined;
|
|
13939
|
+
};
|
|
13940
|
+
default: {
|
|
13941
|
+
name: string;
|
|
13942
|
+
url: string;
|
|
13943
|
+
apiUrl?: string | undefined;
|
|
13944
|
+
};
|
|
13945
|
+
} | undefined | undefined;
|
|
13946
|
+
readonly blockTime?: number | undefined | undefined;
|
|
13947
|
+
readonly contracts?: {
|
|
13948
|
+
[x: string]: viem.ChainContract | {
|
|
13949
|
+
[sourceId: number]: viem.ChainContract | undefined;
|
|
13950
|
+
} | undefined;
|
|
13951
|
+
ensRegistry?: viem.ChainContract | undefined;
|
|
13952
|
+
ensUniversalResolver?: viem.ChainContract | undefined;
|
|
13953
|
+
multicall3?: viem.ChainContract | undefined;
|
|
13954
|
+
erc6492Verifier?: viem.ChainContract | undefined;
|
|
13955
|
+
} | undefined;
|
|
13956
|
+
readonly ensTlds?: readonly string[] | undefined;
|
|
13957
|
+
readonly nativeCurrency: {
|
|
13958
|
+
readonly decimals: 18;
|
|
13959
|
+
readonly name: "Ether";
|
|
13960
|
+
readonly symbol: "ETH";
|
|
13961
|
+
};
|
|
13962
|
+
readonly experimental_preconfirmationTime?: number | undefined | undefined;
|
|
13963
|
+
readonly rpcUrls: {
|
|
13964
|
+
readonly default: {
|
|
13965
|
+
readonly http: readonly ["http://127.0.0.1:8545"];
|
|
13966
|
+
readonly webSocket: readonly ["ws://127.0.0.1:8545"];
|
|
13967
|
+
};
|
|
13968
|
+
};
|
|
13969
|
+
readonly sourceId?: number | undefined | undefined;
|
|
13970
|
+
readonly testnet?: boolean | undefined | undefined;
|
|
13971
|
+
readonly custom?: Record<string, unknown> | undefined;
|
|
13972
|
+
readonly extendSchema?: Record<string, unknown> | undefined;
|
|
13973
|
+
readonly fees?: viem.ChainFees<undefined> | undefined;
|
|
13974
|
+
readonly formatters?: undefined;
|
|
13975
|
+
readonly prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
|
|
13976
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
13977
|
+
}) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
|
|
13978
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
13979
|
+
}) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
|
|
13980
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
13981
|
+
}] | undefined;
|
|
13982
|
+
readonly serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
|
|
13983
|
+
readonly verifyHash?: ((client: viem.Client, parameters: viem.VerifyHashActionParameters) => Promise<viem.VerifyHashActionReturnType>) | undefined;
|
|
13984
|
+
};
|
|
13985
|
+
contracts: {
|
|
13986
|
+
Resolver: {
|
|
13987
|
+
abi: readonly [{
|
|
13988
|
+
readonly anonymous: false;
|
|
14118
13989
|
readonly inputs: readonly [{
|
|
14119
|
-
readonly
|
|
14120
|
-
readonly
|
|
14121
|
-
readonly
|
|
13990
|
+
readonly indexed: true;
|
|
13991
|
+
readonly internalType: "bytes32";
|
|
13992
|
+
readonly name: "node";
|
|
13993
|
+
readonly type: "bytes32";
|
|
14122
13994
|
}, {
|
|
14123
|
-
readonly
|
|
14124
|
-
readonly
|
|
14125
|
-
readonly
|
|
14126
|
-
|
|
14127
|
-
readonly outputs: readonly [{
|
|
14128
|
-
readonly name: "batch";
|
|
14129
|
-
readonly type: "tuple";
|
|
14130
|
-
readonly internalType: "struct CCIPBatcher.Batch";
|
|
14131
|
-
readonly components: readonly [{
|
|
14132
|
-
readonly name: "lookups";
|
|
14133
|
-
readonly type: "tuple[]";
|
|
14134
|
-
readonly internalType: "struct CCIPBatcher.Lookup[]";
|
|
14135
|
-
readonly components: readonly [{
|
|
14136
|
-
readonly name: "target";
|
|
14137
|
-
readonly type: "address";
|
|
14138
|
-
readonly internalType: "address";
|
|
14139
|
-
}, {
|
|
14140
|
-
readonly name: "call";
|
|
14141
|
-
readonly type: "bytes";
|
|
14142
|
-
readonly internalType: "bytes";
|
|
14143
|
-
}, {
|
|
14144
|
-
readonly name: "data";
|
|
14145
|
-
readonly type: "bytes";
|
|
14146
|
-
readonly internalType: "bytes";
|
|
14147
|
-
}, {
|
|
14148
|
-
readonly name: "flags";
|
|
14149
|
-
readonly type: "uint256";
|
|
14150
|
-
readonly internalType: "uint256";
|
|
14151
|
-
}];
|
|
14152
|
-
}, {
|
|
14153
|
-
readonly name: "gateways";
|
|
14154
|
-
readonly type: "string[]";
|
|
14155
|
-
readonly internalType: "string[]";
|
|
14156
|
-
}];
|
|
13995
|
+
readonly indexed: true;
|
|
13996
|
+
readonly internalType: "uint256";
|
|
13997
|
+
readonly name: "contentType";
|
|
13998
|
+
readonly type: "uint256";
|
|
14157
13999
|
}];
|
|
14158
|
-
readonly
|
|
14000
|
+
readonly name: "ABIChanged";
|
|
14001
|
+
readonly type: "event";
|
|
14159
14002
|
}, {
|
|
14160
|
-
readonly
|
|
14161
|
-
readonly name: "ccipReadCallback";
|
|
14003
|
+
readonly anonymous: false;
|
|
14162
14004
|
readonly inputs: readonly [{
|
|
14163
|
-
readonly
|
|
14164
|
-
readonly
|
|
14165
|
-
readonly
|
|
14005
|
+
readonly indexed: true;
|
|
14006
|
+
readonly internalType: "bytes32";
|
|
14007
|
+
readonly name: "node";
|
|
14008
|
+
readonly type: "bytes32";
|
|
14166
14009
|
}, {
|
|
14167
|
-
readonly
|
|
14168
|
-
readonly
|
|
14169
|
-
readonly
|
|
14010
|
+
readonly indexed: false;
|
|
14011
|
+
readonly internalType: "address";
|
|
14012
|
+
readonly name: "a";
|
|
14013
|
+
readonly type: "address";
|
|
14170
14014
|
}];
|
|
14171
|
-
readonly
|
|
14172
|
-
readonly
|
|
14015
|
+
readonly name: "AddrChanged";
|
|
14016
|
+
readonly type: "event";
|
|
14173
14017
|
}, {
|
|
14174
|
-
readonly
|
|
14175
|
-
readonly name: "findCanonicalName";
|
|
14018
|
+
readonly anonymous: false;
|
|
14176
14019
|
readonly inputs: readonly [{
|
|
14177
|
-
readonly
|
|
14178
|
-
readonly
|
|
14179
|
-
readonly
|
|
14180
|
-
|
|
14181
|
-
|
|
14182
|
-
readonly
|
|
14183
|
-
readonly
|
|
14020
|
+
readonly indexed: true;
|
|
14021
|
+
readonly internalType: "bytes32";
|
|
14022
|
+
readonly name: "node";
|
|
14023
|
+
readonly type: "bytes32";
|
|
14024
|
+
}, {
|
|
14025
|
+
readonly indexed: false;
|
|
14026
|
+
readonly internalType: "uint256";
|
|
14027
|
+
readonly name: "coinType";
|
|
14028
|
+
readonly type: "uint256";
|
|
14029
|
+
}, {
|
|
14030
|
+
readonly indexed: false;
|
|
14184
14031
|
readonly internalType: "bytes";
|
|
14032
|
+
readonly name: "newAddress";
|
|
14033
|
+
readonly type: "bytes";
|
|
14185
14034
|
}];
|
|
14186
|
-
readonly
|
|
14035
|
+
readonly name: "AddressChanged";
|
|
14036
|
+
readonly type: "event";
|
|
14187
14037
|
}, {
|
|
14188
|
-
readonly
|
|
14189
|
-
readonly name: "findCanonicalRegistry";
|
|
14038
|
+
readonly anonymous: false;
|
|
14190
14039
|
readonly inputs: readonly [{
|
|
14191
|
-
readonly
|
|
14192
|
-
readonly
|
|
14193
|
-
readonly
|
|
14194
|
-
|
|
14195
|
-
|
|
14196
|
-
readonly
|
|
14040
|
+
readonly indexed: true;
|
|
14041
|
+
readonly internalType: "bytes32";
|
|
14042
|
+
readonly name: "node";
|
|
14043
|
+
readonly type: "bytes32";
|
|
14044
|
+
}, {
|
|
14045
|
+
readonly indexed: true;
|
|
14046
|
+
readonly internalType: "address";
|
|
14047
|
+
readonly name: "owner";
|
|
14197
14048
|
readonly type: "address";
|
|
14198
|
-
|
|
14049
|
+
}, {
|
|
14050
|
+
readonly indexed: true;
|
|
14051
|
+
readonly internalType: "address";
|
|
14052
|
+
readonly name: "target";
|
|
14053
|
+
readonly type: "address";
|
|
14054
|
+
}, {
|
|
14055
|
+
readonly indexed: false;
|
|
14056
|
+
readonly internalType: "bool";
|
|
14057
|
+
readonly name: "isAuthorised";
|
|
14058
|
+
readonly type: "bool";
|
|
14199
14059
|
}];
|
|
14200
|
-
readonly
|
|
14060
|
+
readonly name: "AuthorisationChanged";
|
|
14061
|
+
readonly type: "event";
|
|
14201
14062
|
}, {
|
|
14202
|
-
readonly
|
|
14203
|
-
readonly name: "findExactRegistry";
|
|
14063
|
+
readonly anonymous: false;
|
|
14204
14064
|
readonly inputs: readonly [{
|
|
14205
|
-
readonly
|
|
14206
|
-
readonly
|
|
14065
|
+
readonly indexed: true;
|
|
14066
|
+
readonly internalType: "bytes32";
|
|
14067
|
+
readonly name: "node";
|
|
14068
|
+
readonly type: "bytes32";
|
|
14069
|
+
}, {
|
|
14070
|
+
readonly indexed: false;
|
|
14207
14071
|
readonly internalType: "bytes";
|
|
14072
|
+
readonly name: "hash";
|
|
14073
|
+
readonly type: "bytes";
|
|
14208
14074
|
}];
|
|
14209
|
-
readonly
|
|
14210
|
-
|
|
14211
|
-
readonly type: "address";
|
|
14212
|
-
readonly internalType: "contract IRegistry";
|
|
14213
|
-
}];
|
|
14214
|
-
readonly stateMutability: "view";
|
|
14075
|
+
readonly name: "ContenthashChanged";
|
|
14076
|
+
readonly type: "event";
|
|
14215
14077
|
}, {
|
|
14216
|
-
readonly
|
|
14217
|
-
readonly name: "findRegistries";
|
|
14078
|
+
readonly anonymous: false;
|
|
14218
14079
|
readonly inputs: readonly [{
|
|
14080
|
+
readonly indexed: true;
|
|
14081
|
+
readonly internalType: "bytes32";
|
|
14082
|
+
readonly name: "node";
|
|
14083
|
+
readonly type: "bytes32";
|
|
14084
|
+
}, {
|
|
14085
|
+
readonly indexed: false;
|
|
14086
|
+
readonly internalType: "bytes";
|
|
14219
14087
|
readonly name: "name";
|
|
14220
14088
|
readonly type: "bytes";
|
|
14089
|
+
}, {
|
|
14090
|
+
readonly indexed: false;
|
|
14091
|
+
readonly internalType: "uint16";
|
|
14092
|
+
readonly name: "resource";
|
|
14093
|
+
readonly type: "uint16";
|
|
14094
|
+
}, {
|
|
14095
|
+
readonly indexed: false;
|
|
14221
14096
|
readonly internalType: "bytes";
|
|
14097
|
+
readonly name: "record";
|
|
14098
|
+
readonly type: "bytes";
|
|
14222
14099
|
}];
|
|
14223
|
-
readonly
|
|
14224
|
-
|
|
14225
|
-
readonly type: "address[]";
|
|
14226
|
-
readonly internalType: "contract IRegistry[]";
|
|
14227
|
-
}];
|
|
14228
|
-
readonly stateMutability: "view";
|
|
14100
|
+
readonly name: "DNSRecordChanged";
|
|
14101
|
+
readonly type: "event";
|
|
14229
14102
|
}, {
|
|
14230
|
-
readonly
|
|
14231
|
-
readonly name: "findResolver";
|
|
14103
|
+
readonly anonymous: false;
|
|
14232
14104
|
readonly inputs: readonly [{
|
|
14105
|
+
readonly indexed: true;
|
|
14106
|
+
readonly internalType: "bytes32";
|
|
14107
|
+
readonly name: "node";
|
|
14108
|
+
readonly type: "bytes32";
|
|
14109
|
+
}, {
|
|
14110
|
+
readonly indexed: false;
|
|
14111
|
+
readonly internalType: "bytes";
|
|
14233
14112
|
readonly name: "name";
|
|
14234
14113
|
readonly type: "bytes";
|
|
14235
|
-
readonly internalType: "bytes";
|
|
14236
|
-
}];
|
|
14237
|
-
readonly outputs: readonly [{
|
|
14238
|
-
readonly name: "resolver";
|
|
14239
|
-
readonly type: "address";
|
|
14240
|
-
readonly internalType: "address";
|
|
14241
14114
|
}, {
|
|
14115
|
+
readonly indexed: false;
|
|
14116
|
+
readonly internalType: "uint16";
|
|
14117
|
+
readonly name: "resource";
|
|
14118
|
+
readonly type: "uint16";
|
|
14119
|
+
}];
|
|
14120
|
+
readonly name: "DNSRecordDeleted";
|
|
14121
|
+
readonly type: "event";
|
|
14122
|
+
}, {
|
|
14123
|
+
readonly anonymous: false;
|
|
14124
|
+
readonly inputs: readonly [{
|
|
14125
|
+
readonly indexed: true;
|
|
14126
|
+
readonly internalType: "bytes32";
|
|
14242
14127
|
readonly name: "node";
|
|
14243
14128
|
readonly type: "bytes32";
|
|
14129
|
+
}];
|
|
14130
|
+
readonly name: "DNSZoneCleared";
|
|
14131
|
+
readonly type: "event";
|
|
14132
|
+
}, {
|
|
14133
|
+
readonly anonymous: false;
|
|
14134
|
+
readonly inputs: readonly [{
|
|
14135
|
+
readonly indexed: true;
|
|
14244
14136
|
readonly internalType: "bytes32";
|
|
14137
|
+
readonly name: "node";
|
|
14138
|
+
readonly type: "bytes32";
|
|
14245
14139
|
}, {
|
|
14246
|
-
readonly
|
|
14247
|
-
readonly
|
|
14248
|
-
readonly
|
|
14140
|
+
readonly indexed: true;
|
|
14141
|
+
readonly internalType: "bytes4";
|
|
14142
|
+
readonly name: "interfaceID";
|
|
14143
|
+
readonly type: "bytes4";
|
|
14144
|
+
}, {
|
|
14145
|
+
readonly indexed: false;
|
|
14146
|
+
readonly internalType: "address";
|
|
14147
|
+
readonly name: "implementer";
|
|
14148
|
+
readonly type: "address";
|
|
14249
14149
|
}];
|
|
14250
|
-
readonly
|
|
14150
|
+
readonly name: "InterfaceChanged";
|
|
14151
|
+
readonly type: "event";
|
|
14251
14152
|
}, {
|
|
14252
|
-
readonly
|
|
14253
|
-
readonly name: "requireResolver";
|
|
14153
|
+
readonly anonymous: false;
|
|
14254
14154
|
readonly inputs: readonly [{
|
|
14155
|
+
readonly indexed: true;
|
|
14156
|
+
readonly internalType: "bytes32";
|
|
14157
|
+
readonly name: "node";
|
|
14158
|
+
readonly type: "bytes32";
|
|
14159
|
+
}, {
|
|
14160
|
+
readonly indexed: false;
|
|
14161
|
+
readonly internalType: "string";
|
|
14255
14162
|
readonly name: "name";
|
|
14256
|
-
readonly type: "
|
|
14257
|
-
readonly internalType: "bytes";
|
|
14258
|
-
}];
|
|
14259
|
-
readonly outputs: readonly [{
|
|
14260
|
-
readonly name: "info";
|
|
14261
|
-
readonly type: "tuple";
|
|
14262
|
-
readonly internalType: "struct AbstractUniversalResolver.ResolverInfo";
|
|
14263
|
-
readonly components: readonly [{
|
|
14264
|
-
readonly name: "name";
|
|
14265
|
-
readonly type: "bytes";
|
|
14266
|
-
readonly internalType: "bytes";
|
|
14267
|
-
}, {
|
|
14268
|
-
readonly name: "offset";
|
|
14269
|
-
readonly type: "uint256";
|
|
14270
|
-
readonly internalType: "uint256";
|
|
14271
|
-
}, {
|
|
14272
|
-
readonly name: "node";
|
|
14273
|
-
readonly type: "bytes32";
|
|
14274
|
-
readonly internalType: "bytes32";
|
|
14275
|
-
}, {
|
|
14276
|
-
readonly name: "resolver";
|
|
14277
|
-
readonly type: "address";
|
|
14278
|
-
readonly internalType: "address";
|
|
14279
|
-
}, {
|
|
14280
|
-
readonly name: "extended";
|
|
14281
|
-
readonly type: "bool";
|
|
14282
|
-
readonly internalType: "bool";
|
|
14283
|
-
}];
|
|
14284
|
-
}];
|
|
14285
|
-
readonly stateMutability: "view";
|
|
14286
|
-
}, {
|
|
14287
|
-
readonly type: "function";
|
|
14288
|
-
readonly name: "resolve";
|
|
14289
|
-
readonly inputs: readonly [{
|
|
14290
|
-
readonly name: "name";
|
|
14291
|
-
readonly type: "bytes";
|
|
14292
|
-
readonly internalType: "bytes";
|
|
14293
|
-
}, {
|
|
14294
|
-
readonly name: "data";
|
|
14295
|
-
readonly type: "bytes";
|
|
14296
|
-
readonly internalType: "bytes";
|
|
14297
|
-
}];
|
|
14298
|
-
readonly outputs: readonly [{
|
|
14299
|
-
readonly name: "";
|
|
14300
|
-
readonly type: "bytes";
|
|
14301
|
-
readonly internalType: "bytes";
|
|
14302
|
-
}, {
|
|
14303
|
-
readonly name: "";
|
|
14304
|
-
readonly type: "address";
|
|
14305
|
-
readonly internalType: "address";
|
|
14306
|
-
}];
|
|
14307
|
-
readonly stateMutability: "view";
|
|
14308
|
-
}, {
|
|
14309
|
-
readonly type: "function";
|
|
14310
|
-
readonly name: "resolveBatchCallback";
|
|
14311
|
-
readonly inputs: readonly [{
|
|
14312
|
-
readonly name: "response";
|
|
14313
|
-
readonly type: "bytes";
|
|
14314
|
-
readonly internalType: "bytes";
|
|
14315
|
-
}, {
|
|
14316
|
-
readonly name: "extraData";
|
|
14317
|
-
readonly type: "bytes";
|
|
14318
|
-
readonly internalType: "bytes";
|
|
14319
|
-
}];
|
|
14320
|
-
readonly outputs: readonly [];
|
|
14321
|
-
readonly stateMutability: "view";
|
|
14322
|
-
}, {
|
|
14323
|
-
readonly type: "function";
|
|
14324
|
-
readonly name: "resolveCallback";
|
|
14325
|
-
readonly inputs: readonly [{
|
|
14326
|
-
readonly name: "response";
|
|
14327
|
-
readonly type: "bytes";
|
|
14328
|
-
readonly internalType: "bytes";
|
|
14329
|
-
}, {
|
|
14330
|
-
readonly name: "extraData";
|
|
14331
|
-
readonly type: "bytes";
|
|
14332
|
-
readonly internalType: "bytes";
|
|
14333
|
-
}];
|
|
14334
|
-
readonly outputs: readonly [{
|
|
14335
|
-
readonly name: "";
|
|
14336
|
-
readonly type: "bytes";
|
|
14337
|
-
readonly internalType: "bytes";
|
|
14338
|
-
}, {
|
|
14339
|
-
readonly name: "";
|
|
14340
|
-
readonly type: "address";
|
|
14341
|
-
readonly internalType: "address";
|
|
14342
|
-
}];
|
|
14343
|
-
readonly stateMutability: "pure";
|
|
14344
|
-
}, {
|
|
14345
|
-
readonly type: "function";
|
|
14346
|
-
readonly name: "resolveDirectCallback";
|
|
14347
|
-
readonly inputs: readonly [{
|
|
14348
|
-
readonly name: "response";
|
|
14349
|
-
readonly type: "bytes";
|
|
14350
|
-
readonly internalType: "bytes";
|
|
14351
|
-
}, {
|
|
14352
|
-
readonly name: "extraData";
|
|
14353
|
-
readonly type: "bytes";
|
|
14354
|
-
readonly internalType: "bytes";
|
|
14355
|
-
}];
|
|
14356
|
-
readonly outputs: readonly [];
|
|
14357
|
-
readonly stateMutability: "view";
|
|
14358
|
-
}, {
|
|
14359
|
-
readonly type: "function";
|
|
14360
|
-
readonly name: "resolveDirectCallbackError";
|
|
14361
|
-
readonly inputs: readonly [{
|
|
14362
|
-
readonly name: "response";
|
|
14363
|
-
readonly type: "bytes";
|
|
14364
|
-
readonly internalType: "bytes";
|
|
14365
|
-
}, {
|
|
14366
|
-
readonly name: "";
|
|
14367
|
-
readonly type: "bytes";
|
|
14368
|
-
readonly internalType: "bytes";
|
|
14369
|
-
}];
|
|
14370
|
-
readonly outputs: readonly [];
|
|
14371
|
-
readonly stateMutability: "pure";
|
|
14372
|
-
}, {
|
|
14373
|
-
readonly type: "function";
|
|
14374
|
-
readonly name: "resolveWithGateways";
|
|
14375
|
-
readonly inputs: readonly [{
|
|
14376
|
-
readonly name: "name";
|
|
14377
|
-
readonly type: "bytes";
|
|
14378
|
-
readonly internalType: "bytes";
|
|
14379
|
-
}, {
|
|
14380
|
-
readonly name: "data";
|
|
14381
|
-
readonly type: "bytes";
|
|
14382
|
-
readonly internalType: "bytes";
|
|
14383
|
-
}, {
|
|
14384
|
-
readonly name: "gateways";
|
|
14385
|
-
readonly type: "string[]";
|
|
14386
|
-
readonly internalType: "string[]";
|
|
14387
|
-
}];
|
|
14388
|
-
readonly outputs: readonly [{
|
|
14389
|
-
readonly name: "result";
|
|
14390
|
-
readonly type: "bytes";
|
|
14391
|
-
readonly internalType: "bytes";
|
|
14392
|
-
}, {
|
|
14393
|
-
readonly name: "resolver";
|
|
14394
|
-
readonly type: "address";
|
|
14395
|
-
readonly internalType: "address";
|
|
14396
|
-
}];
|
|
14397
|
-
readonly stateMutability: "view";
|
|
14398
|
-
}, {
|
|
14399
|
-
readonly type: "function";
|
|
14400
|
-
readonly name: "resolveWithResolver";
|
|
14401
|
-
readonly inputs: readonly [{
|
|
14402
|
-
readonly name: "resolver";
|
|
14403
|
-
readonly type: "address";
|
|
14404
|
-
readonly internalType: "address";
|
|
14405
|
-
}, {
|
|
14406
|
-
readonly name: "name";
|
|
14407
|
-
readonly type: "bytes";
|
|
14408
|
-
readonly internalType: "bytes";
|
|
14409
|
-
}, {
|
|
14410
|
-
readonly name: "data";
|
|
14411
|
-
readonly type: "bytes";
|
|
14412
|
-
readonly internalType: "bytes";
|
|
14413
|
-
}, {
|
|
14414
|
-
readonly name: "gateways";
|
|
14415
|
-
readonly type: "string[]";
|
|
14416
|
-
readonly internalType: "string[]";
|
|
14417
|
-
}];
|
|
14418
|
-
readonly outputs: readonly [{
|
|
14419
|
-
readonly name: "";
|
|
14420
|
-
readonly type: "bytes";
|
|
14421
|
-
readonly internalType: "bytes";
|
|
14422
|
-
}];
|
|
14423
|
-
readonly stateMutability: "view";
|
|
14424
|
-
}, {
|
|
14425
|
-
readonly type: "function";
|
|
14426
|
-
readonly name: "reverse";
|
|
14427
|
-
readonly inputs: readonly [{
|
|
14428
|
-
readonly name: "lookupAddress";
|
|
14429
|
-
readonly type: "bytes";
|
|
14430
|
-
readonly internalType: "bytes";
|
|
14431
|
-
}, {
|
|
14432
|
-
readonly name: "coinType";
|
|
14433
|
-
readonly type: "uint256";
|
|
14434
|
-
readonly internalType: "uint256";
|
|
14435
|
-
}];
|
|
14436
|
-
readonly outputs: readonly [{
|
|
14437
|
-
readonly name: "";
|
|
14438
|
-
readonly type: "string";
|
|
14439
|
-
readonly internalType: "string";
|
|
14440
|
-
}, {
|
|
14441
|
-
readonly name: "";
|
|
14442
|
-
readonly type: "address";
|
|
14443
|
-
readonly internalType: "address";
|
|
14444
|
-
}, {
|
|
14445
|
-
readonly name: "";
|
|
14446
|
-
readonly type: "address";
|
|
14447
|
-
readonly internalType: "address";
|
|
14448
|
-
}];
|
|
14449
|
-
readonly stateMutability: "view";
|
|
14450
|
-
}, {
|
|
14451
|
-
readonly type: "function";
|
|
14452
|
-
readonly name: "reverseAddressCallback";
|
|
14453
|
-
readonly inputs: readonly [{
|
|
14454
|
-
readonly name: "response";
|
|
14455
|
-
readonly type: "bytes";
|
|
14456
|
-
readonly internalType: "bytes";
|
|
14457
|
-
}, {
|
|
14458
|
-
readonly name: "extraData";
|
|
14459
|
-
readonly type: "bytes";
|
|
14460
|
-
readonly internalType: "bytes";
|
|
14461
|
-
}];
|
|
14462
|
-
readonly outputs: readonly [{
|
|
14463
|
-
readonly name: "primary";
|
|
14464
|
-
readonly type: "string";
|
|
14465
|
-
readonly internalType: "string";
|
|
14466
|
-
}, {
|
|
14467
|
-
readonly name: "resolver";
|
|
14468
|
-
readonly type: "address";
|
|
14469
|
-
readonly internalType: "address";
|
|
14470
|
-
}, {
|
|
14471
|
-
readonly name: "reverseResolver";
|
|
14472
|
-
readonly type: "address";
|
|
14473
|
-
readonly internalType: "address";
|
|
14474
|
-
}];
|
|
14475
|
-
readonly stateMutability: "pure";
|
|
14476
|
-
}, {
|
|
14477
|
-
readonly type: "function";
|
|
14478
|
-
readonly name: "reverseNameCallback";
|
|
14479
|
-
readonly inputs: readonly [{
|
|
14480
|
-
readonly name: "response";
|
|
14481
|
-
readonly type: "bytes";
|
|
14482
|
-
readonly internalType: "bytes";
|
|
14483
|
-
}, {
|
|
14484
|
-
readonly name: "extraData";
|
|
14485
|
-
readonly type: "bytes";
|
|
14486
|
-
readonly internalType: "bytes";
|
|
14487
|
-
}];
|
|
14488
|
-
readonly outputs: readonly [{
|
|
14489
|
-
readonly name: "primary";
|
|
14490
|
-
readonly type: "string";
|
|
14491
|
-
readonly internalType: "string";
|
|
14492
|
-
}, {
|
|
14493
|
-
readonly name: "";
|
|
14494
|
-
readonly type: "address";
|
|
14495
|
-
readonly internalType: "address";
|
|
14496
|
-
}, {
|
|
14497
|
-
readonly name: "";
|
|
14498
|
-
readonly type: "address";
|
|
14499
|
-
readonly internalType: "address";
|
|
14500
|
-
}];
|
|
14501
|
-
readonly stateMutability: "view";
|
|
14502
|
-
}, {
|
|
14503
|
-
readonly type: "function";
|
|
14504
|
-
readonly name: "reverseWithGateways";
|
|
14505
|
-
readonly inputs: readonly [{
|
|
14506
|
-
readonly name: "lookupAddress";
|
|
14507
|
-
readonly type: "bytes";
|
|
14508
|
-
readonly internalType: "bytes";
|
|
14509
|
-
}, {
|
|
14510
|
-
readonly name: "coinType";
|
|
14511
|
-
readonly type: "uint256";
|
|
14512
|
-
readonly internalType: "uint256";
|
|
14513
|
-
}, {
|
|
14514
|
-
readonly name: "gateways";
|
|
14515
|
-
readonly type: "string[]";
|
|
14516
|
-
readonly internalType: "string[]";
|
|
14517
|
-
}];
|
|
14518
|
-
readonly outputs: readonly [{
|
|
14519
|
-
readonly name: "primary";
|
|
14520
|
-
readonly type: "string";
|
|
14521
|
-
readonly internalType: "string";
|
|
14522
|
-
}, {
|
|
14523
|
-
readonly name: "resolver";
|
|
14524
|
-
readonly type: "address";
|
|
14525
|
-
readonly internalType: "address";
|
|
14526
|
-
}, {
|
|
14527
|
-
readonly name: "reverseResolver";
|
|
14528
|
-
readonly type: "address";
|
|
14529
|
-
readonly internalType: "address";
|
|
14530
|
-
}];
|
|
14531
|
-
readonly stateMutability: "view";
|
|
14532
|
-
}, {
|
|
14533
|
-
readonly type: "function";
|
|
14534
|
-
readonly name: "supportsInterface";
|
|
14535
|
-
readonly inputs: readonly [{
|
|
14536
|
-
readonly name: "interfaceId";
|
|
14537
|
-
readonly type: "bytes4";
|
|
14538
|
-
readonly internalType: "bytes4";
|
|
14539
|
-
}];
|
|
14540
|
-
readonly outputs: readonly [{
|
|
14541
|
-
readonly name: "";
|
|
14542
|
-
readonly type: "bool";
|
|
14543
|
-
readonly internalType: "bool";
|
|
14544
|
-
}];
|
|
14545
|
-
readonly stateMutability: "view";
|
|
14546
|
-
}, {
|
|
14547
|
-
readonly type: "error";
|
|
14548
|
-
readonly name: "DNSDecodingFailed";
|
|
14549
|
-
readonly inputs: readonly [{
|
|
14550
|
-
readonly name: "dns";
|
|
14551
|
-
readonly type: "bytes";
|
|
14552
|
-
readonly internalType: "bytes";
|
|
14553
|
-
}];
|
|
14554
|
-
}, {
|
|
14555
|
-
readonly type: "error";
|
|
14556
|
-
readonly name: "DNSEncodingFailed";
|
|
14557
|
-
readonly inputs: readonly [{
|
|
14558
|
-
readonly name: "ens";
|
|
14559
|
-
readonly type: "string";
|
|
14560
|
-
readonly internalType: "string";
|
|
14561
|
-
}];
|
|
14562
|
-
}, {
|
|
14563
|
-
readonly type: "error";
|
|
14564
|
-
readonly name: "EmptyAddress";
|
|
14565
|
-
readonly inputs: readonly [];
|
|
14566
|
-
}, {
|
|
14567
|
-
readonly type: "error";
|
|
14568
|
-
readonly name: "HttpError";
|
|
14569
|
-
readonly inputs: readonly [{
|
|
14570
|
-
readonly name: "status";
|
|
14571
|
-
readonly type: "uint16";
|
|
14572
|
-
readonly internalType: "uint16";
|
|
14573
|
-
}, {
|
|
14574
|
-
readonly name: "message";
|
|
14575
|
-
readonly type: "string";
|
|
14576
|
-
readonly internalType: "string";
|
|
14577
|
-
}];
|
|
14578
|
-
}, {
|
|
14579
|
-
readonly type: "error";
|
|
14580
|
-
readonly name: "InvalidBatchGatewayResponse";
|
|
14581
|
-
readonly inputs: readonly [];
|
|
14582
|
-
}, {
|
|
14583
|
-
readonly type: "error";
|
|
14584
|
-
readonly name: "LabelIsEmpty";
|
|
14585
|
-
readonly inputs: readonly [];
|
|
14586
|
-
}, {
|
|
14587
|
-
readonly type: "error";
|
|
14588
|
-
readonly name: "LabelIsTooLong";
|
|
14589
|
-
readonly inputs: readonly [{
|
|
14590
|
-
readonly name: "label";
|
|
14591
|
-
readonly type: "string";
|
|
14592
|
-
readonly internalType: "string";
|
|
14593
|
-
}];
|
|
14594
|
-
}, {
|
|
14595
|
-
readonly type: "error";
|
|
14596
|
-
readonly name: "OffchainLookup";
|
|
14597
|
-
readonly inputs: readonly [{
|
|
14598
|
-
readonly name: "sender";
|
|
14599
|
-
readonly type: "address";
|
|
14600
|
-
readonly internalType: "address";
|
|
14601
|
-
}, {
|
|
14602
|
-
readonly name: "urls";
|
|
14603
|
-
readonly type: "string[]";
|
|
14604
|
-
readonly internalType: "string[]";
|
|
14605
|
-
}, {
|
|
14606
|
-
readonly name: "callData";
|
|
14607
|
-
readonly type: "bytes";
|
|
14608
|
-
readonly internalType: "bytes";
|
|
14609
|
-
}, {
|
|
14610
|
-
readonly name: "callbackFunction";
|
|
14611
|
-
readonly type: "bytes4";
|
|
14612
|
-
readonly internalType: "bytes4";
|
|
14613
|
-
}, {
|
|
14614
|
-
readonly name: "extraData";
|
|
14615
|
-
readonly type: "bytes";
|
|
14616
|
-
readonly internalType: "bytes";
|
|
14617
|
-
}];
|
|
14618
|
-
}, {
|
|
14619
|
-
readonly type: "error";
|
|
14620
|
-
readonly name: "OffsetOutOfBoundsError";
|
|
14621
|
-
readonly inputs: readonly [{
|
|
14622
|
-
readonly name: "offset";
|
|
14623
|
-
readonly type: "uint256";
|
|
14624
|
-
readonly internalType: "uint256";
|
|
14625
|
-
}, {
|
|
14626
|
-
readonly name: "length";
|
|
14627
|
-
readonly type: "uint256";
|
|
14628
|
-
readonly internalType: "uint256";
|
|
14629
|
-
}];
|
|
14630
|
-
}, {
|
|
14631
|
-
readonly type: "error";
|
|
14632
|
-
readonly name: "ResolverError";
|
|
14633
|
-
readonly inputs: readonly [{
|
|
14634
|
-
readonly name: "errorData";
|
|
14635
|
-
readonly type: "bytes";
|
|
14636
|
-
readonly internalType: "bytes";
|
|
14637
|
-
}];
|
|
14638
|
-
}, {
|
|
14639
|
-
readonly type: "error";
|
|
14640
|
-
readonly name: "ResolverNotContract";
|
|
14641
|
-
readonly inputs: readonly [{
|
|
14642
|
-
readonly name: "name";
|
|
14643
|
-
readonly type: "bytes";
|
|
14644
|
-
readonly internalType: "bytes";
|
|
14645
|
-
}, {
|
|
14646
|
-
readonly name: "resolver";
|
|
14647
|
-
readonly type: "address";
|
|
14648
|
-
readonly internalType: "address";
|
|
14649
|
-
}];
|
|
14650
|
-
}, {
|
|
14651
|
-
readonly type: "error";
|
|
14652
|
-
readonly name: "ResolverNotFound";
|
|
14653
|
-
readonly inputs: readonly [{
|
|
14654
|
-
readonly name: "name";
|
|
14655
|
-
readonly type: "bytes";
|
|
14656
|
-
readonly internalType: "bytes";
|
|
14657
|
-
}];
|
|
14658
|
-
}, {
|
|
14659
|
-
readonly type: "error";
|
|
14660
|
-
readonly name: "ReverseAddressMismatch";
|
|
14661
|
-
readonly inputs: readonly [{
|
|
14662
|
-
readonly name: "primary";
|
|
14663
|
-
readonly type: "string";
|
|
14664
|
-
readonly internalType: "string";
|
|
14665
|
-
}, {
|
|
14666
|
-
readonly name: "primaryAddress";
|
|
14667
|
-
readonly type: "bytes";
|
|
14668
|
-
readonly internalType: "bytes";
|
|
14669
|
-
}];
|
|
14670
|
-
}, {
|
|
14671
|
-
readonly type: "error";
|
|
14672
|
-
readonly name: "UnsupportedResolverProfile";
|
|
14673
|
-
readonly inputs: readonly [{
|
|
14674
|
-
readonly name: "selector";
|
|
14675
|
-
readonly type: "bytes4";
|
|
14676
|
-
readonly internalType: "bytes4";
|
|
14677
|
-
}];
|
|
14678
|
-
}];
|
|
14679
|
-
address: "0x0355b7b8cb128fa5692729ab3aaa199c1753f726";
|
|
14680
|
-
startBlock: number;
|
|
14681
|
-
};
|
|
14682
|
-
};
|
|
14683
|
-
};
|
|
14684
|
-
ENSv2Root: {
|
|
14685
|
-
chain: {
|
|
14686
|
-
readonly id: 31337;
|
|
14687
|
-
readonly name: "ens-test-env";
|
|
14688
|
-
readonly blockExplorers?: {
|
|
14689
|
-
[key: string]: {
|
|
14690
|
-
name: string;
|
|
14691
|
-
url: string;
|
|
14692
|
-
apiUrl?: string | undefined;
|
|
14693
|
-
};
|
|
14694
|
-
default: {
|
|
14695
|
-
name: string;
|
|
14696
|
-
url: string;
|
|
14697
|
-
apiUrl?: string | undefined;
|
|
14698
|
-
};
|
|
14699
|
-
} | undefined | undefined;
|
|
14700
|
-
readonly blockTime?: number | undefined | undefined;
|
|
14701
|
-
readonly contracts?: {
|
|
14702
|
-
[x: string]: viem.ChainContract | {
|
|
14703
|
-
[sourceId: number]: viem.ChainContract | undefined;
|
|
14704
|
-
} | undefined;
|
|
14705
|
-
ensRegistry?: viem.ChainContract | undefined;
|
|
14706
|
-
ensUniversalResolver?: viem.ChainContract | undefined;
|
|
14707
|
-
multicall3?: viem.ChainContract | undefined;
|
|
14708
|
-
erc6492Verifier?: viem.ChainContract | undefined;
|
|
14709
|
-
} | undefined;
|
|
14710
|
-
readonly ensTlds?: readonly string[] | undefined;
|
|
14711
|
-
readonly nativeCurrency: {
|
|
14712
|
-
readonly decimals: 18;
|
|
14713
|
-
readonly name: "Ether";
|
|
14714
|
-
readonly symbol: "ETH";
|
|
14715
|
-
};
|
|
14716
|
-
readonly experimental_preconfirmationTime?: number | undefined | undefined;
|
|
14717
|
-
readonly rpcUrls: {
|
|
14718
|
-
readonly default: {
|
|
14719
|
-
readonly http: readonly ["http://127.0.0.1:8545"];
|
|
14720
|
-
readonly webSocket: readonly ["ws://127.0.0.1:8545"];
|
|
14721
|
-
};
|
|
14722
|
-
};
|
|
14723
|
-
readonly sourceId?: number | undefined | undefined;
|
|
14724
|
-
readonly testnet?: boolean | undefined | undefined;
|
|
14725
|
-
readonly custom?: Record<string, unknown> | undefined;
|
|
14726
|
-
readonly extendSchema?: Record<string, unknown> | undefined;
|
|
14727
|
-
readonly fees?: viem.ChainFees<undefined> | undefined;
|
|
14728
|
-
readonly formatters?: undefined;
|
|
14729
|
-
readonly prepareTransactionRequest?: ((args: viem.PrepareTransactionRequestParameters, options: {
|
|
14730
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
14731
|
-
}) => Promise<viem.PrepareTransactionRequestParameters>) | [fn: ((args: viem.PrepareTransactionRequestParameters, options: {
|
|
14732
|
-
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
14733
|
-
}) => Promise<viem.PrepareTransactionRequestParameters>) | undefined, options: {
|
|
14734
|
-
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
14735
|
-
}] | undefined;
|
|
14736
|
-
readonly serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
|
|
14737
|
-
readonly verifyHash?: ((client: viem.Client, parameters: viem.VerifyHashActionParameters) => Promise<viem.VerifyHashActionReturnType>) | undefined;
|
|
14738
|
-
};
|
|
14739
|
-
contracts: {
|
|
14740
|
-
Resolver: {
|
|
14741
|
-
abi: readonly [{
|
|
14742
|
-
readonly anonymous: false;
|
|
14743
|
-
readonly inputs: readonly [{
|
|
14744
|
-
readonly indexed: true;
|
|
14745
|
-
readonly internalType: "bytes32";
|
|
14746
|
-
readonly name: "node";
|
|
14747
|
-
readonly type: "bytes32";
|
|
14748
|
-
}, {
|
|
14749
|
-
readonly indexed: true;
|
|
14750
|
-
readonly internalType: "uint256";
|
|
14751
|
-
readonly name: "contentType";
|
|
14752
|
-
readonly type: "uint256";
|
|
14753
|
-
}];
|
|
14754
|
-
readonly name: "ABIChanged";
|
|
14755
|
-
readonly type: "event";
|
|
14756
|
-
}, {
|
|
14757
|
-
readonly anonymous: false;
|
|
14758
|
-
readonly inputs: readonly [{
|
|
14759
|
-
readonly indexed: true;
|
|
14760
|
-
readonly internalType: "bytes32";
|
|
14761
|
-
readonly name: "node";
|
|
14762
|
-
readonly type: "bytes32";
|
|
14763
|
-
}, {
|
|
14764
|
-
readonly indexed: false;
|
|
14765
|
-
readonly internalType: "address";
|
|
14766
|
-
readonly name: "a";
|
|
14767
|
-
readonly type: "address";
|
|
14768
|
-
}];
|
|
14769
|
-
readonly name: "AddrChanged";
|
|
14770
|
-
readonly type: "event";
|
|
14771
|
-
}, {
|
|
14772
|
-
readonly anonymous: false;
|
|
14773
|
-
readonly inputs: readonly [{
|
|
14774
|
-
readonly indexed: true;
|
|
14775
|
-
readonly internalType: "bytes32";
|
|
14776
|
-
readonly name: "node";
|
|
14777
|
-
readonly type: "bytes32";
|
|
14778
|
-
}, {
|
|
14779
|
-
readonly indexed: false;
|
|
14780
|
-
readonly internalType: "uint256";
|
|
14781
|
-
readonly name: "coinType";
|
|
14782
|
-
readonly type: "uint256";
|
|
14783
|
-
}, {
|
|
14784
|
-
readonly indexed: false;
|
|
14785
|
-
readonly internalType: "bytes";
|
|
14786
|
-
readonly name: "newAddress";
|
|
14787
|
-
readonly type: "bytes";
|
|
14788
|
-
}];
|
|
14789
|
-
readonly name: "AddressChanged";
|
|
14790
|
-
readonly type: "event";
|
|
14791
|
-
}, {
|
|
14792
|
-
readonly anonymous: false;
|
|
14793
|
-
readonly inputs: readonly [{
|
|
14794
|
-
readonly indexed: true;
|
|
14795
|
-
readonly internalType: "bytes32";
|
|
14796
|
-
readonly name: "node";
|
|
14797
|
-
readonly type: "bytes32";
|
|
14798
|
-
}, {
|
|
14799
|
-
readonly indexed: true;
|
|
14800
|
-
readonly internalType: "address";
|
|
14801
|
-
readonly name: "owner";
|
|
14802
|
-
readonly type: "address";
|
|
14803
|
-
}, {
|
|
14804
|
-
readonly indexed: true;
|
|
14805
|
-
readonly internalType: "address";
|
|
14806
|
-
readonly name: "target";
|
|
14807
|
-
readonly type: "address";
|
|
14808
|
-
}, {
|
|
14809
|
-
readonly indexed: false;
|
|
14810
|
-
readonly internalType: "bool";
|
|
14811
|
-
readonly name: "isAuthorised";
|
|
14812
|
-
readonly type: "bool";
|
|
14813
|
-
}];
|
|
14814
|
-
readonly name: "AuthorisationChanged";
|
|
14815
|
-
readonly type: "event";
|
|
14816
|
-
}, {
|
|
14817
|
-
readonly anonymous: false;
|
|
14818
|
-
readonly inputs: readonly [{
|
|
14819
|
-
readonly indexed: true;
|
|
14820
|
-
readonly internalType: "bytes32";
|
|
14821
|
-
readonly name: "node";
|
|
14822
|
-
readonly type: "bytes32";
|
|
14823
|
-
}, {
|
|
14824
|
-
readonly indexed: false;
|
|
14825
|
-
readonly internalType: "bytes";
|
|
14826
|
-
readonly name: "hash";
|
|
14827
|
-
readonly type: "bytes";
|
|
14828
|
-
}];
|
|
14829
|
-
readonly name: "ContenthashChanged";
|
|
14830
|
-
readonly type: "event";
|
|
14831
|
-
}, {
|
|
14832
|
-
readonly anonymous: false;
|
|
14833
|
-
readonly inputs: readonly [{
|
|
14834
|
-
readonly indexed: true;
|
|
14835
|
-
readonly internalType: "bytes32";
|
|
14836
|
-
readonly name: "node";
|
|
14837
|
-
readonly type: "bytes32";
|
|
14838
|
-
}, {
|
|
14839
|
-
readonly indexed: false;
|
|
14840
|
-
readonly internalType: "bytes";
|
|
14841
|
-
readonly name: "name";
|
|
14842
|
-
readonly type: "bytes";
|
|
14843
|
-
}, {
|
|
14844
|
-
readonly indexed: false;
|
|
14845
|
-
readonly internalType: "uint16";
|
|
14846
|
-
readonly name: "resource";
|
|
14847
|
-
readonly type: "uint16";
|
|
14848
|
-
}, {
|
|
14849
|
-
readonly indexed: false;
|
|
14850
|
-
readonly internalType: "bytes";
|
|
14851
|
-
readonly name: "record";
|
|
14852
|
-
readonly type: "bytes";
|
|
14853
|
-
}];
|
|
14854
|
-
readonly name: "DNSRecordChanged";
|
|
14855
|
-
readonly type: "event";
|
|
14856
|
-
}, {
|
|
14857
|
-
readonly anonymous: false;
|
|
14858
|
-
readonly inputs: readonly [{
|
|
14859
|
-
readonly indexed: true;
|
|
14860
|
-
readonly internalType: "bytes32";
|
|
14861
|
-
readonly name: "node";
|
|
14862
|
-
readonly type: "bytes32";
|
|
14863
|
-
}, {
|
|
14864
|
-
readonly indexed: false;
|
|
14865
|
-
readonly internalType: "bytes";
|
|
14866
|
-
readonly name: "name";
|
|
14867
|
-
readonly type: "bytes";
|
|
14868
|
-
}, {
|
|
14869
|
-
readonly indexed: false;
|
|
14870
|
-
readonly internalType: "uint16";
|
|
14871
|
-
readonly name: "resource";
|
|
14872
|
-
readonly type: "uint16";
|
|
14873
|
-
}];
|
|
14874
|
-
readonly name: "DNSRecordDeleted";
|
|
14875
|
-
readonly type: "event";
|
|
14876
|
-
}, {
|
|
14877
|
-
readonly anonymous: false;
|
|
14878
|
-
readonly inputs: readonly [{
|
|
14879
|
-
readonly indexed: true;
|
|
14880
|
-
readonly internalType: "bytes32";
|
|
14881
|
-
readonly name: "node";
|
|
14882
|
-
readonly type: "bytes32";
|
|
14883
|
-
}];
|
|
14884
|
-
readonly name: "DNSZoneCleared";
|
|
14885
|
-
readonly type: "event";
|
|
14886
|
-
}, {
|
|
14887
|
-
readonly anonymous: false;
|
|
14888
|
-
readonly inputs: readonly [{
|
|
14889
|
-
readonly indexed: true;
|
|
14890
|
-
readonly internalType: "bytes32";
|
|
14891
|
-
readonly name: "node";
|
|
14892
|
-
readonly type: "bytes32";
|
|
14893
|
-
}, {
|
|
14894
|
-
readonly indexed: true;
|
|
14895
|
-
readonly internalType: "bytes4";
|
|
14896
|
-
readonly name: "interfaceID";
|
|
14897
|
-
readonly type: "bytes4";
|
|
14898
|
-
}, {
|
|
14899
|
-
readonly indexed: false;
|
|
14900
|
-
readonly internalType: "address";
|
|
14901
|
-
readonly name: "implementer";
|
|
14902
|
-
readonly type: "address";
|
|
14903
|
-
}];
|
|
14904
|
-
readonly name: "InterfaceChanged";
|
|
14905
|
-
readonly type: "event";
|
|
14906
|
-
}, {
|
|
14907
|
-
readonly anonymous: false;
|
|
14908
|
-
readonly inputs: readonly [{
|
|
14909
|
-
readonly indexed: true;
|
|
14910
|
-
readonly internalType: "bytes32";
|
|
14911
|
-
readonly name: "node";
|
|
14912
|
-
readonly type: "bytes32";
|
|
14913
|
-
}, {
|
|
14914
|
-
readonly indexed: false;
|
|
14915
|
-
readonly internalType: "string";
|
|
14916
|
-
readonly name: "name";
|
|
14917
|
-
readonly type: "string";
|
|
14163
|
+
readonly type: "string";
|
|
14918
14164
|
}];
|
|
14919
14165
|
readonly name: "NameChanged";
|
|
14920
14166
|
readonly type: "event";
|
|
@@ -31066,22 +30312,6 @@ declare const _default$2: {
|
|
|
31066
30312
|
};
|
|
31067
30313
|
UniversalResolver: {
|
|
31068
30314
|
abi: readonly [{
|
|
31069
|
-
readonly inputs: readonly [{
|
|
31070
|
-
readonly internalType: "address";
|
|
31071
|
-
readonly name: "owner";
|
|
31072
|
-
readonly type: "address";
|
|
31073
|
-
}, {
|
|
31074
|
-
readonly internalType: "contract ENS";
|
|
31075
|
-
readonly name: "ens";
|
|
31076
|
-
readonly type: "address";
|
|
31077
|
-
}, {
|
|
31078
|
-
readonly internalType: "contract IGatewayProvider";
|
|
31079
|
-
readonly name: "batchGatewayProvider";
|
|
31080
|
-
readonly type: "address";
|
|
31081
|
-
}];
|
|
31082
|
-
readonly stateMutability: "nonpayable";
|
|
31083
|
-
readonly type: "constructor";
|
|
31084
|
-
}, {
|
|
31085
30315
|
readonly inputs: readonly [{
|
|
31086
30316
|
readonly internalType: "bytes";
|
|
31087
30317
|
readonly name: "dns";
|
|
@@ -31662,8 +30892,22 @@ declare const _default$2: {
|
|
|
31662
30892
|
}];
|
|
31663
30893
|
readonly stateMutability: "view";
|
|
31664
30894
|
readonly type: "function";
|
|
30895
|
+
}, {
|
|
30896
|
+
readonly type: "function";
|
|
30897
|
+
readonly name: "multicall";
|
|
30898
|
+
readonly stateMutability: "view";
|
|
30899
|
+
readonly inputs: readonly [{
|
|
30900
|
+
readonly internalType: "bytes[]";
|
|
30901
|
+
readonly name: "data";
|
|
30902
|
+
readonly type: "bytes[]";
|
|
30903
|
+
}];
|
|
30904
|
+
readonly outputs: readonly [{
|
|
30905
|
+
readonly internalType: "bytes[]";
|
|
30906
|
+
readonly name: "";
|
|
30907
|
+
readonly type: "bytes[]";
|
|
30908
|
+
}];
|
|
31665
30909
|
}];
|
|
31666
|
-
address: "
|
|
30910
|
+
address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
31667
30911
|
startBlock: number;
|
|
31668
30912
|
};
|
|
31669
30913
|
BasenamesL1Resolver: {
|
|
@@ -76008,22 +75252,6 @@ declare const _default$1: {
|
|
|
76008
75252
|
};
|
|
76009
75253
|
UniversalResolver: {
|
|
76010
75254
|
abi: readonly [{
|
|
76011
|
-
readonly inputs: readonly [{
|
|
76012
|
-
readonly internalType: "address";
|
|
76013
|
-
readonly name: "owner";
|
|
76014
|
-
readonly type: "address";
|
|
76015
|
-
}, {
|
|
76016
|
-
readonly internalType: "contract ENS";
|
|
76017
|
-
readonly name: "ens";
|
|
76018
|
-
readonly type: "address";
|
|
76019
|
-
}, {
|
|
76020
|
-
readonly internalType: "contract IGatewayProvider";
|
|
76021
|
-
readonly name: "batchGatewayProvider";
|
|
76022
|
-
readonly type: "address";
|
|
76023
|
-
}];
|
|
76024
|
-
readonly stateMutability: "nonpayable";
|
|
76025
|
-
readonly type: "constructor";
|
|
76026
|
-
}, {
|
|
76027
75255
|
readonly inputs: readonly [{
|
|
76028
75256
|
readonly internalType: "bytes";
|
|
76029
75257
|
readonly name: "dns";
|
|
@@ -76604,8 +75832,22 @@ declare const _default$1: {
|
|
|
76604
75832
|
}];
|
|
76605
75833
|
readonly stateMutability: "view";
|
|
76606
75834
|
readonly type: "function";
|
|
75835
|
+
}, {
|
|
75836
|
+
readonly type: "function";
|
|
75837
|
+
readonly name: "multicall";
|
|
75838
|
+
readonly stateMutability: "view";
|
|
75839
|
+
readonly inputs: readonly [{
|
|
75840
|
+
readonly internalType: "bytes[]";
|
|
75841
|
+
readonly name: "data";
|
|
75842
|
+
readonly type: "bytes[]";
|
|
75843
|
+
}];
|
|
75844
|
+
readonly outputs: readonly [{
|
|
75845
|
+
readonly internalType: "bytes[]";
|
|
75846
|
+
readonly name: "";
|
|
75847
|
+
readonly type: "bytes[]";
|
|
75848
|
+
}];
|
|
76607
75849
|
}];
|
|
76608
|
-
address: "
|
|
75850
|
+
address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
76609
75851
|
startBlock: number;
|
|
76610
75852
|
};
|
|
76611
75853
|
BasenamesL1Resolver: {
|
|
@@ -113167,22 +112409,6 @@ declare const _default: {
|
|
|
113167
112409
|
};
|
|
113168
112410
|
UniversalResolver: {
|
|
113169
112411
|
abi: readonly [{
|
|
113170
|
-
readonly inputs: readonly [{
|
|
113171
|
-
readonly internalType: "address";
|
|
113172
|
-
readonly name: "owner";
|
|
113173
|
-
readonly type: "address";
|
|
113174
|
-
}, {
|
|
113175
|
-
readonly internalType: "contract ENS";
|
|
113176
|
-
readonly name: "ens";
|
|
113177
|
-
readonly type: "address";
|
|
113178
|
-
}, {
|
|
113179
|
-
readonly internalType: "contract IGatewayProvider";
|
|
113180
|
-
readonly name: "batchGatewayProvider";
|
|
113181
|
-
readonly type: "address";
|
|
113182
|
-
}];
|
|
113183
|
-
readonly stateMutability: "nonpayable";
|
|
113184
|
-
readonly type: "constructor";
|
|
113185
|
-
}, {
|
|
113186
112412
|
readonly inputs: readonly [{
|
|
113187
112413
|
readonly internalType: "bytes";
|
|
113188
112414
|
readonly name: "dns";
|
|
@@ -113279,1158 +112505,506 @@ declare const _default: {
|
|
|
113279
112505
|
readonly internalType: "bytes";
|
|
113280
112506
|
readonly name: "name";
|
|
113281
112507
|
readonly type: "bytes";
|
|
113282
|
-
}];
|
|
113283
|
-
readonly name: "ResolverNotFound";
|
|
113284
|
-
readonly type: "error";
|
|
113285
|
-
}, {
|
|
113286
|
-
readonly inputs: readonly [{
|
|
113287
|
-
readonly internalType: "string";
|
|
113288
|
-
readonly name: "primary";
|
|
113289
|
-
readonly type: "string";
|
|
113290
|
-
}, {
|
|
113291
|
-
readonly internalType: "bytes";
|
|
113292
|
-
readonly name: "primaryAddress";
|
|
113293
|
-
readonly type: "bytes";
|
|
113294
|
-
}];
|
|
113295
|
-
readonly name: "ReverseAddressMismatch";
|
|
113296
|
-
readonly type: "error";
|
|
113297
|
-
}, {
|
|
113298
|
-
readonly inputs: readonly [{
|
|
113299
|
-
readonly internalType: "bytes4";
|
|
113300
|
-
readonly name: "selector";
|
|
113301
|
-
readonly type: "bytes4";
|
|
113302
|
-
}];
|
|
113303
|
-
readonly name: "UnsupportedResolverProfile";
|
|
113304
|
-
readonly type: "error";
|
|
113305
|
-
}, {
|
|
113306
|
-
readonly inputs: readonly [];
|
|
113307
|
-
readonly name: "batchGatewayProvider";
|
|
113308
|
-
readonly outputs: readonly [{
|
|
113309
|
-
readonly internalType: "contract IGatewayProvider";
|
|
113310
|
-
readonly name: "";
|
|
113311
|
-
readonly type: "address";
|
|
113312
|
-
}];
|
|
113313
|
-
readonly stateMutability: "view";
|
|
113314
|
-
readonly type: "function";
|
|
113315
|
-
}, {
|
|
113316
|
-
readonly inputs: readonly [{
|
|
113317
|
-
readonly components: readonly [{
|
|
113318
|
-
readonly components: readonly [{
|
|
113319
|
-
readonly internalType: "address";
|
|
113320
|
-
readonly name: "target";
|
|
113321
|
-
readonly type: "address";
|
|
113322
|
-
}, {
|
|
113323
|
-
readonly internalType: "bytes";
|
|
113324
|
-
readonly name: "call";
|
|
113325
|
-
readonly type: "bytes";
|
|
113326
|
-
}, {
|
|
113327
|
-
readonly internalType: "bytes";
|
|
113328
|
-
readonly name: "data";
|
|
113329
|
-
readonly type: "bytes";
|
|
113330
|
-
}, {
|
|
113331
|
-
readonly internalType: "uint256";
|
|
113332
|
-
readonly name: "flags";
|
|
113333
|
-
readonly type: "uint256";
|
|
113334
|
-
}];
|
|
113335
|
-
readonly internalType: "struct CCIPBatcher.Lookup[]";
|
|
113336
|
-
readonly name: "lookups";
|
|
113337
|
-
readonly type: "tuple[]";
|
|
113338
|
-
}, {
|
|
113339
|
-
readonly internalType: "string[]";
|
|
113340
|
-
readonly name: "gateways";
|
|
113341
|
-
readonly type: "string[]";
|
|
113342
|
-
}];
|
|
113343
|
-
readonly internalType: "struct CCIPBatcher.Batch";
|
|
113344
|
-
readonly name: "batch";
|
|
113345
|
-
readonly type: "tuple";
|
|
113346
|
-
}];
|
|
113347
|
-
readonly name: "ccipBatch";
|
|
113348
|
-
readonly outputs: readonly [{
|
|
113349
|
-
readonly components: readonly [{
|
|
113350
|
-
readonly components: readonly [{
|
|
113351
|
-
readonly internalType: "address";
|
|
113352
|
-
readonly name: "target";
|
|
113353
|
-
readonly type: "address";
|
|
113354
|
-
}, {
|
|
113355
|
-
readonly internalType: "bytes";
|
|
113356
|
-
readonly name: "call";
|
|
113357
|
-
readonly type: "bytes";
|
|
113358
|
-
}, {
|
|
113359
|
-
readonly internalType: "bytes";
|
|
113360
|
-
readonly name: "data";
|
|
113361
|
-
readonly type: "bytes";
|
|
113362
|
-
}, {
|
|
113363
|
-
readonly internalType: "uint256";
|
|
113364
|
-
readonly name: "flags";
|
|
113365
|
-
readonly type: "uint256";
|
|
113366
|
-
}];
|
|
113367
|
-
readonly internalType: "struct CCIPBatcher.Lookup[]";
|
|
113368
|
-
readonly name: "lookups";
|
|
113369
|
-
readonly type: "tuple[]";
|
|
113370
|
-
}, {
|
|
113371
|
-
readonly internalType: "string[]";
|
|
113372
|
-
readonly name: "gateways";
|
|
113373
|
-
readonly type: "string[]";
|
|
113374
|
-
}];
|
|
113375
|
-
readonly internalType: "struct CCIPBatcher.Batch";
|
|
113376
|
-
readonly name: "";
|
|
113377
|
-
readonly type: "tuple";
|
|
113378
|
-
}];
|
|
113379
|
-
readonly stateMutability: "view";
|
|
113380
|
-
readonly type: "function";
|
|
113381
|
-
}, {
|
|
113382
|
-
readonly inputs: readonly [{
|
|
113383
|
-
readonly internalType: "bytes";
|
|
113384
|
-
readonly name: "response";
|
|
113385
|
-
readonly type: "bytes";
|
|
113386
|
-
}, {
|
|
113387
|
-
readonly internalType: "bytes";
|
|
113388
|
-
readonly name: "extraData";
|
|
113389
|
-
readonly type: "bytes";
|
|
113390
|
-
}];
|
|
113391
|
-
readonly name: "ccipBatchCallback";
|
|
113392
|
-
readonly outputs: readonly [{
|
|
113393
|
-
readonly components: readonly [{
|
|
113394
|
-
readonly components: readonly [{
|
|
113395
|
-
readonly internalType: "address";
|
|
113396
|
-
readonly name: "target";
|
|
113397
|
-
readonly type: "address";
|
|
113398
|
-
}, {
|
|
113399
|
-
readonly internalType: "bytes";
|
|
113400
|
-
readonly name: "call";
|
|
113401
|
-
readonly type: "bytes";
|
|
113402
|
-
}, {
|
|
113403
|
-
readonly internalType: "bytes";
|
|
113404
|
-
readonly name: "data";
|
|
113405
|
-
readonly type: "bytes";
|
|
113406
|
-
}, {
|
|
113407
|
-
readonly internalType: "uint256";
|
|
113408
|
-
readonly name: "flags";
|
|
113409
|
-
readonly type: "uint256";
|
|
113410
|
-
}];
|
|
113411
|
-
readonly internalType: "struct CCIPBatcher.Lookup[]";
|
|
113412
|
-
readonly name: "lookups";
|
|
113413
|
-
readonly type: "tuple[]";
|
|
113414
|
-
}, {
|
|
113415
|
-
readonly internalType: "string[]";
|
|
113416
|
-
readonly name: "gateways";
|
|
113417
|
-
readonly type: "string[]";
|
|
113418
|
-
}];
|
|
113419
|
-
readonly internalType: "struct CCIPBatcher.Batch";
|
|
113420
|
-
readonly name: "batch";
|
|
113421
|
-
readonly type: "tuple";
|
|
113422
|
-
}];
|
|
113423
|
-
readonly stateMutability: "view";
|
|
113424
|
-
readonly type: "function";
|
|
113425
|
-
}, {
|
|
113426
|
-
readonly inputs: readonly [{
|
|
113427
|
-
readonly internalType: "bytes";
|
|
113428
|
-
readonly name: "response";
|
|
113429
|
-
readonly type: "bytes";
|
|
113430
|
-
}, {
|
|
113431
|
-
readonly internalType: "bytes";
|
|
113432
|
-
readonly name: "extraData";
|
|
113433
|
-
readonly type: "bytes";
|
|
113434
|
-
}];
|
|
113435
|
-
readonly name: "ccipReadCallback";
|
|
113436
|
-
readonly outputs: readonly [];
|
|
113437
|
-
readonly stateMutability: "view";
|
|
113438
|
-
readonly type: "function";
|
|
113439
|
-
}, {
|
|
113440
|
-
readonly inputs: readonly [{
|
|
113441
|
-
readonly internalType: "bytes";
|
|
113442
|
-
readonly name: "name";
|
|
113443
|
-
readonly type: "bytes";
|
|
113444
|
-
}];
|
|
113445
|
-
readonly name: "findResolver";
|
|
113446
|
-
readonly outputs: readonly [{
|
|
113447
|
-
readonly internalType: "address";
|
|
113448
|
-
readonly name: "";
|
|
113449
|
-
readonly type: "address";
|
|
113450
|
-
}, {
|
|
113451
|
-
readonly internalType: "bytes32";
|
|
113452
|
-
readonly name: "";
|
|
113453
|
-
readonly type: "bytes32";
|
|
113454
|
-
}, {
|
|
113455
|
-
readonly internalType: "uint256";
|
|
113456
|
-
readonly name: "";
|
|
113457
|
-
readonly type: "uint256";
|
|
113458
|
-
}];
|
|
113459
|
-
readonly stateMutability: "view";
|
|
113460
|
-
readonly type: "function";
|
|
113461
|
-
}, {
|
|
113462
|
-
readonly inputs: readonly [];
|
|
113463
|
-
readonly name: "registry";
|
|
113464
|
-
readonly outputs: readonly [{
|
|
113465
|
-
readonly internalType: "contract ENS";
|
|
113466
|
-
readonly name: "";
|
|
113467
|
-
readonly type: "address";
|
|
113468
|
-
}];
|
|
113469
|
-
readonly stateMutability: "view";
|
|
113470
|
-
readonly type: "function";
|
|
113471
|
-
}, {
|
|
113472
|
-
readonly inputs: readonly [{
|
|
113473
|
-
readonly internalType: "bytes";
|
|
113474
|
-
readonly name: "name";
|
|
113475
|
-
readonly type: "bytes";
|
|
113476
|
-
}];
|
|
113477
|
-
readonly name: "requireResolver";
|
|
113478
|
-
readonly outputs: readonly [{
|
|
113479
|
-
readonly components: readonly [{
|
|
113480
|
-
readonly internalType: "bytes";
|
|
113481
|
-
readonly name: "name";
|
|
113482
|
-
readonly type: "bytes";
|
|
113483
|
-
}, {
|
|
113484
|
-
readonly internalType: "uint256";
|
|
113485
|
-
readonly name: "offset";
|
|
113486
|
-
readonly type: "uint256";
|
|
113487
|
-
}, {
|
|
113488
|
-
readonly internalType: "bytes32";
|
|
113489
|
-
readonly name: "node";
|
|
113490
|
-
readonly type: "bytes32";
|
|
113491
|
-
}, {
|
|
113492
|
-
readonly internalType: "address";
|
|
113493
|
-
readonly name: "resolver";
|
|
113494
|
-
readonly type: "address";
|
|
113495
|
-
}, {
|
|
113496
|
-
readonly internalType: "bool";
|
|
113497
|
-
readonly name: "extended";
|
|
113498
|
-
readonly type: "bool";
|
|
113499
|
-
}];
|
|
113500
|
-
readonly internalType: "struct AbstractUniversalResolver.ResolverInfo";
|
|
113501
|
-
readonly name: "info";
|
|
113502
|
-
readonly type: "tuple";
|
|
113503
|
-
}];
|
|
113504
|
-
readonly stateMutability: "view";
|
|
113505
|
-
readonly type: "function";
|
|
113506
|
-
}, {
|
|
113507
|
-
readonly inputs: readonly [{
|
|
113508
|
-
readonly internalType: "bytes";
|
|
113509
|
-
readonly name: "name";
|
|
113510
|
-
readonly type: "bytes";
|
|
113511
|
-
}, {
|
|
113512
|
-
readonly internalType: "bytes";
|
|
113513
|
-
readonly name: "data";
|
|
113514
|
-
readonly type: "bytes";
|
|
113515
|
-
}];
|
|
113516
|
-
readonly name: "resolve";
|
|
113517
|
-
readonly outputs: readonly [{
|
|
113518
|
-
readonly internalType: "bytes";
|
|
113519
|
-
readonly name: "";
|
|
113520
|
-
readonly type: "bytes";
|
|
113521
|
-
}, {
|
|
113522
|
-
readonly internalType: "address";
|
|
113523
|
-
readonly name: "";
|
|
113524
|
-
readonly type: "address";
|
|
113525
|
-
}];
|
|
113526
|
-
readonly stateMutability: "view";
|
|
113527
|
-
readonly type: "function";
|
|
113528
|
-
}, {
|
|
113529
|
-
readonly inputs: readonly [{
|
|
113530
|
-
readonly internalType: "bytes";
|
|
113531
|
-
readonly name: "response";
|
|
113532
|
-
readonly type: "bytes";
|
|
113533
|
-
}, {
|
|
113534
|
-
readonly internalType: "bytes";
|
|
113535
|
-
readonly name: "extraData";
|
|
113536
|
-
readonly type: "bytes";
|
|
113537
|
-
}];
|
|
113538
|
-
readonly name: "resolveBatchCallback";
|
|
113539
|
-
readonly outputs: readonly [];
|
|
113540
|
-
readonly stateMutability: "view";
|
|
113541
|
-
readonly type: "function";
|
|
113542
|
-
}, {
|
|
113543
|
-
readonly inputs: readonly [{
|
|
113544
|
-
readonly internalType: "bytes";
|
|
113545
|
-
readonly name: "response";
|
|
113546
|
-
readonly type: "bytes";
|
|
113547
|
-
}, {
|
|
113548
|
-
readonly internalType: "bytes";
|
|
113549
|
-
readonly name: "extraData";
|
|
113550
|
-
readonly type: "bytes";
|
|
113551
|
-
}];
|
|
113552
|
-
readonly name: "resolveCallback";
|
|
113553
|
-
readonly outputs: readonly [{
|
|
113554
|
-
readonly internalType: "bytes";
|
|
113555
|
-
readonly name: "";
|
|
113556
|
-
readonly type: "bytes";
|
|
113557
|
-
}, {
|
|
113558
|
-
readonly internalType: "address";
|
|
113559
|
-
readonly name: "";
|
|
113560
|
-
readonly type: "address";
|
|
113561
|
-
}];
|
|
113562
|
-
readonly stateMutability: "pure";
|
|
113563
|
-
readonly type: "function";
|
|
113564
|
-
}, {
|
|
113565
|
-
readonly inputs: readonly [{
|
|
113566
|
-
readonly internalType: "bytes";
|
|
113567
|
-
readonly name: "response";
|
|
113568
|
-
readonly type: "bytes";
|
|
113569
|
-
}, {
|
|
113570
|
-
readonly internalType: "bytes";
|
|
113571
|
-
readonly name: "extraData";
|
|
113572
|
-
readonly type: "bytes";
|
|
113573
|
-
}];
|
|
113574
|
-
readonly name: "resolveDirectCallback";
|
|
113575
|
-
readonly outputs: readonly [];
|
|
113576
|
-
readonly stateMutability: "view";
|
|
113577
|
-
readonly type: "function";
|
|
113578
|
-
}, {
|
|
113579
|
-
readonly inputs: readonly [{
|
|
113580
|
-
readonly internalType: "bytes";
|
|
113581
|
-
readonly name: "response";
|
|
113582
|
-
readonly type: "bytes";
|
|
113583
|
-
}, {
|
|
113584
|
-
readonly internalType: "bytes";
|
|
113585
|
-
readonly name: "";
|
|
113586
|
-
readonly type: "bytes";
|
|
113587
|
-
}];
|
|
113588
|
-
readonly name: "resolveDirectCallbackError";
|
|
113589
|
-
readonly outputs: readonly [];
|
|
113590
|
-
readonly stateMutability: "pure";
|
|
113591
|
-
readonly type: "function";
|
|
113592
|
-
}, {
|
|
113593
|
-
readonly inputs: readonly [{
|
|
113594
|
-
readonly internalType: "bytes";
|
|
113595
|
-
readonly name: "name";
|
|
113596
|
-
readonly type: "bytes";
|
|
113597
|
-
}, {
|
|
113598
|
-
readonly internalType: "bytes";
|
|
113599
|
-
readonly name: "data";
|
|
113600
|
-
readonly type: "bytes";
|
|
113601
|
-
}, {
|
|
113602
|
-
readonly internalType: "string[]";
|
|
113603
|
-
readonly name: "gateways";
|
|
113604
|
-
readonly type: "string[]";
|
|
113605
|
-
}];
|
|
113606
|
-
readonly name: "resolveWithGateways";
|
|
113607
|
-
readonly outputs: readonly [{
|
|
113608
|
-
readonly internalType: "bytes";
|
|
113609
|
-
readonly name: "result";
|
|
113610
|
-
readonly type: "bytes";
|
|
113611
|
-
}, {
|
|
113612
|
-
readonly internalType: "address";
|
|
113613
|
-
readonly name: "resolver";
|
|
113614
|
-
readonly type: "address";
|
|
113615
|
-
}];
|
|
113616
|
-
readonly stateMutability: "view";
|
|
113617
|
-
readonly type: "function";
|
|
113618
|
-
}, {
|
|
113619
|
-
readonly inputs: readonly [{
|
|
113620
|
-
readonly internalType: "address";
|
|
113621
|
-
readonly name: "resolver";
|
|
113622
|
-
readonly type: "address";
|
|
113623
|
-
}, {
|
|
113624
|
-
readonly internalType: "bytes";
|
|
113625
|
-
readonly name: "name";
|
|
113626
|
-
readonly type: "bytes";
|
|
113627
|
-
}, {
|
|
113628
|
-
readonly internalType: "bytes";
|
|
113629
|
-
readonly name: "data";
|
|
113630
|
-
readonly type: "bytes";
|
|
113631
|
-
}, {
|
|
113632
|
-
readonly internalType: "string[]";
|
|
113633
|
-
readonly name: "gateways";
|
|
113634
|
-
readonly type: "string[]";
|
|
113635
|
-
}];
|
|
113636
|
-
readonly name: "resolveWithResolver";
|
|
113637
|
-
readonly outputs: readonly [{
|
|
113638
|
-
readonly internalType: "bytes";
|
|
113639
|
-
readonly name: "";
|
|
113640
|
-
readonly type: "bytes";
|
|
113641
|
-
}];
|
|
113642
|
-
readonly stateMutability: "view";
|
|
113643
|
-
readonly type: "function";
|
|
113644
|
-
}, {
|
|
113645
|
-
readonly inputs: readonly [{
|
|
113646
|
-
readonly internalType: "bytes";
|
|
113647
|
-
readonly name: "lookupAddress";
|
|
113648
|
-
readonly type: "bytes";
|
|
113649
|
-
}, {
|
|
113650
|
-
readonly internalType: "uint256";
|
|
113651
|
-
readonly name: "coinType";
|
|
113652
|
-
readonly type: "uint256";
|
|
113653
|
-
}];
|
|
113654
|
-
readonly name: "reverse";
|
|
113655
|
-
readonly outputs: readonly [{
|
|
113656
|
-
readonly internalType: "string";
|
|
113657
|
-
readonly name: "";
|
|
113658
|
-
readonly type: "string";
|
|
113659
|
-
}, {
|
|
113660
|
-
readonly internalType: "address";
|
|
113661
|
-
readonly name: "";
|
|
113662
|
-
readonly type: "address";
|
|
113663
|
-
}, {
|
|
113664
|
-
readonly internalType: "address";
|
|
113665
|
-
readonly name: "";
|
|
113666
|
-
readonly type: "address";
|
|
113667
|
-
}];
|
|
113668
|
-
readonly stateMutability: "view";
|
|
113669
|
-
readonly type: "function";
|
|
113670
|
-
}, {
|
|
113671
|
-
readonly inputs: readonly [{
|
|
113672
|
-
readonly internalType: "bytes";
|
|
113673
|
-
readonly name: "response";
|
|
113674
|
-
readonly type: "bytes";
|
|
113675
|
-
}, {
|
|
113676
|
-
readonly internalType: "bytes";
|
|
113677
|
-
readonly name: "extraData";
|
|
113678
|
-
readonly type: "bytes";
|
|
113679
|
-
}];
|
|
113680
|
-
readonly name: "reverseAddressCallback";
|
|
113681
|
-
readonly outputs: readonly [{
|
|
113682
|
-
readonly internalType: "string";
|
|
113683
|
-
readonly name: "primary";
|
|
113684
|
-
readonly type: "string";
|
|
113685
|
-
}, {
|
|
113686
|
-
readonly internalType: "address";
|
|
113687
|
-
readonly name: "resolver";
|
|
113688
|
-
readonly type: "address";
|
|
113689
|
-
}, {
|
|
113690
|
-
readonly internalType: "address";
|
|
113691
|
-
readonly name: "reverseResolver";
|
|
113692
|
-
readonly type: "address";
|
|
113693
|
-
}];
|
|
113694
|
-
readonly stateMutability: "pure";
|
|
113695
|
-
readonly type: "function";
|
|
113696
|
-
}, {
|
|
113697
|
-
readonly inputs: readonly [{
|
|
113698
|
-
readonly internalType: "bytes";
|
|
113699
|
-
readonly name: "response";
|
|
113700
|
-
readonly type: "bytes";
|
|
113701
|
-
}, {
|
|
113702
|
-
readonly internalType: "bytes";
|
|
113703
|
-
readonly name: "extraData";
|
|
113704
|
-
readonly type: "bytes";
|
|
113705
|
-
}];
|
|
113706
|
-
readonly name: "reverseNameCallback";
|
|
113707
|
-
readonly outputs: readonly [{
|
|
113708
|
-
readonly internalType: "string";
|
|
113709
|
-
readonly name: "primary";
|
|
113710
|
-
readonly type: "string";
|
|
113711
|
-
}, {
|
|
113712
|
-
readonly internalType: "address";
|
|
113713
|
-
readonly name: "";
|
|
113714
|
-
readonly type: "address";
|
|
113715
|
-
}, {
|
|
113716
|
-
readonly internalType: "address";
|
|
113717
|
-
readonly name: "";
|
|
113718
|
-
readonly type: "address";
|
|
113719
|
-
}];
|
|
113720
|
-
readonly stateMutability: "view";
|
|
113721
|
-
readonly type: "function";
|
|
113722
|
-
}, {
|
|
113723
|
-
readonly inputs: readonly [{
|
|
113724
|
-
readonly internalType: "bytes";
|
|
113725
|
-
readonly name: "lookupAddress";
|
|
113726
|
-
readonly type: "bytes";
|
|
113727
|
-
}, {
|
|
113728
|
-
readonly internalType: "uint256";
|
|
113729
|
-
readonly name: "coinType";
|
|
113730
|
-
readonly type: "uint256";
|
|
113731
|
-
}, {
|
|
113732
|
-
readonly internalType: "string[]";
|
|
113733
|
-
readonly name: "gateways";
|
|
113734
|
-
readonly type: "string[]";
|
|
113735
|
-
}];
|
|
113736
|
-
readonly name: "reverseWithGateways";
|
|
113737
|
-
readonly outputs: readonly [{
|
|
112508
|
+
}];
|
|
112509
|
+
readonly name: "ResolverNotFound";
|
|
112510
|
+
readonly type: "error";
|
|
112511
|
+
}, {
|
|
112512
|
+
readonly inputs: readonly [{
|
|
113738
112513
|
readonly internalType: "string";
|
|
113739
112514
|
readonly name: "primary";
|
|
113740
112515
|
readonly type: "string";
|
|
113741
112516
|
}, {
|
|
113742
|
-
readonly internalType: "
|
|
113743
|
-
readonly name: "
|
|
113744
|
-
readonly type: "
|
|
113745
|
-
}, {
|
|
113746
|
-
readonly internalType: "address";
|
|
113747
|
-
readonly name: "reverseResolver";
|
|
113748
|
-
readonly type: "address";
|
|
112517
|
+
readonly internalType: "bytes";
|
|
112518
|
+
readonly name: "primaryAddress";
|
|
112519
|
+
readonly type: "bytes";
|
|
113749
112520
|
}];
|
|
113750
|
-
readonly
|
|
113751
|
-
readonly type: "
|
|
112521
|
+
readonly name: "ReverseAddressMismatch";
|
|
112522
|
+
readonly type: "error";
|
|
113752
112523
|
}, {
|
|
113753
112524
|
readonly inputs: readonly [{
|
|
113754
112525
|
readonly internalType: "bytes4";
|
|
113755
|
-
readonly name: "
|
|
112526
|
+
readonly name: "selector";
|
|
113756
112527
|
readonly type: "bytes4";
|
|
113757
112528
|
}];
|
|
113758
|
-
readonly name: "
|
|
113759
|
-
readonly
|
|
113760
|
-
readonly internalType: "bool";
|
|
113761
|
-
readonly name: "";
|
|
113762
|
-
readonly type: "bool";
|
|
113763
|
-
}];
|
|
113764
|
-
readonly stateMutability: "view";
|
|
113765
|
-
readonly type: "function";
|
|
113766
|
-
}];
|
|
113767
|
-
address: "0x988061f048e8ff0290dd88ec8afed6b163d7ea76";
|
|
113768
|
-
startBlock: number;
|
|
113769
|
-
};
|
|
113770
|
-
UniversalResolverV2: {
|
|
113771
|
-
abi: readonly [{
|
|
113772
|
-
readonly type: "constructor";
|
|
113773
|
-
readonly inputs: readonly [{
|
|
113774
|
-
readonly name: "root";
|
|
113775
|
-
readonly type: "address";
|
|
113776
|
-
readonly internalType: "contract IRegistry";
|
|
113777
|
-
}, {
|
|
113778
|
-
readonly name: "batchGatewayProvider";
|
|
113779
|
-
readonly type: "address";
|
|
113780
|
-
readonly internalType: "contract IGatewayProvider";
|
|
113781
|
-
}];
|
|
113782
|
-
readonly stateMutability: "nonpayable";
|
|
112529
|
+
readonly name: "UnsupportedResolverProfile";
|
|
112530
|
+
readonly type: "error";
|
|
113783
112531
|
}, {
|
|
113784
|
-
readonly type: "function";
|
|
113785
|
-
readonly name: "ROOT_REGISTRY";
|
|
113786
112532
|
readonly inputs: readonly [];
|
|
113787
|
-
readonly outputs: readonly [{
|
|
113788
|
-
readonly name: "";
|
|
113789
|
-
readonly type: "address";
|
|
113790
|
-
readonly internalType: "contract IRegistry";
|
|
113791
|
-
}];
|
|
113792
|
-
readonly stateMutability: "view";
|
|
113793
|
-
}, {
|
|
113794
|
-
readonly type: "function";
|
|
113795
112533
|
readonly name: "batchGatewayProvider";
|
|
113796
|
-
readonly inputs: readonly [];
|
|
113797
112534
|
readonly outputs: readonly [{
|
|
112535
|
+
readonly internalType: "contract IGatewayProvider";
|
|
113798
112536
|
readonly name: "";
|
|
113799
112537
|
readonly type: "address";
|
|
113800
|
-
readonly internalType: "contract IGatewayProvider";
|
|
113801
112538
|
}];
|
|
113802
112539
|
readonly stateMutability: "view";
|
|
113803
|
-
}, {
|
|
113804
112540
|
readonly type: "function";
|
|
113805
|
-
|
|
112541
|
+
}, {
|
|
113806
112542
|
readonly inputs: readonly [{
|
|
113807
|
-
readonly name: "batch";
|
|
113808
|
-
readonly type: "tuple";
|
|
113809
|
-
readonly internalType: "struct CCIPBatcher.Batch";
|
|
113810
112543
|
readonly components: readonly [{
|
|
113811
|
-
readonly name: "lookups";
|
|
113812
|
-
readonly type: "tuple[]";
|
|
113813
|
-
readonly internalType: "struct CCIPBatcher.Lookup[]";
|
|
113814
112544
|
readonly components: readonly [{
|
|
112545
|
+
readonly internalType: "address";
|
|
113815
112546
|
readonly name: "target";
|
|
113816
112547
|
readonly type: "address";
|
|
113817
|
-
readonly internalType: "address";
|
|
113818
112548
|
}, {
|
|
112549
|
+
readonly internalType: "bytes";
|
|
113819
112550
|
readonly name: "call";
|
|
113820
112551
|
readonly type: "bytes";
|
|
113821
|
-
readonly internalType: "bytes";
|
|
113822
112552
|
}, {
|
|
112553
|
+
readonly internalType: "bytes";
|
|
113823
112554
|
readonly name: "data";
|
|
113824
112555
|
readonly type: "bytes";
|
|
113825
|
-
readonly internalType: "bytes";
|
|
113826
112556
|
}, {
|
|
112557
|
+
readonly internalType: "uint256";
|
|
113827
112558
|
readonly name: "flags";
|
|
113828
112559
|
readonly type: "uint256";
|
|
113829
|
-
readonly internalType: "uint256";
|
|
113830
112560
|
}];
|
|
112561
|
+
readonly internalType: "struct CCIPBatcher.Lookup[]";
|
|
112562
|
+
readonly name: "lookups";
|
|
112563
|
+
readonly type: "tuple[]";
|
|
113831
112564
|
}, {
|
|
112565
|
+
readonly internalType: "string[]";
|
|
113832
112566
|
readonly name: "gateways";
|
|
113833
112567
|
readonly type: "string[]";
|
|
113834
|
-
readonly internalType: "string[]";
|
|
113835
112568
|
}];
|
|
112569
|
+
readonly internalType: "struct CCIPBatcher.Batch";
|
|
112570
|
+
readonly name: "batch";
|
|
112571
|
+
readonly type: "tuple";
|
|
113836
112572
|
}];
|
|
112573
|
+
readonly name: "ccipBatch";
|
|
113837
112574
|
readonly outputs: readonly [{
|
|
113838
|
-
readonly name: "";
|
|
113839
|
-
readonly type: "tuple";
|
|
113840
|
-
readonly internalType: "struct CCIPBatcher.Batch";
|
|
113841
112575
|
readonly components: readonly [{
|
|
113842
|
-
readonly name: "lookups";
|
|
113843
|
-
readonly type: "tuple[]";
|
|
113844
|
-
readonly internalType: "struct CCIPBatcher.Lookup[]";
|
|
113845
112576
|
readonly components: readonly [{
|
|
112577
|
+
readonly internalType: "address";
|
|
113846
112578
|
readonly name: "target";
|
|
113847
112579
|
readonly type: "address";
|
|
113848
|
-
readonly internalType: "address";
|
|
113849
112580
|
}, {
|
|
112581
|
+
readonly internalType: "bytes";
|
|
113850
112582
|
readonly name: "call";
|
|
113851
112583
|
readonly type: "bytes";
|
|
113852
|
-
readonly internalType: "bytes";
|
|
113853
112584
|
}, {
|
|
112585
|
+
readonly internalType: "bytes";
|
|
113854
112586
|
readonly name: "data";
|
|
113855
112587
|
readonly type: "bytes";
|
|
113856
|
-
readonly internalType: "bytes";
|
|
113857
112588
|
}, {
|
|
112589
|
+
readonly internalType: "uint256";
|
|
113858
112590
|
readonly name: "flags";
|
|
113859
112591
|
readonly type: "uint256";
|
|
113860
|
-
readonly internalType: "uint256";
|
|
113861
112592
|
}];
|
|
112593
|
+
readonly internalType: "struct CCIPBatcher.Lookup[]";
|
|
112594
|
+
readonly name: "lookups";
|
|
112595
|
+
readonly type: "tuple[]";
|
|
113862
112596
|
}, {
|
|
112597
|
+
readonly internalType: "string[]";
|
|
113863
112598
|
readonly name: "gateways";
|
|
113864
112599
|
readonly type: "string[]";
|
|
113865
|
-
readonly internalType: "string[]";
|
|
113866
112600
|
}];
|
|
112601
|
+
readonly internalType: "struct CCIPBatcher.Batch";
|
|
112602
|
+
readonly name: "";
|
|
112603
|
+
readonly type: "tuple";
|
|
113867
112604
|
}];
|
|
113868
112605
|
readonly stateMutability: "view";
|
|
113869
|
-
}, {
|
|
113870
112606
|
readonly type: "function";
|
|
113871
|
-
|
|
112607
|
+
}, {
|
|
113872
112608
|
readonly inputs: readonly [{
|
|
112609
|
+
readonly internalType: "bytes";
|
|
113873
112610
|
readonly name: "response";
|
|
113874
112611
|
readonly type: "bytes";
|
|
113875
|
-
readonly internalType: "bytes";
|
|
113876
112612
|
}, {
|
|
112613
|
+
readonly internalType: "bytes";
|
|
113877
112614
|
readonly name: "extraData";
|
|
113878
112615
|
readonly type: "bytes";
|
|
113879
|
-
readonly internalType: "bytes";
|
|
113880
112616
|
}];
|
|
112617
|
+
readonly name: "ccipBatchCallback";
|
|
113881
112618
|
readonly outputs: readonly [{
|
|
113882
|
-
readonly name: "batch";
|
|
113883
|
-
readonly type: "tuple";
|
|
113884
|
-
readonly internalType: "struct CCIPBatcher.Batch";
|
|
113885
112619
|
readonly components: readonly [{
|
|
113886
|
-
readonly name: "lookups";
|
|
113887
|
-
readonly type: "tuple[]";
|
|
113888
|
-
readonly internalType: "struct CCIPBatcher.Lookup[]";
|
|
113889
112620
|
readonly components: readonly [{
|
|
112621
|
+
readonly internalType: "address";
|
|
113890
112622
|
readonly name: "target";
|
|
113891
112623
|
readonly type: "address";
|
|
113892
|
-
readonly internalType: "address";
|
|
113893
112624
|
}, {
|
|
112625
|
+
readonly internalType: "bytes";
|
|
113894
112626
|
readonly name: "call";
|
|
113895
112627
|
readonly type: "bytes";
|
|
113896
|
-
readonly internalType: "bytes";
|
|
113897
112628
|
}, {
|
|
112629
|
+
readonly internalType: "bytes";
|
|
113898
112630
|
readonly name: "data";
|
|
113899
112631
|
readonly type: "bytes";
|
|
113900
|
-
readonly internalType: "bytes";
|
|
113901
112632
|
}, {
|
|
112633
|
+
readonly internalType: "uint256";
|
|
113902
112634
|
readonly name: "flags";
|
|
113903
112635
|
readonly type: "uint256";
|
|
113904
|
-
readonly internalType: "uint256";
|
|
113905
112636
|
}];
|
|
112637
|
+
readonly internalType: "struct CCIPBatcher.Lookup[]";
|
|
112638
|
+
readonly name: "lookups";
|
|
112639
|
+
readonly type: "tuple[]";
|
|
113906
112640
|
}, {
|
|
112641
|
+
readonly internalType: "string[]";
|
|
113907
112642
|
readonly name: "gateways";
|
|
113908
112643
|
readonly type: "string[]";
|
|
113909
|
-
readonly internalType: "string[]";
|
|
113910
112644
|
}];
|
|
112645
|
+
readonly internalType: "struct CCIPBatcher.Batch";
|
|
112646
|
+
readonly name: "batch";
|
|
112647
|
+
readonly type: "tuple";
|
|
113911
112648
|
}];
|
|
113912
112649
|
readonly stateMutability: "view";
|
|
113913
|
-
}, {
|
|
113914
112650
|
readonly type: "function";
|
|
113915
|
-
|
|
112651
|
+
}, {
|
|
113916
112652
|
readonly inputs: readonly [{
|
|
112653
|
+
readonly internalType: "bytes";
|
|
113917
112654
|
readonly name: "response";
|
|
113918
112655
|
readonly type: "bytes";
|
|
113919
|
-
readonly internalType: "bytes";
|
|
113920
112656
|
}, {
|
|
112657
|
+
readonly internalType: "bytes";
|
|
113921
112658
|
readonly name: "extraData";
|
|
113922
112659
|
readonly type: "bytes";
|
|
113923
|
-
readonly internalType: "bytes";
|
|
113924
112660
|
}];
|
|
112661
|
+
readonly name: "ccipReadCallback";
|
|
113925
112662
|
readonly outputs: readonly [];
|
|
113926
112663
|
readonly stateMutability: "view";
|
|
113927
|
-
}, {
|
|
113928
112664
|
readonly type: "function";
|
|
113929
|
-
readonly name: "findCanonicalName";
|
|
113930
|
-
readonly inputs: readonly [{
|
|
113931
|
-
readonly name: "registry";
|
|
113932
|
-
readonly type: "address";
|
|
113933
|
-
readonly internalType: "contract IRegistry";
|
|
113934
|
-
}];
|
|
113935
|
-
readonly outputs: readonly [{
|
|
113936
|
-
readonly name: "";
|
|
113937
|
-
readonly type: "bytes";
|
|
113938
|
-
readonly internalType: "bytes";
|
|
113939
|
-
}];
|
|
113940
|
-
readonly stateMutability: "view";
|
|
113941
112665
|
}, {
|
|
113942
|
-
readonly type: "function";
|
|
113943
|
-
readonly name: "findCanonicalRegistry";
|
|
113944
112666
|
readonly inputs: readonly [{
|
|
112667
|
+
readonly internalType: "bytes";
|
|
113945
112668
|
readonly name: "name";
|
|
113946
112669
|
readonly type: "bytes";
|
|
113947
|
-
readonly internalType: "bytes";
|
|
113948
112670
|
}];
|
|
112671
|
+
readonly name: "findResolver";
|
|
113949
112672
|
readonly outputs: readonly [{
|
|
112673
|
+
readonly internalType: "address";
|
|
113950
112674
|
readonly name: "";
|
|
113951
112675
|
readonly type: "address";
|
|
113952
|
-
|
|
112676
|
+
}, {
|
|
112677
|
+
readonly internalType: "bytes32";
|
|
112678
|
+
readonly name: "";
|
|
112679
|
+
readonly type: "bytes32";
|
|
112680
|
+
}, {
|
|
112681
|
+
readonly internalType: "uint256";
|
|
112682
|
+
readonly name: "";
|
|
112683
|
+
readonly type: "uint256";
|
|
113953
112684
|
}];
|
|
113954
112685
|
readonly stateMutability: "view";
|
|
113955
|
-
}, {
|
|
113956
112686
|
readonly type: "function";
|
|
113957
|
-
|
|
113958
|
-
readonly inputs: readonly [
|
|
113959
|
-
|
|
113960
|
-
readonly type: "bytes";
|
|
113961
|
-
readonly internalType: "bytes";
|
|
113962
|
-
}];
|
|
112687
|
+
}, {
|
|
112688
|
+
readonly inputs: readonly [];
|
|
112689
|
+
readonly name: "registry";
|
|
113963
112690
|
readonly outputs: readonly [{
|
|
112691
|
+
readonly internalType: "contract ENS";
|
|
113964
112692
|
readonly name: "";
|
|
113965
112693
|
readonly type: "address";
|
|
113966
|
-
readonly internalType: "contract IRegistry";
|
|
113967
112694
|
}];
|
|
113968
112695
|
readonly stateMutability: "view";
|
|
113969
|
-
}, {
|
|
113970
112696
|
readonly type: "function";
|
|
113971
|
-
readonly name: "findRegistries";
|
|
113972
|
-
readonly inputs: readonly [{
|
|
113973
|
-
readonly name: "name";
|
|
113974
|
-
readonly type: "bytes";
|
|
113975
|
-
readonly internalType: "bytes";
|
|
113976
|
-
}];
|
|
113977
|
-
readonly outputs: readonly [{
|
|
113978
|
-
readonly name: "";
|
|
113979
|
-
readonly type: "address[]";
|
|
113980
|
-
readonly internalType: "contract IRegistry[]";
|
|
113981
|
-
}];
|
|
113982
|
-
readonly stateMutability: "view";
|
|
113983
112697
|
}, {
|
|
113984
|
-
readonly type: "function";
|
|
113985
|
-
readonly name: "findResolver";
|
|
113986
112698
|
readonly inputs: readonly [{
|
|
113987
|
-
readonly name: "name";
|
|
113988
|
-
readonly type: "bytes";
|
|
113989
112699
|
readonly internalType: "bytes";
|
|
113990
|
-
}];
|
|
113991
|
-
readonly outputs: readonly [{
|
|
113992
|
-
readonly name: "resolver";
|
|
113993
|
-
readonly type: "address";
|
|
113994
|
-
readonly internalType: "address";
|
|
113995
|
-
}, {
|
|
113996
|
-
readonly name: "node";
|
|
113997
|
-
readonly type: "bytes32";
|
|
113998
|
-
readonly internalType: "bytes32";
|
|
113999
|
-
}, {
|
|
114000
|
-
readonly name: "offset";
|
|
114001
|
-
readonly type: "uint256";
|
|
114002
|
-
readonly internalType: "uint256";
|
|
114003
|
-
}];
|
|
114004
|
-
readonly stateMutability: "view";
|
|
114005
|
-
}, {
|
|
114006
|
-
readonly type: "function";
|
|
114007
|
-
readonly name: "requireResolver";
|
|
114008
|
-
readonly inputs: readonly [{
|
|
114009
112700
|
readonly name: "name";
|
|
114010
112701
|
readonly type: "bytes";
|
|
114011
|
-
readonly internalType: "bytes";
|
|
114012
112702
|
}];
|
|
112703
|
+
readonly name: "requireResolver";
|
|
114013
112704
|
readonly outputs: readonly [{
|
|
114014
|
-
readonly name: "info";
|
|
114015
|
-
readonly type: "tuple";
|
|
114016
|
-
readonly internalType: "struct AbstractUniversalResolver.ResolverInfo";
|
|
114017
112705
|
readonly components: readonly [{
|
|
112706
|
+
readonly internalType: "bytes";
|
|
114018
112707
|
readonly name: "name";
|
|
114019
112708
|
readonly type: "bytes";
|
|
114020
|
-
readonly internalType: "bytes";
|
|
114021
112709
|
}, {
|
|
112710
|
+
readonly internalType: "uint256";
|
|
114022
112711
|
readonly name: "offset";
|
|
114023
112712
|
readonly type: "uint256";
|
|
114024
|
-
readonly internalType: "uint256";
|
|
114025
112713
|
}, {
|
|
112714
|
+
readonly internalType: "bytes32";
|
|
114026
112715
|
readonly name: "node";
|
|
114027
112716
|
readonly type: "bytes32";
|
|
114028
|
-
readonly internalType: "bytes32";
|
|
114029
112717
|
}, {
|
|
112718
|
+
readonly internalType: "address";
|
|
114030
112719
|
readonly name: "resolver";
|
|
114031
112720
|
readonly type: "address";
|
|
114032
|
-
readonly internalType: "address";
|
|
114033
112721
|
}, {
|
|
112722
|
+
readonly internalType: "bool";
|
|
114034
112723
|
readonly name: "extended";
|
|
114035
112724
|
readonly type: "bool";
|
|
114036
|
-
readonly internalType: "bool";
|
|
114037
112725
|
}];
|
|
112726
|
+
readonly internalType: "struct AbstractUniversalResolver.ResolverInfo";
|
|
112727
|
+
readonly name: "info";
|
|
112728
|
+
readonly type: "tuple";
|
|
114038
112729
|
}];
|
|
114039
112730
|
readonly stateMutability: "view";
|
|
114040
|
-
}, {
|
|
114041
112731
|
readonly type: "function";
|
|
114042
|
-
|
|
112732
|
+
}, {
|
|
114043
112733
|
readonly inputs: readonly [{
|
|
112734
|
+
readonly internalType: "bytes";
|
|
114044
112735
|
readonly name: "name";
|
|
114045
112736
|
readonly type: "bytes";
|
|
114046
|
-
readonly internalType: "bytes";
|
|
114047
112737
|
}, {
|
|
112738
|
+
readonly internalType: "bytes";
|
|
114048
112739
|
readonly name: "data";
|
|
114049
112740
|
readonly type: "bytes";
|
|
114050
|
-
readonly internalType: "bytes";
|
|
114051
112741
|
}];
|
|
112742
|
+
readonly name: "resolve";
|
|
114052
112743
|
readonly outputs: readonly [{
|
|
112744
|
+
readonly internalType: "bytes";
|
|
114053
112745
|
readonly name: "";
|
|
114054
112746
|
readonly type: "bytes";
|
|
114055
|
-
readonly internalType: "bytes";
|
|
114056
112747
|
}, {
|
|
112748
|
+
readonly internalType: "address";
|
|
114057
112749
|
readonly name: "";
|
|
114058
112750
|
readonly type: "address";
|
|
114059
|
-
readonly internalType: "address";
|
|
114060
112751
|
}];
|
|
114061
112752
|
readonly stateMutability: "view";
|
|
114062
|
-
}, {
|
|
114063
112753
|
readonly type: "function";
|
|
114064
|
-
|
|
112754
|
+
}, {
|
|
114065
112755
|
readonly inputs: readonly [{
|
|
112756
|
+
readonly internalType: "bytes";
|
|
114066
112757
|
readonly name: "response";
|
|
114067
112758
|
readonly type: "bytes";
|
|
114068
|
-
readonly internalType: "bytes";
|
|
114069
112759
|
}, {
|
|
112760
|
+
readonly internalType: "bytes";
|
|
114070
112761
|
readonly name: "extraData";
|
|
114071
112762
|
readonly type: "bytes";
|
|
114072
|
-
readonly internalType: "bytes";
|
|
114073
112763
|
}];
|
|
112764
|
+
readonly name: "resolveBatchCallback";
|
|
114074
112765
|
readonly outputs: readonly [];
|
|
114075
112766
|
readonly stateMutability: "view";
|
|
114076
|
-
}, {
|
|
114077
112767
|
readonly type: "function";
|
|
114078
|
-
|
|
112768
|
+
}, {
|
|
114079
112769
|
readonly inputs: readonly [{
|
|
112770
|
+
readonly internalType: "bytes";
|
|
114080
112771
|
readonly name: "response";
|
|
114081
112772
|
readonly type: "bytes";
|
|
114082
|
-
readonly internalType: "bytes";
|
|
114083
112773
|
}, {
|
|
112774
|
+
readonly internalType: "bytes";
|
|
114084
112775
|
readonly name: "extraData";
|
|
114085
112776
|
readonly type: "bytes";
|
|
114086
|
-
readonly internalType: "bytes";
|
|
114087
112777
|
}];
|
|
112778
|
+
readonly name: "resolveCallback";
|
|
114088
112779
|
readonly outputs: readonly [{
|
|
112780
|
+
readonly internalType: "bytes";
|
|
114089
112781
|
readonly name: "";
|
|
114090
112782
|
readonly type: "bytes";
|
|
114091
|
-
readonly internalType: "bytes";
|
|
114092
112783
|
}, {
|
|
112784
|
+
readonly internalType: "address";
|
|
114093
112785
|
readonly name: "";
|
|
114094
112786
|
readonly type: "address";
|
|
114095
|
-
readonly internalType: "address";
|
|
114096
112787
|
}];
|
|
114097
112788
|
readonly stateMutability: "pure";
|
|
114098
|
-
}, {
|
|
114099
112789
|
readonly type: "function";
|
|
114100
|
-
|
|
112790
|
+
}, {
|
|
114101
112791
|
readonly inputs: readonly [{
|
|
112792
|
+
readonly internalType: "bytes";
|
|
114102
112793
|
readonly name: "response";
|
|
114103
112794
|
readonly type: "bytes";
|
|
114104
|
-
readonly internalType: "bytes";
|
|
114105
112795
|
}, {
|
|
112796
|
+
readonly internalType: "bytes";
|
|
114106
112797
|
readonly name: "extraData";
|
|
114107
112798
|
readonly type: "bytes";
|
|
114108
|
-
readonly internalType: "bytes";
|
|
114109
112799
|
}];
|
|
112800
|
+
readonly name: "resolveDirectCallback";
|
|
114110
112801
|
readonly outputs: readonly [];
|
|
114111
112802
|
readonly stateMutability: "view";
|
|
114112
|
-
}, {
|
|
114113
112803
|
readonly type: "function";
|
|
114114
|
-
|
|
112804
|
+
}, {
|
|
114115
112805
|
readonly inputs: readonly [{
|
|
112806
|
+
readonly internalType: "bytes";
|
|
114116
112807
|
readonly name: "response";
|
|
114117
112808
|
readonly type: "bytes";
|
|
114118
|
-
readonly internalType: "bytes";
|
|
114119
112809
|
}, {
|
|
112810
|
+
readonly internalType: "bytes";
|
|
114120
112811
|
readonly name: "";
|
|
114121
112812
|
readonly type: "bytes";
|
|
114122
|
-
readonly internalType: "bytes";
|
|
114123
112813
|
}];
|
|
112814
|
+
readonly name: "resolveDirectCallbackError";
|
|
114124
112815
|
readonly outputs: readonly [];
|
|
114125
112816
|
readonly stateMutability: "pure";
|
|
114126
|
-
}, {
|
|
114127
112817
|
readonly type: "function";
|
|
114128
|
-
|
|
112818
|
+
}, {
|
|
114129
112819
|
readonly inputs: readonly [{
|
|
112820
|
+
readonly internalType: "bytes";
|
|
114130
112821
|
readonly name: "name";
|
|
114131
112822
|
readonly type: "bytes";
|
|
114132
|
-
readonly internalType: "bytes";
|
|
114133
112823
|
}, {
|
|
112824
|
+
readonly internalType: "bytes";
|
|
114134
112825
|
readonly name: "data";
|
|
114135
112826
|
readonly type: "bytes";
|
|
114136
|
-
readonly internalType: "bytes";
|
|
114137
112827
|
}, {
|
|
112828
|
+
readonly internalType: "string[]";
|
|
114138
112829
|
readonly name: "gateways";
|
|
114139
112830
|
readonly type: "string[]";
|
|
114140
|
-
readonly internalType: "string[]";
|
|
114141
112831
|
}];
|
|
112832
|
+
readonly name: "resolveWithGateways";
|
|
114142
112833
|
readonly outputs: readonly [{
|
|
112834
|
+
readonly internalType: "bytes";
|
|
114143
112835
|
readonly name: "result";
|
|
114144
112836
|
readonly type: "bytes";
|
|
114145
|
-
readonly internalType: "bytes";
|
|
114146
112837
|
}, {
|
|
112838
|
+
readonly internalType: "address";
|
|
114147
112839
|
readonly name: "resolver";
|
|
114148
112840
|
readonly type: "address";
|
|
114149
|
-
readonly internalType: "address";
|
|
114150
112841
|
}];
|
|
114151
112842
|
readonly stateMutability: "view";
|
|
114152
|
-
}, {
|
|
114153
112843
|
readonly type: "function";
|
|
114154
|
-
|
|
112844
|
+
}, {
|
|
114155
112845
|
readonly inputs: readonly [{
|
|
112846
|
+
readonly internalType: "address";
|
|
114156
112847
|
readonly name: "resolver";
|
|
114157
112848
|
readonly type: "address";
|
|
114158
|
-
readonly internalType: "address";
|
|
114159
112849
|
}, {
|
|
112850
|
+
readonly internalType: "bytes";
|
|
114160
112851
|
readonly name: "name";
|
|
114161
112852
|
readonly type: "bytes";
|
|
114162
|
-
readonly internalType: "bytes";
|
|
114163
112853
|
}, {
|
|
112854
|
+
readonly internalType: "bytes";
|
|
114164
112855
|
readonly name: "data";
|
|
114165
112856
|
readonly type: "bytes";
|
|
114166
|
-
readonly internalType: "bytes";
|
|
114167
112857
|
}, {
|
|
112858
|
+
readonly internalType: "string[]";
|
|
114168
112859
|
readonly name: "gateways";
|
|
114169
112860
|
readonly type: "string[]";
|
|
114170
|
-
readonly internalType: "string[]";
|
|
114171
112861
|
}];
|
|
112862
|
+
readonly name: "resolveWithResolver";
|
|
114172
112863
|
readonly outputs: readonly [{
|
|
112864
|
+
readonly internalType: "bytes";
|
|
114173
112865
|
readonly name: "";
|
|
114174
112866
|
readonly type: "bytes";
|
|
114175
|
-
readonly internalType: "bytes";
|
|
114176
112867
|
}];
|
|
114177
112868
|
readonly stateMutability: "view";
|
|
114178
|
-
}, {
|
|
114179
112869
|
readonly type: "function";
|
|
114180
|
-
|
|
112870
|
+
}, {
|
|
114181
112871
|
readonly inputs: readonly [{
|
|
112872
|
+
readonly internalType: "bytes";
|
|
114182
112873
|
readonly name: "lookupAddress";
|
|
114183
112874
|
readonly type: "bytes";
|
|
114184
|
-
readonly internalType: "bytes";
|
|
114185
112875
|
}, {
|
|
112876
|
+
readonly internalType: "uint256";
|
|
114186
112877
|
readonly name: "coinType";
|
|
114187
112878
|
readonly type: "uint256";
|
|
114188
|
-
readonly internalType: "uint256";
|
|
114189
112879
|
}];
|
|
112880
|
+
readonly name: "reverse";
|
|
114190
112881
|
readonly outputs: readonly [{
|
|
112882
|
+
readonly internalType: "string";
|
|
114191
112883
|
readonly name: "";
|
|
114192
112884
|
readonly type: "string";
|
|
114193
|
-
readonly internalType: "string";
|
|
114194
112885
|
}, {
|
|
112886
|
+
readonly internalType: "address";
|
|
114195
112887
|
readonly name: "";
|
|
114196
112888
|
readonly type: "address";
|
|
114197
|
-
readonly internalType: "address";
|
|
114198
112889
|
}, {
|
|
112890
|
+
readonly internalType: "address";
|
|
114199
112891
|
readonly name: "";
|
|
114200
112892
|
readonly type: "address";
|
|
114201
|
-
readonly internalType: "address";
|
|
114202
112893
|
}];
|
|
114203
112894
|
readonly stateMutability: "view";
|
|
114204
|
-
}, {
|
|
114205
112895
|
readonly type: "function";
|
|
114206
|
-
|
|
112896
|
+
}, {
|
|
114207
112897
|
readonly inputs: readonly [{
|
|
112898
|
+
readonly internalType: "bytes";
|
|
114208
112899
|
readonly name: "response";
|
|
114209
112900
|
readonly type: "bytes";
|
|
114210
|
-
readonly internalType: "bytes";
|
|
114211
112901
|
}, {
|
|
112902
|
+
readonly internalType: "bytes";
|
|
114212
112903
|
readonly name: "extraData";
|
|
114213
112904
|
readonly type: "bytes";
|
|
114214
|
-
readonly internalType: "bytes";
|
|
114215
112905
|
}];
|
|
112906
|
+
readonly name: "reverseAddressCallback";
|
|
114216
112907
|
readonly outputs: readonly [{
|
|
112908
|
+
readonly internalType: "string";
|
|
114217
112909
|
readonly name: "primary";
|
|
114218
112910
|
readonly type: "string";
|
|
114219
|
-
readonly internalType: "string";
|
|
114220
112911
|
}, {
|
|
112912
|
+
readonly internalType: "address";
|
|
114221
112913
|
readonly name: "resolver";
|
|
114222
112914
|
readonly type: "address";
|
|
114223
|
-
readonly internalType: "address";
|
|
114224
112915
|
}, {
|
|
112916
|
+
readonly internalType: "address";
|
|
114225
112917
|
readonly name: "reverseResolver";
|
|
114226
112918
|
readonly type: "address";
|
|
114227
|
-
readonly internalType: "address";
|
|
114228
112919
|
}];
|
|
114229
112920
|
readonly stateMutability: "pure";
|
|
114230
|
-
}, {
|
|
114231
112921
|
readonly type: "function";
|
|
114232
|
-
|
|
112922
|
+
}, {
|
|
114233
112923
|
readonly inputs: readonly [{
|
|
112924
|
+
readonly internalType: "bytes";
|
|
114234
112925
|
readonly name: "response";
|
|
114235
112926
|
readonly type: "bytes";
|
|
114236
|
-
readonly internalType: "bytes";
|
|
114237
112927
|
}, {
|
|
112928
|
+
readonly internalType: "bytes";
|
|
114238
112929
|
readonly name: "extraData";
|
|
114239
112930
|
readonly type: "bytes";
|
|
114240
|
-
readonly internalType: "bytes";
|
|
114241
112931
|
}];
|
|
112932
|
+
readonly name: "reverseNameCallback";
|
|
114242
112933
|
readonly outputs: readonly [{
|
|
112934
|
+
readonly internalType: "string";
|
|
114243
112935
|
readonly name: "primary";
|
|
114244
112936
|
readonly type: "string";
|
|
114245
|
-
readonly internalType: "string";
|
|
114246
112937
|
}, {
|
|
112938
|
+
readonly internalType: "address";
|
|
114247
112939
|
readonly name: "";
|
|
114248
112940
|
readonly type: "address";
|
|
114249
|
-
readonly internalType: "address";
|
|
114250
112941
|
}, {
|
|
112942
|
+
readonly internalType: "address";
|
|
114251
112943
|
readonly name: "";
|
|
114252
112944
|
readonly type: "address";
|
|
114253
|
-
readonly internalType: "address";
|
|
114254
112945
|
}];
|
|
114255
112946
|
readonly stateMutability: "view";
|
|
114256
|
-
}, {
|
|
114257
112947
|
readonly type: "function";
|
|
114258
|
-
|
|
112948
|
+
}, {
|
|
114259
112949
|
readonly inputs: readonly [{
|
|
112950
|
+
readonly internalType: "bytes";
|
|
114260
112951
|
readonly name: "lookupAddress";
|
|
114261
112952
|
readonly type: "bytes";
|
|
114262
|
-
readonly internalType: "bytes";
|
|
114263
112953
|
}, {
|
|
112954
|
+
readonly internalType: "uint256";
|
|
114264
112955
|
readonly name: "coinType";
|
|
114265
112956
|
readonly type: "uint256";
|
|
114266
|
-
readonly internalType: "uint256";
|
|
114267
112957
|
}, {
|
|
112958
|
+
readonly internalType: "string[]";
|
|
114268
112959
|
readonly name: "gateways";
|
|
114269
112960
|
readonly type: "string[]";
|
|
114270
|
-
readonly internalType: "string[]";
|
|
114271
112961
|
}];
|
|
112962
|
+
readonly name: "reverseWithGateways";
|
|
114272
112963
|
readonly outputs: readonly [{
|
|
112964
|
+
readonly internalType: "string";
|
|
114273
112965
|
readonly name: "primary";
|
|
114274
112966
|
readonly type: "string";
|
|
114275
|
-
readonly internalType: "string";
|
|
114276
112967
|
}, {
|
|
112968
|
+
readonly internalType: "address";
|
|
114277
112969
|
readonly name: "resolver";
|
|
114278
112970
|
readonly type: "address";
|
|
114279
|
-
readonly internalType: "address";
|
|
114280
112971
|
}, {
|
|
112972
|
+
readonly internalType: "address";
|
|
114281
112973
|
readonly name: "reverseResolver";
|
|
114282
112974
|
readonly type: "address";
|
|
114283
|
-
readonly internalType: "address";
|
|
114284
112975
|
}];
|
|
114285
112976
|
readonly stateMutability: "view";
|
|
114286
|
-
}, {
|
|
114287
112977
|
readonly type: "function";
|
|
114288
|
-
|
|
112978
|
+
}, {
|
|
114289
112979
|
readonly inputs: readonly [{
|
|
112980
|
+
readonly internalType: "bytes4";
|
|
114290
112981
|
readonly name: "interfaceId";
|
|
114291
112982
|
readonly type: "bytes4";
|
|
114292
|
-
readonly internalType: "bytes4";
|
|
114293
112983
|
}];
|
|
112984
|
+
readonly name: "supportsInterface";
|
|
114294
112985
|
readonly outputs: readonly [{
|
|
112986
|
+
readonly internalType: "bool";
|
|
114295
112987
|
readonly name: "";
|
|
114296
112988
|
readonly type: "bool";
|
|
114297
|
-
readonly internalType: "bool";
|
|
114298
112989
|
}];
|
|
114299
112990
|
readonly stateMutability: "view";
|
|
112991
|
+
readonly type: "function";
|
|
114300
112992
|
}, {
|
|
114301
|
-
readonly type: "
|
|
114302
|
-
readonly name: "
|
|
114303
|
-
readonly
|
|
114304
|
-
readonly name: "dns";
|
|
114305
|
-
readonly type: "bytes";
|
|
114306
|
-
readonly internalType: "bytes";
|
|
114307
|
-
}];
|
|
114308
|
-
}, {
|
|
114309
|
-
readonly type: "error";
|
|
114310
|
-
readonly name: "DNSEncodingFailed";
|
|
114311
|
-
readonly inputs: readonly [{
|
|
114312
|
-
readonly name: "ens";
|
|
114313
|
-
readonly type: "string";
|
|
114314
|
-
readonly internalType: "string";
|
|
114315
|
-
}];
|
|
114316
|
-
}, {
|
|
114317
|
-
readonly type: "error";
|
|
114318
|
-
readonly name: "EmptyAddress";
|
|
114319
|
-
readonly inputs: readonly [];
|
|
114320
|
-
}, {
|
|
114321
|
-
readonly type: "error";
|
|
114322
|
-
readonly name: "HttpError";
|
|
114323
|
-
readonly inputs: readonly [{
|
|
114324
|
-
readonly name: "status";
|
|
114325
|
-
readonly type: "uint16";
|
|
114326
|
-
readonly internalType: "uint16";
|
|
114327
|
-
}, {
|
|
114328
|
-
readonly name: "message";
|
|
114329
|
-
readonly type: "string";
|
|
114330
|
-
readonly internalType: "string";
|
|
114331
|
-
}];
|
|
114332
|
-
}, {
|
|
114333
|
-
readonly type: "error";
|
|
114334
|
-
readonly name: "InvalidBatchGatewayResponse";
|
|
114335
|
-
readonly inputs: readonly [];
|
|
114336
|
-
}, {
|
|
114337
|
-
readonly type: "error";
|
|
114338
|
-
readonly name: "LabelIsEmpty";
|
|
114339
|
-
readonly inputs: readonly [];
|
|
114340
|
-
}, {
|
|
114341
|
-
readonly type: "error";
|
|
114342
|
-
readonly name: "LabelIsTooLong";
|
|
114343
|
-
readonly inputs: readonly [{
|
|
114344
|
-
readonly name: "label";
|
|
114345
|
-
readonly type: "string";
|
|
114346
|
-
readonly internalType: "string";
|
|
114347
|
-
}];
|
|
114348
|
-
}, {
|
|
114349
|
-
readonly type: "error";
|
|
114350
|
-
readonly name: "OffchainLookup";
|
|
114351
|
-
readonly inputs: readonly [{
|
|
114352
|
-
readonly name: "sender";
|
|
114353
|
-
readonly type: "address";
|
|
114354
|
-
readonly internalType: "address";
|
|
114355
|
-
}, {
|
|
114356
|
-
readonly name: "urls";
|
|
114357
|
-
readonly type: "string[]";
|
|
114358
|
-
readonly internalType: "string[]";
|
|
114359
|
-
}, {
|
|
114360
|
-
readonly name: "callData";
|
|
114361
|
-
readonly type: "bytes";
|
|
114362
|
-
readonly internalType: "bytes";
|
|
114363
|
-
}, {
|
|
114364
|
-
readonly name: "callbackFunction";
|
|
114365
|
-
readonly type: "bytes4";
|
|
114366
|
-
readonly internalType: "bytes4";
|
|
114367
|
-
}, {
|
|
114368
|
-
readonly name: "extraData";
|
|
114369
|
-
readonly type: "bytes";
|
|
114370
|
-
readonly internalType: "bytes";
|
|
114371
|
-
}];
|
|
114372
|
-
}, {
|
|
114373
|
-
readonly type: "error";
|
|
114374
|
-
readonly name: "OffsetOutOfBoundsError";
|
|
114375
|
-
readonly inputs: readonly [{
|
|
114376
|
-
readonly name: "offset";
|
|
114377
|
-
readonly type: "uint256";
|
|
114378
|
-
readonly internalType: "uint256";
|
|
114379
|
-
}, {
|
|
114380
|
-
readonly name: "length";
|
|
114381
|
-
readonly type: "uint256";
|
|
114382
|
-
readonly internalType: "uint256";
|
|
114383
|
-
}];
|
|
114384
|
-
}, {
|
|
114385
|
-
readonly type: "error";
|
|
114386
|
-
readonly name: "ResolverError";
|
|
114387
|
-
readonly inputs: readonly [{
|
|
114388
|
-
readonly name: "errorData";
|
|
114389
|
-
readonly type: "bytes";
|
|
114390
|
-
readonly internalType: "bytes";
|
|
114391
|
-
}];
|
|
114392
|
-
}, {
|
|
114393
|
-
readonly type: "error";
|
|
114394
|
-
readonly name: "ResolverNotContract";
|
|
114395
|
-
readonly inputs: readonly [{
|
|
114396
|
-
readonly name: "name";
|
|
114397
|
-
readonly type: "bytes";
|
|
114398
|
-
readonly internalType: "bytes";
|
|
114399
|
-
}, {
|
|
114400
|
-
readonly name: "resolver";
|
|
114401
|
-
readonly type: "address";
|
|
114402
|
-
readonly internalType: "address";
|
|
114403
|
-
}];
|
|
114404
|
-
}, {
|
|
114405
|
-
readonly type: "error";
|
|
114406
|
-
readonly name: "ResolverNotFound";
|
|
114407
|
-
readonly inputs: readonly [{
|
|
114408
|
-
readonly name: "name";
|
|
114409
|
-
readonly type: "bytes";
|
|
114410
|
-
readonly internalType: "bytes";
|
|
114411
|
-
}];
|
|
114412
|
-
}, {
|
|
114413
|
-
readonly type: "error";
|
|
114414
|
-
readonly name: "ReverseAddressMismatch";
|
|
112993
|
+
readonly type: "function";
|
|
112994
|
+
readonly name: "multicall";
|
|
112995
|
+
readonly stateMutability: "view";
|
|
114415
112996
|
readonly inputs: readonly [{
|
|
114416
|
-
readonly
|
|
114417
|
-
readonly
|
|
114418
|
-
readonly
|
|
114419
|
-
}, {
|
|
114420
|
-
readonly name: "primaryAddress";
|
|
114421
|
-
readonly type: "bytes";
|
|
114422
|
-
readonly internalType: "bytes";
|
|
112997
|
+
readonly internalType: "bytes[]";
|
|
112998
|
+
readonly name: "data";
|
|
112999
|
+
readonly type: "bytes[]";
|
|
114423
113000
|
}];
|
|
114424
|
-
|
|
114425
|
-
|
|
114426
|
-
|
|
114427
|
-
|
|
114428
|
-
readonly name: "selector";
|
|
114429
|
-
readonly type: "bytes4";
|
|
114430
|
-
readonly internalType: "bytes4";
|
|
113001
|
+
readonly outputs: readonly [{
|
|
113002
|
+
readonly internalType: "bytes[]";
|
|
113003
|
+
readonly name: "";
|
|
113004
|
+
readonly type: "bytes[]";
|
|
114431
113005
|
}];
|
|
114432
113006
|
}];
|
|
114433
|
-
address: "
|
|
113007
|
+
address: "0x651d670ce0d0f1ed0893f39d51fd0dbd4546c9ef";
|
|
114434
113008
|
startBlock: number;
|
|
114435
113009
|
};
|
|
114436
113010
|
};
|