@ensnode/datasources 0.34.0 → 0.35.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 +120 -0
- package/dist/index.js +74 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -28020,6 +28020,66 @@ declare const _default$1: {
|
|
|
28020
28020
|
}];
|
|
28021
28021
|
readonly name: "Transfer";
|
|
28022
28022
|
readonly type: "event";
|
|
28023
|
+
}, {
|
|
28024
|
+
readonly anonymous: false;
|
|
28025
|
+
readonly inputs: readonly [{
|
|
28026
|
+
readonly indexed: true;
|
|
28027
|
+
readonly internalType: "address";
|
|
28028
|
+
readonly name: "operator";
|
|
28029
|
+
readonly type: "address";
|
|
28030
|
+
}, {
|
|
28031
|
+
readonly indexed: true;
|
|
28032
|
+
readonly internalType: "address";
|
|
28033
|
+
readonly name: "from";
|
|
28034
|
+
readonly type: "address";
|
|
28035
|
+
}, {
|
|
28036
|
+
readonly indexed: true;
|
|
28037
|
+
readonly internalType: "address";
|
|
28038
|
+
readonly name: "to";
|
|
28039
|
+
readonly type: "address";
|
|
28040
|
+
}, {
|
|
28041
|
+
readonly indexed: false;
|
|
28042
|
+
readonly internalType: "uint256";
|
|
28043
|
+
readonly name: "id";
|
|
28044
|
+
readonly type: "uint256";
|
|
28045
|
+
}, {
|
|
28046
|
+
readonly indexed: false;
|
|
28047
|
+
readonly internalType: "uint256";
|
|
28048
|
+
readonly name: "value";
|
|
28049
|
+
readonly type: "uint256";
|
|
28050
|
+
}];
|
|
28051
|
+
readonly name: "TransferSingle";
|
|
28052
|
+
readonly type: "event";
|
|
28053
|
+
}, {
|
|
28054
|
+
readonly anonymous: false;
|
|
28055
|
+
readonly inputs: readonly [{
|
|
28056
|
+
readonly indexed: true;
|
|
28057
|
+
readonly internalType: "address";
|
|
28058
|
+
readonly name: "operator";
|
|
28059
|
+
readonly type: "address";
|
|
28060
|
+
}, {
|
|
28061
|
+
readonly indexed: true;
|
|
28062
|
+
readonly internalType: "address";
|
|
28063
|
+
readonly name: "from";
|
|
28064
|
+
readonly type: "address";
|
|
28065
|
+
}, {
|
|
28066
|
+
readonly indexed: true;
|
|
28067
|
+
readonly internalType: "address";
|
|
28068
|
+
readonly name: "to";
|
|
28069
|
+
readonly type: "address";
|
|
28070
|
+
}, {
|
|
28071
|
+
readonly indexed: false;
|
|
28072
|
+
readonly internalType: "uint256[]";
|
|
28073
|
+
readonly name: "ids";
|
|
28074
|
+
readonly type: "uint256[]";
|
|
28075
|
+
}, {
|
|
28076
|
+
readonly indexed: false;
|
|
28077
|
+
readonly internalType: "uint256[]";
|
|
28078
|
+
readonly name: "values";
|
|
28079
|
+
readonly type: "uint256[]";
|
|
28080
|
+
}];
|
|
28081
|
+
readonly name: "TransferBatch";
|
|
28082
|
+
readonly type: "event";
|
|
28023
28083
|
}];
|
|
28024
28084
|
address: "0xBB7B805B257d7C76CA9435B3ffe780355E4C4B17";
|
|
28025
28085
|
startBlock: number;
|
|
@@ -29496,6 +29556,66 @@ declare const _default$1: {
|
|
|
29496
29556
|
}];
|
|
29497
29557
|
readonly name: "Transfer";
|
|
29498
29558
|
readonly type: "event";
|
|
29559
|
+
}, {
|
|
29560
|
+
readonly anonymous: false;
|
|
29561
|
+
readonly inputs: readonly [{
|
|
29562
|
+
readonly indexed: true;
|
|
29563
|
+
readonly internalType: "address";
|
|
29564
|
+
readonly name: "operator";
|
|
29565
|
+
readonly type: "address";
|
|
29566
|
+
}, {
|
|
29567
|
+
readonly indexed: true;
|
|
29568
|
+
readonly internalType: "address";
|
|
29569
|
+
readonly name: "from";
|
|
29570
|
+
readonly type: "address";
|
|
29571
|
+
}, {
|
|
29572
|
+
readonly indexed: true;
|
|
29573
|
+
readonly internalType: "address";
|
|
29574
|
+
readonly name: "to";
|
|
29575
|
+
readonly type: "address";
|
|
29576
|
+
}, {
|
|
29577
|
+
readonly indexed: false;
|
|
29578
|
+
readonly internalType: "uint256";
|
|
29579
|
+
readonly name: "id";
|
|
29580
|
+
readonly type: "uint256";
|
|
29581
|
+
}, {
|
|
29582
|
+
readonly indexed: false;
|
|
29583
|
+
readonly internalType: "uint256";
|
|
29584
|
+
readonly name: "value";
|
|
29585
|
+
readonly type: "uint256";
|
|
29586
|
+
}];
|
|
29587
|
+
readonly name: "TransferSingle";
|
|
29588
|
+
readonly type: "event";
|
|
29589
|
+
}, {
|
|
29590
|
+
readonly anonymous: false;
|
|
29591
|
+
readonly inputs: readonly [{
|
|
29592
|
+
readonly indexed: true;
|
|
29593
|
+
readonly internalType: "address";
|
|
29594
|
+
readonly name: "operator";
|
|
29595
|
+
readonly type: "address";
|
|
29596
|
+
}, {
|
|
29597
|
+
readonly indexed: true;
|
|
29598
|
+
readonly internalType: "address";
|
|
29599
|
+
readonly name: "from";
|
|
29600
|
+
readonly type: "address";
|
|
29601
|
+
}, {
|
|
29602
|
+
readonly indexed: true;
|
|
29603
|
+
readonly internalType: "address";
|
|
29604
|
+
readonly name: "to";
|
|
29605
|
+
readonly type: "address";
|
|
29606
|
+
}, {
|
|
29607
|
+
readonly indexed: false;
|
|
29608
|
+
readonly internalType: "uint256[]";
|
|
29609
|
+
readonly name: "ids";
|
|
29610
|
+
readonly type: "uint256[]";
|
|
29611
|
+
}, {
|
|
29612
|
+
readonly indexed: false;
|
|
29613
|
+
readonly internalType: "uint256[]";
|
|
29614
|
+
readonly name: "values";
|
|
29615
|
+
readonly type: "uint256[]";
|
|
29616
|
+
}];
|
|
29617
|
+
readonly name: "TransferBatch";
|
|
29618
|
+
readonly type: "event";
|
|
29499
29619
|
}];
|
|
29500
29620
|
address: "0xBB7B805B257d7C76CA9435B3ffe780355E4C4B17";
|
|
29501
29621
|
startBlock: number;
|
package/dist/index.js
CHANGED
|
@@ -10704,6 +10704,80 @@ var ThreeDNSToken = [
|
|
|
10704
10704
|
],
|
|
10705
10705
|
name: "Transfer",
|
|
10706
10706
|
type: "event"
|
|
10707
|
+
},
|
|
10708
|
+
{
|
|
10709
|
+
anonymous: false,
|
|
10710
|
+
inputs: [
|
|
10711
|
+
{
|
|
10712
|
+
indexed: true,
|
|
10713
|
+
internalType: "address",
|
|
10714
|
+
name: "operator",
|
|
10715
|
+
type: "address"
|
|
10716
|
+
},
|
|
10717
|
+
{
|
|
10718
|
+
indexed: true,
|
|
10719
|
+
internalType: "address",
|
|
10720
|
+
name: "from",
|
|
10721
|
+
type: "address"
|
|
10722
|
+
},
|
|
10723
|
+
{
|
|
10724
|
+
indexed: true,
|
|
10725
|
+
internalType: "address",
|
|
10726
|
+
name: "to",
|
|
10727
|
+
type: "address"
|
|
10728
|
+
},
|
|
10729
|
+
{
|
|
10730
|
+
indexed: false,
|
|
10731
|
+
internalType: "uint256",
|
|
10732
|
+
name: "id",
|
|
10733
|
+
type: "uint256"
|
|
10734
|
+
},
|
|
10735
|
+
{
|
|
10736
|
+
indexed: false,
|
|
10737
|
+
internalType: "uint256",
|
|
10738
|
+
name: "value",
|
|
10739
|
+
type: "uint256"
|
|
10740
|
+
}
|
|
10741
|
+
],
|
|
10742
|
+
name: "TransferSingle",
|
|
10743
|
+
type: "event"
|
|
10744
|
+
},
|
|
10745
|
+
{
|
|
10746
|
+
anonymous: false,
|
|
10747
|
+
inputs: [
|
|
10748
|
+
{
|
|
10749
|
+
indexed: true,
|
|
10750
|
+
internalType: "address",
|
|
10751
|
+
name: "operator",
|
|
10752
|
+
type: "address"
|
|
10753
|
+
},
|
|
10754
|
+
{
|
|
10755
|
+
indexed: true,
|
|
10756
|
+
internalType: "address",
|
|
10757
|
+
name: "from",
|
|
10758
|
+
type: "address"
|
|
10759
|
+
},
|
|
10760
|
+
{
|
|
10761
|
+
indexed: true,
|
|
10762
|
+
internalType: "address",
|
|
10763
|
+
name: "to",
|
|
10764
|
+
type: "address"
|
|
10765
|
+
},
|
|
10766
|
+
{
|
|
10767
|
+
indexed: false,
|
|
10768
|
+
internalType: "uint256[]",
|
|
10769
|
+
name: "ids",
|
|
10770
|
+
type: "uint256[]"
|
|
10771
|
+
},
|
|
10772
|
+
{
|
|
10773
|
+
indexed: false,
|
|
10774
|
+
internalType: "uint256[]",
|
|
10775
|
+
name: "values",
|
|
10776
|
+
type: "uint256[]"
|
|
10777
|
+
}
|
|
10778
|
+
],
|
|
10779
|
+
name: "TransferBatch",
|
|
10780
|
+
type: "event"
|
|
10707
10781
|
}
|
|
10708
10782
|
];
|
|
10709
10783
|
|