@ensnode/datasources 1.11.1 → 1.13.0
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 +1233 -247
- package/dist/index.js +6 -26
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1633,7 +1633,7 @@ declare const Registry: readonly [{
|
|
|
1633
1633
|
readonly internalType: "uint64";
|
|
1634
1634
|
}];
|
|
1635
1635
|
readonly outputs: readonly [{
|
|
1636
|
-
readonly name: "
|
|
1636
|
+
readonly name: "";
|
|
1637
1637
|
readonly type: "uint256";
|
|
1638
1638
|
readonly internalType: "uint256";
|
|
1639
1639
|
}];
|
|
@@ -1870,26 +1870,6 @@ declare const Registry: readonly [{
|
|
|
1870
1870
|
readonly internalType: "string";
|
|
1871
1871
|
}];
|
|
1872
1872
|
readonly stateMutability: "view";
|
|
1873
|
-
}, {
|
|
1874
|
-
readonly type: "event";
|
|
1875
|
-
readonly name: "Approval";
|
|
1876
|
-
readonly inputs: readonly [{
|
|
1877
|
-
readonly name: "owner";
|
|
1878
|
-
readonly type: "address";
|
|
1879
|
-
readonly indexed: true;
|
|
1880
|
-
readonly internalType: "address";
|
|
1881
|
-
}, {
|
|
1882
|
-
readonly name: "approved";
|
|
1883
|
-
readonly type: "address";
|
|
1884
|
-
readonly indexed: true;
|
|
1885
|
-
readonly internalType: "address";
|
|
1886
|
-
}, {
|
|
1887
|
-
readonly name: "tokenId";
|
|
1888
|
-
readonly type: "uint256";
|
|
1889
|
-
readonly indexed: true;
|
|
1890
|
-
readonly internalType: "uint256";
|
|
1891
|
-
}];
|
|
1892
|
-
readonly anonymous: false;
|
|
1893
1873
|
}, {
|
|
1894
1874
|
readonly type: "event";
|
|
1895
1875
|
readonly name: "ApprovalForAll";
|
|
@@ -16034,7 +16014,7 @@ declare const _default$3: {
|
|
|
16034
16014
|
readonly internalType: "uint64";
|
|
16035
16015
|
}];
|
|
16036
16016
|
readonly outputs: readonly [{
|
|
16037
|
-
readonly name: "
|
|
16017
|
+
readonly name: "";
|
|
16038
16018
|
readonly type: "uint256";
|
|
16039
16019
|
readonly internalType: "uint256";
|
|
16040
16020
|
}];
|
|
@@ -16271,26 +16251,6 @@ declare const _default$3: {
|
|
|
16271
16251
|
readonly internalType: "string";
|
|
16272
16252
|
}];
|
|
16273
16253
|
readonly stateMutability: "view";
|
|
16274
|
-
}, {
|
|
16275
|
-
readonly type: "event";
|
|
16276
|
-
readonly name: "Approval";
|
|
16277
|
-
readonly inputs: readonly [{
|
|
16278
|
-
readonly name: "owner";
|
|
16279
|
-
readonly type: "address";
|
|
16280
|
-
readonly indexed: true;
|
|
16281
|
-
readonly internalType: "address";
|
|
16282
|
-
}, {
|
|
16283
|
-
readonly name: "approved";
|
|
16284
|
-
readonly type: "address";
|
|
16285
|
-
readonly indexed: true;
|
|
16286
|
-
readonly internalType: "address";
|
|
16287
|
-
}, {
|
|
16288
|
-
readonly name: "tokenId";
|
|
16289
|
-
readonly type: "uint256";
|
|
16290
|
-
readonly indexed: true;
|
|
16291
|
-
readonly internalType: "uint256";
|
|
16292
|
-
}];
|
|
16293
|
-
readonly anonymous: false;
|
|
16294
16254
|
}, {
|
|
16295
16255
|
readonly type: "event";
|
|
16296
16256
|
readonly name: "ApprovalForAll";
|
|
@@ -17594,7 +17554,7 @@ declare const _default$3: {
|
|
|
17594
17554
|
readonly internalType: "uint64";
|
|
17595
17555
|
}];
|
|
17596
17556
|
readonly outputs: readonly [{
|
|
17597
|
-
readonly name: "
|
|
17557
|
+
readonly name: "";
|
|
17598
17558
|
readonly type: "uint256";
|
|
17599
17559
|
readonly internalType: "uint256";
|
|
17600
17560
|
}];
|
|
@@ -17831,26 +17791,6 @@ declare const _default$3: {
|
|
|
17831
17791
|
readonly internalType: "string";
|
|
17832
17792
|
}];
|
|
17833
17793
|
readonly stateMutability: "view";
|
|
17834
|
-
}, {
|
|
17835
|
-
readonly type: "event";
|
|
17836
|
-
readonly name: "Approval";
|
|
17837
|
-
readonly inputs: readonly [{
|
|
17838
|
-
readonly name: "owner";
|
|
17839
|
-
readonly type: "address";
|
|
17840
|
-
readonly indexed: true;
|
|
17841
|
-
readonly internalType: "address";
|
|
17842
|
-
}, {
|
|
17843
|
-
readonly name: "approved";
|
|
17844
|
-
readonly type: "address";
|
|
17845
|
-
readonly indexed: true;
|
|
17846
|
-
readonly internalType: "address";
|
|
17847
|
-
}, {
|
|
17848
|
-
readonly name: "tokenId";
|
|
17849
|
-
readonly type: "uint256";
|
|
17850
|
-
readonly indexed: true;
|
|
17851
|
-
readonly internalType: "uint256";
|
|
17852
|
-
}];
|
|
17853
|
-
readonly anonymous: false;
|
|
17854
17794
|
}, {
|
|
17855
17795
|
readonly type: "event";
|
|
17856
17796
|
readonly name: "ApprovalForAll";
|
|
@@ -18812,7 +18752,7 @@ declare const _default$3: {
|
|
|
18812
18752
|
readonly internalType: "uint64";
|
|
18813
18753
|
}];
|
|
18814
18754
|
readonly outputs: readonly [{
|
|
18815
|
-
readonly name: "
|
|
18755
|
+
readonly name: "";
|
|
18816
18756
|
readonly type: "uint256";
|
|
18817
18757
|
readonly internalType: "uint256";
|
|
18818
18758
|
}];
|
|
@@ -19049,26 +18989,6 @@ declare const _default$3: {
|
|
|
19049
18989
|
readonly internalType: "string";
|
|
19050
18990
|
}];
|
|
19051
18991
|
readonly stateMutability: "view";
|
|
19052
|
-
}, {
|
|
19053
|
-
readonly type: "event";
|
|
19054
|
-
readonly name: "Approval";
|
|
19055
|
-
readonly inputs: readonly [{
|
|
19056
|
-
readonly name: "owner";
|
|
19057
|
-
readonly type: "address";
|
|
19058
|
-
readonly indexed: true;
|
|
19059
|
-
readonly internalType: "address";
|
|
19060
|
-
}, {
|
|
19061
|
-
readonly name: "approved";
|
|
19062
|
-
readonly type: "address";
|
|
19063
|
-
readonly indexed: true;
|
|
19064
|
-
readonly internalType: "address";
|
|
19065
|
-
}, {
|
|
19066
|
-
readonly name: "tokenId";
|
|
19067
|
-
readonly type: "uint256";
|
|
19068
|
-
readonly indexed: true;
|
|
19069
|
-
readonly internalType: "uint256";
|
|
19070
|
-
}];
|
|
19071
|
-
readonly anonymous: false;
|
|
19072
18992
|
}, {
|
|
19073
18993
|
readonly type: "event";
|
|
19074
18994
|
readonly name: "ApprovalForAll";
|
|
@@ -21620,104 +21540,7 @@ declare const _default$3: {
|
|
|
21620
21540
|
address: "0x5fc8d32690cc91d4c39d9d3abcbd16989f875707";
|
|
21621
21541
|
startBlock: number;
|
|
21622
21542
|
};
|
|
21623
|
-
|
|
21624
|
-
};
|
|
21625
|
-
rrRoot: {
|
|
21626
|
-
chain: {
|
|
21627
|
-
readonly id: 31337;
|
|
21628
|
-
readonly name: "ens-test-env";
|
|
21629
|
-
readonly blockExplorers?: {
|
|
21630
|
-
[key: string]: {
|
|
21631
|
-
name: string;
|
|
21632
|
-
url: string;
|
|
21633
|
-
apiUrl?: string | undefined;
|
|
21634
|
-
};
|
|
21635
|
-
default: {
|
|
21636
|
-
name: string;
|
|
21637
|
-
url: string;
|
|
21638
|
-
apiUrl?: string | undefined;
|
|
21639
|
-
};
|
|
21640
|
-
} | undefined | undefined;
|
|
21641
|
-
readonly blockTime?: number | undefined | undefined;
|
|
21642
|
-
readonly contracts?: {
|
|
21643
|
-
[x: string]: viem.ChainContract | {
|
|
21644
|
-
[sourceId: number]: viem.ChainContract | undefined;
|
|
21645
|
-
} | undefined;
|
|
21646
|
-
ensRegistry?: viem.ChainContract | undefined;
|
|
21647
|
-
ensUniversalResolver?: viem.ChainContract | undefined;
|
|
21648
|
-
multicall3?: viem.ChainContract | undefined;
|
|
21649
|
-
erc6492Verifier?: viem.ChainContract | undefined;
|
|
21650
|
-
} | undefined;
|
|
21651
|
-
readonly ensTlds?: readonly string[] | undefined;
|
|
21652
|
-
readonly nativeCurrency: {
|
|
21653
|
-
readonly decimals: 18;
|
|
21654
|
-
readonly name: "Ether";
|
|
21655
|
-
readonly symbol: "ETH";
|
|
21656
|
-
};
|
|
21657
|
-
readonly experimental_preconfirmationTime?: number | undefined | undefined;
|
|
21658
|
-
readonly rpcUrls: {
|
|
21659
|
-
readonly default: {
|
|
21660
|
-
readonly http: readonly ["http://127.0.0.1:8545"];
|
|
21661
|
-
readonly webSocket: readonly ["ws://127.0.0.1:8545"];
|
|
21662
|
-
};
|
|
21663
|
-
};
|
|
21664
|
-
readonly sourceId?: number | undefined | undefined;
|
|
21665
|
-
readonly testnet?: boolean | undefined | undefined;
|
|
21666
|
-
readonly custom?: Record<string, unknown> | undefined;
|
|
21667
|
-
readonly fees?: viem.ChainFees<undefined> | undefined;
|
|
21668
|
-
readonly formatters?: undefined;
|
|
21669
|
-
readonly serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
|
|
21670
|
-
};
|
|
21671
|
-
contracts: {
|
|
21672
|
-
DefaultReverseRegistrar: {
|
|
21673
|
-
abi: readonly [{
|
|
21674
|
-
readonly anonymous: false;
|
|
21675
|
-
readonly inputs: readonly [{
|
|
21676
|
-
readonly indexed: true;
|
|
21677
|
-
readonly internalType: "address";
|
|
21678
|
-
readonly name: "addr";
|
|
21679
|
-
readonly type: "address";
|
|
21680
|
-
}, {
|
|
21681
|
-
readonly indexed: false;
|
|
21682
|
-
readonly internalType: "string";
|
|
21683
|
-
readonly name: "name";
|
|
21684
|
-
readonly type: "string";
|
|
21685
|
-
}];
|
|
21686
|
-
readonly name: "NameForAddrChanged";
|
|
21687
|
-
readonly type: "event";
|
|
21688
|
-
}, {
|
|
21689
|
-
readonly inputs: readonly [{
|
|
21690
|
-
readonly internalType: "address";
|
|
21691
|
-
readonly name: "addr";
|
|
21692
|
-
readonly type: "address";
|
|
21693
|
-
}];
|
|
21694
|
-
readonly name: "nameForAddr";
|
|
21695
|
-
readonly outputs: readonly [{
|
|
21696
|
-
readonly internalType: "string";
|
|
21697
|
-
readonly name: "name";
|
|
21698
|
-
readonly type: "string";
|
|
21699
|
-
}];
|
|
21700
|
-
readonly stateMutability: "view";
|
|
21701
|
-
readonly type: "function";
|
|
21702
|
-
}, {
|
|
21703
|
-
readonly inputs: readonly [{
|
|
21704
|
-
readonly internalType: "bytes4";
|
|
21705
|
-
readonly name: "interfaceID";
|
|
21706
|
-
readonly type: "bytes4";
|
|
21707
|
-
}];
|
|
21708
|
-
readonly name: "supportsInterface";
|
|
21709
|
-
readonly outputs: readonly [{
|
|
21710
|
-
readonly internalType: "bool";
|
|
21711
|
-
readonly name: "";
|
|
21712
|
-
readonly type: "bool";
|
|
21713
|
-
}];
|
|
21714
|
-
readonly stateMutability: "view";
|
|
21715
|
-
readonly type: "function";
|
|
21716
|
-
}];
|
|
21717
|
-
address: "0x4c5859f0f772848b2d91f1d83e2fe57935348029";
|
|
21718
|
-
startBlock: number;
|
|
21719
|
-
};
|
|
21720
|
-
DefaultReverseResolver3: {
|
|
21543
|
+
ENSv2Resolver: {
|
|
21721
21544
|
abi: readonly [{
|
|
21722
21545
|
readonly anonymous: false;
|
|
21723
21546
|
readonly inputs: readonly [{
|
|
@@ -22840,10 +22663,1233 @@ declare const _default$3: {
|
|
|
22840
22663
|
readonly stateMutability: "view";
|
|
22841
22664
|
readonly type: "function";
|
|
22842
22665
|
}];
|
|
22843
|
-
address: "
|
|
22666
|
+
address: "0xc6e7df5e7b4f2a278906862b61205850344d4e7d";
|
|
22844
22667
|
startBlock: number;
|
|
22845
22668
|
};
|
|
22846
|
-
|
|
22669
|
+
};
|
|
22670
|
+
};
|
|
22671
|
+
rrRoot: {
|
|
22672
|
+
chain: {
|
|
22673
|
+
readonly id: 31337;
|
|
22674
|
+
readonly name: "ens-test-env";
|
|
22675
|
+
readonly blockExplorers?: {
|
|
22676
|
+
[key: string]: {
|
|
22677
|
+
name: string;
|
|
22678
|
+
url: string;
|
|
22679
|
+
apiUrl?: string | undefined;
|
|
22680
|
+
};
|
|
22681
|
+
default: {
|
|
22682
|
+
name: string;
|
|
22683
|
+
url: string;
|
|
22684
|
+
apiUrl?: string | undefined;
|
|
22685
|
+
};
|
|
22686
|
+
} | undefined | undefined;
|
|
22687
|
+
readonly blockTime?: number | undefined | undefined;
|
|
22688
|
+
readonly contracts?: {
|
|
22689
|
+
[x: string]: viem.ChainContract | {
|
|
22690
|
+
[sourceId: number]: viem.ChainContract | undefined;
|
|
22691
|
+
} | undefined;
|
|
22692
|
+
ensRegistry?: viem.ChainContract | undefined;
|
|
22693
|
+
ensUniversalResolver?: viem.ChainContract | undefined;
|
|
22694
|
+
multicall3?: viem.ChainContract | undefined;
|
|
22695
|
+
erc6492Verifier?: viem.ChainContract | undefined;
|
|
22696
|
+
} | undefined;
|
|
22697
|
+
readonly ensTlds?: readonly string[] | undefined;
|
|
22698
|
+
readonly nativeCurrency: {
|
|
22699
|
+
readonly decimals: 18;
|
|
22700
|
+
readonly name: "Ether";
|
|
22701
|
+
readonly symbol: "ETH";
|
|
22702
|
+
};
|
|
22703
|
+
readonly experimental_preconfirmationTime?: number | undefined | undefined;
|
|
22704
|
+
readonly rpcUrls: {
|
|
22705
|
+
readonly default: {
|
|
22706
|
+
readonly http: readonly ["http://127.0.0.1:8545"];
|
|
22707
|
+
readonly webSocket: readonly ["ws://127.0.0.1:8545"];
|
|
22708
|
+
};
|
|
22709
|
+
};
|
|
22710
|
+
readonly sourceId?: number | undefined | undefined;
|
|
22711
|
+
readonly testnet?: boolean | undefined | undefined;
|
|
22712
|
+
readonly custom?: Record<string, unknown> | undefined;
|
|
22713
|
+
readonly fees?: viem.ChainFees<undefined> | undefined;
|
|
22714
|
+
readonly formatters?: undefined;
|
|
22715
|
+
readonly serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
|
|
22716
|
+
};
|
|
22717
|
+
contracts: {
|
|
22718
|
+
DefaultReverseRegistrar: {
|
|
22719
|
+
abi: readonly [{
|
|
22720
|
+
readonly anonymous: false;
|
|
22721
|
+
readonly inputs: readonly [{
|
|
22722
|
+
readonly indexed: true;
|
|
22723
|
+
readonly internalType: "address";
|
|
22724
|
+
readonly name: "addr";
|
|
22725
|
+
readonly type: "address";
|
|
22726
|
+
}, {
|
|
22727
|
+
readonly indexed: false;
|
|
22728
|
+
readonly internalType: "string";
|
|
22729
|
+
readonly name: "name";
|
|
22730
|
+
readonly type: "string";
|
|
22731
|
+
}];
|
|
22732
|
+
readonly name: "NameForAddrChanged";
|
|
22733
|
+
readonly type: "event";
|
|
22734
|
+
}, {
|
|
22735
|
+
readonly inputs: readonly [{
|
|
22736
|
+
readonly internalType: "address";
|
|
22737
|
+
readonly name: "addr";
|
|
22738
|
+
readonly type: "address";
|
|
22739
|
+
}];
|
|
22740
|
+
readonly name: "nameForAddr";
|
|
22741
|
+
readonly outputs: readonly [{
|
|
22742
|
+
readonly internalType: "string";
|
|
22743
|
+
readonly name: "name";
|
|
22744
|
+
readonly type: "string";
|
|
22745
|
+
}];
|
|
22746
|
+
readonly stateMutability: "view";
|
|
22747
|
+
readonly type: "function";
|
|
22748
|
+
}, {
|
|
22749
|
+
readonly inputs: readonly [{
|
|
22750
|
+
readonly internalType: "bytes4";
|
|
22751
|
+
readonly name: "interfaceID";
|
|
22752
|
+
readonly type: "bytes4";
|
|
22753
|
+
}];
|
|
22754
|
+
readonly name: "supportsInterface";
|
|
22755
|
+
readonly outputs: readonly [{
|
|
22756
|
+
readonly internalType: "bool";
|
|
22757
|
+
readonly name: "";
|
|
22758
|
+
readonly type: "bool";
|
|
22759
|
+
}];
|
|
22760
|
+
readonly stateMutability: "view";
|
|
22761
|
+
readonly type: "function";
|
|
22762
|
+
}];
|
|
22763
|
+
address: "0x4c5859f0f772848b2d91f1d83e2fe57935348029";
|
|
22764
|
+
startBlock: number;
|
|
22765
|
+
};
|
|
22766
|
+
DefaultReverseResolver3: {
|
|
22767
|
+
abi: readonly [{
|
|
22768
|
+
readonly anonymous: false;
|
|
22769
|
+
readonly inputs: readonly [{
|
|
22770
|
+
readonly indexed: true;
|
|
22771
|
+
readonly internalType: "bytes32";
|
|
22772
|
+
readonly name: "node";
|
|
22773
|
+
readonly type: "bytes32";
|
|
22774
|
+
}, {
|
|
22775
|
+
readonly indexed: true;
|
|
22776
|
+
readonly internalType: "uint256";
|
|
22777
|
+
readonly name: "contentType";
|
|
22778
|
+
readonly type: "uint256";
|
|
22779
|
+
}];
|
|
22780
|
+
readonly name: "ABIChanged";
|
|
22781
|
+
readonly type: "event";
|
|
22782
|
+
}, {
|
|
22783
|
+
readonly anonymous: false;
|
|
22784
|
+
readonly inputs: readonly [{
|
|
22785
|
+
readonly indexed: true;
|
|
22786
|
+
readonly internalType: "bytes32";
|
|
22787
|
+
readonly name: "node";
|
|
22788
|
+
readonly type: "bytes32";
|
|
22789
|
+
}, {
|
|
22790
|
+
readonly indexed: false;
|
|
22791
|
+
readonly internalType: "address";
|
|
22792
|
+
readonly name: "a";
|
|
22793
|
+
readonly type: "address";
|
|
22794
|
+
}];
|
|
22795
|
+
readonly name: "AddrChanged";
|
|
22796
|
+
readonly type: "event";
|
|
22797
|
+
}, {
|
|
22798
|
+
readonly anonymous: false;
|
|
22799
|
+
readonly inputs: readonly [{
|
|
22800
|
+
readonly indexed: true;
|
|
22801
|
+
readonly internalType: "bytes32";
|
|
22802
|
+
readonly name: "node";
|
|
22803
|
+
readonly type: "bytes32";
|
|
22804
|
+
}, {
|
|
22805
|
+
readonly indexed: false;
|
|
22806
|
+
readonly internalType: "uint256";
|
|
22807
|
+
readonly name: "coinType";
|
|
22808
|
+
readonly type: "uint256";
|
|
22809
|
+
}, {
|
|
22810
|
+
readonly indexed: false;
|
|
22811
|
+
readonly internalType: "bytes";
|
|
22812
|
+
readonly name: "newAddress";
|
|
22813
|
+
readonly type: "bytes";
|
|
22814
|
+
}];
|
|
22815
|
+
readonly name: "AddressChanged";
|
|
22816
|
+
readonly type: "event";
|
|
22817
|
+
}, {
|
|
22818
|
+
readonly anonymous: false;
|
|
22819
|
+
readonly inputs: readonly [{
|
|
22820
|
+
readonly indexed: true;
|
|
22821
|
+
readonly internalType: "bytes32";
|
|
22822
|
+
readonly name: "node";
|
|
22823
|
+
readonly type: "bytes32";
|
|
22824
|
+
}, {
|
|
22825
|
+
readonly indexed: true;
|
|
22826
|
+
readonly internalType: "address";
|
|
22827
|
+
readonly name: "owner";
|
|
22828
|
+
readonly type: "address";
|
|
22829
|
+
}, {
|
|
22830
|
+
readonly indexed: true;
|
|
22831
|
+
readonly internalType: "address";
|
|
22832
|
+
readonly name: "target";
|
|
22833
|
+
readonly type: "address";
|
|
22834
|
+
}, {
|
|
22835
|
+
readonly indexed: false;
|
|
22836
|
+
readonly internalType: "bool";
|
|
22837
|
+
readonly name: "isAuthorised";
|
|
22838
|
+
readonly type: "bool";
|
|
22839
|
+
}];
|
|
22840
|
+
readonly name: "AuthorisationChanged";
|
|
22841
|
+
readonly type: "event";
|
|
22842
|
+
}, {
|
|
22843
|
+
readonly anonymous: false;
|
|
22844
|
+
readonly inputs: readonly [{
|
|
22845
|
+
readonly indexed: true;
|
|
22846
|
+
readonly internalType: "bytes32";
|
|
22847
|
+
readonly name: "node";
|
|
22848
|
+
readonly type: "bytes32";
|
|
22849
|
+
}, {
|
|
22850
|
+
readonly indexed: false;
|
|
22851
|
+
readonly internalType: "bytes";
|
|
22852
|
+
readonly name: "hash";
|
|
22853
|
+
readonly type: "bytes";
|
|
22854
|
+
}];
|
|
22855
|
+
readonly name: "ContenthashChanged";
|
|
22856
|
+
readonly type: "event";
|
|
22857
|
+
}, {
|
|
22858
|
+
readonly anonymous: false;
|
|
22859
|
+
readonly inputs: readonly [{
|
|
22860
|
+
readonly indexed: true;
|
|
22861
|
+
readonly internalType: "bytes32";
|
|
22862
|
+
readonly name: "node";
|
|
22863
|
+
readonly type: "bytes32";
|
|
22864
|
+
}, {
|
|
22865
|
+
readonly indexed: false;
|
|
22866
|
+
readonly internalType: "bytes";
|
|
22867
|
+
readonly name: "name";
|
|
22868
|
+
readonly type: "bytes";
|
|
22869
|
+
}, {
|
|
22870
|
+
readonly indexed: false;
|
|
22871
|
+
readonly internalType: "uint16";
|
|
22872
|
+
readonly name: "resource";
|
|
22873
|
+
readonly type: "uint16";
|
|
22874
|
+
}, {
|
|
22875
|
+
readonly indexed: false;
|
|
22876
|
+
readonly internalType: "bytes";
|
|
22877
|
+
readonly name: "record";
|
|
22878
|
+
readonly type: "bytes";
|
|
22879
|
+
}];
|
|
22880
|
+
readonly name: "DNSRecordChanged";
|
|
22881
|
+
readonly type: "event";
|
|
22882
|
+
}, {
|
|
22883
|
+
readonly anonymous: false;
|
|
22884
|
+
readonly inputs: readonly [{
|
|
22885
|
+
readonly indexed: true;
|
|
22886
|
+
readonly internalType: "bytes32";
|
|
22887
|
+
readonly name: "node";
|
|
22888
|
+
readonly type: "bytes32";
|
|
22889
|
+
}, {
|
|
22890
|
+
readonly indexed: false;
|
|
22891
|
+
readonly internalType: "bytes";
|
|
22892
|
+
readonly name: "name";
|
|
22893
|
+
readonly type: "bytes";
|
|
22894
|
+
}, {
|
|
22895
|
+
readonly indexed: false;
|
|
22896
|
+
readonly internalType: "uint16";
|
|
22897
|
+
readonly name: "resource";
|
|
22898
|
+
readonly type: "uint16";
|
|
22899
|
+
}];
|
|
22900
|
+
readonly name: "DNSRecordDeleted";
|
|
22901
|
+
readonly type: "event";
|
|
22902
|
+
}, {
|
|
22903
|
+
readonly anonymous: false;
|
|
22904
|
+
readonly inputs: readonly [{
|
|
22905
|
+
readonly indexed: true;
|
|
22906
|
+
readonly internalType: "bytes32";
|
|
22907
|
+
readonly name: "node";
|
|
22908
|
+
readonly type: "bytes32";
|
|
22909
|
+
}];
|
|
22910
|
+
readonly name: "DNSZoneCleared";
|
|
22911
|
+
readonly type: "event";
|
|
22912
|
+
}, {
|
|
22913
|
+
readonly anonymous: false;
|
|
22914
|
+
readonly inputs: readonly [{
|
|
22915
|
+
readonly indexed: true;
|
|
22916
|
+
readonly internalType: "bytes32";
|
|
22917
|
+
readonly name: "node";
|
|
22918
|
+
readonly type: "bytes32";
|
|
22919
|
+
}, {
|
|
22920
|
+
readonly indexed: true;
|
|
22921
|
+
readonly internalType: "bytes4";
|
|
22922
|
+
readonly name: "interfaceID";
|
|
22923
|
+
readonly type: "bytes4";
|
|
22924
|
+
}, {
|
|
22925
|
+
readonly indexed: false;
|
|
22926
|
+
readonly internalType: "address";
|
|
22927
|
+
readonly name: "implementer";
|
|
22928
|
+
readonly type: "address";
|
|
22929
|
+
}];
|
|
22930
|
+
readonly name: "InterfaceChanged";
|
|
22931
|
+
readonly type: "event";
|
|
22932
|
+
}, {
|
|
22933
|
+
readonly anonymous: false;
|
|
22934
|
+
readonly inputs: readonly [{
|
|
22935
|
+
readonly indexed: true;
|
|
22936
|
+
readonly internalType: "bytes32";
|
|
22937
|
+
readonly name: "node";
|
|
22938
|
+
readonly type: "bytes32";
|
|
22939
|
+
}, {
|
|
22940
|
+
readonly indexed: false;
|
|
22941
|
+
readonly internalType: "string";
|
|
22942
|
+
readonly name: "name";
|
|
22943
|
+
readonly type: "string";
|
|
22944
|
+
}];
|
|
22945
|
+
readonly name: "NameChanged";
|
|
22946
|
+
readonly type: "event";
|
|
22947
|
+
}, {
|
|
22948
|
+
readonly anonymous: false;
|
|
22949
|
+
readonly inputs: readonly [{
|
|
22950
|
+
readonly indexed: true;
|
|
22951
|
+
readonly internalType: "bytes32";
|
|
22952
|
+
readonly name: "node";
|
|
22953
|
+
readonly type: "bytes32";
|
|
22954
|
+
}, {
|
|
22955
|
+
readonly indexed: false;
|
|
22956
|
+
readonly internalType: "bytes32";
|
|
22957
|
+
readonly name: "x";
|
|
22958
|
+
readonly type: "bytes32";
|
|
22959
|
+
}, {
|
|
22960
|
+
readonly indexed: false;
|
|
22961
|
+
readonly internalType: "bytes32";
|
|
22962
|
+
readonly name: "y";
|
|
22963
|
+
readonly type: "bytes32";
|
|
22964
|
+
}];
|
|
22965
|
+
readonly name: "PubkeyChanged";
|
|
22966
|
+
readonly type: "event";
|
|
22967
|
+
}, {
|
|
22968
|
+
readonly anonymous: false;
|
|
22969
|
+
readonly inputs: readonly [{
|
|
22970
|
+
readonly indexed: true;
|
|
22971
|
+
readonly internalType: "bytes32";
|
|
22972
|
+
readonly name: "node";
|
|
22973
|
+
readonly type: "bytes32";
|
|
22974
|
+
}, {
|
|
22975
|
+
readonly indexed: true;
|
|
22976
|
+
readonly internalType: "string";
|
|
22977
|
+
readonly name: "indexedKey";
|
|
22978
|
+
readonly type: "string";
|
|
22979
|
+
}, {
|
|
22980
|
+
readonly indexed: false;
|
|
22981
|
+
readonly internalType: "string";
|
|
22982
|
+
readonly name: "key";
|
|
22983
|
+
readonly type: "string";
|
|
22984
|
+
}];
|
|
22985
|
+
readonly name: "TextChanged";
|
|
22986
|
+
readonly type: "event";
|
|
22987
|
+
}, {
|
|
22988
|
+
readonly constant: true;
|
|
22989
|
+
readonly inputs: readonly [{
|
|
22990
|
+
readonly internalType: "bytes32";
|
|
22991
|
+
readonly name: "node";
|
|
22992
|
+
readonly type: "bytes32";
|
|
22993
|
+
}, {
|
|
22994
|
+
readonly internalType: "uint256";
|
|
22995
|
+
readonly name: "contentTypes";
|
|
22996
|
+
readonly type: "uint256";
|
|
22997
|
+
}];
|
|
22998
|
+
readonly name: "ABI";
|
|
22999
|
+
readonly outputs: readonly [{
|
|
23000
|
+
readonly internalType: "uint256";
|
|
23001
|
+
readonly name: "";
|
|
23002
|
+
readonly type: "uint256";
|
|
23003
|
+
}, {
|
|
23004
|
+
readonly internalType: "bytes";
|
|
23005
|
+
readonly name: "";
|
|
23006
|
+
readonly type: "bytes";
|
|
23007
|
+
}];
|
|
23008
|
+
readonly payable: false;
|
|
23009
|
+
readonly stateMutability: "view";
|
|
23010
|
+
readonly type: "function";
|
|
23011
|
+
}, {
|
|
23012
|
+
readonly constant: true;
|
|
23013
|
+
readonly inputs: readonly [{
|
|
23014
|
+
readonly internalType: "bytes32";
|
|
23015
|
+
readonly name: "node";
|
|
23016
|
+
readonly type: "bytes32";
|
|
23017
|
+
}];
|
|
23018
|
+
readonly name: "addr";
|
|
23019
|
+
readonly outputs: readonly [{
|
|
23020
|
+
readonly internalType: "address payable";
|
|
23021
|
+
readonly name: "";
|
|
23022
|
+
readonly type: "address";
|
|
23023
|
+
}];
|
|
23024
|
+
readonly payable: false;
|
|
23025
|
+
readonly stateMutability: "view";
|
|
23026
|
+
readonly type: "function";
|
|
23027
|
+
}, {
|
|
23028
|
+
readonly constant: true;
|
|
23029
|
+
readonly inputs: readonly [{
|
|
23030
|
+
readonly internalType: "bytes32";
|
|
23031
|
+
readonly name: "node";
|
|
23032
|
+
readonly type: "bytes32";
|
|
23033
|
+
}, {
|
|
23034
|
+
readonly internalType: "uint256";
|
|
23035
|
+
readonly name: "coinType";
|
|
23036
|
+
readonly type: "uint256";
|
|
23037
|
+
}];
|
|
23038
|
+
readonly name: "addr";
|
|
23039
|
+
readonly outputs: readonly [{
|
|
23040
|
+
readonly internalType: "bytes";
|
|
23041
|
+
readonly name: "";
|
|
23042
|
+
readonly type: "bytes";
|
|
23043
|
+
}];
|
|
23044
|
+
readonly payable: false;
|
|
23045
|
+
readonly stateMutability: "view";
|
|
23046
|
+
readonly type: "function";
|
|
23047
|
+
}, {
|
|
23048
|
+
readonly constant: true;
|
|
23049
|
+
readonly inputs: readonly [{
|
|
23050
|
+
readonly internalType: "bytes32";
|
|
23051
|
+
readonly name: "";
|
|
23052
|
+
readonly type: "bytes32";
|
|
23053
|
+
}, {
|
|
23054
|
+
readonly internalType: "address";
|
|
23055
|
+
readonly name: "";
|
|
23056
|
+
readonly type: "address";
|
|
23057
|
+
}, {
|
|
23058
|
+
readonly internalType: "address";
|
|
23059
|
+
readonly name: "";
|
|
23060
|
+
readonly type: "address";
|
|
23061
|
+
}];
|
|
23062
|
+
readonly name: "authorisations";
|
|
23063
|
+
readonly outputs: readonly [{
|
|
23064
|
+
readonly internalType: "bool";
|
|
23065
|
+
readonly name: "";
|
|
23066
|
+
readonly type: "bool";
|
|
23067
|
+
}];
|
|
23068
|
+
readonly payable: false;
|
|
23069
|
+
readonly stateMutability: "view";
|
|
23070
|
+
readonly type: "function";
|
|
23071
|
+
}, {
|
|
23072
|
+
readonly constant: false;
|
|
23073
|
+
readonly inputs: readonly [{
|
|
23074
|
+
readonly internalType: "bytes32";
|
|
23075
|
+
readonly name: "node";
|
|
23076
|
+
readonly type: "bytes32";
|
|
23077
|
+
}];
|
|
23078
|
+
readonly name: "clearDNSZone";
|
|
23079
|
+
readonly outputs: readonly [];
|
|
23080
|
+
readonly payable: false;
|
|
23081
|
+
readonly stateMutability: "nonpayable";
|
|
23082
|
+
readonly type: "function";
|
|
23083
|
+
}, {
|
|
23084
|
+
readonly constant: true;
|
|
23085
|
+
readonly inputs: readonly [{
|
|
23086
|
+
readonly internalType: "bytes32";
|
|
23087
|
+
readonly name: "node";
|
|
23088
|
+
readonly type: "bytes32";
|
|
23089
|
+
}];
|
|
23090
|
+
readonly name: "contenthash";
|
|
23091
|
+
readonly outputs: readonly [{
|
|
23092
|
+
readonly internalType: "bytes";
|
|
23093
|
+
readonly name: "";
|
|
23094
|
+
readonly type: "bytes";
|
|
23095
|
+
}];
|
|
23096
|
+
readonly payable: false;
|
|
23097
|
+
readonly stateMutability: "view";
|
|
23098
|
+
readonly type: "function";
|
|
23099
|
+
}, {
|
|
23100
|
+
readonly constant: true;
|
|
23101
|
+
readonly inputs: readonly [{
|
|
23102
|
+
readonly internalType: "bytes32";
|
|
23103
|
+
readonly name: "node";
|
|
23104
|
+
readonly type: "bytes32";
|
|
23105
|
+
}, {
|
|
23106
|
+
readonly internalType: "bytes32";
|
|
23107
|
+
readonly name: "name";
|
|
23108
|
+
readonly type: "bytes32";
|
|
23109
|
+
}, {
|
|
23110
|
+
readonly internalType: "uint16";
|
|
23111
|
+
readonly name: "resource";
|
|
23112
|
+
readonly type: "uint16";
|
|
23113
|
+
}];
|
|
23114
|
+
readonly name: "dnsRecord";
|
|
23115
|
+
readonly outputs: readonly [{
|
|
23116
|
+
readonly internalType: "bytes";
|
|
23117
|
+
readonly name: "";
|
|
23118
|
+
readonly type: "bytes";
|
|
23119
|
+
}];
|
|
23120
|
+
readonly payable: false;
|
|
23121
|
+
readonly stateMutability: "view";
|
|
23122
|
+
readonly type: "function";
|
|
23123
|
+
}, {
|
|
23124
|
+
readonly constant: true;
|
|
23125
|
+
readonly inputs: readonly [{
|
|
23126
|
+
readonly internalType: "bytes32";
|
|
23127
|
+
readonly name: "node";
|
|
23128
|
+
readonly type: "bytes32";
|
|
23129
|
+
}, {
|
|
23130
|
+
readonly internalType: "bytes32";
|
|
23131
|
+
readonly name: "name";
|
|
23132
|
+
readonly type: "bytes32";
|
|
23133
|
+
}];
|
|
23134
|
+
readonly name: "hasDNSRecords";
|
|
23135
|
+
readonly outputs: readonly [{
|
|
23136
|
+
readonly internalType: "bool";
|
|
23137
|
+
readonly name: "";
|
|
23138
|
+
readonly type: "bool";
|
|
23139
|
+
}];
|
|
23140
|
+
readonly payable: false;
|
|
23141
|
+
readonly stateMutability: "view";
|
|
23142
|
+
readonly type: "function";
|
|
23143
|
+
}, {
|
|
23144
|
+
readonly constant: true;
|
|
23145
|
+
readonly inputs: readonly [{
|
|
23146
|
+
readonly internalType: "bytes32";
|
|
23147
|
+
readonly name: "node";
|
|
23148
|
+
readonly type: "bytes32";
|
|
23149
|
+
}, {
|
|
23150
|
+
readonly internalType: "bytes4";
|
|
23151
|
+
readonly name: "interfaceID";
|
|
23152
|
+
readonly type: "bytes4";
|
|
23153
|
+
}];
|
|
23154
|
+
readonly name: "interfaceImplementer";
|
|
23155
|
+
readonly outputs: readonly [{
|
|
23156
|
+
readonly internalType: "address";
|
|
23157
|
+
readonly name: "";
|
|
23158
|
+
readonly type: "address";
|
|
23159
|
+
}];
|
|
23160
|
+
readonly payable: false;
|
|
23161
|
+
readonly stateMutability: "view";
|
|
23162
|
+
readonly type: "function";
|
|
23163
|
+
}, {
|
|
23164
|
+
readonly constant: false;
|
|
23165
|
+
readonly inputs: readonly [{
|
|
23166
|
+
readonly internalType: "bytes[]";
|
|
23167
|
+
readonly name: "data";
|
|
23168
|
+
readonly type: "bytes[]";
|
|
23169
|
+
}];
|
|
23170
|
+
readonly name: "multicall";
|
|
23171
|
+
readonly outputs: readonly [{
|
|
23172
|
+
readonly internalType: "bytes[]";
|
|
23173
|
+
readonly name: "results";
|
|
23174
|
+
readonly type: "bytes[]";
|
|
23175
|
+
}];
|
|
23176
|
+
readonly payable: false;
|
|
23177
|
+
readonly stateMutability: "nonpayable";
|
|
23178
|
+
readonly type: "function";
|
|
23179
|
+
}, {
|
|
23180
|
+
readonly constant: true;
|
|
23181
|
+
readonly inputs: readonly [{
|
|
23182
|
+
readonly internalType: "bytes32";
|
|
23183
|
+
readonly name: "node";
|
|
23184
|
+
readonly type: "bytes32";
|
|
23185
|
+
}];
|
|
23186
|
+
readonly name: "name";
|
|
23187
|
+
readonly outputs: readonly [{
|
|
23188
|
+
readonly internalType: "string";
|
|
23189
|
+
readonly name: "";
|
|
23190
|
+
readonly type: "string";
|
|
23191
|
+
}];
|
|
23192
|
+
readonly payable: false;
|
|
23193
|
+
readonly stateMutability: "view";
|
|
23194
|
+
readonly type: "function";
|
|
23195
|
+
}, {
|
|
23196
|
+
readonly constant: true;
|
|
23197
|
+
readonly inputs: readonly [{
|
|
23198
|
+
readonly internalType: "bytes32";
|
|
23199
|
+
readonly name: "node";
|
|
23200
|
+
readonly type: "bytes32";
|
|
23201
|
+
}];
|
|
23202
|
+
readonly name: "pubkey";
|
|
23203
|
+
readonly outputs: readonly [{
|
|
23204
|
+
readonly internalType: "bytes32";
|
|
23205
|
+
readonly name: "x";
|
|
23206
|
+
readonly type: "bytes32";
|
|
23207
|
+
}, {
|
|
23208
|
+
readonly internalType: "bytes32";
|
|
23209
|
+
readonly name: "y";
|
|
23210
|
+
readonly type: "bytes32";
|
|
23211
|
+
}];
|
|
23212
|
+
readonly payable: false;
|
|
23213
|
+
readonly stateMutability: "view";
|
|
23214
|
+
readonly type: "function";
|
|
23215
|
+
}, {
|
|
23216
|
+
readonly constant: false;
|
|
23217
|
+
readonly inputs: readonly [{
|
|
23218
|
+
readonly internalType: "bytes32";
|
|
23219
|
+
readonly name: "node";
|
|
23220
|
+
readonly type: "bytes32";
|
|
23221
|
+
}, {
|
|
23222
|
+
readonly internalType: "uint256";
|
|
23223
|
+
readonly name: "contentType";
|
|
23224
|
+
readonly type: "uint256";
|
|
23225
|
+
}, {
|
|
23226
|
+
readonly internalType: "bytes";
|
|
23227
|
+
readonly name: "data";
|
|
23228
|
+
readonly type: "bytes";
|
|
23229
|
+
}];
|
|
23230
|
+
readonly name: "setABI";
|
|
23231
|
+
readonly outputs: readonly [];
|
|
23232
|
+
readonly payable: false;
|
|
23233
|
+
readonly stateMutability: "nonpayable";
|
|
23234
|
+
readonly type: "function";
|
|
23235
|
+
}, {
|
|
23236
|
+
readonly constant: false;
|
|
23237
|
+
readonly inputs: readonly [{
|
|
23238
|
+
readonly internalType: "bytes32";
|
|
23239
|
+
readonly name: "node";
|
|
23240
|
+
readonly type: "bytes32";
|
|
23241
|
+
}, {
|
|
23242
|
+
readonly internalType: "uint256";
|
|
23243
|
+
readonly name: "coinType";
|
|
23244
|
+
readonly type: "uint256";
|
|
23245
|
+
}, {
|
|
23246
|
+
readonly internalType: "bytes";
|
|
23247
|
+
readonly name: "a";
|
|
23248
|
+
readonly type: "bytes";
|
|
23249
|
+
}];
|
|
23250
|
+
readonly name: "setAddr";
|
|
23251
|
+
readonly outputs: readonly [];
|
|
23252
|
+
readonly payable: false;
|
|
23253
|
+
readonly stateMutability: "nonpayable";
|
|
23254
|
+
readonly type: "function";
|
|
23255
|
+
}, {
|
|
23256
|
+
readonly constant: false;
|
|
23257
|
+
readonly inputs: readonly [{
|
|
23258
|
+
readonly internalType: "bytes32";
|
|
23259
|
+
readonly name: "node";
|
|
23260
|
+
readonly type: "bytes32";
|
|
23261
|
+
}, {
|
|
23262
|
+
readonly internalType: "address";
|
|
23263
|
+
readonly name: "a";
|
|
23264
|
+
readonly type: "address";
|
|
23265
|
+
}];
|
|
23266
|
+
readonly name: "setAddr";
|
|
23267
|
+
readonly outputs: readonly [];
|
|
23268
|
+
readonly payable: false;
|
|
23269
|
+
readonly stateMutability: "nonpayable";
|
|
23270
|
+
readonly type: "function";
|
|
23271
|
+
}, {
|
|
23272
|
+
readonly constant: false;
|
|
23273
|
+
readonly inputs: readonly [{
|
|
23274
|
+
readonly internalType: "bytes32";
|
|
23275
|
+
readonly name: "node";
|
|
23276
|
+
readonly type: "bytes32";
|
|
23277
|
+
}, {
|
|
23278
|
+
readonly internalType: "address";
|
|
23279
|
+
readonly name: "target";
|
|
23280
|
+
readonly type: "address";
|
|
23281
|
+
}, {
|
|
23282
|
+
readonly internalType: "bool";
|
|
23283
|
+
readonly name: "isAuthorised";
|
|
23284
|
+
readonly type: "bool";
|
|
23285
|
+
}];
|
|
23286
|
+
readonly name: "setAuthorisation";
|
|
23287
|
+
readonly outputs: readonly [];
|
|
23288
|
+
readonly payable: false;
|
|
23289
|
+
readonly stateMutability: "nonpayable";
|
|
23290
|
+
readonly type: "function";
|
|
23291
|
+
}, {
|
|
23292
|
+
readonly constant: false;
|
|
23293
|
+
readonly inputs: readonly [{
|
|
23294
|
+
readonly internalType: "bytes32";
|
|
23295
|
+
readonly name: "node";
|
|
23296
|
+
readonly type: "bytes32";
|
|
23297
|
+
}, {
|
|
23298
|
+
readonly internalType: "bytes";
|
|
23299
|
+
readonly name: "hash";
|
|
23300
|
+
readonly type: "bytes";
|
|
23301
|
+
}];
|
|
23302
|
+
readonly name: "setContenthash";
|
|
23303
|
+
readonly outputs: readonly [];
|
|
23304
|
+
readonly payable: false;
|
|
23305
|
+
readonly stateMutability: "nonpayable";
|
|
23306
|
+
readonly type: "function";
|
|
23307
|
+
}, {
|
|
23308
|
+
readonly constant: false;
|
|
23309
|
+
readonly inputs: readonly [{
|
|
23310
|
+
readonly internalType: "bytes32";
|
|
23311
|
+
readonly name: "node";
|
|
23312
|
+
readonly type: "bytes32";
|
|
23313
|
+
}, {
|
|
23314
|
+
readonly internalType: "bytes";
|
|
23315
|
+
readonly name: "data";
|
|
23316
|
+
readonly type: "bytes";
|
|
23317
|
+
}];
|
|
23318
|
+
readonly name: "setDNSRecords";
|
|
23319
|
+
readonly outputs: readonly [];
|
|
23320
|
+
readonly payable: false;
|
|
23321
|
+
readonly stateMutability: "nonpayable";
|
|
23322
|
+
readonly type: "function";
|
|
23323
|
+
}, {
|
|
23324
|
+
readonly constant: false;
|
|
23325
|
+
readonly inputs: readonly [{
|
|
23326
|
+
readonly internalType: "bytes32";
|
|
23327
|
+
readonly name: "node";
|
|
23328
|
+
readonly type: "bytes32";
|
|
23329
|
+
}, {
|
|
23330
|
+
readonly internalType: "bytes4";
|
|
23331
|
+
readonly name: "interfaceID";
|
|
23332
|
+
readonly type: "bytes4";
|
|
23333
|
+
}, {
|
|
23334
|
+
readonly internalType: "address";
|
|
23335
|
+
readonly name: "implementer";
|
|
23336
|
+
readonly type: "address";
|
|
23337
|
+
}];
|
|
23338
|
+
readonly name: "setInterface";
|
|
23339
|
+
readonly outputs: readonly [];
|
|
23340
|
+
readonly payable: false;
|
|
23341
|
+
readonly stateMutability: "nonpayable";
|
|
23342
|
+
readonly type: "function";
|
|
23343
|
+
}, {
|
|
23344
|
+
readonly constant: false;
|
|
23345
|
+
readonly inputs: readonly [{
|
|
23346
|
+
readonly internalType: "bytes32";
|
|
23347
|
+
readonly name: "node";
|
|
23348
|
+
readonly type: "bytes32";
|
|
23349
|
+
}, {
|
|
23350
|
+
readonly internalType: "string";
|
|
23351
|
+
readonly name: "name";
|
|
23352
|
+
readonly type: "string";
|
|
23353
|
+
}];
|
|
23354
|
+
readonly name: "setName";
|
|
23355
|
+
readonly outputs: readonly [];
|
|
23356
|
+
readonly payable: false;
|
|
23357
|
+
readonly stateMutability: "nonpayable";
|
|
23358
|
+
readonly type: "function";
|
|
23359
|
+
}, {
|
|
23360
|
+
readonly constant: false;
|
|
23361
|
+
readonly inputs: readonly [{
|
|
23362
|
+
readonly internalType: "bytes32";
|
|
23363
|
+
readonly name: "node";
|
|
23364
|
+
readonly type: "bytes32";
|
|
23365
|
+
}, {
|
|
23366
|
+
readonly internalType: "bytes32";
|
|
23367
|
+
readonly name: "x";
|
|
23368
|
+
readonly type: "bytes32";
|
|
23369
|
+
}, {
|
|
23370
|
+
readonly internalType: "bytes32";
|
|
23371
|
+
readonly name: "y";
|
|
23372
|
+
readonly type: "bytes32";
|
|
23373
|
+
}];
|
|
23374
|
+
readonly name: "setPubkey";
|
|
23375
|
+
readonly outputs: readonly [];
|
|
23376
|
+
readonly payable: false;
|
|
23377
|
+
readonly stateMutability: "nonpayable";
|
|
23378
|
+
readonly type: "function";
|
|
23379
|
+
}, {
|
|
23380
|
+
readonly constant: false;
|
|
23381
|
+
readonly inputs: readonly [{
|
|
23382
|
+
readonly internalType: "bytes32";
|
|
23383
|
+
readonly name: "node";
|
|
23384
|
+
readonly type: "bytes32";
|
|
23385
|
+
}, {
|
|
23386
|
+
readonly internalType: "string";
|
|
23387
|
+
readonly name: "key";
|
|
23388
|
+
readonly type: "string";
|
|
23389
|
+
}, {
|
|
23390
|
+
readonly internalType: "string";
|
|
23391
|
+
readonly name: "value";
|
|
23392
|
+
readonly type: "string";
|
|
23393
|
+
}];
|
|
23394
|
+
readonly name: "setText";
|
|
23395
|
+
readonly outputs: readonly [];
|
|
23396
|
+
readonly payable: false;
|
|
23397
|
+
readonly stateMutability: "nonpayable";
|
|
23398
|
+
readonly type: "function";
|
|
23399
|
+
}, {
|
|
23400
|
+
readonly constant: true;
|
|
23401
|
+
readonly inputs: readonly [{
|
|
23402
|
+
readonly internalType: "bytes4";
|
|
23403
|
+
readonly name: "interfaceID";
|
|
23404
|
+
readonly type: "bytes4";
|
|
23405
|
+
}];
|
|
23406
|
+
readonly name: "supportsInterface";
|
|
23407
|
+
readonly outputs: readonly [{
|
|
23408
|
+
readonly internalType: "bool";
|
|
23409
|
+
readonly name: "";
|
|
23410
|
+
readonly type: "bool";
|
|
23411
|
+
}];
|
|
23412
|
+
readonly payable: false;
|
|
23413
|
+
readonly stateMutability: "pure";
|
|
23414
|
+
readonly type: "function";
|
|
23415
|
+
}, {
|
|
23416
|
+
readonly constant: true;
|
|
23417
|
+
readonly inputs: readonly [{
|
|
23418
|
+
readonly internalType: "bytes32";
|
|
23419
|
+
readonly name: "node";
|
|
23420
|
+
readonly type: "bytes32";
|
|
23421
|
+
}, {
|
|
23422
|
+
readonly internalType: "string";
|
|
23423
|
+
readonly name: "key";
|
|
23424
|
+
readonly type: "string";
|
|
23425
|
+
}];
|
|
23426
|
+
readonly name: "text";
|
|
23427
|
+
readonly outputs: readonly [{
|
|
23428
|
+
readonly internalType: "string";
|
|
23429
|
+
readonly name: "";
|
|
23430
|
+
readonly type: "string";
|
|
23431
|
+
}];
|
|
23432
|
+
readonly payable: false;
|
|
23433
|
+
readonly stateMutability: "view";
|
|
23434
|
+
readonly type: "function";
|
|
23435
|
+
}, {
|
|
23436
|
+
readonly anonymous: false;
|
|
23437
|
+
readonly inputs: readonly [{
|
|
23438
|
+
readonly indexed: true;
|
|
23439
|
+
readonly internalType: "address";
|
|
23440
|
+
readonly name: "owner";
|
|
23441
|
+
readonly type: "address";
|
|
23442
|
+
}, {
|
|
23443
|
+
readonly indexed: true;
|
|
23444
|
+
readonly internalType: "address";
|
|
23445
|
+
readonly name: "operator";
|
|
23446
|
+
readonly type: "address";
|
|
23447
|
+
}, {
|
|
23448
|
+
readonly indexed: false;
|
|
23449
|
+
readonly internalType: "bool";
|
|
23450
|
+
readonly name: "approved";
|
|
23451
|
+
readonly type: "bool";
|
|
23452
|
+
}];
|
|
23453
|
+
readonly name: "ApprovalForAll";
|
|
23454
|
+
readonly type: "event";
|
|
23455
|
+
}, {
|
|
23456
|
+
readonly anonymous: false;
|
|
23457
|
+
readonly inputs: readonly [{
|
|
23458
|
+
readonly indexed: false;
|
|
23459
|
+
readonly internalType: "address";
|
|
23460
|
+
readonly name: "owner";
|
|
23461
|
+
readonly type: "address";
|
|
23462
|
+
}, {
|
|
23463
|
+
readonly indexed: true;
|
|
23464
|
+
readonly internalType: "bytes32";
|
|
23465
|
+
readonly name: "node";
|
|
23466
|
+
readonly type: "bytes32";
|
|
23467
|
+
}, {
|
|
23468
|
+
readonly indexed: true;
|
|
23469
|
+
readonly internalType: "address";
|
|
23470
|
+
readonly name: "delegate";
|
|
23471
|
+
readonly type: "address";
|
|
23472
|
+
}, {
|
|
23473
|
+
readonly indexed: true;
|
|
23474
|
+
readonly internalType: "bool";
|
|
23475
|
+
readonly name: "approved";
|
|
23476
|
+
readonly type: "bool";
|
|
23477
|
+
}];
|
|
23478
|
+
readonly name: "Approved";
|
|
23479
|
+
readonly type: "event";
|
|
23480
|
+
}, {
|
|
23481
|
+
readonly anonymous: false;
|
|
23482
|
+
readonly inputs: readonly [{
|
|
23483
|
+
readonly indexed: true;
|
|
23484
|
+
readonly internalType: "bytes32";
|
|
23485
|
+
readonly name: "node";
|
|
23486
|
+
readonly type: "bytes32";
|
|
23487
|
+
}, {
|
|
23488
|
+
readonly indexed: false;
|
|
23489
|
+
readonly internalType: "bytes";
|
|
23490
|
+
readonly name: "lastzonehash";
|
|
23491
|
+
readonly type: "bytes";
|
|
23492
|
+
}, {
|
|
23493
|
+
readonly indexed: false;
|
|
23494
|
+
readonly internalType: "bytes";
|
|
23495
|
+
readonly name: "zonehash";
|
|
23496
|
+
readonly type: "bytes";
|
|
23497
|
+
}];
|
|
23498
|
+
readonly name: "DNSZonehashChanged";
|
|
23499
|
+
readonly type: "event";
|
|
23500
|
+
}, {
|
|
23501
|
+
readonly anonymous: false;
|
|
23502
|
+
readonly inputs: readonly [{
|
|
23503
|
+
readonly indexed: true;
|
|
23504
|
+
readonly internalType: "bytes32";
|
|
23505
|
+
readonly name: "node";
|
|
23506
|
+
readonly type: "bytes32";
|
|
23507
|
+
}, {
|
|
23508
|
+
readonly indexed: true;
|
|
23509
|
+
readonly internalType: "string";
|
|
23510
|
+
readonly name: "indexedKey";
|
|
23511
|
+
readonly type: "string";
|
|
23512
|
+
}, {
|
|
23513
|
+
readonly indexed: false;
|
|
23514
|
+
readonly internalType: "string";
|
|
23515
|
+
readonly name: "key";
|
|
23516
|
+
readonly type: "string";
|
|
23517
|
+
}, {
|
|
23518
|
+
readonly indexed: false;
|
|
23519
|
+
readonly internalType: "string";
|
|
23520
|
+
readonly name: "value";
|
|
23521
|
+
readonly type: "string";
|
|
23522
|
+
}];
|
|
23523
|
+
readonly name: "TextChanged";
|
|
23524
|
+
readonly type: "event";
|
|
23525
|
+
}, {
|
|
23526
|
+
readonly anonymous: false;
|
|
23527
|
+
readonly inputs: readonly [{
|
|
23528
|
+
readonly indexed: true;
|
|
23529
|
+
readonly internalType: "bytes32";
|
|
23530
|
+
readonly name: "node";
|
|
23531
|
+
readonly type: "bytes32";
|
|
23532
|
+
}, {
|
|
23533
|
+
readonly indexed: false;
|
|
23534
|
+
readonly internalType: "uint64";
|
|
23535
|
+
readonly name: "newVersion";
|
|
23536
|
+
readonly type: "uint64";
|
|
23537
|
+
}];
|
|
23538
|
+
readonly name: "VersionChanged";
|
|
23539
|
+
readonly type: "event";
|
|
23540
|
+
}, {
|
|
23541
|
+
readonly inputs: readonly [{
|
|
23542
|
+
readonly internalType: "bytes32";
|
|
23543
|
+
readonly name: "node";
|
|
23544
|
+
readonly type: "bytes32";
|
|
23545
|
+
}, {
|
|
23546
|
+
readonly internalType: "address";
|
|
23547
|
+
readonly name: "delegate";
|
|
23548
|
+
readonly type: "address";
|
|
23549
|
+
}, {
|
|
23550
|
+
readonly internalType: "bool";
|
|
23551
|
+
readonly name: "approved";
|
|
23552
|
+
readonly type: "bool";
|
|
23553
|
+
}];
|
|
23554
|
+
readonly name: "approve";
|
|
23555
|
+
readonly outputs: readonly [];
|
|
23556
|
+
readonly stateMutability: "nonpayable";
|
|
23557
|
+
readonly type: "function";
|
|
23558
|
+
}, {
|
|
23559
|
+
readonly inputs: readonly [{
|
|
23560
|
+
readonly internalType: "bytes32";
|
|
23561
|
+
readonly name: "node";
|
|
23562
|
+
readonly type: "bytes32";
|
|
23563
|
+
}];
|
|
23564
|
+
readonly name: "clearRecords";
|
|
23565
|
+
readonly outputs: readonly [];
|
|
23566
|
+
readonly stateMutability: "nonpayable";
|
|
23567
|
+
readonly type: "function";
|
|
23568
|
+
}, {
|
|
23569
|
+
readonly inputs: readonly [{
|
|
23570
|
+
readonly internalType: "address";
|
|
23571
|
+
readonly name: "owner";
|
|
23572
|
+
readonly type: "address";
|
|
23573
|
+
}, {
|
|
23574
|
+
readonly internalType: "bytes32";
|
|
23575
|
+
readonly name: "node";
|
|
23576
|
+
readonly type: "bytes32";
|
|
23577
|
+
}, {
|
|
23578
|
+
readonly internalType: "address";
|
|
23579
|
+
readonly name: "delegate";
|
|
23580
|
+
readonly type: "address";
|
|
23581
|
+
}];
|
|
23582
|
+
readonly name: "isApprovedFor";
|
|
23583
|
+
readonly outputs: readonly [{
|
|
23584
|
+
readonly internalType: "bool";
|
|
23585
|
+
readonly name: "";
|
|
23586
|
+
readonly type: "bool";
|
|
23587
|
+
}];
|
|
23588
|
+
readonly stateMutability: "view";
|
|
23589
|
+
readonly type: "function";
|
|
23590
|
+
}, {
|
|
23591
|
+
readonly inputs: readonly [{
|
|
23592
|
+
readonly internalType: "address";
|
|
23593
|
+
readonly name: "account";
|
|
23594
|
+
readonly type: "address";
|
|
23595
|
+
}, {
|
|
23596
|
+
readonly internalType: "address";
|
|
23597
|
+
readonly name: "operator";
|
|
23598
|
+
readonly type: "address";
|
|
23599
|
+
}];
|
|
23600
|
+
readonly name: "isApprovedForAll";
|
|
23601
|
+
readonly outputs: readonly [{
|
|
23602
|
+
readonly internalType: "bool";
|
|
23603
|
+
readonly name: "";
|
|
23604
|
+
readonly type: "bool";
|
|
23605
|
+
}];
|
|
23606
|
+
readonly stateMutability: "view";
|
|
23607
|
+
readonly type: "function";
|
|
23608
|
+
}, {
|
|
23609
|
+
readonly inputs: readonly [{
|
|
23610
|
+
readonly internalType: "bytes32";
|
|
23611
|
+
readonly name: "nodehash";
|
|
23612
|
+
readonly type: "bytes32";
|
|
23613
|
+
}, {
|
|
23614
|
+
readonly internalType: "bytes[]";
|
|
23615
|
+
readonly name: "data";
|
|
23616
|
+
readonly type: "bytes[]";
|
|
23617
|
+
}];
|
|
23618
|
+
readonly name: "multicallWithNodeCheck";
|
|
23619
|
+
readonly outputs: readonly [{
|
|
23620
|
+
readonly internalType: "bytes[]";
|
|
23621
|
+
readonly name: "results";
|
|
23622
|
+
readonly type: "bytes[]";
|
|
23623
|
+
}];
|
|
23624
|
+
readonly stateMutability: "nonpayable";
|
|
23625
|
+
readonly type: "function";
|
|
23626
|
+
}, {
|
|
23627
|
+
readonly inputs: readonly [{
|
|
23628
|
+
readonly internalType: "bytes32";
|
|
23629
|
+
readonly name: "";
|
|
23630
|
+
readonly type: "bytes32";
|
|
23631
|
+
}];
|
|
23632
|
+
readonly name: "recordVersions";
|
|
23633
|
+
readonly outputs: readonly [{
|
|
23634
|
+
readonly internalType: "uint64";
|
|
23635
|
+
readonly name: "";
|
|
23636
|
+
readonly type: "uint64";
|
|
23637
|
+
}];
|
|
23638
|
+
readonly stateMutability: "view";
|
|
23639
|
+
readonly type: "function";
|
|
23640
|
+
}, {
|
|
23641
|
+
readonly inputs: readonly [{
|
|
23642
|
+
readonly internalType: "address";
|
|
23643
|
+
readonly name: "operator";
|
|
23644
|
+
readonly type: "address";
|
|
23645
|
+
}, {
|
|
23646
|
+
readonly internalType: "bool";
|
|
23647
|
+
readonly name: "approved";
|
|
23648
|
+
readonly type: "bool";
|
|
23649
|
+
}];
|
|
23650
|
+
readonly name: "setApprovalForAll";
|
|
23651
|
+
readonly outputs: readonly [];
|
|
23652
|
+
readonly stateMutability: "nonpayable";
|
|
23653
|
+
readonly type: "function";
|
|
23654
|
+
}, {
|
|
23655
|
+
readonly inputs: readonly [{
|
|
23656
|
+
readonly internalType: "bytes32";
|
|
23657
|
+
readonly name: "node";
|
|
23658
|
+
readonly type: "bytes32";
|
|
23659
|
+
}, {
|
|
23660
|
+
readonly internalType: "string";
|
|
23661
|
+
readonly name: "newName";
|
|
23662
|
+
readonly type: "string";
|
|
23663
|
+
}];
|
|
23664
|
+
readonly name: "setName";
|
|
23665
|
+
readonly outputs: readonly [];
|
|
23666
|
+
readonly stateMutability: "nonpayable";
|
|
23667
|
+
readonly type: "function";
|
|
23668
|
+
}, {
|
|
23669
|
+
readonly inputs: readonly [{
|
|
23670
|
+
readonly internalType: "bytes32";
|
|
23671
|
+
readonly name: "node";
|
|
23672
|
+
readonly type: "bytes32";
|
|
23673
|
+
}, {
|
|
23674
|
+
readonly internalType: "bytes";
|
|
23675
|
+
readonly name: "hash";
|
|
23676
|
+
readonly type: "bytes";
|
|
23677
|
+
}];
|
|
23678
|
+
readonly name: "setZonehash";
|
|
23679
|
+
readonly outputs: readonly [];
|
|
23680
|
+
readonly stateMutability: "nonpayable";
|
|
23681
|
+
readonly type: "function";
|
|
23682
|
+
}, {
|
|
23683
|
+
readonly inputs: readonly [{
|
|
23684
|
+
readonly internalType: "bytes4";
|
|
23685
|
+
readonly name: "interfaceID";
|
|
23686
|
+
readonly type: "bytes4";
|
|
23687
|
+
}];
|
|
23688
|
+
readonly name: "supportsInterface";
|
|
23689
|
+
readonly outputs: readonly [{
|
|
23690
|
+
readonly internalType: "bool";
|
|
23691
|
+
readonly name: "";
|
|
23692
|
+
readonly type: "bool";
|
|
23693
|
+
}];
|
|
23694
|
+
readonly stateMutability: "view";
|
|
23695
|
+
readonly type: "function";
|
|
23696
|
+
}, {
|
|
23697
|
+
readonly inputs: readonly [{
|
|
23698
|
+
readonly internalType: "bytes32";
|
|
23699
|
+
readonly name: "node";
|
|
23700
|
+
readonly type: "bytes32";
|
|
23701
|
+
}];
|
|
23702
|
+
readonly name: "zonehash";
|
|
23703
|
+
readonly outputs: readonly [{
|
|
23704
|
+
readonly internalType: "bytes";
|
|
23705
|
+
readonly name: "";
|
|
23706
|
+
readonly type: "bytes";
|
|
23707
|
+
}];
|
|
23708
|
+
readonly stateMutability: "view";
|
|
23709
|
+
readonly type: "function";
|
|
23710
|
+
}, {
|
|
23711
|
+
readonly type: "event";
|
|
23712
|
+
readonly name: "DNSRecordChanged";
|
|
23713
|
+
readonly inputs: readonly [{
|
|
23714
|
+
readonly name: "node";
|
|
23715
|
+
readonly type: "bytes32";
|
|
23716
|
+
readonly indexed: true;
|
|
23717
|
+
readonly internalType: "bytes32";
|
|
23718
|
+
}, {
|
|
23719
|
+
readonly name: "name";
|
|
23720
|
+
readonly type: "bytes";
|
|
23721
|
+
readonly indexed: false;
|
|
23722
|
+
readonly internalType: "bytes";
|
|
23723
|
+
}, {
|
|
23724
|
+
readonly name: "resource";
|
|
23725
|
+
readonly type: "uint16";
|
|
23726
|
+
readonly indexed: false;
|
|
23727
|
+
readonly internalType: "uint16";
|
|
23728
|
+
}, {
|
|
23729
|
+
readonly name: "ttl";
|
|
23730
|
+
readonly type: "uint32";
|
|
23731
|
+
readonly indexed: false;
|
|
23732
|
+
readonly internalType: "uint32";
|
|
23733
|
+
}, {
|
|
23734
|
+
readonly name: "record";
|
|
23735
|
+
readonly type: "bytes";
|
|
23736
|
+
readonly indexed: false;
|
|
23737
|
+
readonly internalType: "bytes";
|
|
23738
|
+
}];
|
|
23739
|
+
readonly anonymous: false;
|
|
23740
|
+
}, {
|
|
23741
|
+
readonly type: "event";
|
|
23742
|
+
readonly name: "DNSZoneUpdated";
|
|
23743
|
+
readonly inputs: readonly [{
|
|
23744
|
+
readonly name: "node";
|
|
23745
|
+
readonly type: "bytes32";
|
|
23746
|
+
readonly indexed: true;
|
|
23747
|
+
readonly internalType: "bytes32";
|
|
23748
|
+
}, {
|
|
23749
|
+
readonly name: "serial";
|
|
23750
|
+
readonly type: "uint32";
|
|
23751
|
+
readonly indexed: false;
|
|
23752
|
+
readonly internalType: "uint32";
|
|
23753
|
+
}];
|
|
23754
|
+
readonly anonymous: false;
|
|
23755
|
+
}, {
|
|
23756
|
+
readonly type: "event";
|
|
23757
|
+
readonly name: "ZoneCreated";
|
|
23758
|
+
readonly inputs: readonly [{
|
|
23759
|
+
readonly name: "node";
|
|
23760
|
+
readonly type: "bytes32";
|
|
23761
|
+
readonly indexed: true;
|
|
23762
|
+
readonly internalType: "bytes32";
|
|
23763
|
+
}, {
|
|
23764
|
+
readonly name: "version";
|
|
23765
|
+
readonly type: "uint64";
|
|
23766
|
+
readonly indexed: true;
|
|
23767
|
+
readonly internalType: "uint64";
|
|
23768
|
+
}];
|
|
23769
|
+
readonly anonymous: false;
|
|
23770
|
+
}, {
|
|
23771
|
+
readonly inputs: readonly [{
|
|
23772
|
+
readonly internalType: "bytes";
|
|
23773
|
+
readonly name: "name";
|
|
23774
|
+
readonly type: "bytes";
|
|
23775
|
+
}, {
|
|
23776
|
+
readonly internalType: "bytes";
|
|
23777
|
+
readonly name: "data";
|
|
23778
|
+
readonly type: "bytes";
|
|
23779
|
+
}];
|
|
23780
|
+
readonly name: "resolve";
|
|
23781
|
+
readonly outputs: readonly [{
|
|
23782
|
+
readonly internalType: "bytes";
|
|
23783
|
+
readonly name: "";
|
|
23784
|
+
readonly type: "bytes";
|
|
23785
|
+
}];
|
|
23786
|
+
readonly stateMutability: "view";
|
|
23787
|
+
readonly type: "function";
|
|
23788
|
+
}, {
|
|
23789
|
+
readonly inputs: readonly [{
|
|
23790
|
+
readonly internalType: "bytes";
|
|
23791
|
+
readonly name: "dns";
|
|
23792
|
+
readonly type: "bytes";
|
|
23793
|
+
}];
|
|
23794
|
+
readonly name: "DNSDecodingFailed";
|
|
23795
|
+
readonly type: "error";
|
|
23796
|
+
}, {
|
|
23797
|
+
readonly inputs: readonly [{
|
|
23798
|
+
readonly internalType: "bytes";
|
|
23799
|
+
readonly name: "name";
|
|
23800
|
+
readonly type: "bytes";
|
|
23801
|
+
}];
|
|
23802
|
+
readonly name: "UnreachableName";
|
|
23803
|
+
readonly type: "error";
|
|
23804
|
+
}, {
|
|
23805
|
+
readonly inputs: readonly [{
|
|
23806
|
+
readonly internalType: "bytes4";
|
|
23807
|
+
readonly name: "selector";
|
|
23808
|
+
readonly type: "bytes4";
|
|
23809
|
+
}];
|
|
23810
|
+
readonly name: "UnsupportedResolverProfile";
|
|
23811
|
+
readonly type: "error";
|
|
23812
|
+
}, {
|
|
23813
|
+
readonly inputs: readonly [];
|
|
23814
|
+
readonly name: "chainId";
|
|
23815
|
+
readonly outputs: readonly [{
|
|
23816
|
+
readonly internalType: "uint32";
|
|
23817
|
+
readonly name: "";
|
|
23818
|
+
readonly type: "uint32";
|
|
23819
|
+
}];
|
|
23820
|
+
readonly stateMutability: "view";
|
|
23821
|
+
readonly type: "function";
|
|
23822
|
+
}, {
|
|
23823
|
+
readonly inputs: readonly [];
|
|
23824
|
+
readonly name: "chainRegistrar";
|
|
23825
|
+
readonly outputs: readonly [{
|
|
23826
|
+
readonly internalType: "address";
|
|
23827
|
+
readonly name: "";
|
|
23828
|
+
readonly type: "address";
|
|
23829
|
+
}];
|
|
23830
|
+
readonly stateMutability: "view";
|
|
23831
|
+
readonly type: "function";
|
|
23832
|
+
}, {
|
|
23833
|
+
readonly inputs: readonly [];
|
|
23834
|
+
readonly name: "coinType";
|
|
23835
|
+
readonly outputs: readonly [{
|
|
23836
|
+
readonly internalType: "uint256";
|
|
23837
|
+
readonly name: "";
|
|
23838
|
+
readonly type: "uint256";
|
|
23839
|
+
}];
|
|
23840
|
+
readonly stateMutability: "view";
|
|
23841
|
+
readonly type: "function";
|
|
23842
|
+
}, {
|
|
23843
|
+
readonly inputs: readonly [{
|
|
23844
|
+
readonly internalType: "bytes";
|
|
23845
|
+
readonly name: "name";
|
|
23846
|
+
readonly type: "bytes";
|
|
23847
|
+
}, {
|
|
23848
|
+
readonly internalType: "bytes";
|
|
23849
|
+
readonly name: "data";
|
|
23850
|
+
readonly type: "bytes";
|
|
23851
|
+
}];
|
|
23852
|
+
readonly name: "resolve";
|
|
23853
|
+
readonly outputs: readonly [{
|
|
23854
|
+
readonly internalType: "bytes";
|
|
23855
|
+
readonly name: "result";
|
|
23856
|
+
readonly type: "bytes";
|
|
23857
|
+
}];
|
|
23858
|
+
readonly stateMutability: "view";
|
|
23859
|
+
readonly type: "function";
|
|
23860
|
+
}, {
|
|
23861
|
+
readonly inputs: readonly [{
|
|
23862
|
+
readonly internalType: "address[]";
|
|
23863
|
+
readonly name: "addrs";
|
|
23864
|
+
readonly type: "address[]";
|
|
23865
|
+
}];
|
|
23866
|
+
readonly name: "resolveNames";
|
|
23867
|
+
readonly outputs: readonly [{
|
|
23868
|
+
readonly internalType: "string[]";
|
|
23869
|
+
readonly name: "names";
|
|
23870
|
+
readonly type: "string[]";
|
|
23871
|
+
}];
|
|
23872
|
+
readonly stateMutability: "view";
|
|
23873
|
+
readonly type: "function";
|
|
23874
|
+
}, {
|
|
23875
|
+
readonly inputs: readonly [{
|
|
23876
|
+
readonly internalType: "bytes4";
|
|
23877
|
+
readonly name: "interfaceId";
|
|
23878
|
+
readonly type: "bytes4";
|
|
23879
|
+
}];
|
|
23880
|
+
readonly name: "supportsInterface";
|
|
23881
|
+
readonly outputs: readonly [{
|
|
23882
|
+
readonly internalType: "bool";
|
|
23883
|
+
readonly name: "";
|
|
23884
|
+
readonly type: "bool";
|
|
23885
|
+
}];
|
|
23886
|
+
readonly stateMutability: "view";
|
|
23887
|
+
readonly type: "function";
|
|
23888
|
+
}];
|
|
23889
|
+
address: "0x5f3f1dbd7b74c6b46e8c44f98792a1daf8d69154";
|
|
23890
|
+
startBlock: number;
|
|
23891
|
+
};
|
|
23892
|
+
DefaultPublicResolver4: {
|
|
22847
23893
|
abi: readonly [{
|
|
22848
23894
|
readonly anonymous: false;
|
|
22849
23895
|
readonly inputs: readonly [{
|
|
@@ -112457,7 +113503,7 @@ declare const _default: {
|
|
|
112457
113503
|
readonly internalType: "uint64";
|
|
112458
113504
|
}];
|
|
112459
113505
|
readonly outputs: readonly [{
|
|
112460
|
-
readonly name: "
|
|
113506
|
+
readonly name: "";
|
|
112461
113507
|
readonly type: "uint256";
|
|
112462
113508
|
readonly internalType: "uint256";
|
|
112463
113509
|
}];
|
|
@@ -112694,26 +113740,6 @@ declare const _default: {
|
|
|
112694
113740
|
readonly internalType: "string";
|
|
112695
113741
|
}];
|
|
112696
113742
|
readonly stateMutability: "view";
|
|
112697
|
-
}, {
|
|
112698
|
-
readonly type: "event";
|
|
112699
|
-
readonly name: "Approval";
|
|
112700
|
-
readonly inputs: readonly [{
|
|
112701
|
-
readonly name: "owner";
|
|
112702
|
-
readonly type: "address";
|
|
112703
|
-
readonly indexed: true;
|
|
112704
|
-
readonly internalType: "address";
|
|
112705
|
-
}, {
|
|
112706
|
-
readonly name: "approved";
|
|
112707
|
-
readonly type: "address";
|
|
112708
|
-
readonly indexed: true;
|
|
112709
|
-
readonly internalType: "address";
|
|
112710
|
-
}, {
|
|
112711
|
-
readonly name: "tokenId";
|
|
112712
|
-
readonly type: "uint256";
|
|
112713
|
-
readonly indexed: true;
|
|
112714
|
-
readonly internalType: "uint256";
|
|
112715
|
-
}];
|
|
112716
|
-
readonly anonymous: false;
|
|
112717
113743
|
}, {
|
|
112718
113744
|
readonly type: "event";
|
|
112719
113745
|
readonly name: "ApprovalForAll";
|
|
@@ -114017,7 +115043,7 @@ declare const _default: {
|
|
|
114017
115043
|
readonly internalType: "uint64";
|
|
114018
115044
|
}];
|
|
114019
115045
|
readonly outputs: readonly [{
|
|
114020
|
-
readonly name: "
|
|
115046
|
+
readonly name: "";
|
|
114021
115047
|
readonly type: "uint256";
|
|
114022
115048
|
readonly internalType: "uint256";
|
|
114023
115049
|
}];
|
|
@@ -114254,26 +115280,6 @@ declare const _default: {
|
|
|
114254
115280
|
readonly internalType: "string";
|
|
114255
115281
|
}];
|
|
114256
115282
|
readonly stateMutability: "view";
|
|
114257
|
-
}, {
|
|
114258
|
-
readonly type: "event";
|
|
114259
|
-
readonly name: "Approval";
|
|
114260
|
-
readonly inputs: readonly [{
|
|
114261
|
-
readonly name: "owner";
|
|
114262
|
-
readonly type: "address";
|
|
114263
|
-
readonly indexed: true;
|
|
114264
|
-
readonly internalType: "address";
|
|
114265
|
-
}, {
|
|
114266
|
-
readonly name: "approved";
|
|
114267
|
-
readonly type: "address";
|
|
114268
|
-
readonly indexed: true;
|
|
114269
|
-
readonly internalType: "address";
|
|
114270
|
-
}, {
|
|
114271
|
-
readonly name: "tokenId";
|
|
114272
|
-
readonly type: "uint256";
|
|
114273
|
-
readonly indexed: true;
|
|
114274
|
-
readonly internalType: "uint256";
|
|
114275
|
-
}];
|
|
114276
|
-
readonly anonymous: false;
|
|
114277
115283
|
}, {
|
|
114278
115284
|
readonly type: "event";
|
|
114279
115285
|
readonly name: "ApprovalForAll";
|
|
@@ -115235,7 +116241,7 @@ declare const _default: {
|
|
|
115235
116241
|
readonly internalType: "uint64";
|
|
115236
116242
|
}];
|
|
115237
116243
|
readonly outputs: readonly [{
|
|
115238
|
-
readonly name: "
|
|
116244
|
+
readonly name: "";
|
|
115239
116245
|
readonly type: "uint256";
|
|
115240
116246
|
readonly internalType: "uint256";
|
|
115241
116247
|
}];
|
|
@@ -115472,26 +116478,6 @@ declare const _default: {
|
|
|
115472
116478
|
readonly internalType: "string";
|
|
115473
116479
|
}];
|
|
115474
116480
|
readonly stateMutability: "view";
|
|
115475
|
-
}, {
|
|
115476
|
-
readonly type: "event";
|
|
115477
|
-
readonly name: "Approval";
|
|
115478
|
-
readonly inputs: readonly [{
|
|
115479
|
-
readonly name: "owner";
|
|
115480
|
-
readonly type: "address";
|
|
115481
|
-
readonly indexed: true;
|
|
115482
|
-
readonly internalType: "address";
|
|
115483
|
-
}, {
|
|
115484
|
-
readonly name: "approved";
|
|
115485
|
-
readonly type: "address";
|
|
115486
|
-
readonly indexed: true;
|
|
115487
|
-
readonly internalType: "address";
|
|
115488
|
-
}, {
|
|
115489
|
-
readonly name: "tokenId";
|
|
115490
|
-
readonly type: "uint256";
|
|
115491
|
-
readonly indexed: true;
|
|
115492
|
-
readonly internalType: "uint256";
|
|
115493
|
-
}];
|
|
115494
|
-
readonly anonymous: false;
|
|
115495
116481
|
}, {
|
|
115496
116482
|
readonly type: "event";
|
|
115497
116483
|
readonly name: "ApprovalForAll";
|