@superfluid-finance/sdk-core 0.6.4-dev.d1ef94b.0 → 0.6.4-dev.dd5bf4b.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/CHANGELOG.md +2 -1
- package/dist/index.umd.js +1085 -275
- package/dist/main/subgraph/entities/token/token.d.ts +1 -0
- package/dist/main/subgraph/entities/token/token.d.ts.map +1 -1
- package/dist/main/subgraph/entities/token/token.js.map +1 -1
- package/dist/module/subgraph/entities/token/token.d.ts +1 -0
- package/dist/module/subgraph/entities/token/token.d.ts.map +1 -1
- package/dist/module/subgraph/entities/token/token.js.map +1 -1
- package/package.json +2 -2
package/dist/index.umd.js
CHANGED
|
@@ -62634,6 +62634,336 @@ Object.defineProperty(exports, "InstantDistributionAgreementV1__factory", { enum
|
|
|
62634
62634
|
/* tslint:disable */
|
|
62635
62635
|
/* eslint-disable */
|
|
62636
62636
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
62637
|
+
exports.SuperAppBaseCFA__factory = void 0;
|
|
62638
|
+
const ethers_1 = require("ethers");
|
|
62639
|
+
const _abi = [
|
|
62640
|
+
{
|
|
62641
|
+
inputs: [],
|
|
62642
|
+
name: "NotAcceptedSuperToken",
|
|
62643
|
+
type: "error",
|
|
62644
|
+
},
|
|
62645
|
+
{
|
|
62646
|
+
inputs: [],
|
|
62647
|
+
name: "NotImplemented",
|
|
62648
|
+
type: "error",
|
|
62649
|
+
},
|
|
62650
|
+
{
|
|
62651
|
+
inputs: [],
|
|
62652
|
+
name: "UnauthorizedHost",
|
|
62653
|
+
type: "error",
|
|
62654
|
+
},
|
|
62655
|
+
{
|
|
62656
|
+
inputs: [],
|
|
62657
|
+
name: "CFAV1_TYPE",
|
|
62658
|
+
outputs: [
|
|
62659
|
+
{
|
|
62660
|
+
internalType: "bytes32",
|
|
62661
|
+
name: "",
|
|
62662
|
+
type: "bytes32",
|
|
62663
|
+
},
|
|
62664
|
+
],
|
|
62665
|
+
stateMutability: "view",
|
|
62666
|
+
type: "function",
|
|
62667
|
+
},
|
|
62668
|
+
{
|
|
62669
|
+
inputs: [
|
|
62670
|
+
{
|
|
62671
|
+
internalType: "contract ISuperToken",
|
|
62672
|
+
name: "superToken",
|
|
62673
|
+
type: "address",
|
|
62674
|
+
},
|
|
62675
|
+
{
|
|
62676
|
+
internalType: "address",
|
|
62677
|
+
name: "agreementClass",
|
|
62678
|
+
type: "address",
|
|
62679
|
+
},
|
|
62680
|
+
{
|
|
62681
|
+
internalType: "bytes32",
|
|
62682
|
+
name: "",
|
|
62683
|
+
type: "bytes32",
|
|
62684
|
+
},
|
|
62685
|
+
{
|
|
62686
|
+
internalType: "bytes",
|
|
62687
|
+
name: "agreementData",
|
|
62688
|
+
type: "bytes",
|
|
62689
|
+
},
|
|
62690
|
+
{
|
|
62691
|
+
internalType: "bytes",
|
|
62692
|
+
name: "",
|
|
62693
|
+
type: "bytes",
|
|
62694
|
+
},
|
|
62695
|
+
{
|
|
62696
|
+
internalType: "bytes",
|
|
62697
|
+
name: "ctx",
|
|
62698
|
+
type: "bytes",
|
|
62699
|
+
},
|
|
62700
|
+
],
|
|
62701
|
+
name: "afterAgreementCreated",
|
|
62702
|
+
outputs: [
|
|
62703
|
+
{
|
|
62704
|
+
internalType: "bytes",
|
|
62705
|
+
name: "newCtx",
|
|
62706
|
+
type: "bytes",
|
|
62707
|
+
},
|
|
62708
|
+
],
|
|
62709
|
+
stateMutability: "nonpayable",
|
|
62710
|
+
type: "function",
|
|
62711
|
+
},
|
|
62712
|
+
{
|
|
62713
|
+
inputs: [
|
|
62714
|
+
{
|
|
62715
|
+
internalType: "contract ISuperToken",
|
|
62716
|
+
name: "superToken",
|
|
62717
|
+
type: "address",
|
|
62718
|
+
},
|
|
62719
|
+
{
|
|
62720
|
+
internalType: "address",
|
|
62721
|
+
name: "agreementClass",
|
|
62722
|
+
type: "address",
|
|
62723
|
+
},
|
|
62724
|
+
{
|
|
62725
|
+
internalType: "bytes32",
|
|
62726
|
+
name: "",
|
|
62727
|
+
type: "bytes32",
|
|
62728
|
+
},
|
|
62729
|
+
{
|
|
62730
|
+
internalType: "bytes",
|
|
62731
|
+
name: "agreementData",
|
|
62732
|
+
type: "bytes",
|
|
62733
|
+
},
|
|
62734
|
+
{
|
|
62735
|
+
internalType: "bytes",
|
|
62736
|
+
name: "cbdata",
|
|
62737
|
+
type: "bytes",
|
|
62738
|
+
},
|
|
62739
|
+
{
|
|
62740
|
+
internalType: "bytes",
|
|
62741
|
+
name: "ctx",
|
|
62742
|
+
type: "bytes",
|
|
62743
|
+
},
|
|
62744
|
+
],
|
|
62745
|
+
name: "afterAgreementTerminated",
|
|
62746
|
+
outputs: [
|
|
62747
|
+
{
|
|
62748
|
+
internalType: "bytes",
|
|
62749
|
+
name: "newCtx",
|
|
62750
|
+
type: "bytes",
|
|
62751
|
+
},
|
|
62752
|
+
],
|
|
62753
|
+
stateMutability: "nonpayable",
|
|
62754
|
+
type: "function",
|
|
62755
|
+
},
|
|
62756
|
+
{
|
|
62757
|
+
inputs: [
|
|
62758
|
+
{
|
|
62759
|
+
internalType: "contract ISuperToken",
|
|
62760
|
+
name: "superToken",
|
|
62761
|
+
type: "address",
|
|
62762
|
+
},
|
|
62763
|
+
{
|
|
62764
|
+
internalType: "address",
|
|
62765
|
+
name: "agreementClass",
|
|
62766
|
+
type: "address",
|
|
62767
|
+
},
|
|
62768
|
+
{
|
|
62769
|
+
internalType: "bytes32",
|
|
62770
|
+
name: "",
|
|
62771
|
+
type: "bytes32",
|
|
62772
|
+
},
|
|
62773
|
+
{
|
|
62774
|
+
internalType: "bytes",
|
|
62775
|
+
name: "agreementData",
|
|
62776
|
+
type: "bytes",
|
|
62777
|
+
},
|
|
62778
|
+
{
|
|
62779
|
+
internalType: "bytes",
|
|
62780
|
+
name: "cbdata",
|
|
62781
|
+
type: "bytes",
|
|
62782
|
+
},
|
|
62783
|
+
{
|
|
62784
|
+
internalType: "bytes",
|
|
62785
|
+
name: "ctx",
|
|
62786
|
+
type: "bytes",
|
|
62787
|
+
},
|
|
62788
|
+
],
|
|
62789
|
+
name: "afterAgreementUpdated",
|
|
62790
|
+
outputs: [
|
|
62791
|
+
{
|
|
62792
|
+
internalType: "bytes",
|
|
62793
|
+
name: "newCtx",
|
|
62794
|
+
type: "bytes",
|
|
62795
|
+
},
|
|
62796
|
+
],
|
|
62797
|
+
stateMutability: "nonpayable",
|
|
62798
|
+
type: "function",
|
|
62799
|
+
},
|
|
62800
|
+
{
|
|
62801
|
+
inputs: [
|
|
62802
|
+
{
|
|
62803
|
+
internalType: "contract ISuperToken",
|
|
62804
|
+
name: "",
|
|
62805
|
+
type: "address",
|
|
62806
|
+
},
|
|
62807
|
+
{
|
|
62808
|
+
internalType: "address",
|
|
62809
|
+
name: "",
|
|
62810
|
+
type: "address",
|
|
62811
|
+
},
|
|
62812
|
+
{
|
|
62813
|
+
internalType: "bytes32",
|
|
62814
|
+
name: "",
|
|
62815
|
+
type: "bytes32",
|
|
62816
|
+
},
|
|
62817
|
+
{
|
|
62818
|
+
internalType: "bytes",
|
|
62819
|
+
name: "",
|
|
62820
|
+
type: "bytes",
|
|
62821
|
+
},
|
|
62822
|
+
{
|
|
62823
|
+
internalType: "bytes",
|
|
62824
|
+
name: "",
|
|
62825
|
+
type: "bytes",
|
|
62826
|
+
},
|
|
62827
|
+
],
|
|
62828
|
+
name: "beforeAgreementCreated",
|
|
62829
|
+
outputs: [
|
|
62830
|
+
{
|
|
62831
|
+
internalType: "bytes",
|
|
62832
|
+
name: "",
|
|
62833
|
+
type: "bytes",
|
|
62834
|
+
},
|
|
62835
|
+
],
|
|
62836
|
+
stateMutability: "pure",
|
|
62837
|
+
type: "function",
|
|
62838
|
+
},
|
|
62839
|
+
{
|
|
62840
|
+
inputs: [
|
|
62841
|
+
{
|
|
62842
|
+
internalType: "contract ISuperToken",
|
|
62843
|
+
name: "superToken",
|
|
62844
|
+
type: "address",
|
|
62845
|
+
},
|
|
62846
|
+
{
|
|
62847
|
+
internalType: "address",
|
|
62848
|
+
name: "agreementClass",
|
|
62849
|
+
type: "address",
|
|
62850
|
+
},
|
|
62851
|
+
{
|
|
62852
|
+
internalType: "bytes32",
|
|
62853
|
+
name: "",
|
|
62854
|
+
type: "bytes32",
|
|
62855
|
+
},
|
|
62856
|
+
{
|
|
62857
|
+
internalType: "bytes",
|
|
62858
|
+
name: "agreementData",
|
|
62859
|
+
type: "bytes",
|
|
62860
|
+
},
|
|
62861
|
+
{
|
|
62862
|
+
internalType: "bytes",
|
|
62863
|
+
name: "",
|
|
62864
|
+
type: "bytes",
|
|
62865
|
+
},
|
|
62866
|
+
],
|
|
62867
|
+
name: "beforeAgreementTerminated",
|
|
62868
|
+
outputs: [
|
|
62869
|
+
{
|
|
62870
|
+
internalType: "bytes",
|
|
62871
|
+
name: "",
|
|
62872
|
+
type: "bytes",
|
|
62873
|
+
},
|
|
62874
|
+
],
|
|
62875
|
+
stateMutability: "view",
|
|
62876
|
+
type: "function",
|
|
62877
|
+
},
|
|
62878
|
+
{
|
|
62879
|
+
inputs: [
|
|
62880
|
+
{
|
|
62881
|
+
internalType: "contract ISuperToken",
|
|
62882
|
+
name: "superToken",
|
|
62883
|
+
type: "address",
|
|
62884
|
+
},
|
|
62885
|
+
{
|
|
62886
|
+
internalType: "address",
|
|
62887
|
+
name: "agreementClass",
|
|
62888
|
+
type: "address",
|
|
62889
|
+
},
|
|
62890
|
+
{
|
|
62891
|
+
internalType: "bytes32",
|
|
62892
|
+
name: "",
|
|
62893
|
+
type: "bytes32",
|
|
62894
|
+
},
|
|
62895
|
+
{
|
|
62896
|
+
internalType: "bytes",
|
|
62897
|
+
name: "agreementData",
|
|
62898
|
+
type: "bytes",
|
|
62899
|
+
},
|
|
62900
|
+
{
|
|
62901
|
+
internalType: "bytes",
|
|
62902
|
+
name: "",
|
|
62903
|
+
type: "bytes",
|
|
62904
|
+
},
|
|
62905
|
+
],
|
|
62906
|
+
name: "beforeAgreementUpdated",
|
|
62907
|
+
outputs: [
|
|
62908
|
+
{
|
|
62909
|
+
internalType: "bytes",
|
|
62910
|
+
name: "",
|
|
62911
|
+
type: "bytes",
|
|
62912
|
+
},
|
|
62913
|
+
],
|
|
62914
|
+
stateMutability: "view",
|
|
62915
|
+
type: "function",
|
|
62916
|
+
},
|
|
62917
|
+
{
|
|
62918
|
+
inputs: [],
|
|
62919
|
+
name: "host",
|
|
62920
|
+
outputs: [
|
|
62921
|
+
{
|
|
62922
|
+
internalType: "contract ISuperfluid",
|
|
62923
|
+
name: "",
|
|
62924
|
+
type: "address",
|
|
62925
|
+
},
|
|
62926
|
+
],
|
|
62927
|
+
stateMutability: "view",
|
|
62928
|
+
type: "function",
|
|
62929
|
+
},
|
|
62930
|
+
{
|
|
62931
|
+
inputs: [
|
|
62932
|
+
{
|
|
62933
|
+
internalType: "contract ISuperToken",
|
|
62934
|
+
name: "",
|
|
62935
|
+
type: "address",
|
|
62936
|
+
},
|
|
62937
|
+
],
|
|
62938
|
+
name: "isAcceptedSuperToken",
|
|
62939
|
+
outputs: [
|
|
62940
|
+
{
|
|
62941
|
+
internalType: "bool",
|
|
62942
|
+
name: "",
|
|
62943
|
+
type: "bool",
|
|
62944
|
+
},
|
|
62945
|
+
],
|
|
62946
|
+
stateMutability: "view",
|
|
62947
|
+
type: "function",
|
|
62948
|
+
},
|
|
62949
|
+
];
|
|
62950
|
+
class SuperAppBaseCFA__factory {
|
|
62951
|
+
static createInterface() {
|
|
62952
|
+
return new ethers_1.utils.Interface(_abi);
|
|
62953
|
+
}
|
|
62954
|
+
static connect(address, signerOrProvider) {
|
|
62955
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
62956
|
+
}
|
|
62957
|
+
}
|
|
62958
|
+
exports.SuperAppBaseCFA__factory = SuperAppBaseCFA__factory;
|
|
62959
|
+
SuperAppBaseCFA__factory.abi = _abi;
|
|
62960
|
+
|
|
62961
|
+
},{"ethers":153}],242:[function(require,module,exports){
|
|
62962
|
+
"use strict";
|
|
62963
|
+
/* Autogenerated file. Do not edit manually. */
|
|
62964
|
+
/* tslint:disable */
|
|
62965
|
+
/* eslint-disable */
|
|
62966
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
62637
62967
|
exports.SuperAppBase__factory = void 0;
|
|
62638
62968
|
const ethers_1 = require("ethers");
|
|
62639
62969
|
const _abi = [
|
|
@@ -62898,17 +63228,19 @@ class SuperAppBase__factory {
|
|
|
62898
63228
|
exports.SuperAppBase__factory = SuperAppBase__factory;
|
|
62899
63229
|
SuperAppBase__factory.abi = _abi;
|
|
62900
63230
|
|
|
62901
|
-
},{"ethers":153}],
|
|
63231
|
+
},{"ethers":153}],243:[function(require,module,exports){
|
|
62902
63232
|
"use strict";
|
|
62903
63233
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
62904
|
-
exports.SuperAppBase__factory = void 0;
|
|
63234
|
+
exports.SuperAppBaseCFA__factory = exports.SuperAppBase__factory = void 0;
|
|
62905
63235
|
/* Autogenerated file. Do not edit manually. */
|
|
62906
63236
|
/* tslint:disable */
|
|
62907
63237
|
/* eslint-disable */
|
|
62908
63238
|
var SuperAppBase__factory_1 = require("./SuperAppBase__factory");
|
|
62909
63239
|
Object.defineProperty(exports, "SuperAppBase__factory", { enumerable: true, get: function () { return SuperAppBase__factory_1.SuperAppBase__factory; } });
|
|
63240
|
+
var SuperAppBaseCFA__factory_1 = require("./SuperAppBaseCFA__factory");
|
|
63241
|
+
Object.defineProperty(exports, "SuperAppBaseCFA__factory", { enumerable: true, get: function () { return SuperAppBaseCFA__factory_1.SuperAppBaseCFA__factory; } });
|
|
62910
63242
|
|
|
62911
|
-
},{"./SuperAppBase__factory":
|
|
63243
|
+
},{"./SuperAppBaseCFA__factory":241,"./SuperAppBase__factory":242}],244:[function(require,module,exports){
|
|
62912
63244
|
"use strict";
|
|
62913
63245
|
/* Autogenerated file. Do not edit manually. */
|
|
62914
63246
|
/* tslint:disable */
|
|
@@ -63871,7 +64203,7 @@ class SuperfluidGovernanceBase__factory {
|
|
|
63871
64203
|
exports.SuperfluidGovernanceBase__factory = SuperfluidGovernanceBase__factory;
|
|
63872
64204
|
SuperfluidGovernanceBase__factory.abi = _abi;
|
|
63873
64205
|
|
|
63874
|
-
},{"ethers":153}],
|
|
64206
|
+
},{"ethers":153}],245:[function(require,module,exports){
|
|
63875
64207
|
"use strict";
|
|
63876
64208
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63877
64209
|
exports.SuperfluidGovernanceIIProxy__factory = void 0;
|
|
@@ -63988,7 +64320,7 @@ exports.SuperfluidGovernanceIIProxy__factory = SuperfluidGovernanceIIProxy__fact
|
|
|
63988
64320
|
SuperfluidGovernanceIIProxy__factory.bytecode = _bytecode;
|
|
63989
64321
|
SuperfluidGovernanceIIProxy__factory.abi = _abi;
|
|
63990
64322
|
|
|
63991
|
-
},{"ethers":153}],
|
|
64323
|
+
},{"ethers":153}],246:[function(require,module,exports){
|
|
63992
64324
|
"use strict";
|
|
63993
64325
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63994
64326
|
exports.SuperfluidGovernanceII__factory = void 0;
|
|
@@ -65109,7 +65441,7 @@ exports.SuperfluidGovernanceII__factory = SuperfluidGovernanceII__factory;
|
|
|
65109
65441
|
SuperfluidGovernanceII__factory.bytecode = _bytecode;
|
|
65110
65442
|
SuperfluidGovernanceII__factory.abi = _abi;
|
|
65111
65443
|
|
|
65112
|
-
},{"ethers":153}],
|
|
65444
|
+
},{"ethers":153}],247:[function(require,module,exports){
|
|
65113
65445
|
"use strict";
|
|
65114
65446
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
65115
65447
|
exports.SuperfluidGovernanceIIProxy__factory = exports.SuperfluidGovernanceII__factory = void 0;
|
|
@@ -65121,7 +65453,7 @@ Object.defineProperty(exports, "SuperfluidGovernanceII__factory", { enumerable:
|
|
|
65121
65453
|
var SuperfluidGovernanceIIProxy__factory_1 = require("./SuperfluidGovernanceIIProxy__factory");
|
|
65122
65454
|
Object.defineProperty(exports, "SuperfluidGovernanceIIProxy__factory", { enumerable: true, get: function () { return SuperfluidGovernanceIIProxy__factory_1.SuperfluidGovernanceIIProxy__factory; } });
|
|
65123
65455
|
|
|
65124
|
-
},{"./SuperfluidGovernanceIIProxy__factory":
|
|
65456
|
+
},{"./SuperfluidGovernanceIIProxy__factory":245,"./SuperfluidGovernanceII__factory":246}],248:[function(require,module,exports){
|
|
65125
65457
|
"use strict";
|
|
65126
65458
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
65127
65459
|
if (k2 === undefined) k2 = k;
|
|
@@ -65155,7 +65487,7 @@ exports.superfluidGovernanceIiSol = __importStar(require("./SuperfluidGovernance
|
|
|
65155
65487
|
var SuperfluidGovernanceBase__factory_1 = require("./SuperfluidGovernanceBase__factory");
|
|
65156
65488
|
Object.defineProperty(exports, "SuperfluidGovernanceBase__factory", { enumerable: true, get: function () { return SuperfluidGovernanceBase__factory_1.SuperfluidGovernanceBase__factory; } });
|
|
65157
65489
|
|
|
65158
|
-
},{"./SuperfluidGovernanceBase__factory":
|
|
65490
|
+
},{"./SuperfluidGovernanceBase__factory":244,"./SuperfluidGovernanceII.sol":247}],249:[function(require,module,exports){
|
|
65159
65491
|
"use strict";
|
|
65160
65492
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
65161
65493
|
if (k2 === undefined) k2 = k;
|
|
@@ -65196,7 +65528,7 @@ exports.tokens = __importStar(require("./tokens"));
|
|
|
65196
65528
|
exports.upgradability = __importStar(require("./upgradability"));
|
|
65197
65529
|
exports.utils = __importStar(require("./utils"));
|
|
65198
65530
|
|
|
65199
|
-
},{"./agreements":240,"./apps":
|
|
65531
|
+
},{"./agreements":240,"./apps":243,"./gov":248,"./interfaces":254,"./libs":283,"./mocks":343,"./superfluid":354,"./tokens":358,"./upgradability":361,"./utils":377}],250:[function(require,module,exports){
|
|
65200
65532
|
"use strict";
|
|
65201
65533
|
/* Autogenerated file. Do not edit manually. */
|
|
65202
65534
|
/* tslint:disable */
|
|
@@ -65365,7 +65697,7 @@ class IConstantFlowAgreementHook__factory {
|
|
|
65365
65697
|
exports.IConstantFlowAgreementHook__factory = IConstantFlowAgreementHook__factory;
|
|
65366
65698
|
IConstantFlowAgreementHook__factory.abi = _abi;
|
|
65367
65699
|
|
|
65368
|
-
},{"ethers":153}],
|
|
65700
|
+
},{"ethers":153}],251:[function(require,module,exports){
|
|
65369
65701
|
"use strict";
|
|
65370
65702
|
/* Autogenerated file. Do not edit manually. */
|
|
65371
65703
|
/* tslint:disable */
|
|
@@ -66342,7 +66674,7 @@ class IConstantFlowAgreementV1__factory {
|
|
|
66342
66674
|
exports.IConstantFlowAgreementV1__factory = IConstantFlowAgreementV1__factory;
|
|
66343
66675
|
IConstantFlowAgreementV1__factory.abi = _abi;
|
|
66344
66676
|
|
|
66345
|
-
},{"ethers":153}],
|
|
66677
|
+
},{"ethers":153}],252:[function(require,module,exports){
|
|
66346
66678
|
"use strict";
|
|
66347
66679
|
/* Autogenerated file. Do not edit manually. */
|
|
66348
66680
|
/* tslint:disable */
|
|
@@ -67346,7 +67678,7 @@ class IInstantDistributionAgreementV1__factory {
|
|
|
67346
67678
|
exports.IInstantDistributionAgreementV1__factory = IInstantDistributionAgreementV1__factory;
|
|
67347
67679
|
IInstantDistributionAgreementV1__factory.abi = _abi;
|
|
67348
67680
|
|
|
67349
|
-
},{"ethers":153}],
|
|
67681
|
+
},{"ethers":153}],253:[function(require,module,exports){
|
|
67350
67682
|
"use strict";
|
|
67351
67683
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67352
67684
|
exports.IInstantDistributionAgreementV1__factory = exports.IConstantFlowAgreementV1__factory = exports.IConstantFlowAgreementHook__factory = void 0;
|
|
@@ -67360,7 +67692,7 @@ Object.defineProperty(exports, "IConstantFlowAgreementV1__factory", { enumerable
|
|
|
67360
67692
|
var IInstantDistributionAgreementV1__factory_1 = require("./IInstantDistributionAgreementV1__factory");
|
|
67361
67693
|
Object.defineProperty(exports, "IInstantDistributionAgreementV1__factory", { enumerable: true, get: function () { return IInstantDistributionAgreementV1__factory_1.IInstantDistributionAgreementV1__factory; } });
|
|
67362
67694
|
|
|
67363
|
-
},{"./IConstantFlowAgreementHook__factory":
|
|
67695
|
+
},{"./IConstantFlowAgreementHook__factory":250,"./IConstantFlowAgreementV1__factory":251,"./IInstantDistributionAgreementV1__factory":252}],254:[function(require,module,exports){
|
|
67364
67696
|
"use strict";
|
|
67365
67697
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
67366
67698
|
if (k2 === undefined) k2 = k;
|
|
@@ -67395,7 +67727,7 @@ exports.superfluid = __importStar(require("./superfluid"));
|
|
|
67395
67727
|
exports.tokens = __importStar(require("./tokens"));
|
|
67396
67728
|
exports.utils = __importStar(require("./utils"));
|
|
67397
67729
|
|
|
67398
|
-
},{"./agreements":
|
|
67730
|
+
},{"./agreements":253,"./superfluid":265,"./tokens":274,"./utils":278}],255:[function(require,module,exports){
|
|
67399
67731
|
"use strict";
|
|
67400
67732
|
/* Autogenerated file. Do not edit manually. */
|
|
67401
67733
|
/* tslint:disable */
|
|
@@ -67931,7 +68263,7 @@ class IConstantInflowNFT__factory {
|
|
|
67931
68263
|
exports.IConstantInflowNFT__factory = IConstantInflowNFT__factory;
|
|
67932
68264
|
IConstantInflowNFT__factory.abi = _abi;
|
|
67933
68265
|
|
|
67934
|
-
},{"ethers":153}],
|
|
68266
|
+
},{"ethers":153}],256:[function(require,module,exports){
|
|
67935
68267
|
"use strict";
|
|
67936
68268
|
/* Autogenerated file. Do not edit manually. */
|
|
67937
68269
|
/* tslint:disable */
|
|
@@ -68490,7 +68822,7 @@ class IConstantOutflowNFT__factory {
|
|
|
68490
68822
|
exports.IConstantOutflowNFT__factory = IConstantOutflowNFT__factory;
|
|
68491
68823
|
IConstantOutflowNFT__factory.abi = _abi;
|
|
68492
68824
|
|
|
68493
|
-
},{"ethers":153}],
|
|
68825
|
+
},{"ethers":153}],257:[function(require,module,exports){
|
|
68494
68826
|
"use strict";
|
|
68495
68827
|
/* Autogenerated file. Do not edit manually. */
|
|
68496
68828
|
/* tslint:disable */
|
|
@@ -68995,7 +69327,7 @@ class IFlowNFTBase__factory {
|
|
|
68995
69327
|
exports.IFlowNFTBase__factory = IFlowNFTBase__factory;
|
|
68996
69328
|
IFlowNFTBase__factory.abi = _abi;
|
|
68997
69329
|
|
|
68998
|
-
},{"ethers":153}],
|
|
69330
|
+
},{"ethers":153}],258:[function(require,module,exports){
|
|
68999
69331
|
"use strict";
|
|
69000
69332
|
/* Autogenerated file. Do not edit manually. */
|
|
69001
69333
|
/* tslint:disable */
|
|
@@ -69068,7 +69400,7 @@ class ISuperAgreement__factory {
|
|
|
69068
69400
|
exports.ISuperAgreement__factory = ISuperAgreement__factory;
|
|
69069
69401
|
ISuperAgreement__factory.abi = _abi;
|
|
69070
69402
|
|
|
69071
|
-
},{"ethers":153}],
|
|
69403
|
+
},{"ethers":153}],259:[function(require,module,exports){
|
|
69072
69404
|
"use strict";
|
|
69073
69405
|
/* Autogenerated file. Do not edit manually. */
|
|
69074
69406
|
/* tslint:disable */
|
|
@@ -69338,7 +69670,7 @@ class ISuperApp__factory {
|
|
|
69338
69670
|
exports.ISuperApp__factory = ISuperApp__factory;
|
|
69339
69671
|
ISuperApp__factory.abi = _abi;
|
|
69340
69672
|
|
|
69341
|
-
},{"ethers":153}],
|
|
69673
|
+
},{"ethers":153}],260:[function(require,module,exports){
|
|
69342
69674
|
"use strict";
|
|
69343
69675
|
/* Autogenerated file. Do not edit manually. */
|
|
69344
69676
|
/* tslint:disable */
|
|
@@ -69609,7 +69941,7 @@ class ISuperTokenFactory__factory {
|
|
|
69609
69941
|
exports.ISuperTokenFactory__factory = ISuperTokenFactory__factory;
|
|
69610
69942
|
ISuperTokenFactory__factory.abi = _abi;
|
|
69611
69943
|
|
|
69612
|
-
},{"ethers":153}],
|
|
69944
|
+
},{"ethers":153}],261:[function(require,module,exports){
|
|
69613
69945
|
"use strict";
|
|
69614
69946
|
/* Autogenerated file. Do not edit manually. */
|
|
69615
69947
|
/* tslint:disable */
|
|
@@ -71495,7 +71827,7 @@ class ISuperToken__factory {
|
|
|
71495
71827
|
exports.ISuperToken__factory = ISuperToken__factory;
|
|
71496
71828
|
ISuperToken__factory.abi = _abi;
|
|
71497
71829
|
|
|
71498
|
-
},{"ethers":153}],
|
|
71830
|
+
},{"ethers":153}],262:[function(require,module,exports){
|
|
71499
71831
|
"use strict";
|
|
71500
71832
|
/* Autogenerated file. Do not edit manually. */
|
|
71501
71833
|
/* tslint:disable */
|
|
@@ -71750,7 +72082,7 @@ class ISuperfluidGovernance__factory {
|
|
|
71750
72082
|
exports.ISuperfluidGovernance__factory = ISuperfluidGovernance__factory;
|
|
71751
72083
|
ISuperfluidGovernance__factory.abi = _abi;
|
|
71752
72084
|
|
|
71753
|
-
},{"ethers":153}],
|
|
72085
|
+
},{"ethers":153}],263:[function(require,module,exports){
|
|
71754
72086
|
"use strict";
|
|
71755
72087
|
/* Autogenerated file. Do not edit manually. */
|
|
71756
72088
|
/* tslint:disable */
|
|
@@ -72442,7 +72774,7 @@ class ISuperfluidToken__factory {
|
|
|
72442
72774
|
exports.ISuperfluidToken__factory = ISuperfluidToken__factory;
|
|
72443
72775
|
ISuperfluidToken__factory.abi = _abi;
|
|
72444
72776
|
|
|
72445
|
-
},{"ethers":153}],
|
|
72777
|
+
},{"ethers":153}],264:[function(require,module,exports){
|
|
72446
72778
|
"use strict";
|
|
72447
72779
|
/* Autogenerated file. Do not edit manually. */
|
|
72448
72780
|
/* tslint:disable */
|
|
@@ -73583,7 +73915,7 @@ class ISuperfluid__factory {
|
|
|
73583
73915
|
exports.ISuperfluid__factory = ISuperfluid__factory;
|
|
73584
73916
|
ISuperfluid__factory.abi = _abi;
|
|
73585
73917
|
|
|
73586
|
-
},{"ethers":153}],
|
|
73918
|
+
},{"ethers":153}],265:[function(require,module,exports){
|
|
73587
73919
|
"use strict";
|
|
73588
73920
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
73589
73921
|
exports.ISuperfluidToken__factory = exports.ISuperfluidGovernance__factory = exports.ISuperfluid__factory = exports.ISuperTokenFactory__factory = exports.ISuperToken__factory = exports.ISuperApp__factory = exports.ISuperAgreement__factory = exports.IFlowNFTBase__factory = exports.IConstantOutflowNFT__factory = exports.IConstantInflowNFT__factory = void 0;
|
|
@@ -73611,7 +73943,7 @@ Object.defineProperty(exports, "ISuperfluidGovernance__factory", { enumerable: t
|
|
|
73611
73943
|
var ISuperfluidToken__factory_1 = require("./ISuperfluidToken__factory");
|
|
73612
73944
|
Object.defineProperty(exports, "ISuperfluidToken__factory", { enumerable: true, get: function () { return ISuperfluidToken__factory_1.ISuperfluidToken__factory; } });
|
|
73613
73945
|
|
|
73614
|
-
},{"./IConstantInflowNFT__factory":
|
|
73946
|
+
},{"./IConstantInflowNFT__factory":255,"./IConstantOutflowNFT__factory":256,"./IFlowNFTBase__factory":257,"./ISuperAgreement__factory":258,"./ISuperApp__factory":259,"./ISuperTokenFactory__factory":260,"./ISuperToken__factory":261,"./ISuperfluidGovernance__factory":262,"./ISuperfluidToken__factory":263,"./ISuperfluid__factory":264}],266:[function(require,module,exports){
|
|
73615
73947
|
"use strict";
|
|
73616
73948
|
/* Autogenerated file. Do not edit manually. */
|
|
73617
73949
|
/* tslint:disable */
|
|
@@ -73854,7 +74186,7 @@ class ERC20WithTokenInfo__factory {
|
|
|
73854
74186
|
exports.ERC20WithTokenInfo__factory = ERC20WithTokenInfo__factory;
|
|
73855
74187
|
ERC20WithTokenInfo__factory.abi = _abi;
|
|
73856
74188
|
|
|
73857
|
-
},{"ethers":153}],
|
|
74189
|
+
},{"ethers":153}],267:[function(require,module,exports){
|
|
73858
74190
|
"use strict";
|
|
73859
74191
|
/* Autogenerated file. Do not edit manually. */
|
|
73860
74192
|
/* tslint:disable */
|
|
@@ -73898,7 +74230,7 @@ class IPureSuperTokenCustom__factory {
|
|
|
73898
74230
|
exports.IPureSuperTokenCustom__factory = IPureSuperTokenCustom__factory;
|
|
73899
74231
|
IPureSuperTokenCustom__factory.abi = _abi;
|
|
73900
74232
|
|
|
73901
|
-
},{"ethers":153}],
|
|
74233
|
+
},{"ethers":153}],268:[function(require,module,exports){
|
|
73902
74234
|
"use strict";
|
|
73903
74235
|
/* Autogenerated file. Do not edit manually. */
|
|
73904
74236
|
/* tslint:disable */
|
|
@@ -75807,7 +76139,7 @@ class IPureSuperToken__factory {
|
|
|
75807
76139
|
exports.IPureSuperToken__factory = IPureSuperToken__factory;
|
|
75808
76140
|
IPureSuperToken__factory.abi = _abi;
|
|
75809
76141
|
|
|
75810
|
-
},{"ethers":153}],
|
|
76142
|
+
},{"ethers":153}],269:[function(require,module,exports){
|
|
75811
76143
|
"use strict";
|
|
75812
76144
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
75813
76145
|
exports.IPureSuperTokenCustom__factory = exports.IPureSuperToken__factory = void 0;
|
|
@@ -75819,7 +76151,7 @@ Object.defineProperty(exports, "IPureSuperToken__factory", { enumerable: true, g
|
|
|
75819
76151
|
var IPureSuperTokenCustom__factory_1 = require("./IPureSuperTokenCustom__factory");
|
|
75820
76152
|
Object.defineProperty(exports, "IPureSuperTokenCustom__factory", { enumerable: true, get: function () { return IPureSuperTokenCustom__factory_1.IPureSuperTokenCustom__factory; } });
|
|
75821
76153
|
|
|
75822
|
-
},{"./IPureSuperTokenCustom__factory":
|
|
76154
|
+
},{"./IPureSuperTokenCustom__factory":267,"./IPureSuperToken__factory":268}],270:[function(require,module,exports){
|
|
75823
76155
|
"use strict";
|
|
75824
76156
|
/* Autogenerated file. Do not edit manually. */
|
|
75825
76157
|
/* tslint:disable */
|
|
@@ -75873,7 +76205,7 @@ class ISETHCustom__factory {
|
|
|
75873
76205
|
exports.ISETHCustom__factory = ISETHCustom__factory;
|
|
75874
76206
|
ISETHCustom__factory.abi = _abi;
|
|
75875
76207
|
|
|
75876
|
-
},{"ethers":153}],
|
|
76208
|
+
},{"ethers":153}],271:[function(require,module,exports){
|
|
75877
76209
|
"use strict";
|
|
75878
76210
|
/* Autogenerated file. Do not edit manually. */
|
|
75879
76211
|
/* tslint:disable */
|
|
@@ -77792,7 +78124,7 @@ class ISETH__factory {
|
|
|
77792
78124
|
exports.ISETH__factory = ISETH__factory;
|
|
77793
78125
|
ISETH__factory.abi = _abi;
|
|
77794
78126
|
|
|
77795
|
-
},{"ethers":153}],
|
|
78127
|
+
},{"ethers":153}],272:[function(require,module,exports){
|
|
77796
78128
|
"use strict";
|
|
77797
78129
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
77798
78130
|
exports.ISETHCustom__factory = exports.ISETH__factory = void 0;
|
|
@@ -77804,7 +78136,7 @@ Object.defineProperty(exports, "ISETH__factory", { enumerable: true, get: functi
|
|
|
77804
78136
|
var ISETHCustom__factory_1 = require("./ISETHCustom__factory");
|
|
77805
78137
|
Object.defineProperty(exports, "ISETHCustom__factory", { enumerable: true, get: function () { return ISETHCustom__factory_1.ISETHCustom__factory; } });
|
|
77806
78138
|
|
|
77807
|
-
},{"./ISETHCustom__factory":
|
|
78139
|
+
},{"./ISETHCustom__factory":270,"./ISETH__factory":271}],273:[function(require,module,exports){
|
|
77808
78140
|
"use strict";
|
|
77809
78141
|
/* Autogenerated file. Do not edit manually. */
|
|
77810
78142
|
/* tslint:disable */
|
|
@@ -77864,7 +78196,7 @@ class TokenInfo__factory {
|
|
|
77864
78196
|
exports.TokenInfo__factory = TokenInfo__factory;
|
|
77865
78197
|
TokenInfo__factory.abi = _abi;
|
|
77866
78198
|
|
|
77867
|
-
},{"ethers":153}],
|
|
78199
|
+
},{"ethers":153}],274:[function(require,module,exports){
|
|
77868
78200
|
"use strict";
|
|
77869
78201
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
77870
78202
|
if (k2 === undefined) k2 = k;
|
|
@@ -77901,7 +78233,7 @@ Object.defineProperty(exports, "ERC20WithTokenInfo__factory", { enumerable: true
|
|
|
77901
78233
|
var TokenInfo__factory_1 = require("./TokenInfo__factory");
|
|
77902
78234
|
Object.defineProperty(exports, "TokenInfo__factory", { enumerable: true, get: function () { return TokenInfo__factory_1.TokenInfo__factory; } });
|
|
77903
78235
|
|
|
77904
|
-
},{"./ERC20WithTokenInfo__factory":
|
|
78236
|
+
},{"./ERC20WithTokenInfo__factory":266,"./IPureSuperToken.sol":269,"./ISETH.sol":272,"./TokenInfo__factory":273}],275:[function(require,module,exports){
|
|
77905
78237
|
"use strict";
|
|
77906
78238
|
/* Autogenerated file. Do not edit manually. */
|
|
77907
78239
|
/* tslint:disable */
|
|
@@ -77964,7 +78296,7 @@ class IMultiSigWallet__factory {
|
|
|
77964
78296
|
exports.IMultiSigWallet__factory = IMultiSigWallet__factory;
|
|
77965
78297
|
IMultiSigWallet__factory.abi = _abi;
|
|
77966
78298
|
|
|
77967
|
-
},{"ethers":153}],
|
|
78299
|
+
},{"ethers":153}],276:[function(require,module,exports){
|
|
77968
78300
|
"use strict";
|
|
77969
78301
|
/* Autogenerated file. Do not edit manually. */
|
|
77970
78302
|
/* tslint:disable */
|
|
@@ -78017,7 +78349,7 @@ class IRelayRecipient__factory {
|
|
|
78017
78349
|
exports.IRelayRecipient__factory = IRelayRecipient__factory;
|
|
78018
78350
|
IRelayRecipient__factory.abi = _abi;
|
|
78019
78351
|
|
|
78020
|
-
},{"ethers":153}],
|
|
78352
|
+
},{"ethers":153}],277:[function(require,module,exports){
|
|
78021
78353
|
"use strict";
|
|
78022
78354
|
/* Autogenerated file. Do not edit manually. */
|
|
78023
78355
|
/* tslint:disable */
|
|
@@ -78094,7 +78426,7 @@ class IResolver__factory {
|
|
|
78094
78426
|
exports.IResolver__factory = IResolver__factory;
|
|
78095
78427
|
IResolver__factory.abi = _abi;
|
|
78096
78428
|
|
|
78097
|
-
},{"ethers":153}],
|
|
78429
|
+
},{"ethers":153}],278:[function(require,module,exports){
|
|
78098
78430
|
"use strict";
|
|
78099
78431
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78100
78432
|
exports.IResolver__factory = exports.IRelayRecipient__factory = exports.IMultiSigWallet__factory = void 0;
|
|
@@ -78108,7 +78440,7 @@ Object.defineProperty(exports, "IRelayRecipient__factory", { enumerable: true, g
|
|
|
78108
78440
|
var IResolver__factory_1 = require("./IResolver__factory");
|
|
78109
78441
|
Object.defineProperty(exports, "IResolver__factory", { enumerable: true, get: function () { return IResolver__factory_1.IResolver__factory; } });
|
|
78110
78442
|
|
|
78111
|
-
},{"./IMultiSigWallet__factory":
|
|
78443
|
+
},{"./IMultiSigWallet__factory":275,"./IRelayRecipient__factory":276,"./IResolver__factory":277}],279:[function(require,module,exports){
|
|
78112
78444
|
"use strict";
|
|
78113
78445
|
/* Autogenerated file. Do not edit manually. */
|
|
78114
78446
|
/* tslint:disable */
|
|
@@ -78161,7 +78493,7 @@ class BaseRelayRecipient__factory {
|
|
|
78161
78493
|
exports.BaseRelayRecipient__factory = BaseRelayRecipient__factory;
|
|
78162
78494
|
BaseRelayRecipient__factory.abi = _abi;
|
|
78163
78495
|
|
|
78164
|
-
},{"ethers":153}],
|
|
78496
|
+
},{"ethers":153}],280:[function(require,module,exports){
|
|
78165
78497
|
"use strict";
|
|
78166
78498
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78167
78499
|
exports.EventsEmitter__factory = void 0;
|
|
@@ -78230,7 +78562,7 @@ exports.EventsEmitter__factory = EventsEmitter__factory;
|
|
|
78230
78562
|
EventsEmitter__factory.bytecode = _bytecode;
|
|
78231
78563
|
EventsEmitter__factory.abi = _abi;
|
|
78232
78564
|
|
|
78233
|
-
},{"ethers":153}],
|
|
78565
|
+
},{"ethers":153}],281:[function(require,module,exports){
|
|
78234
78566
|
"use strict";
|
|
78235
78567
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78236
78568
|
exports.SafeGasLibrary__factory = void 0;
|
|
@@ -78279,7 +78611,7 @@ exports.SafeGasLibrary__factory = SafeGasLibrary__factory;
|
|
|
78279
78611
|
SafeGasLibrary__factory.bytecode = _bytecode;
|
|
78280
78612
|
SafeGasLibrary__factory.abi = _abi;
|
|
78281
78613
|
|
|
78282
|
-
},{"ethers":153}],
|
|
78614
|
+
},{"ethers":153}],282:[function(require,module,exports){
|
|
78283
78615
|
"use strict";
|
|
78284
78616
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78285
78617
|
exports.SlotsBitmapLibrary__factory = void 0;
|
|
@@ -78362,7 +78694,7 @@ exports.SlotsBitmapLibrary__factory = SlotsBitmapLibrary__factory;
|
|
|
78362
78694
|
SlotsBitmapLibrary__factory.bytecode = _bytecode;
|
|
78363
78695
|
SlotsBitmapLibrary__factory.abi = _abi;
|
|
78364
78696
|
|
|
78365
|
-
},{"ethers":153}],
|
|
78697
|
+
},{"ethers":153}],283:[function(require,module,exports){
|
|
78366
78698
|
"use strict";
|
|
78367
78699
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78368
78700
|
exports.SlotsBitmapLibrary__factory = exports.SafeGasLibrary__factory = exports.EventsEmitter__factory = exports.BaseRelayRecipient__factory = void 0;
|
|
@@ -78378,7 +78710,7 @@ Object.defineProperty(exports, "SafeGasLibrary__factory", { enumerable: true, ge
|
|
|
78378
78710
|
var SlotsBitmapLibrary__factory_1 = require("./SlotsBitmapLibrary__factory");
|
|
78379
78711
|
Object.defineProperty(exports, "SlotsBitmapLibrary__factory", { enumerable: true, get: function () { return SlotsBitmapLibrary__factory_1.SlotsBitmapLibrary__factory; } });
|
|
78380
78712
|
|
|
78381
|
-
},{"./BaseRelayRecipient__factory":
|
|
78713
|
+
},{"./BaseRelayRecipient__factory":279,"./EventsEmitter__factory":280,"./SafeGasLibrary__factory":281,"./SlotsBitmapLibrary__factory":282}],284:[function(require,module,exports){
|
|
78382
78714
|
"use strict";
|
|
78383
78715
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78384
78716
|
exports.AgreementMock__factory = void 0;
|
|
@@ -79236,7 +79568,7 @@ exports.AgreementMock__factory = AgreementMock__factory;
|
|
|
79236
79568
|
AgreementMock__factory.bytecode = _bytecode;
|
|
79237
79569
|
AgreementMock__factory.abi = _abi;
|
|
79238
79570
|
|
|
79239
|
-
},{"ethers":153}],
|
|
79571
|
+
},{"ethers":153}],285:[function(require,module,exports){
|
|
79240
79572
|
"use strict";
|
|
79241
79573
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
79242
79574
|
exports.ClosingOnUpdateFlowTestApp__factory = void 0;
|
|
@@ -79545,7 +79877,7 @@ exports.ClosingOnUpdateFlowTestApp__factory = ClosingOnUpdateFlowTestApp__factor
|
|
|
79545
79877
|
ClosingOnUpdateFlowTestApp__factory.bytecode = _bytecode;
|
|
79546
79878
|
ClosingOnUpdateFlowTestApp__factory.abi = _abi;
|
|
79547
79879
|
|
|
79548
|
-
},{"ethers":153}],
|
|
79880
|
+
},{"ethers":153}],286:[function(require,module,exports){
|
|
79549
79881
|
"use strict";
|
|
79550
79882
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
79551
79883
|
exports.ExclusiveInflowTestApp__factory = void 0;
|
|
@@ -79854,7 +80186,7 @@ exports.ExclusiveInflowTestApp__factory = ExclusiveInflowTestApp__factory;
|
|
|
79854
80186
|
ExclusiveInflowTestApp__factory.bytecode = _bytecode;
|
|
79855
80187
|
ExclusiveInflowTestApp__factory.abi = _abi;
|
|
79856
80188
|
|
|
79857
|
-
},{"ethers":153}],
|
|
80189
|
+
},{"ethers":153}],287:[function(require,module,exports){
|
|
79858
80190
|
"use strict";
|
|
79859
80191
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
79860
80192
|
exports.FlowExchangeTestApp__factory = void 0;
|
|
@@ -80168,7 +80500,7 @@ exports.FlowExchangeTestApp__factory = FlowExchangeTestApp__factory;
|
|
|
80168
80500
|
FlowExchangeTestApp__factory.bytecode = _bytecode;
|
|
80169
80501
|
FlowExchangeTestApp__factory.abi = _abi;
|
|
80170
80502
|
|
|
80171
|
-
},{"ethers":153}],
|
|
80503
|
+
},{"ethers":153}],288:[function(require,module,exports){
|
|
80172
80504
|
"use strict";
|
|
80173
80505
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
80174
80506
|
exports.NonClosableOutflowTestApp__factory = void 0;
|
|
@@ -80500,7 +80832,7 @@ exports.NonClosableOutflowTestApp__factory = NonClosableOutflowTestApp__factory;
|
|
|
80500
80832
|
NonClosableOutflowTestApp__factory.bytecode = _bytecode;
|
|
80501
80833
|
NonClosableOutflowTestApp__factory.abi = _abi;
|
|
80502
80834
|
|
|
80503
|
-
},{"ethers":153}],
|
|
80835
|
+
},{"ethers":153}],289:[function(require,module,exports){
|
|
80504
80836
|
"use strict";
|
|
80505
80837
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
80506
80838
|
exports.SelfDeletingFlowTestApp__factory = void 0;
|
|
@@ -80809,7 +81141,7 @@ exports.SelfDeletingFlowTestApp__factory = SelfDeletingFlowTestApp__factory;
|
|
|
80809
81141
|
SelfDeletingFlowTestApp__factory.bytecode = _bytecode;
|
|
80810
81142
|
SelfDeletingFlowTestApp__factory.abi = _abi;
|
|
80811
81143
|
|
|
80812
|
-
},{"ethers":153}],
|
|
81144
|
+
},{"ethers":153}],290:[function(require,module,exports){
|
|
80813
81145
|
"use strict";
|
|
80814
81146
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
80815
81147
|
exports.SelfDeletingFlowTestApp__factory = exports.NonClosableOutflowTestApp__factory = exports.FlowExchangeTestApp__factory = exports.ExclusiveInflowTestApp__factory = exports.ClosingOnUpdateFlowTestApp__factory = void 0;
|
|
@@ -80827,7 +81159,7 @@ Object.defineProperty(exports, "NonClosableOutflowTestApp__factory", { enumerabl
|
|
|
80827
81159
|
var SelfDeletingFlowTestApp__factory_1 = require("./SelfDeletingFlowTestApp__factory");
|
|
80828
81160
|
Object.defineProperty(exports, "SelfDeletingFlowTestApp__factory", { enumerable: true, get: function () { return SelfDeletingFlowTestApp__factory_1.SelfDeletingFlowTestApp__factory; } });
|
|
80829
81161
|
|
|
80830
|
-
},{"./ClosingOnUpdateFlowTestApp__factory":
|
|
81162
|
+
},{"./ClosingOnUpdateFlowTestApp__factory":285,"./ExclusiveInflowTestApp__factory":286,"./FlowExchangeTestApp__factory":287,"./NonClosableOutflowTestApp__factory":288,"./SelfDeletingFlowTestApp__factory":289}],291:[function(require,module,exports){
|
|
80831
81163
|
"use strict";
|
|
80832
81164
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
80833
81165
|
exports.CFALibraryMock__factory = void 0;
|
|
@@ -81107,7 +81439,7 @@ exports.CFALibraryMock__factory = CFALibraryMock__factory;
|
|
|
81107
81439
|
CFALibraryMock__factory.bytecode = _bytecode;
|
|
81108
81440
|
CFALibraryMock__factory.abi = _abi;
|
|
81109
81441
|
|
|
81110
|
-
},{"ethers":153}],
|
|
81442
|
+
},{"ethers":153}],292:[function(require,module,exports){
|
|
81111
81443
|
"use strict";
|
|
81112
81444
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81113
81445
|
exports.CFALibrarySuperAppMock__factory = void 0;
|
|
@@ -81452,7 +81784,7 @@ exports.CFALibrarySuperAppMock__factory = CFALibrarySuperAppMock__factory;
|
|
|
81452
81784
|
CFALibrarySuperAppMock__factory.bytecode = _bytecode;
|
|
81453
81785
|
CFALibrarySuperAppMock__factory.abi = _abi;
|
|
81454
81786
|
|
|
81455
|
-
},{"ethers":153}],
|
|
81787
|
+
},{"ethers":153}],293:[function(require,module,exports){
|
|
81456
81788
|
"use strict";
|
|
81457
81789
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81458
81790
|
exports.CFALibrarySuperAppMock__factory = exports.CFALibraryMock__factory = void 0;
|
|
@@ -81464,7 +81796,7 @@ Object.defineProperty(exports, "CFALibraryMock__factory", { enumerable: true, ge
|
|
|
81464
81796
|
var CFALibrarySuperAppMock__factory_1 = require("./CFALibrarySuperAppMock__factory");
|
|
81465
81797
|
Object.defineProperty(exports, "CFALibrarySuperAppMock__factory", { enumerable: true, get: function () { return CFALibrarySuperAppMock__factory_1.CFALibrarySuperAppMock__factory; } });
|
|
81466
81798
|
|
|
81467
|
-
},{"./CFALibraryMock__factory":
|
|
81799
|
+
},{"./CFALibraryMock__factory":291,"./CFALibrarySuperAppMock__factory":292}],294:[function(require,module,exports){
|
|
81468
81800
|
"use strict";
|
|
81469
81801
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81470
81802
|
exports.CallUtilsMock__factory = void 0;
|
|
@@ -81658,7 +81990,7 @@ exports.CallUtilsMock__factory = CallUtilsMock__factory;
|
|
|
81658
81990
|
CallUtilsMock__factory.bytecode = _bytecode;
|
|
81659
81991
|
CallUtilsMock__factory.abi = _abi;
|
|
81660
81992
|
|
|
81661
|
-
},{"ethers":153}],
|
|
81993
|
+
},{"ethers":153}],295:[function(require,module,exports){
|
|
81662
81994
|
"use strict";
|
|
81663
81995
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81664
81996
|
exports.CallUtilsTester__factory = void 0;
|
|
@@ -81709,7 +82041,7 @@ exports.CallUtilsTester__factory = CallUtilsTester__factory;
|
|
|
81709
82041
|
CallUtilsTester__factory.bytecode = _bytecode;
|
|
81710
82042
|
CallUtilsTester__factory.abi = _abi;
|
|
81711
82043
|
|
|
81712
|
-
},{"ethers":153}],
|
|
82044
|
+
},{"ethers":153}],296:[function(require,module,exports){
|
|
81713
82045
|
"use strict";
|
|
81714
82046
|
/* Autogenerated file. Do not edit manually. */
|
|
81715
82047
|
/* tslint:disable */
|
|
@@ -81838,7 +82170,7 @@ class CustomSuperTokenBaseMock__factory {
|
|
|
81838
82170
|
exports.CustomSuperTokenBaseMock__factory = CustomSuperTokenBaseMock__factory;
|
|
81839
82171
|
CustomSuperTokenBaseMock__factory.abi = _abi;
|
|
81840
82172
|
|
|
81841
|
-
},{"ethers":153}],
|
|
82173
|
+
},{"ethers":153}],297:[function(require,module,exports){
|
|
81842
82174
|
"use strict";
|
|
81843
82175
|
/* Autogenerated file. Do not edit manually. */
|
|
81844
82176
|
/* tslint:disable */
|
|
@@ -83832,7 +84164,7 @@ class CustomSuperTokenMock__factory {
|
|
|
83832
84164
|
exports.CustomSuperTokenMock__factory = CustomSuperTokenMock__factory;
|
|
83833
84165
|
CustomSuperTokenMock__factory.abi = _abi;
|
|
83834
84166
|
|
|
83835
|
-
},{"ethers":153}],
|
|
84167
|
+
},{"ethers":153}],298:[function(require,module,exports){
|
|
83836
84168
|
"use strict";
|
|
83837
84169
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
83838
84170
|
exports.CustomSuperTokenProxyMock__factory = void 0;
|
|
@@ -84030,7 +84362,7 @@ exports.CustomSuperTokenProxyMock__factory = CustomSuperTokenProxyMock__factory;
|
|
|
84030
84362
|
CustomSuperTokenProxyMock__factory.bytecode = _bytecode;
|
|
84031
84363
|
CustomSuperTokenProxyMock__factory.abi = _abi;
|
|
84032
84364
|
|
|
84033
|
-
},{"ethers":153}],
|
|
84365
|
+
},{"ethers":153}],299:[function(require,module,exports){
|
|
84034
84366
|
"use strict";
|
|
84035
84367
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84036
84368
|
exports.CustomSuperTokenProxyMock__factory = exports.CustomSuperTokenMock__factory = exports.CustomSuperTokenBaseMock__factory = void 0;
|
|
@@ -84044,7 +84376,7 @@ Object.defineProperty(exports, "CustomSuperTokenMock__factory", { enumerable: tr
|
|
|
84044
84376
|
var CustomSuperTokenProxyMock__factory_1 = require("./CustomSuperTokenProxyMock__factory");
|
|
84045
84377
|
Object.defineProperty(exports, "CustomSuperTokenProxyMock__factory", { enumerable: true, get: function () { return CustomSuperTokenProxyMock__factory_1.CustomSuperTokenProxyMock__factory; } });
|
|
84046
84378
|
|
|
84047
|
-
},{"./CustomSuperTokenBaseMock__factory":
|
|
84379
|
+
},{"./CustomSuperTokenBaseMock__factory":296,"./CustomSuperTokenMock__factory":297,"./CustomSuperTokenProxyMock__factory":298}],300:[function(require,module,exports){
|
|
84048
84380
|
"use strict";
|
|
84049
84381
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84050
84382
|
exports.ERC777RecipientDrainingGas__factory = void 0;
|
|
@@ -84169,7 +84501,7 @@ exports.ERC777RecipientDrainingGas__factory = ERC777RecipientDrainingGas__factor
|
|
|
84169
84501
|
ERC777RecipientDrainingGas__factory.bytecode = _bytecode;
|
|
84170
84502
|
ERC777RecipientDrainingGas__factory.abi = _abi;
|
|
84171
84503
|
|
|
84172
|
-
},{"ethers":153}],
|
|
84504
|
+
},{"ethers":153}],301:[function(require,module,exports){
|
|
84173
84505
|
"use strict";
|
|
84174
84506
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84175
84507
|
exports.ERC777RecipientReverting__factory = void 0;
|
|
@@ -84280,7 +84612,7 @@ exports.ERC777RecipientReverting__factory = ERC777RecipientReverting__factory;
|
|
|
84280
84612
|
ERC777RecipientReverting__factory.bytecode = _bytecode;
|
|
84281
84613
|
ERC777RecipientReverting__factory.abi = _abi;
|
|
84282
84614
|
|
|
84283
|
-
},{"ethers":153}],
|
|
84615
|
+
},{"ethers":153}],302:[function(require,module,exports){
|
|
84284
84616
|
"use strict";
|
|
84285
84617
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84286
84618
|
exports.ERC777SenderRecipientMock__factory = void 0;
|
|
@@ -84701,7 +85033,7 @@ exports.ERC777SenderRecipientMock__factory = ERC777SenderRecipientMock__factory;
|
|
|
84701
85033
|
ERC777SenderRecipientMock__factory.bytecode = _bytecode;
|
|
84702
85034
|
ERC777SenderRecipientMock__factory.abi = _abi;
|
|
84703
85035
|
|
|
84704
|
-
},{"ethers":153}],
|
|
85036
|
+
},{"ethers":153}],303:[function(require,module,exports){
|
|
84705
85037
|
"use strict";
|
|
84706
85038
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84707
85039
|
exports.ERC777SenderRecipientMock__factory = exports.ERC777RecipientReverting__factory = exports.ERC777RecipientDrainingGas__factory = void 0;
|
|
@@ -84715,7 +85047,7 @@ Object.defineProperty(exports, "ERC777RecipientReverting__factory", { enumerable
|
|
|
84715
85047
|
var ERC777SenderRecipientMock__factory_1 = require("./ERC777SenderRecipientMock__factory");
|
|
84716
85048
|
Object.defineProperty(exports, "ERC777SenderRecipientMock__factory", { enumerable: true, get: function () { return ERC777SenderRecipientMock__factory_1.ERC777SenderRecipientMock__factory; } });
|
|
84717
85049
|
|
|
84718
|
-
},{"./ERC777RecipientDrainingGas__factory":
|
|
85050
|
+
},{"./ERC777RecipientDrainingGas__factory":300,"./ERC777RecipientReverting__factory":301,"./ERC777SenderRecipientMock__factory":302}],304:[function(require,module,exports){
|
|
84719
85051
|
"use strict";
|
|
84720
85052
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84721
85053
|
exports.FakeSuperfluidMock__factory = void 0;
|
|
@@ -84777,7 +85109,7 @@ exports.FakeSuperfluidMock__factory = FakeSuperfluidMock__factory;
|
|
|
84777
85109
|
FakeSuperfluidMock__factory.bytecode = _bytecode;
|
|
84778
85110
|
FakeSuperfluidMock__factory.abi = _abi;
|
|
84779
85111
|
|
|
84780
|
-
},{"ethers":153}],
|
|
85112
|
+
},{"ethers":153}],305:[function(require,module,exports){
|
|
84781
85113
|
"use strict";
|
|
84782
85114
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84783
85115
|
exports.ForwarderMock__factory = void 0;
|
|
@@ -84861,7 +85193,7 @@ exports.ForwarderMock__factory = ForwarderMock__factory;
|
|
|
84861
85193
|
ForwarderMock__factory.bytecode = _bytecode;
|
|
84862
85194
|
ForwarderMock__factory.abi = _abi;
|
|
84863
85195
|
|
|
84864
|
-
},{"ethers":153}],
|
|
85196
|
+
},{"ethers":153}],306:[function(require,module,exports){
|
|
84865
85197
|
"use strict";
|
|
84866
85198
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
84867
85199
|
exports.IDASuperAppTester__factory = void 0;
|
|
@@ -85297,7 +85629,7 @@ exports.IDASuperAppTester__factory = IDASuperAppTester__factory;
|
|
|
85297
85629
|
IDASuperAppTester__factory.bytecode = _bytecode;
|
|
85298
85630
|
IDASuperAppTester__factory.abi = _abi;
|
|
85299
85631
|
|
|
85300
|
-
},{"ethers":153}],
|
|
85632
|
+
},{"ethers":153}],307:[function(require,module,exports){
|
|
85301
85633
|
"use strict";
|
|
85302
85634
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85303
85635
|
exports.IDAv1LibraryMock__factory = void 0;
|
|
@@ -85990,7 +86322,7 @@ exports.IDAv1LibraryMock__factory = IDAv1LibraryMock__factory;
|
|
|
85990
86322
|
IDAv1LibraryMock__factory.bytecode = _bytecode;
|
|
85991
86323
|
IDAv1LibraryMock__factory.abi = _abi;
|
|
85992
86324
|
|
|
85993
|
-
},{"ethers":153}],
|
|
86325
|
+
},{"ethers":153}],308:[function(require,module,exports){
|
|
85994
86326
|
"use strict";
|
|
85995
86327
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
85996
86328
|
exports.IDAv1LibrarySuperAppMock__factory = void 0;
|
|
@@ -86932,7 +87264,7 @@ exports.IDAv1LibrarySuperAppMock__factory = IDAv1LibrarySuperAppMock__factory;
|
|
|
86932
87264
|
IDAv1LibrarySuperAppMock__factory.bytecode = _bytecode;
|
|
86933
87265
|
IDAv1LibrarySuperAppMock__factory.abi = _abi;
|
|
86934
87266
|
|
|
86935
|
-
},{"ethers":153}],
|
|
87267
|
+
},{"ethers":153}],309:[function(require,module,exports){
|
|
86936
87268
|
"use strict";
|
|
86937
87269
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
86938
87270
|
exports.IDAv1LibrarySuperAppMock__factory = exports.IDAv1LibraryMock__factory = void 0;
|
|
@@ -86944,7 +87276,7 @@ Object.defineProperty(exports, "IDAv1LibraryMock__factory", { enumerable: true,
|
|
|
86944
87276
|
var IDAv1LibrarySuperAppMock__factory_1 = require("./IDAv1LibrarySuperAppMock__factory");
|
|
86945
87277
|
Object.defineProperty(exports, "IDAv1LibrarySuperAppMock__factory", { enumerable: true, get: function () { return IDAv1LibrarySuperAppMock__factory_1.IDAv1LibrarySuperAppMock__factory; } });
|
|
86946
87278
|
|
|
86947
|
-
},{"./IDAv1LibraryMock__factory":
|
|
87279
|
+
},{"./IDAv1LibraryMock__factory":307,"./IDAv1LibrarySuperAppMock__factory":308}],310:[function(require,module,exports){
|
|
86948
87280
|
"use strict";
|
|
86949
87281
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
86950
87282
|
exports.MockSmartWallet__factory = void 0;
|
|
@@ -87039,7 +87371,7 @@ exports.MockSmartWallet__factory = MockSmartWallet__factory;
|
|
|
87039
87371
|
MockSmartWallet__factory.bytecode = _bytecode;
|
|
87040
87372
|
MockSmartWallet__factory.abi = _abi;
|
|
87041
87373
|
|
|
87042
|
-
},{"ethers":153}],
|
|
87374
|
+
},{"ethers":153}],311:[function(require,module,exports){
|
|
87043
87375
|
"use strict";
|
|
87044
87376
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
87045
87377
|
exports.MultiFlowTesterApp__factory = void 0;
|
|
@@ -87382,7 +87714,7 @@ exports.MultiFlowTesterApp__factory = MultiFlowTesterApp__factory;
|
|
|
87382
87714
|
MultiFlowTesterApp__factory.bytecode = _bytecode;
|
|
87383
87715
|
MultiFlowTesterApp__factory.abi = _abi;
|
|
87384
87716
|
|
|
87385
|
-
},{"ethers":153}],
|
|
87717
|
+
},{"ethers":153}],312:[function(require,module,exports){
|
|
87386
87718
|
"use strict";
|
|
87387
87719
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
87388
87720
|
exports.StreamRedirector__factory = void 0;
|
|
@@ -87696,7 +88028,426 @@ const _abi = [
|
|
|
87696
88028
|
type: "bytes",
|
|
87697
88029
|
},
|
|
87698
88030
|
],
|
|
87699
|
-
name: "beforeAgreementUpdated",
|
|
88031
|
+
name: "beforeAgreementUpdated",
|
|
88032
|
+
outputs: [
|
|
88033
|
+
{
|
|
88034
|
+
internalType: "bytes",
|
|
88035
|
+
name: "",
|
|
88036
|
+
type: "bytes",
|
|
88037
|
+
},
|
|
88038
|
+
],
|
|
88039
|
+
stateMutability: "view",
|
|
88040
|
+
type: "function",
|
|
88041
|
+
},
|
|
88042
|
+
{
|
|
88043
|
+
inputs: [],
|
|
88044
|
+
name: "cfaV1",
|
|
88045
|
+
outputs: [
|
|
88046
|
+
{
|
|
88047
|
+
internalType: "contract ISuperfluid",
|
|
88048
|
+
name: "host",
|
|
88049
|
+
type: "address",
|
|
88050
|
+
},
|
|
88051
|
+
{
|
|
88052
|
+
internalType: "contract IConstantFlowAgreementV1",
|
|
88053
|
+
name: "cfa",
|
|
88054
|
+
type: "address",
|
|
88055
|
+
},
|
|
88056
|
+
],
|
|
88057
|
+
stateMutability: "view",
|
|
88058
|
+
type: "function",
|
|
88059
|
+
},
|
|
88060
|
+
{
|
|
88061
|
+
inputs: [],
|
|
88062
|
+
name: "host",
|
|
88063
|
+
outputs: [
|
|
88064
|
+
{
|
|
88065
|
+
internalType: "contract ISuperfluid",
|
|
88066
|
+
name: "",
|
|
88067
|
+
type: "address",
|
|
88068
|
+
},
|
|
88069
|
+
],
|
|
88070
|
+
stateMutability: "view",
|
|
88071
|
+
type: "function",
|
|
88072
|
+
},
|
|
88073
|
+
{
|
|
88074
|
+
inputs: [],
|
|
88075
|
+
name: "receiver",
|
|
88076
|
+
outputs: [
|
|
88077
|
+
{
|
|
88078
|
+
internalType: "address",
|
|
88079
|
+
name: "",
|
|
88080
|
+
type: "address",
|
|
88081
|
+
},
|
|
88082
|
+
],
|
|
88083
|
+
stateMutability: "view",
|
|
88084
|
+
type: "function",
|
|
88085
|
+
},
|
|
88086
|
+
{
|
|
88087
|
+
inputs: [
|
|
88088
|
+
{
|
|
88089
|
+
internalType: "address",
|
|
88090
|
+
name: "_originAccount",
|
|
88091
|
+
type: "address",
|
|
88092
|
+
},
|
|
88093
|
+
{
|
|
88094
|
+
internalType: "int96",
|
|
88095
|
+
name: "_flowRate",
|
|
88096
|
+
type: "int96",
|
|
88097
|
+
},
|
|
88098
|
+
],
|
|
88099
|
+
name: "startStreamToSelf",
|
|
88100
|
+
outputs: [],
|
|
88101
|
+
stateMutability: "nonpayable",
|
|
88102
|
+
type: "function",
|
|
88103
|
+
},
|
|
88104
|
+
{
|
|
88105
|
+
inputs: [
|
|
88106
|
+
{
|
|
88107
|
+
internalType: "address",
|
|
88108
|
+
name: "_superApp",
|
|
88109
|
+
type: "address",
|
|
88110
|
+
},
|
|
88111
|
+
{
|
|
88112
|
+
internalType: "int96",
|
|
88113
|
+
name: "_flowRate",
|
|
88114
|
+
type: "int96",
|
|
88115
|
+
},
|
|
88116
|
+
],
|
|
88117
|
+
name: "startStreamToSuperApp",
|
|
88118
|
+
outputs: [],
|
|
88119
|
+
stateMutability: "nonpayable",
|
|
88120
|
+
type: "function",
|
|
88121
|
+
},
|
|
88122
|
+
{
|
|
88123
|
+
inputs: [
|
|
88124
|
+
{
|
|
88125
|
+
internalType: "address",
|
|
88126
|
+
name: "_originAccount",
|
|
88127
|
+
type: "address",
|
|
88128
|
+
},
|
|
88129
|
+
],
|
|
88130
|
+
name: "stopStreamToSelf",
|
|
88131
|
+
outputs: [],
|
|
88132
|
+
stateMutability: "nonpayable",
|
|
88133
|
+
type: "function",
|
|
88134
|
+
},
|
|
88135
|
+
{
|
|
88136
|
+
inputs: [
|
|
88137
|
+
{
|
|
88138
|
+
internalType: "address",
|
|
88139
|
+
name: "_sender",
|
|
88140
|
+
type: "address",
|
|
88141
|
+
},
|
|
88142
|
+
{
|
|
88143
|
+
internalType: "address",
|
|
88144
|
+
name: "_receiver",
|
|
88145
|
+
type: "address",
|
|
88146
|
+
},
|
|
88147
|
+
],
|
|
88148
|
+
name: "stopStreamToSuperApp",
|
|
88149
|
+
outputs: [],
|
|
88150
|
+
stateMutability: "nonpayable",
|
|
88151
|
+
type: "function",
|
|
88152
|
+
},
|
|
88153
|
+
{
|
|
88154
|
+
inputs: [],
|
|
88155
|
+
name: "token",
|
|
88156
|
+
outputs: [
|
|
88157
|
+
{
|
|
88158
|
+
internalType: "contract ISuperToken",
|
|
88159
|
+
name: "",
|
|
88160
|
+
type: "address",
|
|
88161
|
+
},
|
|
88162
|
+
],
|
|
88163
|
+
stateMutability: "view",
|
|
88164
|
+
type: "function",
|
|
88165
|
+
},
|
|
88166
|
+
];
|
|
88167
|
+
const _bytecode = "0x60806040523480156200001157600080fd5b50604051620016da380380620016da83398101604081905262000034916200021c565b6001600160a01b0383166200004d576200004d62000276565b6001600160a01b03821662000066576200006662000276565b6001600160a01b0384166200007f576200007f62000276565b600280546001600160a01b0319166001600160a01b0386169081179091556040805180820182528281529051635b69006f60e11b81527fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd360048201529091602083019163b6d200de90602401602060405180830381865afa15801562000109573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200012f91906200028c565b6001600160a01b039081169091528151600080546001600160a01b031990811692841692909217815560209093015160018054831691841691909117905560048054821687841617815560038054909216868416179091556002546040805163bd1c448b60e01b8152641100000000871793810184905260248101919091526044810194909452909291169063bd1c448b90606401600060405180830381600087803b158015620001df57600080fd5b505af1158015620001f4573d6000803e3d6000fd5b505050505050505050620002b3565b6001600160a01b03811681146200021957600080fd5b50565b600080600080608085870312156200023357600080fd5b8451620002408162000203565b6020860151909450620002538162000203565b6040860151909350620002668162000203565b6060959095015193969295505050565b634e487b7160e01b600052600160045260246000fd5b6000602082840312156200029f57600080fd5b8151620002ac8162000203565b9392505050565b61141780620002c36000396000f3fe608060405234801561001057600080fd5b50600436106101005760003560e01c8063b6e1b56111610097578063f437bc5911610066578063f437bc5914610246578063f7260d3e14610271578063fae7e7e414610284578063fc0c546a1461029757600080fd5b8063b6e1b561146101d3578063bddd7ec3146101e6578063d3112b2e146101f9578063d86ed3e51461023357600080fd5b806353c11f99116100d357806353c11f991461018757806357121e0c1461019a5780635f9e7d77146101ad578063884d1f40146101c057600080fd5b80631d5ae1b514610105578063215eed021461011a578063230dbd291461015457806330d9c91514610174575b600080fd5b610118610113366004610e60565b6102aa565b005b6101417fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd381565b6040519081526020015b60405180910390f35b610167610162366004610ee2565b6102ca565b60405161014b9190610ffd565b610167610182366004611017565b610331565b610167610195366004610ee2565b610394565b6101186101a83660046110b6565b61056c565b6101676101bb366004611017565b6105ce565b6101676101ce366004611017565b610635565b6101186101e13660046110e2565b610698565b6101186101f43660046110e2565b6106b3565b600054600154610213916001600160a01b03908116911682565b604080516001600160a01b0393841681529290911660208301520161014b565b610167610241366004610ee2565b6106d5565b600254610259906001600160a01b031681565b6040516001600160a01b03909116815260200161014b565b600354610259906001600160a01b031681565b6101186102923660046110b6565b61087f565b600454610259906001600160a01b031681565b6004546102c690600090849084906001600160a01b031661089b565b5050565b60405162461bcd60e51b815260206004820152602e60248201527f556e737570706f727465642063616c6c6261636b202d2041667465722041677260448201526d19595b595b9d08155c19185d195960921b60648201526060906084015b60405180910390fd5b60405162461bcd60e51b815260206004820152602f60248201527f556e737570706f727465642063616c6c6261636b202d204265666f726520416760448201526e1c99595b595b9d0810dc99585d1959608a1b6064820152606090608401610328565b6002546060906001600160a01b031633146103c157604051620f491b60e11b815260040160405180910390fd5b6103ca896108c1565b15806103e457506004546001600160a01b038b8116911614155b156104285782828080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092935061055f92505050565b82828080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050905060008060010160009054906101000a90046001600160a01b03166001600160a01b031663e6a1e8888c30600360009054906101000a90046001600160a01b03166040518463ffffffff1660e01b81526004016104eb939291906001600160a01b0393841681529183166020830152909116604082015260600190565b608060405180830381865afa158015610508573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061052c9190611110565b5050915050600081600b0b131561055d5760035461055a90600090849030906001600160a01b03168f61094d565b91505b505b9998505050505050505050565b6002546040516315c4878360e21b81526001600160a01b038381166004830152909116906357121e0c90602401600060405180830381600087803b1580156105b357600080fd5b505af11580156105c7573d6000803e3d6000fd5b5050505050565b60405162461bcd60e51b815260206004820152603360248201527f556e737570706f727465642063616c6c6261636b202d20204265666f7265204160448201527219dc99595b595b9d0815195c9b5a5b985d1959606a1b6064820152606090608401610328565b60405162461bcd60e51b815260206004820152602f60248201527f556e737570706f727465642063616c6c6261636b202d204265666f726520416760448201526e1c99595b595b9d081d5c19185d1959608a1b6064820152606090608401610328565b6004546102c69060009084906001600160a01b03168461097c565b6004546106d090600090849030906001600160a01b03168561099c565b505050565b6002546060906001600160a01b0316331461070257604051620f491b60e11b815260040160405180910390fd5b6004548a906001600160a01b038083169116146107325760405163350b944160e11b815260040160405180910390fd5b8961073c816108c1565b6107595760405163d191999160e01b815260040160405180910390fd5b84848080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050925060008060010160009054906101000a90046001600160a01b03166001600160a01b031663e8e7e2d18e306040518363ffffffff1660e01b81526004016107fc9291906001600160a01b0392831681529116602082015260400190565b602060405180830381865afa158015610819573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061083d919061114e565b905061086e84600360009054906101000a90046001600160a01b03168f8460006109c190949392919063ffffffff16565b9d9c50505050505050505050505050565b6004546102c690600090839030906001600160a01b03166109e6565b6040805160008152602081019091526108bb908590859085908590610a12565b50505050565b60007fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3826001600160a01b0316637730599e6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610922573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109469190611181565b1492915050565b6040805160008152602081019091526060906109729087908790879087908790610af1565b9695505050505050565b6040805160008152602081019091526108bb908590859085908590610bda565b6040805160008152602081019091526060906109729087908790879087908790610c1f565b6040805160008152602081019091526060906109729087908790879087908790610d24565b604080516000815260208101909152606090610a09908690869086908690610d6d565b95945050505050565b845460018601546040805160008152602081019091526001600160a01b03928316926339255d5b921690819063b4b333c690610a579088908b908b906044810161119a565b60408051808303601f1901815291815260208201805160e094851b6001600160e01b03909116179052519185901b6001600160e01b0319168252610aa29392509086906004016111ce565b6000604051808303816000875af1158015610ac1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610ae99190810190611282565b505050505050565b855460018701546040805160008152602081019091526060926001600160a01b0390811692634329d29392911690819063b4b333c690610b3a9089908c908c906044810161119a565b60408051808303601f1901815291815260208201805160e094851b6001600160e01b03909116179052519185901b6001600160e01b0319168252610b879392509087908c906004016112bf565b6000604051808303816000875af1158015610ba6573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610bce9190810190611309565b50979650505050505050565b845460018601546040805160008152602081019091526001600160a01b03928316926339255d5b92169081906362fc305e90610a579089908b908a906044810161136d565b855460018701546060916001600160a01b03908116916339255d5b9116806394229ecb888b8b8a60006040519080825280601f01601f191660200182016040528015610c72576020820181803683370190505b50604051602401610c879594939291906113a3565b60408051808303601f1901815291815260208201805160e094851b6001600160e01b03909116179052519185901b6001600160e01b0319168252610cd29392509087906004016111ce565b6000604051808303816000875af1158015610cf1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610d199190810190611282565b979650505050505050565b855460018701546040805160008152602081019091526060926001600160a01b0390811692634329d2939291169081906362fc305e90610b3a908a908c908b906044810161136d565b845460018601546040805160008152602081019091526060926001600160a01b03908116926339255d5b929116908190634c8b181f90610db69089908c908c906044810161119a565b60408051808303601f1901815291815260208201805160e094851b6001600160e01b03909116179052519185901b6001600160e01b0319168252610e019392509087906004016111ce565b6000604051808303816000875af1158015610e20573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109729190810190611282565b6001600160a01b0381168114610e5d57600080fd5b50565b60008060408385031215610e7357600080fd5b8235610e7e81610e48565b91506020830135610e8e81610e48565b809150509250929050565b60008083601f840112610eab57600080fd5b50813567ffffffffffffffff811115610ec357600080fd5b602083019150836020828501011115610edb57600080fd5b9250929050565b600080600080600080600080600060c08a8c031215610f0057600080fd5b8935610f0b81610e48565b985060208a0135610f1b81610e48565b975060408a0135965060608a013567ffffffffffffffff80821115610f3f57600080fd5b610f4b8d838e01610e99565b909850965060808c0135915080821115610f6457600080fd5b610f708d838e01610e99565b909650945060a08c0135915080821115610f8957600080fd5b50610f968c828d01610e99565b915080935050809150509295985092959850929598565b60005b83811015610fc8578181015183820152602001610fb0565b50506000910152565b60008151808452610fe9816020860160208601610fad565b601f01601f19169290920160200192915050565b6020815260006110106020830184610fd1565b9392505050565b600080600080600080600060a0888a03121561103257600080fd5b873561103d81610e48565b9650602088013561104d81610e48565b955060408801359450606088013567ffffffffffffffff8082111561107157600080fd5b61107d8b838c01610e99565b909650945060808a013591508082111561109657600080fd5b506110a38a828b01610e99565b989b979a50959850939692959293505050565b6000602082840312156110c857600080fd5b813561101081610e48565b80600b0b8114610e5d57600080fd5b600080604083850312156110f557600080fd5b823561110081610e48565b91506020830135610e8e816110d3565b6000806000806080858703121561112657600080fd5b845193506020850151611138816110d3565b6040860151606090960151949790965092505050565b60006020828403121561116057600080fd5b8151611010816110d3565b634e487b7160e01b600052604160045260246000fd5b60006020828403121561119357600080fd5b5051919050565b6001600160a01b03858116825284811660208301528316604082015260806060820181905260009061097290830184610fd1565b6001600160a01b03841681526060602082018190526000906111f290830185610fd1565b82810360408401526109728185610fd1565b600082601f83011261121557600080fd5b815167ffffffffffffffff808211156112305761123061116b565b604051601f8301601f19908116603f011681019082821181831017156112585761125861116b565b8160405283815286602085880101111561127157600080fd5b610972846020830160208901610fad565b60006020828403121561129457600080fd5b815167ffffffffffffffff8111156112ab57600080fd5b6112b784828501611204565b949350505050565b6001600160a01b03851681526080602082018190526000906112e390830186610fd1565b82810360408401526112f58186610fd1565b90508281036060840152610d198185610fd1565b6000806040838503121561131c57600080fd5b825167ffffffffffffffff8082111561133457600080fd5b61134086838701611204565b9350602085015191508082111561135657600080fd5b5061136385828601611204565b9150509250929050565b6001600160a01b03858116825284166020820152600b83900b604082015260806060820181905260009061097290830184610fd1565b6001600160a01b038681168252858116602083015284166040820152600b83900b606082015260a060808201819052600090610d1990830184610fd156fea26469706673582212202c6bd8b73d3ff4ba224c758f3221697ed03955895cdfc334e68e0b8dfe2e1b7c64736f6c63430008130033";
|
|
88168
|
+
const isSuperArgs = (xs) => xs.length > 1;
|
|
88169
|
+
class StreamRedirector__factory extends ethers_1.ContractFactory {
|
|
88170
|
+
constructor(...args) {
|
|
88171
|
+
if (isSuperArgs(args)) {
|
|
88172
|
+
super(...args);
|
|
88173
|
+
}
|
|
88174
|
+
else {
|
|
88175
|
+
super(_abi, _bytecode, args[0]);
|
|
88176
|
+
}
|
|
88177
|
+
}
|
|
88178
|
+
deploy(_host, _token, _receiver, _appLevel, overrides) {
|
|
88179
|
+
return super.deploy(_host, _token, _receiver, _appLevel, overrides || {});
|
|
88180
|
+
}
|
|
88181
|
+
getDeployTransaction(_host, _token, _receiver, _appLevel, overrides) {
|
|
88182
|
+
return super.getDeployTransaction(_host, _token, _receiver, _appLevel, overrides || {});
|
|
88183
|
+
}
|
|
88184
|
+
attach(address) {
|
|
88185
|
+
return super.attach(address);
|
|
88186
|
+
}
|
|
88187
|
+
connect(signer) {
|
|
88188
|
+
return super.connect(signer);
|
|
88189
|
+
}
|
|
88190
|
+
static createInterface() {
|
|
88191
|
+
return new ethers_1.utils.Interface(_abi);
|
|
88192
|
+
}
|
|
88193
|
+
static connect(address, signerOrProvider) {
|
|
88194
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
88195
|
+
}
|
|
88196
|
+
}
|
|
88197
|
+
exports.StreamRedirector__factory = StreamRedirector__factory;
|
|
88198
|
+
StreamRedirector__factory.bytecode = _bytecode;
|
|
88199
|
+
StreamRedirector__factory.abi = _abi;
|
|
88200
|
+
|
|
88201
|
+
},{"ethers":153}],313:[function(require,module,exports){
|
|
88202
|
+
"use strict";
|
|
88203
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
88204
|
+
exports.SuperAppBaseCFATester__factory = void 0;
|
|
88205
|
+
/* Autogenerated file. Do not edit manually. */
|
|
88206
|
+
/* tslint:disable */
|
|
88207
|
+
/* eslint-disable */
|
|
88208
|
+
const ethers_1 = require("ethers");
|
|
88209
|
+
const _abi = [
|
|
88210
|
+
{
|
|
88211
|
+
inputs: [
|
|
88212
|
+
{
|
|
88213
|
+
internalType: "contract ISuperfluid",
|
|
88214
|
+
name: "host",
|
|
88215
|
+
type: "address",
|
|
88216
|
+
},
|
|
88217
|
+
{
|
|
88218
|
+
internalType: "bool",
|
|
88219
|
+
name: "activateOnCreated",
|
|
88220
|
+
type: "bool",
|
|
88221
|
+
},
|
|
88222
|
+
{
|
|
88223
|
+
internalType: "bool",
|
|
88224
|
+
name: "activateOnUpdated",
|
|
88225
|
+
type: "bool",
|
|
88226
|
+
},
|
|
88227
|
+
{
|
|
88228
|
+
internalType: "bool",
|
|
88229
|
+
name: "activateOnDeleted",
|
|
88230
|
+
type: "bool",
|
|
88231
|
+
},
|
|
88232
|
+
],
|
|
88233
|
+
stateMutability: "nonpayable",
|
|
88234
|
+
type: "constructor",
|
|
88235
|
+
},
|
|
88236
|
+
{
|
|
88237
|
+
inputs: [],
|
|
88238
|
+
name: "NotAcceptedSuperToken",
|
|
88239
|
+
type: "error",
|
|
88240
|
+
},
|
|
88241
|
+
{
|
|
88242
|
+
inputs: [],
|
|
88243
|
+
name: "NotImplemented",
|
|
88244
|
+
type: "error",
|
|
88245
|
+
},
|
|
88246
|
+
{
|
|
88247
|
+
inputs: [],
|
|
88248
|
+
name: "UnauthorizedHost",
|
|
88249
|
+
type: "error",
|
|
88250
|
+
},
|
|
88251
|
+
{
|
|
88252
|
+
inputs: [],
|
|
88253
|
+
name: "CFAV1_TYPE",
|
|
88254
|
+
outputs: [
|
|
88255
|
+
{
|
|
88256
|
+
internalType: "bytes32",
|
|
88257
|
+
name: "",
|
|
88258
|
+
type: "bytes32",
|
|
88259
|
+
},
|
|
88260
|
+
],
|
|
88261
|
+
stateMutability: "view",
|
|
88262
|
+
type: "function",
|
|
88263
|
+
},
|
|
88264
|
+
{
|
|
88265
|
+
inputs: [
|
|
88266
|
+
{
|
|
88267
|
+
internalType: "contract ISuperToken",
|
|
88268
|
+
name: "superToken",
|
|
88269
|
+
type: "address",
|
|
88270
|
+
},
|
|
88271
|
+
{
|
|
88272
|
+
internalType: "address",
|
|
88273
|
+
name: "agreementClass",
|
|
88274
|
+
type: "address",
|
|
88275
|
+
},
|
|
88276
|
+
{
|
|
88277
|
+
internalType: "bytes32",
|
|
88278
|
+
name: "",
|
|
88279
|
+
type: "bytes32",
|
|
88280
|
+
},
|
|
88281
|
+
{
|
|
88282
|
+
internalType: "bytes",
|
|
88283
|
+
name: "agreementData",
|
|
88284
|
+
type: "bytes",
|
|
88285
|
+
},
|
|
88286
|
+
{
|
|
88287
|
+
internalType: "bytes",
|
|
88288
|
+
name: "",
|
|
88289
|
+
type: "bytes",
|
|
88290
|
+
},
|
|
88291
|
+
{
|
|
88292
|
+
internalType: "bytes",
|
|
88293
|
+
name: "ctx",
|
|
88294
|
+
type: "bytes",
|
|
88295
|
+
},
|
|
88296
|
+
],
|
|
88297
|
+
name: "afterAgreementCreated",
|
|
88298
|
+
outputs: [
|
|
88299
|
+
{
|
|
88300
|
+
internalType: "bytes",
|
|
88301
|
+
name: "newCtx",
|
|
88302
|
+
type: "bytes",
|
|
88303
|
+
},
|
|
88304
|
+
],
|
|
88305
|
+
stateMutability: "nonpayable",
|
|
88306
|
+
type: "function",
|
|
88307
|
+
},
|
|
88308
|
+
{
|
|
88309
|
+
inputs: [
|
|
88310
|
+
{
|
|
88311
|
+
internalType: "contract ISuperToken",
|
|
88312
|
+
name: "superToken",
|
|
88313
|
+
type: "address",
|
|
88314
|
+
},
|
|
88315
|
+
{
|
|
88316
|
+
internalType: "address",
|
|
88317
|
+
name: "agreementClass",
|
|
88318
|
+
type: "address",
|
|
88319
|
+
},
|
|
88320
|
+
{
|
|
88321
|
+
internalType: "bytes32",
|
|
88322
|
+
name: "",
|
|
88323
|
+
type: "bytes32",
|
|
88324
|
+
},
|
|
88325
|
+
{
|
|
88326
|
+
internalType: "bytes",
|
|
88327
|
+
name: "agreementData",
|
|
88328
|
+
type: "bytes",
|
|
88329
|
+
},
|
|
88330
|
+
{
|
|
88331
|
+
internalType: "bytes",
|
|
88332
|
+
name: "cbdata",
|
|
88333
|
+
type: "bytes",
|
|
88334
|
+
},
|
|
88335
|
+
{
|
|
88336
|
+
internalType: "bytes",
|
|
88337
|
+
name: "ctx",
|
|
88338
|
+
type: "bytes",
|
|
88339
|
+
},
|
|
88340
|
+
],
|
|
88341
|
+
name: "afterAgreementTerminated",
|
|
88342
|
+
outputs: [
|
|
88343
|
+
{
|
|
88344
|
+
internalType: "bytes",
|
|
88345
|
+
name: "newCtx",
|
|
88346
|
+
type: "bytes",
|
|
88347
|
+
},
|
|
88348
|
+
],
|
|
88349
|
+
stateMutability: "nonpayable",
|
|
88350
|
+
type: "function",
|
|
88351
|
+
},
|
|
88352
|
+
{
|
|
88353
|
+
inputs: [
|
|
88354
|
+
{
|
|
88355
|
+
internalType: "contract ISuperToken",
|
|
88356
|
+
name: "superToken",
|
|
88357
|
+
type: "address",
|
|
88358
|
+
},
|
|
88359
|
+
{
|
|
88360
|
+
internalType: "address",
|
|
88361
|
+
name: "agreementClass",
|
|
88362
|
+
type: "address",
|
|
88363
|
+
},
|
|
88364
|
+
{
|
|
88365
|
+
internalType: "bytes32",
|
|
88366
|
+
name: "",
|
|
88367
|
+
type: "bytes32",
|
|
88368
|
+
},
|
|
88369
|
+
{
|
|
88370
|
+
internalType: "bytes",
|
|
88371
|
+
name: "agreementData",
|
|
88372
|
+
type: "bytes",
|
|
88373
|
+
},
|
|
88374
|
+
{
|
|
88375
|
+
internalType: "bytes",
|
|
88376
|
+
name: "cbdata",
|
|
88377
|
+
type: "bytes",
|
|
88378
|
+
},
|
|
88379
|
+
{
|
|
88380
|
+
internalType: "bytes",
|
|
88381
|
+
name: "ctx",
|
|
88382
|
+
type: "bytes",
|
|
88383
|
+
},
|
|
88384
|
+
],
|
|
88385
|
+
name: "afterAgreementUpdated",
|
|
88386
|
+
outputs: [
|
|
88387
|
+
{
|
|
88388
|
+
internalType: "bytes",
|
|
88389
|
+
name: "newCtx",
|
|
88390
|
+
type: "bytes",
|
|
88391
|
+
},
|
|
88392
|
+
],
|
|
88393
|
+
stateMutability: "nonpayable",
|
|
88394
|
+
type: "function",
|
|
88395
|
+
},
|
|
88396
|
+
{
|
|
88397
|
+
inputs: [],
|
|
88398
|
+
name: "afterReceiverHolder",
|
|
88399
|
+
outputs: [
|
|
88400
|
+
{
|
|
88401
|
+
internalType: "address",
|
|
88402
|
+
name: "",
|
|
88403
|
+
type: "address",
|
|
88404
|
+
},
|
|
88405
|
+
],
|
|
88406
|
+
stateMutability: "view",
|
|
88407
|
+
type: "function",
|
|
88408
|
+
},
|
|
88409
|
+
{
|
|
88410
|
+
inputs: [],
|
|
88411
|
+
name: "afterSenderHolder",
|
|
88412
|
+
outputs: [
|
|
88413
|
+
{
|
|
88414
|
+
internalType: "address",
|
|
88415
|
+
name: "",
|
|
88416
|
+
type: "address",
|
|
88417
|
+
},
|
|
88418
|
+
],
|
|
88419
|
+
stateMutability: "view",
|
|
88420
|
+
type: "function",
|
|
88421
|
+
},
|
|
88422
|
+
{
|
|
88423
|
+
inputs: [
|
|
88424
|
+
{
|
|
88425
|
+
internalType: "contract ISuperToken",
|
|
88426
|
+
name: "",
|
|
88427
|
+
type: "address",
|
|
88428
|
+
},
|
|
88429
|
+
{
|
|
88430
|
+
internalType: "address",
|
|
88431
|
+
name: "",
|
|
88432
|
+
type: "address",
|
|
88433
|
+
},
|
|
88434
|
+
{
|
|
88435
|
+
internalType: "bytes32",
|
|
88436
|
+
name: "",
|
|
88437
|
+
type: "bytes32",
|
|
88438
|
+
},
|
|
88439
|
+
{
|
|
88440
|
+
internalType: "bytes",
|
|
88441
|
+
name: "",
|
|
88442
|
+
type: "bytes",
|
|
88443
|
+
},
|
|
88444
|
+
{
|
|
88445
|
+
internalType: "bytes",
|
|
88446
|
+
name: "",
|
|
88447
|
+
type: "bytes",
|
|
88448
|
+
},
|
|
88449
|
+
],
|
|
88450
|
+
name: "beforeAgreementCreated",
|
|
87700
88451
|
outputs: [
|
|
87701
88452
|
{
|
|
87702
88453
|
internalType: "bytes",
|
|
@@ -87704,35 +88455,82 @@ const _abi = [
|
|
|
87704
88455
|
type: "bytes",
|
|
87705
88456
|
},
|
|
87706
88457
|
],
|
|
87707
|
-
stateMutability: "
|
|
88458
|
+
stateMutability: "pure",
|
|
87708
88459
|
type: "function",
|
|
87709
88460
|
},
|
|
87710
88461
|
{
|
|
87711
|
-
inputs: [
|
|
87712
|
-
name: "cfaV1",
|
|
87713
|
-
outputs: [
|
|
88462
|
+
inputs: [
|
|
87714
88463
|
{
|
|
87715
|
-
internalType: "contract
|
|
87716
|
-
name: "
|
|
88464
|
+
internalType: "contract ISuperToken",
|
|
88465
|
+
name: "superToken",
|
|
87717
88466
|
type: "address",
|
|
87718
88467
|
},
|
|
87719
88468
|
{
|
|
87720
|
-
internalType: "
|
|
87721
|
-
name: "
|
|
88469
|
+
internalType: "address",
|
|
88470
|
+
name: "agreementClass",
|
|
87722
88471
|
type: "address",
|
|
87723
88472
|
},
|
|
88473
|
+
{
|
|
88474
|
+
internalType: "bytes32",
|
|
88475
|
+
name: "",
|
|
88476
|
+
type: "bytes32",
|
|
88477
|
+
},
|
|
88478
|
+
{
|
|
88479
|
+
internalType: "bytes",
|
|
88480
|
+
name: "agreementData",
|
|
88481
|
+
type: "bytes",
|
|
88482
|
+
},
|
|
88483
|
+
{
|
|
88484
|
+
internalType: "bytes",
|
|
88485
|
+
name: "",
|
|
88486
|
+
type: "bytes",
|
|
88487
|
+
},
|
|
88488
|
+
],
|
|
88489
|
+
name: "beforeAgreementTerminated",
|
|
88490
|
+
outputs: [
|
|
88491
|
+
{
|
|
88492
|
+
internalType: "bytes",
|
|
88493
|
+
name: "",
|
|
88494
|
+
type: "bytes",
|
|
88495
|
+
},
|
|
87724
88496
|
],
|
|
87725
88497
|
stateMutability: "view",
|
|
87726
88498
|
type: "function",
|
|
87727
88499
|
},
|
|
87728
88500
|
{
|
|
87729
|
-
inputs: [
|
|
87730
|
-
|
|
88501
|
+
inputs: [
|
|
88502
|
+
{
|
|
88503
|
+
internalType: "contract ISuperToken",
|
|
88504
|
+
name: "superToken",
|
|
88505
|
+
type: "address",
|
|
88506
|
+
},
|
|
88507
|
+
{
|
|
88508
|
+
internalType: "address",
|
|
88509
|
+
name: "agreementClass",
|
|
88510
|
+
type: "address",
|
|
88511
|
+
},
|
|
88512
|
+
{
|
|
88513
|
+
internalType: "bytes32",
|
|
88514
|
+
name: "",
|
|
88515
|
+
type: "bytes32",
|
|
88516
|
+
},
|
|
88517
|
+
{
|
|
88518
|
+
internalType: "bytes",
|
|
88519
|
+
name: "agreementData",
|
|
88520
|
+
type: "bytes",
|
|
88521
|
+
},
|
|
88522
|
+
{
|
|
88523
|
+
internalType: "bytes",
|
|
88524
|
+
name: "",
|
|
88525
|
+
type: "bytes",
|
|
88526
|
+
},
|
|
88527
|
+
],
|
|
88528
|
+
name: "beforeAgreementUpdated",
|
|
87731
88529
|
outputs: [
|
|
87732
88530
|
{
|
|
87733
|
-
internalType: "
|
|
88531
|
+
internalType: "bytes",
|
|
87734
88532
|
name: "",
|
|
87735
|
-
type: "
|
|
88533
|
+
type: "bytes",
|
|
87736
88534
|
},
|
|
87737
88535
|
],
|
|
87738
88536
|
stateMutability: "view",
|
|
@@ -87740,10 +88538,10 @@ const _abi = [
|
|
|
87740
88538
|
},
|
|
87741
88539
|
{
|
|
87742
88540
|
inputs: [],
|
|
87743
|
-
name: "
|
|
88541
|
+
name: "host",
|
|
87744
88542
|
outputs: [
|
|
87745
88543
|
{
|
|
87746
|
-
internalType: "
|
|
88544
|
+
internalType: "contract ISuperfluid",
|
|
87747
88545
|
name: "",
|
|
87748
88546
|
type: "address",
|
|
87749
88547
|
},
|
|
@@ -87754,48 +88552,62 @@ const _abi = [
|
|
|
87754
88552
|
{
|
|
87755
88553
|
inputs: [
|
|
87756
88554
|
{
|
|
87757
|
-
internalType: "
|
|
87758
|
-
name: "
|
|
88555
|
+
internalType: "contract ISuperToken",
|
|
88556
|
+
name: "superToken",
|
|
87759
88557
|
type: "address",
|
|
87760
88558
|
},
|
|
88559
|
+
],
|
|
88560
|
+
name: "isAcceptedSuperToken",
|
|
88561
|
+
outputs: [
|
|
87761
88562
|
{
|
|
87762
|
-
internalType: "
|
|
87763
|
-
name: "
|
|
87764
|
-
type: "
|
|
88563
|
+
internalType: "bool",
|
|
88564
|
+
name: "",
|
|
88565
|
+
type: "bool",
|
|
87765
88566
|
},
|
|
87766
88567
|
],
|
|
87767
|
-
|
|
87768
|
-
outputs: [],
|
|
87769
|
-
stateMutability: "nonpayable",
|
|
88568
|
+
stateMutability: "view",
|
|
87770
88569
|
type: "function",
|
|
87771
88570
|
},
|
|
87772
88571
|
{
|
|
87773
|
-
inputs: [
|
|
88572
|
+
inputs: [],
|
|
88573
|
+
name: "lastUpdateHolder",
|
|
88574
|
+
outputs: [
|
|
87774
88575
|
{
|
|
87775
|
-
internalType: "
|
|
87776
|
-
name: "
|
|
87777
|
-
type: "
|
|
88576
|
+
internalType: "uint256",
|
|
88577
|
+
name: "",
|
|
88578
|
+
type: "uint256",
|
|
87778
88579
|
},
|
|
88580
|
+
],
|
|
88581
|
+
stateMutability: "view",
|
|
88582
|
+
type: "function",
|
|
88583
|
+
},
|
|
88584
|
+
{
|
|
88585
|
+
inputs: [],
|
|
88586
|
+
name: "oldFlowRateHolder",
|
|
88587
|
+
outputs: [
|
|
87779
88588
|
{
|
|
87780
88589
|
internalType: "int96",
|
|
87781
|
-
name: "
|
|
88590
|
+
name: "",
|
|
87782
88591
|
type: "int96",
|
|
87783
88592
|
},
|
|
87784
88593
|
],
|
|
87785
|
-
|
|
87786
|
-
outputs: [],
|
|
87787
|
-
stateMutability: "nonpayable",
|
|
88594
|
+
stateMutability: "view",
|
|
87788
88595
|
type: "function",
|
|
87789
88596
|
},
|
|
87790
88597
|
{
|
|
87791
88598
|
inputs: [
|
|
87792
88599
|
{
|
|
87793
|
-
internalType: "
|
|
87794
|
-
name: "
|
|
88600
|
+
internalType: "contract ISuperToken",
|
|
88601
|
+
name: "acceptedSuperToken",
|
|
87795
88602
|
type: "address",
|
|
87796
88603
|
},
|
|
88604
|
+
{
|
|
88605
|
+
internalType: "bool",
|
|
88606
|
+
name: "accepted",
|
|
88607
|
+
type: "bool",
|
|
88608
|
+
},
|
|
87797
88609
|
],
|
|
87798
|
-
name: "
|
|
88610
|
+
name: "setAcceptedSuperToken",
|
|
87799
88611
|
outputs: [],
|
|
87800
88612
|
stateMutability: "nonpayable",
|
|
87801
88613
|
type: "function",
|
|
@@ -87803,38 +88615,30 @@ const _abi = [
|
|
|
87803
88615
|
{
|
|
87804
88616
|
inputs: [
|
|
87805
88617
|
{
|
|
87806
|
-
internalType: "
|
|
87807
|
-
name: "
|
|
88618
|
+
internalType: "contract ISuperToken",
|
|
88619
|
+
name: "superToken",
|
|
87808
88620
|
type: "address",
|
|
87809
88621
|
},
|
|
87810
88622
|
{
|
|
87811
88623
|
internalType: "address",
|
|
87812
|
-
name: "
|
|
88624
|
+
name: "receiver",
|
|
87813
88625
|
type: "address",
|
|
87814
88626
|
},
|
|
87815
|
-
],
|
|
87816
|
-
name: "stopStreamToSuperApp",
|
|
87817
|
-
outputs: [],
|
|
87818
|
-
stateMutability: "nonpayable",
|
|
87819
|
-
type: "function",
|
|
87820
|
-
},
|
|
87821
|
-
{
|
|
87822
|
-
inputs: [],
|
|
87823
|
-
name: "token",
|
|
87824
|
-
outputs: [
|
|
87825
88627
|
{
|
|
87826
|
-
internalType: "
|
|
87827
|
-
name: "",
|
|
87828
|
-
type: "
|
|
88628
|
+
internalType: "int96",
|
|
88629
|
+
name: "flowRate",
|
|
88630
|
+
type: "int96",
|
|
87829
88631
|
},
|
|
87830
88632
|
],
|
|
87831
|
-
|
|
88633
|
+
name: "startStream",
|
|
88634
|
+
outputs: [],
|
|
88635
|
+
stateMutability: "nonpayable",
|
|
87832
88636
|
type: "function",
|
|
87833
88637
|
},
|
|
87834
88638
|
];
|
|
87835
|
-
const _bytecode = "0x60806040523480156200001157600080fd5b50604051620016da380380620016da83398101604081905262000034916200021c565b6001600160a01b0383166200004d576200004d62000276565b6001600160a01b03821662000066576200006662000276565b6001600160a01b0384166200007f576200007f62000276565b600280546001600160a01b0319166001600160a01b0386169081179091556040805180820182528281529051635b69006f60e11b81527fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd360048201529091602083019163b6d200de90602401602060405180830381865afa15801562000109573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200012f91906200028c565b6001600160a01b039081169091528151600080546001600160a01b031990811692841692909217815560209093015160018054831691841691909117905560048054821687841617815560038054909216868416179091556002546040805163bd1c448b60e01b8152641100000000871793810184905260248101919091526044810194909452909291169063bd1c448b90606401600060405180830381600087803b158015620001df57600080fd5b505af1158015620001f4573d6000803e3d6000fd5b505050505050505050620002b3565b6001600160a01b03811681146200021957600080fd5b50565b600080600080608085870312156200023357600080fd5b8451620002408162000203565b6020860151909450620002538162000203565b6040860151909350620002668162000203565b6060959095015193969295505050565b634e487b7160e01b600052600160045260246000fd5b6000602082840312156200029f57600080fd5b8151620002ac8162000203565b9392505050565b61141780620002c36000396000f3fe608060405234801561001057600080fd5b50600436106101005760003560e01c8063b6e1b56111610097578063f437bc5911610066578063f437bc5914610246578063f7260d3e14610271578063fae7e7e414610284578063fc0c546a1461029757600080fd5b8063b6e1b561146101d3578063bddd7ec3146101e6578063d3112b2e146101f9578063d86ed3e51461023357600080fd5b806353c11f99116100d357806353c11f991461018757806357121e0c1461019a5780635f9e7d77146101ad578063884d1f40146101c057600080fd5b80631d5ae1b514610105578063215eed021461011a578063230dbd291461015457806330d9c91514610174575b600080fd5b610118610113366004610e60565b6102aa565b005b6101417fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd381565b6040519081526020015b60405180910390f35b610167610162366004610ee2565b6102ca565b60405161014b9190610ffd565b610167610182366004611017565b610331565b610167610195366004610ee2565b610394565b6101186101a83660046110b6565b61056c565b6101676101bb366004611017565b6105ce565b6101676101ce366004611017565b610635565b6101186101e13660046110e2565b610698565b6101186101f43660046110e2565b6106b3565b600054600154610213916001600160a01b03908116911682565b604080516001600160a01b0393841681529290911660208301520161014b565b610167610241366004610ee2565b6106d5565b600254610259906001600160a01b031681565b6040516001600160a01b03909116815260200161014b565b600354610259906001600160a01b031681565b6101186102923660046110b6565b61087f565b600454610259906001600160a01b031681565b6004546102c690600090849084906001600160a01b031661089b565b5050565b60405162461bcd60e51b815260206004820152602e60248201527f556e737570706f727465642063616c6c6261636b202d2041667465722041677260448201526d19595b595b9d08155c19185d195960921b60648201526060906084015b60405180910390fd5b60405162461bcd60e51b815260206004820152602f60248201527f556e737570706f727465642063616c6c6261636b202d204265666f726520416760448201526e1c99595b595b9d0810dc99585d1959608a1b6064820152606090608401610328565b6002546060906001600160a01b031633146103c157604051620f491b60e11b815260040160405180910390fd5b6103ca896108c1565b15806103e457506004546001600160a01b038b8116911614155b156104285782828080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092935061055f92505050565b82828080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050905060008060010160009054906101000a90046001600160a01b03166001600160a01b031663e6a1e8888c30600360009054906101000a90046001600160a01b03166040518463ffffffff1660e01b81526004016104eb939291906001600160a01b0393841681529183166020830152909116604082015260600190565b608060405180830381865afa158015610508573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061052c9190611110565b5050915050600081600b0b131561055d5760035461055a90600090849030906001600160a01b03168f61094d565b91505b505b9998505050505050505050565b6002546040516315c4878360e21b81526001600160a01b038381166004830152909116906357121e0c90602401600060405180830381600087803b1580156105b357600080fd5b505af11580156105c7573d6000803e3d6000fd5b5050505050565b60405162461bcd60e51b815260206004820152603360248201527f556e737570706f727465642063616c6c6261636b202d20204265666f7265204160448201527219dc99595b595b9d0815195c9b5a5b985d1959606a1b6064820152606090608401610328565b60405162461bcd60e51b815260206004820152602f60248201527f556e737570706f727465642063616c6c6261636b202d204265666f726520416760448201526e1c99595b595b9d081d5c19185d1959608a1b6064820152606090608401610328565b6004546102c69060009084906001600160a01b03168461097c565b6004546106d090600090849030906001600160a01b03168561099c565b505050565b6002546060906001600160a01b0316331461070257604051620f491b60e11b815260040160405180910390fd5b6004548a906001600160a01b038083169116146107325760405163350b944160e11b815260040160405180910390fd5b8961073c816108c1565b6107595760405163d191999160e01b815260040160405180910390fd5b84848080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f82011690508083019250505050505050925060008060010160009054906101000a90046001600160a01b03166001600160a01b031663e8e7e2d18e306040518363ffffffff1660e01b81526004016107fc9291906001600160a01b0392831681529116602082015260400190565b602060405180830381865afa158015610819573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061083d919061114e565b905061086e84600360009054906101000a90046001600160a01b03168f8460006109c190949392919063ffffffff16565b9d9c50505050505050505050505050565b6004546102c690600090839030906001600160a01b03166109e6565b6040805160008152602081019091526108bb908590859085908590610a12565b50505050565b60007fa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3826001600160a01b0316637730599e6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610922573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109469190611181565b1492915050565b6040805160008152602081019091526060906109729087908790879087908790610af1565b9695505050505050565b6040805160008152602081019091526108bb908590859085908590610bda565b6040805160008152602081019091526060906109729087908790879087908790610c1f565b6040805160008152602081019091526060906109729087908790879087908790610d24565b604080516000815260208101909152606090610a09908690869086908690610d6d565b95945050505050565b845460018601546040805160008152602081019091526001600160a01b03928316926339255d5b921690819063b4b333c690610a579088908b908b906044810161119a565b60408051808303601f1901815291815260208201805160e094851b6001600160e01b03909116179052519185901b6001600160e01b0319168252610aa29392509086906004016111ce565b6000604051808303816000875af1158015610ac1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610ae99190810190611282565b505050505050565b855460018701546040805160008152602081019091526060926001600160a01b0390811692634329d29392911690819063b4b333c690610b3a9089908c908c906044810161119a565b60408051808303601f1901815291815260208201805160e094851b6001600160e01b03909116179052519185901b6001600160e01b0319168252610b879392509087908c906004016112bf565b6000604051808303816000875af1158015610ba6573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610bce9190810190611309565b50979650505050505050565b845460018601546040805160008152602081019091526001600160a01b03928316926339255d5b92169081906362fc305e90610a579089908b908a906044810161136d565b855460018701546060916001600160a01b03908116916339255d5b9116806394229ecb888b8b8a60006040519080825280601f01601f191660200182016040528015610c72576020820181803683370190505b50604051602401610c879594939291906113a3565b60408051808303601f1901815291815260208201805160e094851b6001600160e01b03909116179052519185901b6001600160e01b0319168252610cd29392509087906004016111ce565b6000604051808303816000875af1158015610cf1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610d199190810190611282565b979650505050505050565b855460018701546040805160008152602081019091526060926001600160a01b0390811692634329d2939291169081906362fc305e90610b3a908a908c908b906044810161136d565b845460018601546040805160008152602081019091526060926001600160a01b03908116926339255d5b929116908190634c8b181f90610db69089908c908c906044810161119a565b60408051808303601f1901815291815260208201805160e094851b6001600160e01b03909116179052519185901b6001600160e01b0319168252610e019392509087906004016111ce565b6000604051808303816000875af1158015610e20573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109729190810190611282565b6001600160a01b0381168114610e5d57600080fd5b50565b60008060408385031215610e7357600080fd5b8235610e7e81610e48565b91506020830135610e8e81610e48565b809150509250929050565b60008083601f840112610eab57600080fd5b50813567ffffffffffffffff811115610ec357600080fd5b602083019150836020828501011115610edb57600080fd5b9250929050565b600080600080600080600080600060c08a8c031215610f0057600080fd5b8935610f0b81610e48565b985060208a0135610f1b81610e48565b975060408a0135965060608a013567ffffffffffffffff80821115610f3f57600080fd5b610f4b8d838e01610e99565b909850965060808c0135915080821115610f6457600080fd5b610f708d838e01610e99565b909650945060a08c0135915080821115610f8957600080fd5b50610f968c828d01610e99565b915080935050809150509295985092959850929598565b60005b83811015610fc8578181015183820152602001610fb0565b50506000910152565b60008151808452610fe9816020860160208601610fad565b601f01601f19169290920160200192915050565b6020815260006110106020830184610fd1565b9392505050565b600080600080600080600060a0888a03121561103257600080fd5b873561103d81610e48565b9650602088013561104d81610e48565b955060408801359450606088013567ffffffffffffffff8082111561107157600080fd5b61107d8b838c01610e99565b909650945060808a013591508082111561109657600080fd5b506110a38a828b01610e99565b989b979a50959850939692959293505050565b6000602082840312156110c857600080fd5b813561101081610e48565b80600b0b8114610e5d57600080fd5b600080604083850312156110f557600080fd5b823561110081610e48565b91506020830135610e8e816110d3565b6000806000806080858703121561112657600080fd5b845193506020850151611138816110d3565b6040860151606090960151949790965092505050565b60006020828403121561116057600080fd5b8151611010816110d3565b634e487b7160e01b600052604160045260246000fd5b60006020828403121561119357600080fd5b5051919050565b6001600160a01b03858116825284811660208301528316604082015260806060820181905260009061097290830184610fd1565b6001600160a01b03841681526060602082018190526000906111f290830185610fd1565b82810360408401526109728185610fd1565b600082601f83011261121557600080fd5b815167ffffffffffffffff808211156112305761123061116b565b604051601f8301601f19908116603f011681019082821181831017156112585761125861116b565b8160405283815286602085880101111561127157600080fd5b610972846020830160208901610fad565b60006020828403121561129457600080fd5b815167ffffffffffffffff8111156112ab57600080fd5b6112b784828501611204565b949350505050565b6001600160a01b03851681526080602082018190526000906112e390830186610fd1565b82810360408401526112f58186610fd1565b90508281036060840152610d198185610fd1565b6000806040838503121561131c57600080fd5b825167ffffffffffffffff8082111561133457600080fd5b61134086838701611204565b9350602085015191508082111561135657600080fd5b5061136385828601611204565b9150509250929050565b6001600160a01b03858116825284166020820152600b83900b604082015260806060820181905260009061097290830184610fd1565b6001600160a01b038681168252858116602083015284166040820152600b83900b606082015260a060808201819052600090610d1990830184610fd156fea26469706673582212202c6bd8b73d3ff4ba224c758f3221697ed03955895cdfc334e68e0b8dfe2e1b7c64736f6c63430008130033";
|
|
88639
|
+
const _bytecode = "0x60806040523480156200001157600080fd5b50604051620015013803806200150183398101604081905262000034916200010a565b600080546001600160a01b0319166001600160a01b03861617905583838383640100000001836200006757640200000000175b826200007557640c00000000175b816200008357643000000000175b6040516315a722b960e31b8152600481018290526001600160a01b0386169063ad3915c890602401600060405180830381600087803b158015620000c657600080fd5b505af1158015620000db573d6000803e3d6000fd5b5050600060015550620001749950505050505050505050565b805180151581146200010557600080fd5b919050565b600080600080608085870312156200012157600080fd5b84516001600160a01b03811681146200013957600080fd5b93506200014960208601620000f4565b92506200015960408601620000f4565b91506200016960608601620000f4565b905092959194509250565b61137d80620001846000396000f3fe608060405234801561001057600080fd5b50600436106100f55760003560e01c806381596a2411610097578063de83f18811610066578063de83f1881461020d578063e4776b3314610238578063e5d719581461024b578063f437bc591461029057600080fd5b806381596a24146101bd578063884d1f40146101d2578063bcb4546f146101e5578063d86ed3e5146101fa57600080fd5b806330d9c915116100d357806330d9c9151461016157806353c11f99146101745780635f9e7d771461018757806372ca8a3e1461019a57600080fd5b8063230dbd29146100fa578063284c578114610123578063303a0cf51461013a575b600080fd5b61010d610108366004610e80565b6102a3565b60405161011a9190610f9b565b60405180910390f35b61012c60015481565b60405190815260200161011a565b60005461014e90600160a01b9004600b0b81565b604051600b9190910b815260200161011a565b61010d61016f366004610fb5565b610388565b61010d610182366004610e80565b6103ad565b61010d610195366004610fb5565b61046d565b6101ad6101a8366004611054565b610535565b604051901515815260200161011a565b6101d06101cb366004611080565b61056c565b005b61010d6101e0366004610fb5565b610586565b61012c60008051602061132883398151915281565b61010d610208366004610e80565b610666565b600254610220906001600160a01b031681565b6040516001600160a01b03909116815260200161011a565b600354610220906001600160a01b031681565b6101d06102593660046110cb565b6005805460ff199081166001179091556001600160a01b039092166000908152600460205260409020805491151591909216179055565b600054610220906001600160a01b031681565b6000546060906001600160a01b031633146102d157604051632f2d36a760e01b815260040160405180910390fd5b6102da89610732565b61031d5782828080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092935061037b92505050565b6103268a610535565b61034357604051631ea25bab60e31b815260040160405180910390fd5b600061035187890189611109565b50905060008061036387890189611137565b915091506103758d8484848a8a6107c8565b93505050505b9998505050505050505050565b604080518082019091526002815261060f60f31b60208201525b979650505050505050565b6000546060906001600160a01b0316331415806103d057506103ce89610732565b155b806103e157506103df8a610535565b155b156104255782828080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092935061037b92505050565b600080610434888a018a611109565b9092509050600080610448888a018a611163565b9150915061045b8e858584868c8c61084e565b9e9d5050505050505050505050505050565b6000546060906001600160a01b031633141580610490575061048e87610732565b155b806104a1575061049f88610535565b155b156104c55750604080518082019091526002815261060f60f31b60208201526103a2565b6000806104d486880188611109565b90925090506000806104f06001600160a01b038d1685856108e5565b5050915091508181604051602001610515929190918252600b0b602082015260400190565b604051602081830303815290604052945050505050979650505050505050565b60055460009060ff16610549576001610566565b6001600160a01b03821660009081526004602052604090205460ff165b92915050565b6105806001600160a01b0384168383610987565b50505050565b6000546060906001600160a01b031633146105b457604051632f2d36a760e01b815260040160405180910390fd5b6105bd87610732565b6105e05750604080518082019091526002815261060f60f31b60208201526103a2565b6105e988610535565b61060657604051631ea25bab60e31b815260040160405180910390fd5b600061061485870187611109565b50905060008061062e6001600160a01b038c1684306108e5565b505060408051600b9290920b60208301528181019290925281518082038301815260609091019091529b9a5050505050505050505050565b6000546060906001600160a01b0316331461069457604051632f2d36a760e01b815260040160405180910390fd5b61069d89610732565b6106e05782828080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092935061037b92505050565b6106e98a610535565b61070657604051631ea25bab60e31b815260040160405180910390fd5b600061071487890189611109565b5090506107238b828686610abc565b9b9a5050505050505050505050565b60008054604051635b69006f60e11b815260008051602061132883398151915260048201526001600160a01b039091169063b6d200de90602401602060405180830381865afa158015610789573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107ad9190611188565b6001600160a01b0316826001600160a01b0316149050919050565b6001839055600080546001600160a01b03908116600160a01b6bffffffffffffffffffffffff88160217909155600280546001600160a01b031916918716919091179055604080516020601f84018190048102820181019092528281526060918490849081908401838280828437600092019190915250929a9950505050505050505050565b6001839055600080546001600160a01b03908116600160a01b6bffffffffffffffffffffffff88160217909155600280546001600160a01b03199081168984161790915560038054909116918716919091179055604080516020601f84018190048102820181019092528281526060918490849081908401838280828437600092019190915250929b9a5050505050505050505050565b60008060008060006108f688610b17565b604051631cd43d1160e31b81526001600160a01b038b811660048301528a811660248301528981166044830152919350908316915063e6a1e88890606401608060405180830381865afa158015610951573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061097591906111a5565b929b919a509850909650945050505050565b600080600061099586610c86565b91509150816001600160a01b03166339255d5b82836001600160a01b03166362fc305e8a8a8a600067ffffffffffffffff8111156109d5576109d56111e3565b6040519080825280601f01601f1916602001820160405280156109ff576020820181803683370190505b50604051602401610a1394939291906111f9565b60408051601f19818403018152918152602080830180516001600160e01b031660e095861b179052815160008152908101918290529286901b6001600160e01b0319169052610a689392509060248101611239565b6000604051808303816000875af1158015610a87573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610aaf919081019061126f565b5060019695505050505050565b600280546001600160a01b0319166001600160a01b038516179055604080516020601f840181900481028201810190925282815260609184908490819084018382808284376000920191909152509298975050505050505050565b7f65599bf746e17a00ea62e3610586992d88101b78eec3cf380706621fb97ea837547fb969d79d88acd02d04ed7ee7d43b949e7daf093d363abcfbbc43dfdfd1ce969a546001600160a01b038116610c55576001600160a01b038216610bdc57826001600160a01b03166320bc44256040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bb5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bd99190611188565b91505b604051635b69006f60e11b815260008051602061132883398151915260048201526001600160a01b0383169063b6d200de90602401602060405180830381865afa158015610c2e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c529190611188565b90505b6001600160a01b038216610c6b57610c6b611311565b6001600160a01b038116610c8157610c81611311565b915091565b7f65599bf746e17a00ea62e3610586992d88101b78eec3cf380706621fb97ea837547fb969d79d88acd02d04ed7ee7d43b949e7daf093d363abcfbbc43dfdfd1ce969a546001600160a01b038116610c55576001600160a01b038216610d4b57826001600160a01b03166320bc44256040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d24573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d489190611188565b91505b604051635b69006f60e11b815260008051602061132883398151915260048201526001600160a01b0383169063b6d200de90602401602060405180830381865afa158015610d9d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dc19190611188565b9050817f65599bf746e17a00ea62e3610586992d88101b78eec3cf380706621fb97ea83755807fb969d79d88acd02d04ed7ee7d43b949e7daf093d363abcfbbc43dfdfd1ce969a556001600160a01b038216610c6b57610c6b611311565b6001600160a01b0381168114610e3457600080fd5b50565b60008083601f840112610e4957600080fd5b50813567ffffffffffffffff811115610e6157600080fd5b602083019150836020828501011115610e7957600080fd5b9250929050565b600080600080600080600080600060c08a8c031215610e9e57600080fd5b8935610ea981610e1f565b985060208a0135610eb981610e1f565b975060408a0135965060608a013567ffffffffffffffff80821115610edd57600080fd5b610ee98d838e01610e37565b909850965060808c0135915080821115610f0257600080fd5b610f0e8d838e01610e37565b909650945060a08c0135915080821115610f2757600080fd5b50610f348c828d01610e37565b915080935050809150509295985092959850929598565b60005b83811015610f66578181015183820152602001610f4e565b50506000910152565b60008151808452610f87816020860160208601610f4b565b601f01601f19169290920160200192915050565b602081526000610fae6020830184610f6f565b9392505050565b600080600080600080600060a0888a031215610fd057600080fd5b8735610fdb81610e1f565b96506020880135610feb81610e1f565b955060408801359450606088013567ffffffffffffffff8082111561100f57600080fd5b61101b8b838c01610e37565b909650945060808a013591508082111561103457600080fd5b506110418a828b01610e37565b989b979a50959850939692959293505050565b60006020828403121561106657600080fd5b8135610fae81610e1f565b80600b0b8114610e3457600080fd5b60008060006060848603121561109557600080fd5b83356110a081610e1f565b925060208401356110b081610e1f565b915060408401356110c081611071565b809150509250925092565b600080604083850312156110de57600080fd5b82356110e981610e1f565b9150602083013580151581146110fe57600080fd5b809150509250929050565b6000806040838503121561111c57600080fd5b823561112781610e1f565b915060208301356110fe81610e1f565b6000806040838503121561114a57600080fd5b823561115581611071565b946020939093013593505050565b6000806040838503121561117657600080fd5b8235915060208301356110fe81611071565b60006020828403121561119a57600080fd5b8151610fae81610e1f565b600080600080608085870312156111bb57600080fd5b8451935060208501516111cd81611071565b6040860151606090960151949790965092505050565b634e487b7160e01b600052604160045260246000fd5b6001600160a01b03858116825284166020820152600b83900b604082015260806060820181905260009061122f90830184610f6f565b9695505050505050565b6001600160a01b038416815260606020820181905260009061125d90830185610f6f565b828103604084015261122f8185610f6f565b60006020828403121561128157600080fd5b815167ffffffffffffffff8082111561129957600080fd5b818401915084601f8301126112ad57600080fd5b8151818111156112bf576112bf6111e3565b604051601f8201601f19908116603f011681019083821181831017156112e7576112e76111e3565b8160405282815287602084870101111561130057600080fd5b6103a2836020830160208801610f4b565b634e487b7160e01b600052600160045260246000fdfea9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3a264697066735822122084bdda21d86abe5391d0fbc6c9cd7d0a7269280531d50dc21e6559119d162a0764736f6c63430008130033";
|
|
87836
88640
|
const isSuperArgs = (xs) => xs.length > 1;
|
|
87837
|
-
class
|
|
88641
|
+
class SuperAppBaseCFATester__factory extends ethers_1.ContractFactory {
|
|
87838
88642
|
constructor(...args) {
|
|
87839
88643
|
if (isSuperArgs(args)) {
|
|
87840
88644
|
super(...args);
|
|
@@ -87843,11 +88647,11 @@ class StreamRedirector__factory extends ethers_1.ContractFactory {
|
|
|
87843
88647
|
super(_abi, _bytecode, args[0]);
|
|
87844
88648
|
}
|
|
87845
88649
|
}
|
|
87846
|
-
deploy(
|
|
87847
|
-
return super.deploy(
|
|
88650
|
+
deploy(host, activateOnCreated, activateOnUpdated, activateOnDeleted, overrides) {
|
|
88651
|
+
return super.deploy(host, activateOnCreated, activateOnUpdated, activateOnDeleted, overrides || {});
|
|
87848
88652
|
}
|
|
87849
|
-
getDeployTransaction(
|
|
87850
|
-
return super.getDeployTransaction(
|
|
88653
|
+
getDeployTransaction(host, activateOnCreated, activateOnUpdated, activateOnDeleted, overrides) {
|
|
88654
|
+
return super.getDeployTransaction(host, activateOnCreated, activateOnUpdated, activateOnDeleted, overrides || {});
|
|
87851
88655
|
}
|
|
87852
88656
|
attach(address) {
|
|
87853
88657
|
return super.attach(address);
|
|
@@ -87862,11 +88666,11 @@ class StreamRedirector__factory extends ethers_1.ContractFactory {
|
|
|
87862
88666
|
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
87863
88667
|
}
|
|
87864
88668
|
}
|
|
87865
|
-
exports.
|
|
87866
|
-
|
|
87867
|
-
|
|
88669
|
+
exports.SuperAppBaseCFATester__factory = SuperAppBaseCFATester__factory;
|
|
88670
|
+
SuperAppBaseCFATester__factory.bytecode = _bytecode;
|
|
88671
|
+
SuperAppBaseCFATester__factory.abi = _abi;
|
|
87868
88672
|
|
|
87869
|
-
},{"ethers":153}],
|
|
88673
|
+
},{"ethers":153}],314:[function(require,module,exports){
|
|
87870
88674
|
"use strict";
|
|
87871
88675
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
87872
88676
|
exports.SuperAppFactoryMock__factory = void 0;
|
|
@@ -87933,7 +88737,7 @@ exports.SuperAppFactoryMock__factory = SuperAppFactoryMock__factory;
|
|
|
87933
88737
|
SuperAppFactoryMock__factory.bytecode = _bytecode;
|
|
87934
88738
|
SuperAppFactoryMock__factory.abi = _abi;
|
|
87935
88739
|
|
|
87936
|
-
},{"ethers":153}],
|
|
88740
|
+
},{"ethers":153}],315:[function(require,module,exports){
|
|
87937
88741
|
"use strict";
|
|
87938
88742
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
87939
88743
|
exports.SuperAppMock2ndLevel__factory = void 0;
|
|
@@ -88049,7 +88853,7 @@ exports.SuperAppMock2ndLevel__factory = SuperAppMock2ndLevel__factory;
|
|
|
88049
88853
|
SuperAppMock2ndLevel__factory.bytecode = _bytecode;
|
|
88050
88854
|
SuperAppMock2ndLevel__factory.abi = _abi;
|
|
88051
88855
|
|
|
88052
|
-
},{"ethers":153}],
|
|
88856
|
+
},{"ethers":153}],316:[function(require,module,exports){
|
|
88053
88857
|
"use strict";
|
|
88054
88858
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
88055
88859
|
exports.SuperAppMockAux__factory = void 0;
|
|
@@ -88144,7 +88948,7 @@ exports.SuperAppMockAux__factory = SuperAppMockAux__factory;
|
|
|
88144
88948
|
SuperAppMockAux__factory.bytecode = _bytecode;
|
|
88145
88949
|
SuperAppMockAux__factory.abi = _abi;
|
|
88146
88950
|
|
|
88147
|
-
},{"ethers":153}],
|
|
88951
|
+
},{"ethers":153}],317:[function(require,module,exports){
|
|
88148
88952
|
"use strict";
|
|
88149
88953
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
88150
88954
|
exports.SuperAppMockReturningEmptyCtx__factory = void 0;
|
|
@@ -88341,7 +89145,7 @@ exports.SuperAppMockReturningEmptyCtx__factory = SuperAppMockReturningEmptyCtx__
|
|
|
88341
89145
|
SuperAppMockReturningEmptyCtx__factory.bytecode = _bytecode;
|
|
88342
89146
|
SuperAppMockReturningEmptyCtx__factory.abi = _abi;
|
|
88343
89147
|
|
|
88344
|
-
},{"ethers":153}],
|
|
89148
|
+
},{"ethers":153}],318:[function(require,module,exports){
|
|
88345
89149
|
"use strict";
|
|
88346
89150
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
88347
89151
|
exports.SuperAppMockReturningInvalidCtx__factory = void 0;
|
|
@@ -88484,7 +89288,7 @@ exports.SuperAppMockReturningInvalidCtx__factory = SuperAppMockReturningInvalidC
|
|
|
88484
89288
|
SuperAppMockReturningInvalidCtx__factory.bytecode = _bytecode;
|
|
88485
89289
|
SuperAppMockReturningInvalidCtx__factory.abi = _abi;
|
|
88486
89290
|
|
|
88487
|
-
},{"ethers":153}],
|
|
89291
|
+
},{"ethers":153}],319:[function(require,module,exports){
|
|
88488
89292
|
"use strict";
|
|
88489
89293
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
88490
89294
|
exports.SuperAppMockUsingDeprecatedRegisterApp__factory = void 0;
|
|
@@ -88544,7 +89348,7 @@ exports.SuperAppMockUsingDeprecatedRegisterApp__factory = SuperAppMockUsingDepre
|
|
|
88544
89348
|
SuperAppMockUsingDeprecatedRegisterApp__factory.bytecode = _bytecode;
|
|
88545
89349
|
SuperAppMockUsingDeprecatedRegisterApp__factory.abi = _abi;
|
|
88546
89350
|
|
|
88547
|
-
},{"ethers":153}],
|
|
89351
|
+
},{"ethers":153}],320:[function(require,module,exports){
|
|
88548
89352
|
"use strict";
|
|
88549
89353
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
88550
89354
|
exports.SuperAppMockWithRegistrationKey__factory = void 0;
|
|
@@ -88609,7 +89413,7 @@ exports.SuperAppMockWithRegistrationKey__factory = SuperAppMockWithRegistrationK
|
|
|
88609
89413
|
SuperAppMockWithRegistrationKey__factory.bytecode = _bytecode;
|
|
88610
89414
|
SuperAppMockWithRegistrationKey__factory.abi = _abi;
|
|
88611
89415
|
|
|
88612
|
-
},{"ethers":153}],
|
|
89416
|
+
},{"ethers":153}],321:[function(require,module,exports){
|
|
88613
89417
|
"use strict";
|
|
88614
89418
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
88615
89419
|
exports.SuperAppMock__factory = void 0;
|
|
@@ -89335,7 +90139,7 @@ exports.SuperAppMock__factory = SuperAppMock__factory;
|
|
|
89335
90139
|
SuperAppMock__factory.bytecode = _bytecode;
|
|
89336
90140
|
SuperAppMock__factory.abi = _abi;
|
|
89337
90141
|
|
|
89338
|
-
},{"ethers":153}],
|
|
90142
|
+
},{"ethers":153}],322:[function(require,module,exports){
|
|
89339
90143
|
"use strict";
|
|
89340
90144
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
89341
90145
|
exports.SuperAppMockWithRegistrationKey__factory = exports.SuperAppMockUsingDeprecatedRegisterApp__factory = exports.SuperAppMockReturningInvalidCtx__factory = exports.SuperAppMockReturningEmptyCtx__factory = exports.SuperAppMockAux__factory = exports.SuperAppMock2ndLevel__factory = exports.SuperAppMock__factory = exports.SuperAppFactoryMock__factory = void 0;
|
|
@@ -89359,7 +90163,7 @@ Object.defineProperty(exports, "SuperAppMockUsingDeprecatedRegisterApp__factory"
|
|
|
89359
90163
|
var SuperAppMockWithRegistrationKey__factory_1 = require("./SuperAppMockWithRegistrationKey__factory");
|
|
89360
90164
|
Object.defineProperty(exports, "SuperAppMockWithRegistrationKey__factory", { enumerable: true, get: function () { return SuperAppMockWithRegistrationKey__factory_1.SuperAppMockWithRegistrationKey__factory; } });
|
|
89361
90165
|
|
|
89362
|
-
},{"./SuperAppFactoryMock__factory":
|
|
90166
|
+
},{"./SuperAppFactoryMock__factory":314,"./SuperAppMock2ndLevel__factory":315,"./SuperAppMockAux__factory":316,"./SuperAppMockReturningEmptyCtx__factory":317,"./SuperAppMockReturningInvalidCtx__factory":318,"./SuperAppMockUsingDeprecatedRegisterApp__factory":319,"./SuperAppMockWithRegistrationKey__factory":320,"./SuperAppMock__factory":321}],323:[function(require,module,exports){
|
|
89363
90167
|
"use strict";
|
|
89364
90168
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
89365
90169
|
exports.SuperTokenFactoryMock42__factory = void 0;
|
|
@@ -89790,7 +90594,7 @@ exports.SuperTokenFactoryMock42__factory = SuperTokenFactoryMock42__factory;
|
|
|
89790
90594
|
SuperTokenFactoryMock42__factory.bytecode = _bytecode;
|
|
89791
90595
|
SuperTokenFactoryMock42__factory.abi = _abi;
|
|
89792
90596
|
|
|
89793
|
-
},{"ethers":153}],
|
|
90597
|
+
},{"ethers":153}],324:[function(require,module,exports){
|
|
89794
90598
|
"use strict";
|
|
89795
90599
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
89796
90600
|
exports.SuperTokenFactoryMock__factory = void 0;
|
|
@@ -90221,7 +91025,7 @@ exports.SuperTokenFactoryMock__factory = SuperTokenFactoryMock__factory;
|
|
|
90221
91025
|
SuperTokenFactoryMock__factory.bytecode = _bytecode;
|
|
90222
91026
|
SuperTokenFactoryMock__factory.abi = _abi;
|
|
90223
91027
|
|
|
90224
|
-
},{"ethers":153}],
|
|
91028
|
+
},{"ethers":153}],325:[function(require,module,exports){
|
|
90225
91029
|
"use strict";
|
|
90226
91030
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
90227
91031
|
exports.SuperTokenFactoryStorageLayoutTester__factory = void 0;
|
|
@@ -90659,7 +91463,7 @@ exports.SuperTokenFactoryStorageLayoutTester__factory = SuperTokenFactoryStorage
|
|
|
90659
91463
|
SuperTokenFactoryStorageLayoutTester__factory.bytecode = _bytecode;
|
|
90660
91464
|
SuperTokenFactoryStorageLayoutTester__factory.abi = _abi;
|
|
90661
91465
|
|
|
90662
|
-
},{"ethers":153}],
|
|
91466
|
+
},{"ethers":153}],326:[function(require,module,exports){
|
|
90663
91467
|
"use strict";
|
|
90664
91468
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
90665
91469
|
exports.SuperTokenFactoryUpdateLogicContractsTester__factory = void 0;
|
|
@@ -91103,7 +91907,7 @@ exports.SuperTokenFactoryUpdateLogicContractsTester__factory = SuperTokenFactory
|
|
|
91103
91907
|
SuperTokenFactoryUpdateLogicContractsTester__factory.bytecode = _bytecode;
|
|
91104
91908
|
SuperTokenFactoryUpdateLogicContractsTester__factory.abi = _abi;
|
|
91105
91909
|
|
|
91106
|
-
},{"ethers":153}],
|
|
91910
|
+
},{"ethers":153}],327:[function(require,module,exports){
|
|
91107
91911
|
"use strict";
|
|
91108
91912
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
91109
91913
|
exports.SuperTokenFactoryUpdateLogicContractsTester__factory = exports.SuperTokenFactoryStorageLayoutTester__factory = exports.SuperTokenFactoryMock42__factory = exports.SuperTokenFactoryMock__factory = void 0;
|
|
@@ -91119,7 +91923,7 @@ Object.defineProperty(exports, "SuperTokenFactoryStorageLayoutTester__factory",
|
|
|
91119
91923
|
var SuperTokenFactoryUpdateLogicContractsTester__factory_1 = require("./SuperTokenFactoryUpdateLogicContractsTester__factory");
|
|
91120
91924
|
Object.defineProperty(exports, "SuperTokenFactoryUpdateLogicContractsTester__factory", { enumerable: true, get: function () { return SuperTokenFactoryUpdateLogicContractsTester__factory_1.SuperTokenFactoryUpdateLogicContractsTester__factory; } });
|
|
91121
91925
|
|
|
91122
|
-
},{"./SuperTokenFactoryMock42__factory":
|
|
91926
|
+
},{"./SuperTokenFactoryMock42__factory":323,"./SuperTokenFactoryMock__factory":324,"./SuperTokenFactoryStorageLayoutTester__factory":325,"./SuperTokenFactoryUpdateLogicContractsTester__factory":326}],328:[function(require,module,exports){
|
|
91123
91927
|
"use strict";
|
|
91124
91928
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
91125
91929
|
exports.SuperTokenLibraryCFAMock__factory = void 0;
|
|
@@ -91589,7 +92393,7 @@ exports.SuperTokenLibraryCFAMock__factory = SuperTokenLibraryCFAMock__factory;
|
|
|
91589
92393
|
SuperTokenLibraryCFAMock__factory.bytecode = _bytecode;
|
|
91590
92394
|
SuperTokenLibraryCFAMock__factory.abi = _abi;
|
|
91591
92395
|
|
|
91592
|
-
},{"ethers":153}],
|
|
92396
|
+
},{"ethers":153}],329:[function(require,module,exports){
|
|
91593
92397
|
"use strict";
|
|
91594
92398
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
91595
92399
|
exports.SuperTokenLibraryCFASuperAppMock__factory = void 0;
|
|
@@ -91934,7 +92738,7 @@ exports.SuperTokenLibraryCFASuperAppMock__factory = SuperTokenLibraryCFASuperApp
|
|
|
91934
92738
|
SuperTokenLibraryCFASuperAppMock__factory.bytecode = _bytecode;
|
|
91935
92739
|
SuperTokenLibraryCFASuperAppMock__factory.abi = _abi;
|
|
91936
92740
|
|
|
91937
|
-
},{"ethers":153}],
|
|
92741
|
+
},{"ethers":153}],330:[function(require,module,exports){
|
|
91938
92742
|
"use strict";
|
|
91939
92743
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
91940
92744
|
exports.SuperTokenLibraryIDAMock__factory = void 0;
|
|
@@ -92616,7 +93420,7 @@ exports.SuperTokenLibraryIDAMock__factory = SuperTokenLibraryIDAMock__factory;
|
|
|
92616
93420
|
SuperTokenLibraryIDAMock__factory.bytecode = _bytecode;
|
|
92617
93421
|
SuperTokenLibraryIDAMock__factory.abi = _abi;
|
|
92618
93422
|
|
|
92619
|
-
},{"ethers":153}],
|
|
93423
|
+
},{"ethers":153}],331:[function(require,module,exports){
|
|
92620
93424
|
"use strict";
|
|
92621
93425
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
92622
93426
|
exports.SuperTokenLibraryIDASuperAppMock__factory = void 0;
|
|
@@ -93558,7 +94362,7 @@ exports.SuperTokenLibraryIDASuperAppMock__factory = SuperTokenLibraryIDASuperApp
|
|
|
93558
94362
|
SuperTokenLibraryIDASuperAppMock__factory.bytecode = _bytecode;
|
|
93559
94363
|
SuperTokenLibraryIDASuperAppMock__factory.abi = _abi;
|
|
93560
94364
|
|
|
93561
|
-
},{"ethers":153}],
|
|
94365
|
+
},{"ethers":153}],332:[function(require,module,exports){
|
|
93562
94366
|
"use strict";
|
|
93563
94367
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
93564
94368
|
exports.SuperTokenLibraryIDASuperAppMock__factory = exports.SuperTokenLibraryIDAMock__factory = exports.SuperTokenLibraryCFASuperAppMock__factory = exports.SuperTokenLibraryCFAMock__factory = void 0;
|
|
@@ -93574,7 +94378,7 @@ Object.defineProperty(exports, "SuperTokenLibraryIDAMock__factory", { enumerable
|
|
|
93574
94378
|
var SuperTokenLibraryIDASuperAppMock__factory_1 = require("./SuperTokenLibraryIDASuperAppMock__factory");
|
|
93575
94379
|
Object.defineProperty(exports, "SuperTokenLibraryIDASuperAppMock__factory", { enumerable: true, get: function () { return SuperTokenLibraryIDASuperAppMock__factory_1.SuperTokenLibraryIDASuperAppMock__factory; } });
|
|
93576
94380
|
|
|
93577
|
-
},{"./SuperTokenLibraryCFAMock__factory":
|
|
94381
|
+
},{"./SuperTokenLibraryCFAMock__factory":328,"./SuperTokenLibraryCFASuperAppMock__factory":329,"./SuperTokenLibraryIDAMock__factory":330,"./SuperTokenLibraryIDASuperAppMock__factory":331}],333:[function(require,module,exports){
|
|
93578
94382
|
"use strict";
|
|
93579
94383
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
93580
94384
|
exports.SuperTokenMock__factory = void 0;
|
|
@@ -95740,7 +96544,7 @@ exports.SuperTokenMock__factory = SuperTokenMock__factory;
|
|
|
95740
96544
|
SuperTokenMock__factory.bytecode = _bytecode;
|
|
95741
96545
|
SuperTokenMock__factory.abi = _abi;
|
|
95742
96546
|
|
|
95743
|
-
},{"ethers":153}],
|
|
96547
|
+
},{"ethers":153}],334:[function(require,module,exports){
|
|
95744
96548
|
"use strict";
|
|
95745
96549
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
95746
96550
|
exports.SuperTokenStorageLayoutTester__factory = void 0;
|
|
@@ -97793,7 +98597,7 @@ exports.SuperTokenStorageLayoutTester__factory = SuperTokenStorageLayoutTester__
|
|
|
97793
98597
|
SuperTokenStorageLayoutTester__factory.bytecode = _bytecode;
|
|
97794
98598
|
SuperTokenStorageLayoutTester__factory.abi = _abi;
|
|
97795
98599
|
|
|
97796
|
-
},{"ethers":153}],
|
|
98600
|
+
},{"ethers":153}],335:[function(require,module,exports){
|
|
97797
98601
|
"use strict";
|
|
97798
98602
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
97799
98603
|
exports.SuperTokenStorageLayoutTester__factory = exports.SuperTokenMock__factory = void 0;
|
|
@@ -97805,7 +98609,7 @@ Object.defineProperty(exports, "SuperTokenMock__factory", { enumerable: true, ge
|
|
|
97805
98609
|
var SuperTokenStorageLayoutTester__factory_1 = require("./SuperTokenStorageLayoutTester__factory");
|
|
97806
98610
|
Object.defineProperty(exports, "SuperTokenStorageLayoutTester__factory", { enumerable: true, get: function () { return SuperTokenStorageLayoutTester__factory_1.SuperTokenStorageLayoutTester__factory; } });
|
|
97807
98611
|
|
|
97808
|
-
},{"./SuperTokenMock__factory":
|
|
98612
|
+
},{"./SuperTokenMock__factory":333,"./SuperTokenStorageLayoutTester__factory":334}],336:[function(require,module,exports){
|
|
97809
98613
|
"use strict";
|
|
97810
98614
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
97811
98615
|
exports.SuperfluidDestructorMock__factory = void 0;
|
|
@@ -97866,7 +98670,7 @@ exports.SuperfluidDestructorMock__factory = SuperfluidDestructorMock__factory;
|
|
|
97866
98670
|
SuperfluidDestructorMock__factory.bytecode = _bytecode;
|
|
97867
98671
|
SuperfluidDestructorMock__factory.abi = _abi;
|
|
97868
98672
|
|
|
97869
|
-
},{"ethers":153}],
|
|
98673
|
+
},{"ethers":153}],337:[function(require,module,exports){
|
|
97870
98674
|
"use strict";
|
|
97871
98675
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
97872
98676
|
exports.SuperfluidGovernanceIIUpgradabilityTester__factory = void 0;
|
|
@@ -98994,7 +99798,7 @@ exports.SuperfluidGovernanceIIUpgradabilityTester__factory = SuperfluidGovernanc
|
|
|
98994
99798
|
SuperfluidGovernanceIIUpgradabilityTester__factory.bytecode = _bytecode;
|
|
98995
99799
|
SuperfluidGovernanceIIUpgradabilityTester__factory.abi = _abi;
|
|
98996
99800
|
|
|
98997
|
-
},{"ethers":153}],
|
|
99801
|
+
},{"ethers":153}],338:[function(require,module,exports){
|
|
98998
99802
|
"use strict";
|
|
98999
99803
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
99000
99804
|
exports.SuperfluidGovernanceIIUpgradabilityTester__factory = void 0;
|
|
@@ -99004,7 +99808,7 @@ exports.SuperfluidGovernanceIIUpgradabilityTester__factory = void 0;
|
|
|
99004
99808
|
var SuperfluidGovernanceIIUpgradabilityTester__factory_1 = require("./SuperfluidGovernanceIIUpgradabilityTester__factory");
|
|
99005
99809
|
Object.defineProperty(exports, "SuperfluidGovernanceIIUpgradabilityTester__factory", { enumerable: true, get: function () { return SuperfluidGovernanceIIUpgradabilityTester__factory_1.SuperfluidGovernanceIIUpgradabilityTester__factory; } });
|
|
99006
99810
|
|
|
99007
|
-
},{"./SuperfluidGovernanceIIUpgradabilityTester__factory":
|
|
99811
|
+
},{"./SuperfluidGovernanceIIUpgradabilityTester__factory":337}],339:[function(require,module,exports){
|
|
99008
99812
|
"use strict";
|
|
99009
99813
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
99010
99814
|
exports.SuperfluidMock__factory = void 0;
|
|
@@ -100494,7 +101298,7 @@ exports.SuperfluidMock__factory = SuperfluidMock__factory;
|
|
|
100494
101298
|
SuperfluidMock__factory.bytecode = _bytecode;
|
|
100495
101299
|
SuperfluidMock__factory.abi = _abi;
|
|
100496
101300
|
|
|
100497
|
-
},{"ethers":153}],
|
|
101301
|
+
},{"ethers":153}],340:[function(require,module,exports){
|
|
100498
101302
|
"use strict";
|
|
100499
101303
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
100500
101304
|
exports.SuperfluidUpgradabilityTester__factory = void 0;
|
|
@@ -101852,7 +102656,7 @@ exports.SuperfluidUpgradabilityTester__factory = SuperfluidUpgradabilityTester__
|
|
|
101852
102656
|
SuperfluidUpgradabilityTester__factory.bytecode = _bytecode;
|
|
101853
102657
|
SuperfluidUpgradabilityTester__factory.abi = _abi;
|
|
101854
102658
|
|
|
101855
|
-
},{"ethers":153}],
|
|
102659
|
+
},{"ethers":153}],341:[function(require,module,exports){
|
|
101856
102660
|
"use strict";
|
|
101857
102661
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
101858
102662
|
exports.SuperfluidUpgradabilityTester__factory = exports.SuperfluidMock__factory = void 0;
|
|
@@ -101864,7 +102668,7 @@ Object.defineProperty(exports, "SuperfluidMock__factory", { enumerable: true, ge
|
|
|
101864
102668
|
var SuperfluidUpgradabilityTester__factory_1 = require("./SuperfluidUpgradabilityTester__factory");
|
|
101865
102669
|
Object.defineProperty(exports, "SuperfluidUpgradabilityTester__factory", { enumerable: true, get: function () { return SuperfluidUpgradabilityTester__factory_1.SuperfluidUpgradabilityTester__factory; } });
|
|
101866
102670
|
|
|
101867
|
-
},{"./SuperfluidMock__factory":
|
|
102671
|
+
},{"./SuperfluidMock__factory":339,"./SuperfluidUpgradabilityTester__factory":340}],342:[function(require,module,exports){
|
|
101868
102672
|
"use strict";
|
|
101869
102673
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
101870
102674
|
exports.UUPSProxiableMock__factory = void 0;
|
|
@@ -102022,7 +102826,7 @@ exports.UUPSProxiableMock__factory = UUPSProxiableMock__factory;
|
|
|
102022
102826
|
UUPSProxiableMock__factory.bytecode = _bytecode;
|
|
102023
102827
|
UUPSProxiableMock__factory.abi = _abi;
|
|
102024
102828
|
|
|
102025
|
-
},{"ethers":153}],
|
|
102829
|
+
},{"ethers":153}],343:[function(require,module,exports){
|
|
102026
102830
|
"use strict";
|
|
102027
102831
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
102028
102832
|
if (k2 === undefined) k2 = k;
|
|
@@ -102048,7 +102852,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
102048
102852
|
return result;
|
|
102049
102853
|
};
|
|
102050
102854
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
102051
|
-
exports.UUPSProxiableMock__factory = exports.SuperfluidDestructorMock__factory = exports.StreamRedirector__factory = exports.MultiFlowTesterApp__factory = exports.MockSmartWallet__factory = exports.IDASuperAppTester__factory = exports.ForwarderMock__factory = exports.FakeSuperfluidMock__factory = exports.CallUtilsTester__factory = exports.CallUtilsMock__factory = exports.AgreementMock__factory = exports.superfluidMockSol = exports.superfluidGovernanceIiMockSol = exports.superTokenMockSol = exports.superTokenLibraryV1MockSol = exports.superTokenFactoryMockSol = exports.superAppMocksSol = exports.idAv1LibraryMockSol = exports.erc777SenderRecipientMockSol = exports.customSuperTokenMockSol = exports.cfaLibraryMockSol = exports.cfaAppMocksSol = void 0;
|
|
102855
|
+
exports.UUPSProxiableMock__factory = exports.SuperfluidDestructorMock__factory = exports.SuperAppBaseCFATester__factory = exports.StreamRedirector__factory = exports.MultiFlowTesterApp__factory = exports.MockSmartWallet__factory = exports.IDASuperAppTester__factory = exports.ForwarderMock__factory = exports.FakeSuperfluidMock__factory = exports.CallUtilsTester__factory = exports.CallUtilsMock__factory = exports.AgreementMock__factory = exports.superfluidMockSol = exports.superfluidGovernanceIiMockSol = exports.superTokenMockSol = exports.superTokenLibraryV1MockSol = exports.superTokenFactoryMockSol = exports.superAppMocksSol = exports.idAv1LibraryMockSol = exports.erc777SenderRecipientMockSol = exports.customSuperTokenMockSol = exports.cfaLibraryMockSol = exports.cfaAppMocksSol = void 0;
|
|
102052
102856
|
/* Autogenerated file. Do not edit manually. */
|
|
102053
102857
|
/* tslint:disable */
|
|
102054
102858
|
/* eslint-disable */
|
|
@@ -102081,12 +102885,14 @@ var MultiFlowTesterApp__factory_1 = require("./MultiFlowTesterApp__factory");
|
|
|
102081
102885
|
Object.defineProperty(exports, "MultiFlowTesterApp__factory", { enumerable: true, get: function () { return MultiFlowTesterApp__factory_1.MultiFlowTesterApp__factory; } });
|
|
102082
102886
|
var StreamRedirector__factory_1 = require("./StreamRedirector__factory");
|
|
102083
102887
|
Object.defineProperty(exports, "StreamRedirector__factory", { enumerable: true, get: function () { return StreamRedirector__factory_1.StreamRedirector__factory; } });
|
|
102888
|
+
var SuperAppBaseCFATester__factory_1 = require("./SuperAppBaseCFATester__factory");
|
|
102889
|
+
Object.defineProperty(exports, "SuperAppBaseCFATester__factory", { enumerable: true, get: function () { return SuperAppBaseCFATester__factory_1.SuperAppBaseCFATester__factory; } });
|
|
102084
102890
|
var SuperfluidDestructorMock__factory_1 = require("./SuperfluidDestructorMock__factory");
|
|
102085
102891
|
Object.defineProperty(exports, "SuperfluidDestructorMock__factory", { enumerable: true, get: function () { return SuperfluidDestructorMock__factory_1.SuperfluidDestructorMock__factory; } });
|
|
102086
102892
|
var UUPSProxiableMock__factory_1 = require("./UUPSProxiableMock__factory");
|
|
102087
102893
|
Object.defineProperty(exports, "UUPSProxiableMock__factory", { enumerable: true, get: function () { return UUPSProxiableMock__factory_1.UUPSProxiableMock__factory; } });
|
|
102088
102894
|
|
|
102089
|
-
},{"./AgreementMock__factory":
|
|
102895
|
+
},{"./AgreementMock__factory":284,"./CFAAppMocks.sol":290,"./CFALibraryMock.sol":293,"./CallUtilsMock__factory":294,"./CallUtilsTester__factory":295,"./CustomSuperTokenMock.sol":299,"./ERC777SenderRecipientMock.sol":303,"./FakeSuperfluidMock__factory":304,"./ForwarderMock__factory":305,"./IDASuperAppTester__factory":306,"./IDAv1LibraryMock.sol":309,"./MockSmartWallet__factory":310,"./MultiFlowTesterApp__factory":311,"./StreamRedirector__factory":312,"./SuperAppBaseCFATester__factory":313,"./SuperAppMocks.sol":322,"./SuperTokenFactoryMock.sol":327,"./SuperTokenLibraryV1Mock.sol":332,"./SuperTokenMock.sol":335,"./SuperfluidDestructorMock__factory":336,"./SuperfluidGovernanceIIMock.sol":338,"./SuperfluidMock.sol":341,"./UUPSProxiableMock__factory":342}],344:[function(require,module,exports){
|
|
102090
102896
|
"use strict";
|
|
102091
102897
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
102092
102898
|
exports.ConstantInflowNFT__factory = void 0;
|
|
@@ -102778,7 +103584,7 @@ exports.ConstantInflowNFT__factory = ConstantInflowNFT__factory;
|
|
|
102778
103584
|
ConstantInflowNFT__factory.bytecode = _bytecode;
|
|
102779
103585
|
ConstantInflowNFT__factory.abi = _abi;
|
|
102780
103586
|
|
|
102781
|
-
},{"ethers":153}],
|
|
103587
|
+
},{"ethers":153}],345:[function(require,module,exports){
|
|
102782
103588
|
"use strict";
|
|
102783
103589
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
102784
103590
|
exports.ConstantOutflowNFT__factory = void 0;
|
|
@@ -103513,7 +104319,7 @@ exports.ConstantOutflowNFT__factory = ConstantOutflowNFT__factory;
|
|
|
103513
104319
|
ConstantOutflowNFT__factory.bytecode = _bytecode;
|
|
103514
104320
|
ConstantOutflowNFT__factory.abi = _abi;
|
|
103515
104321
|
|
|
103516
|
-
},{"ethers":153}],
|
|
104322
|
+
},{"ethers":153}],346:[function(require,module,exports){
|
|
103517
104323
|
"use strict";
|
|
103518
104324
|
/* Autogenerated file. Do not edit manually. */
|
|
103519
104325
|
/* tslint:disable */
|
|
@@ -104135,7 +104941,7 @@ class FlowNFTBase__factory {
|
|
|
104135
104941
|
exports.FlowNFTBase__factory = FlowNFTBase__factory;
|
|
104136
104942
|
FlowNFTBase__factory.abi = _abi;
|
|
104137
104943
|
|
|
104138
|
-
},{"ethers":153}],
|
|
104944
|
+
},{"ethers":153}],347:[function(require,module,exports){
|
|
104139
104945
|
"use strict";
|
|
104140
104946
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
104141
104947
|
exports.FullUpgradableSuperTokenProxy__factory = void 0;
|
|
@@ -104199,7 +105005,7 @@ exports.FullUpgradableSuperTokenProxy__factory = FullUpgradableSuperTokenProxy__
|
|
|
104199
105005
|
FullUpgradableSuperTokenProxy__factory.bytecode = _bytecode;
|
|
104200
105006
|
FullUpgradableSuperTokenProxy__factory.abi = _abi;
|
|
104201
105007
|
|
|
104202
|
-
},{"ethers":153}],
|
|
105008
|
+
},{"ethers":153}],348:[function(require,module,exports){
|
|
104203
105009
|
"use strict";
|
|
104204
105010
|
/* Autogenerated file. Do not edit manually. */
|
|
104205
105011
|
/* tslint:disable */
|
|
@@ -104591,7 +105397,7 @@ class SuperTokenFactoryBase__factory {
|
|
|
104591
105397
|
exports.SuperTokenFactoryBase__factory = SuperTokenFactoryBase__factory;
|
|
104592
105398
|
SuperTokenFactoryBase__factory.abi = _abi;
|
|
104593
105399
|
|
|
104594
|
-
},{"ethers":153}],
|
|
105400
|
+
},{"ethers":153}],349:[function(require,module,exports){
|
|
104595
105401
|
"use strict";
|
|
104596
105402
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
104597
105403
|
exports.SuperTokenFactory__factory = void 0;
|
|
@@ -105022,7 +105828,7 @@ exports.SuperTokenFactory__factory = SuperTokenFactory__factory;
|
|
|
105022
105828
|
SuperTokenFactory__factory.bytecode = _bytecode;
|
|
105023
105829
|
SuperTokenFactory__factory.abi = _abi;
|
|
105024
105830
|
|
|
105025
|
-
},{"ethers":153}],
|
|
105831
|
+
},{"ethers":153}],350:[function(require,module,exports){
|
|
105026
105832
|
"use strict";
|
|
105027
105833
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
105028
105834
|
exports.SuperTokenFactoryBase__factory = exports.SuperTokenFactory__factory = void 0;
|
|
@@ -105034,7 +105840,7 @@ Object.defineProperty(exports, "SuperTokenFactory__factory", { enumerable: true,
|
|
|
105034
105840
|
var SuperTokenFactoryBase__factory_1 = require("./SuperTokenFactoryBase__factory");
|
|
105035
105841
|
Object.defineProperty(exports, "SuperTokenFactoryBase__factory", { enumerable: true, get: function () { return SuperTokenFactoryBase__factory_1.SuperTokenFactoryBase__factory; } });
|
|
105036
105842
|
|
|
105037
|
-
},{"./SuperTokenFactoryBase__factory":
|
|
105843
|
+
},{"./SuperTokenFactoryBase__factory":348,"./SuperTokenFactory__factory":349}],351:[function(require,module,exports){
|
|
105038
105844
|
"use strict";
|
|
105039
105845
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
105040
105846
|
exports.SuperToken__factory = void 0;
|
|
@@ -107067,7 +107873,7 @@ exports.SuperToken__factory = SuperToken__factory;
|
|
|
107067
107873
|
SuperToken__factory.bytecode = _bytecode;
|
|
107068
107874
|
SuperToken__factory.abi = _abi;
|
|
107069
107875
|
|
|
107070
|
-
},{"ethers":153}],
|
|
107876
|
+
},{"ethers":153}],352:[function(require,module,exports){
|
|
107071
107877
|
"use strict";
|
|
107072
107878
|
/* Autogenerated file. Do not edit manually. */
|
|
107073
107879
|
/* tslint:disable */
|
|
@@ -107759,7 +108565,7 @@ class SuperfluidToken__factory {
|
|
|
107759
108565
|
exports.SuperfluidToken__factory = SuperfluidToken__factory;
|
|
107760
108566
|
SuperfluidToken__factory.abi = _abi;
|
|
107761
108567
|
|
|
107762
|
-
},{"ethers":153}],
|
|
108568
|
+
},{"ethers":153}],353:[function(require,module,exports){
|
|
107763
108569
|
"use strict";
|
|
107764
108570
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
107765
108571
|
exports.Superfluid__factory = void 0;
|
|
@@ -109114,7 +109920,7 @@ exports.Superfluid__factory = Superfluid__factory;
|
|
|
109114
109920
|
Superfluid__factory.bytecode = _bytecode;
|
|
109115
109921
|
Superfluid__factory.abi = _abi;
|
|
109116
109922
|
|
|
109117
|
-
},{"ethers":153}],
|
|
109923
|
+
},{"ethers":153}],354:[function(require,module,exports){
|
|
109118
109924
|
"use strict";
|
|
109119
109925
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
109120
109926
|
if (k2 === undefined) k2 = k;
|
|
@@ -109160,7 +109966,7 @@ Object.defineProperty(exports, "Superfluid__factory", { enumerable: true, get: f
|
|
|
109160
109966
|
var SuperfluidToken__factory_1 = require("./SuperfluidToken__factory");
|
|
109161
109967
|
Object.defineProperty(exports, "SuperfluidToken__factory", { enumerable: true, get: function () { return SuperfluidToken__factory_1.SuperfluidToken__factory; } });
|
|
109162
109968
|
|
|
109163
|
-
},{"./ConstantInflowNFT__factory":
|
|
109969
|
+
},{"./ConstantInflowNFT__factory":344,"./ConstantOutflowNFT__factory":345,"./FlowNFTBase__factory":346,"./FullUpgradableSuperTokenProxy__factory":347,"./SuperTokenFactory.sol":350,"./SuperToken__factory":351,"./SuperfluidToken__factory":352,"./Superfluid__factory":353}],355:[function(require,module,exports){
|
|
109164
109970
|
"use strict";
|
|
109165
109971
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
109166
109972
|
exports.PureSuperToken__factory = void 0;
|
|
@@ -109248,7 +110054,7 @@ exports.PureSuperToken__factory = PureSuperToken__factory;
|
|
|
109248
110054
|
PureSuperToken__factory.bytecode = _bytecode;
|
|
109249
110055
|
PureSuperToken__factory.abi = _abi;
|
|
109250
110056
|
|
|
109251
|
-
},{"ethers":153}],
|
|
110057
|
+
},{"ethers":153}],356:[function(require,module,exports){
|
|
109252
110058
|
"use strict";
|
|
109253
110059
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
109254
110060
|
exports.SETHProxy__factory = void 0;
|
|
@@ -109384,7 +110190,7 @@ exports.SETHProxy__factory = SETHProxy__factory;
|
|
|
109384
110190
|
SETHProxy__factory.bytecode = _bytecode;
|
|
109385
110191
|
SETHProxy__factory.abi = _abi;
|
|
109386
110192
|
|
|
109387
|
-
},{"ethers":153}],
|
|
110193
|
+
},{"ethers":153}],357:[function(require,module,exports){
|
|
109388
110194
|
"use strict";
|
|
109389
110195
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
109390
110196
|
exports.SETHProxy__factory = void 0;
|
|
@@ -109394,7 +110200,7 @@ exports.SETHProxy__factory = void 0;
|
|
|
109394
110200
|
var SETHProxy__factory_1 = require("./SETHProxy__factory");
|
|
109395
110201
|
Object.defineProperty(exports, "SETHProxy__factory", { enumerable: true, get: function () { return SETHProxy__factory_1.SETHProxy__factory; } });
|
|
109396
110202
|
|
|
109397
|
-
},{"./SETHProxy__factory":
|
|
110203
|
+
},{"./SETHProxy__factory":356}],358:[function(require,module,exports){
|
|
109398
110204
|
"use strict";
|
|
109399
110205
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
109400
110206
|
if (k2 === undefined) k2 = k;
|
|
@@ -109428,7 +110234,7 @@ exports.sethSol = __importStar(require("./SETH.sol"));
|
|
|
109428
110234
|
var PureSuperToken__factory_1 = require("./PureSuperToken__factory");
|
|
109429
110235
|
Object.defineProperty(exports, "PureSuperToken__factory", { enumerable: true, get: function () { return PureSuperToken__factory_1.PureSuperToken__factory; } });
|
|
109430
110236
|
|
|
109431
|
-
},{"./PureSuperToken__factory":
|
|
110237
|
+
},{"./PureSuperToken__factory":355,"./SETH.sol":357}],359:[function(require,module,exports){
|
|
109432
110238
|
"use strict";
|
|
109433
110239
|
/* Autogenerated file. Do not edit manually. */
|
|
109434
110240
|
/* tslint:disable */
|
|
@@ -109527,7 +110333,7 @@ class UUPSProxiable__factory {
|
|
|
109527
110333
|
exports.UUPSProxiable__factory = UUPSProxiable__factory;
|
|
109528
110334
|
UUPSProxiable__factory.abi = _abi;
|
|
109529
110335
|
|
|
109530
|
-
},{"ethers":153}],
|
|
110336
|
+
},{"ethers":153}],360:[function(require,module,exports){
|
|
109531
110337
|
"use strict";
|
|
109532
110338
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
109533
110339
|
exports.UUPSProxy__factory = void 0;
|
|
@@ -109592,7 +110398,7 @@ exports.UUPSProxy__factory = UUPSProxy__factory;
|
|
|
109592
110398
|
UUPSProxy__factory.bytecode = _bytecode;
|
|
109593
110399
|
UUPSProxy__factory.abi = _abi;
|
|
109594
110400
|
|
|
109595
|
-
},{"ethers":153}],
|
|
110401
|
+
},{"ethers":153}],361:[function(require,module,exports){
|
|
109596
110402
|
"use strict";
|
|
109597
110403
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
109598
110404
|
exports.UUPSProxy__factory = exports.UUPSProxiable__factory = void 0;
|
|
@@ -109604,7 +110410,7 @@ Object.defineProperty(exports, "UUPSProxiable__factory", { enumerable: true, get
|
|
|
109604
110410
|
var UUPSProxy__factory_1 = require("./UUPSProxy__factory");
|
|
109605
110411
|
Object.defineProperty(exports, "UUPSProxy__factory", { enumerable: true, get: function () { return UUPSProxy__factory_1.UUPSProxy__factory; } });
|
|
109606
110412
|
|
|
109607
|
-
},{"./UUPSProxiable__factory":
|
|
110413
|
+
},{"./UUPSProxiable__factory":359,"./UUPSProxy__factory":360}],362:[function(require,module,exports){
|
|
109608
110414
|
"use strict";
|
|
109609
110415
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
109610
110416
|
exports.BatchLiquidator__factory = void 0;
|
|
@@ -109741,7 +110547,7 @@ exports.BatchLiquidator__factory = BatchLiquidator__factory;
|
|
|
109741
110547
|
BatchLiquidator__factory.bytecode = _bytecode;
|
|
109742
110548
|
BatchLiquidator__factory.abi = _abi;
|
|
109743
110549
|
|
|
109744
|
-
},{"ethers":153}],
|
|
110550
|
+
},{"ethers":153}],363:[function(require,module,exports){
|
|
109745
110551
|
"use strict";
|
|
109746
110552
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
109747
110553
|
exports.CFAv1Forwarder__factory = void 0;
|
|
@@ -110252,7 +111058,7 @@ exports.CFAv1Forwarder__factory = CFAv1Forwarder__factory;
|
|
|
110252
111058
|
CFAv1Forwarder__factory.bytecode = _bytecode;
|
|
110253
111059
|
CFAv1Forwarder__factory.abi = _abi;
|
|
110254
111060
|
|
|
110255
|
-
},{"ethers":153}],
|
|
111061
|
+
},{"ethers":153}],364:[function(require,module,exports){
|
|
110256
111062
|
"use strict";
|
|
110257
111063
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
110258
111064
|
exports.Resolver__factory = void 0;
|
|
@@ -110604,7 +111410,7 @@ exports.Resolver__factory = Resolver__factory;
|
|
|
110604
111410
|
Resolver__factory.bytecode = _bytecode;
|
|
110605
111411
|
Resolver__factory.abi = _abi;
|
|
110606
111412
|
|
|
110607
|
-
},{"ethers":153}],
|
|
111413
|
+
},{"ethers":153}],365:[function(require,module,exports){
|
|
110608
111414
|
"use strict";
|
|
110609
111415
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
110610
111416
|
exports.SuperTokenDeployer__factory = void 0;
|
|
@@ -110795,7 +111601,7 @@ exports.SuperTokenDeployer__factory = SuperTokenDeployer__factory;
|
|
|
110795
111601
|
SuperTokenDeployer__factory.bytecode = _bytecode;
|
|
110796
111602
|
SuperTokenDeployer__factory.abi = _abi;
|
|
110797
111603
|
|
|
110798
|
-
},{"ethers":153}],
|
|
111604
|
+
},{"ethers":153}],366:[function(require,module,exports){
|
|
110799
111605
|
"use strict";
|
|
110800
111606
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
110801
111607
|
exports.SuperUpgrader__factory = void 0;
|
|
@@ -111236,7 +112042,7 @@ exports.SuperUpgrader__factory = SuperUpgrader__factory;
|
|
|
111236
112042
|
SuperUpgrader__factory.bytecode = _bytecode;
|
|
111237
112043
|
SuperUpgrader__factory.abi = _abi;
|
|
111238
112044
|
|
|
111239
|
-
},{"ethers":153}],
|
|
112045
|
+
},{"ethers":153}],367:[function(require,module,exports){
|
|
111240
112046
|
"use strict";
|
|
111241
112047
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
111242
112048
|
exports.SuperfluidFrameworkDeployer__factory = void 0;
|
|
@@ -111427,7 +112233,7 @@ exports.SuperfluidFrameworkDeployer__factory = SuperfluidFrameworkDeployer__fact
|
|
|
111427
112233
|
SuperfluidFrameworkDeployer__factory.bytecode = _bytecode;
|
|
111428
112234
|
SuperfluidFrameworkDeployer__factory.abi = _abi;
|
|
111429
112235
|
|
|
111430
|
-
},{"ethers":153}],
|
|
112236
|
+
},{"ethers":153}],368:[function(require,module,exports){
|
|
111431
112237
|
"use strict";
|
|
111432
112238
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
111433
112239
|
exports.SuperfluidLoader__factory = void 0;
|
|
@@ -111523,7 +112329,7 @@ exports.SuperfluidLoader__factory = SuperfluidLoader__factory;
|
|
|
111523
112329
|
SuperfluidLoader__factory.bytecode = _bytecode;
|
|
111524
112330
|
SuperfluidLoader__factory.abi = _abi;
|
|
111525
112331
|
|
|
111526
|
-
},{"ethers":153}],
|
|
112332
|
+
},{"ethers":153}],369:[function(require,module,exports){
|
|
111527
112333
|
"use strict";
|
|
111528
112334
|
/* Autogenerated file. Do not edit manually. */
|
|
111529
112335
|
/* tslint:disable */
|
|
@@ -111708,7 +112514,7 @@ class ITOGAv1__factory {
|
|
|
111708
112514
|
exports.ITOGAv1__factory = ITOGAv1__factory;
|
|
111709
112515
|
ITOGAv1__factory.abi = _abi;
|
|
111710
112516
|
|
|
111711
|
-
},{"ethers":153}],
|
|
112517
|
+
},{"ethers":153}],370:[function(require,module,exports){
|
|
111712
112518
|
"use strict";
|
|
111713
112519
|
/* Autogenerated file. Do not edit manually. */
|
|
111714
112520
|
/* tslint:disable */
|
|
@@ -111925,7 +112731,7 @@ class ITOGAv2__factory {
|
|
|
111925
112731
|
exports.ITOGAv2__factory = ITOGAv2__factory;
|
|
111926
112732
|
ITOGAv2__factory.abi = _abi;
|
|
111927
112733
|
|
|
111928
|
-
},{"ethers":153}],
|
|
112734
|
+
},{"ethers":153}],371:[function(require,module,exports){
|
|
111929
112735
|
"use strict";
|
|
111930
112736
|
/* Autogenerated file. Do not edit manually. */
|
|
111931
112737
|
/* tslint:disable */
|
|
@@ -112129,7 +112935,7 @@ class ITOGAv3__factory {
|
|
|
112129
112935
|
exports.ITOGAv3__factory = ITOGAv3__factory;
|
|
112130
112936
|
ITOGAv3__factory.abi = _abi;
|
|
112131
112937
|
|
|
112132
|
-
},{"ethers":153}],
|
|
112938
|
+
},{"ethers":153}],372:[function(require,module,exports){
|
|
112133
112939
|
"use strict";
|
|
112134
112940
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
112135
112941
|
exports.TOGA__factory = void 0;
|
|
@@ -112423,7 +113229,7 @@ exports.TOGA__factory = TOGA__factory;
|
|
|
112423
113229
|
TOGA__factory.bytecode = _bytecode;
|
|
112424
113230
|
TOGA__factory.abi = _abi;
|
|
112425
113231
|
|
|
112426
|
-
},{"ethers":153}],
|
|
113232
|
+
},{"ethers":153}],373:[function(require,module,exports){
|
|
112427
113233
|
"use strict";
|
|
112428
113234
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
112429
113235
|
exports.TOGA__factory = exports.ITOGAv3__factory = exports.ITOGAv2__factory = exports.ITOGAv1__factory = void 0;
|
|
@@ -112439,7 +113245,7 @@ Object.defineProperty(exports, "ITOGAv3__factory", { enumerable: true, get: func
|
|
|
112439
113245
|
var TOGA__factory_1 = require("./TOGA__factory");
|
|
112440
113246
|
Object.defineProperty(exports, "TOGA__factory", { enumerable: true, get: function () { return TOGA__factory_1.TOGA__factory; } });
|
|
112441
113247
|
|
|
112442
|
-
},{"./ITOGAv1__factory":
|
|
113248
|
+
},{"./ITOGAv1__factory":369,"./ITOGAv2__factory":370,"./ITOGAv3__factory":371,"./TOGA__factory":372}],374:[function(require,module,exports){
|
|
112443
113249
|
"use strict";
|
|
112444
113250
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
112445
113251
|
exports.TestGovernance__factory = void 0;
|
|
@@ -113510,7 +114316,7 @@ exports.TestGovernance__factory = TestGovernance__factory;
|
|
|
113510
114316
|
TestGovernance__factory.bytecode = _bytecode;
|
|
113511
114317
|
TestGovernance__factory.abi = _abi;
|
|
113512
114318
|
|
|
113513
|
-
},{"ethers":153}],
|
|
114319
|
+
},{"ethers":153}],375:[function(require,module,exports){
|
|
113514
114320
|
"use strict";
|
|
113515
114321
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
113516
114322
|
exports.TestResolver__factory = void 0;
|
|
@@ -113881,7 +114687,7 @@ exports.TestResolver__factory = TestResolver__factory;
|
|
|
113881
114687
|
TestResolver__factory.bytecode = _bytecode;
|
|
113882
114688
|
TestResolver__factory.abi = _abi;
|
|
113883
114689
|
|
|
113884
|
-
},{"ethers":153}],
|
|
114690
|
+
},{"ethers":153}],376:[function(require,module,exports){
|
|
113885
114691
|
"use strict";
|
|
113886
114692
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
113887
114693
|
exports.TestToken__factory = void 0;
|
|
@@ -114245,7 +115051,7 @@ exports.TestToken__factory = TestToken__factory;
|
|
|
114245
115051
|
TestToken__factory.bytecode = _bytecode;
|
|
114246
115052
|
TestToken__factory.abi = _abi;
|
|
114247
115053
|
|
|
114248
|
-
},{"ethers":153}],
|
|
115054
|
+
},{"ethers":153}],377:[function(require,module,exports){
|
|
114249
115055
|
"use strict";
|
|
114250
115056
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
114251
115057
|
if (k2 === undefined) k2 = k;
|
|
@@ -114297,7 +115103,7 @@ Object.defineProperty(exports, "TestResolver__factory", { enumerable: true, get:
|
|
|
114297
115103
|
var TestToken__factory_1 = require("./TestToken__factory");
|
|
114298
115104
|
Object.defineProperty(exports, "TestToken__factory", { enumerable: true, get: function () { return TestToken__factory_1.TestToken__factory; } });
|
|
114299
115105
|
|
|
114300
|
-
},{"./BatchLiquidator__factory":
|
|
115106
|
+
},{"./BatchLiquidator__factory":362,"./CFAv1Forwarder__factory":363,"./Resolver__factory":364,"./SuperTokenDeployer__factory":365,"./SuperUpgrader__factory":366,"./SuperfluidFrameworkDeployer__factory":367,"./SuperfluidLoader__factory":368,"./TOGA.sol":373,"./TestGovernance__factory":374,"./TestResolver__factory":375,"./TestToken__factory":376}],378:[function(require,module,exports){
|
|
114301
115107
|
"use strict";
|
|
114302
115108
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
114303
115109
|
if (k2 === undefined) k2 = k;
|
|
@@ -114330,7 +115136,7 @@ exports.contracts = exports.openzeppelin = void 0;
|
|
|
114330
115136
|
exports.openzeppelin = __importStar(require("./@openzeppelin"));
|
|
114331
115137
|
exports.contracts = __importStar(require("./contracts"));
|
|
114332
115138
|
|
|
114333
|
-
},{"./@openzeppelin":236,"./contracts":
|
|
115139
|
+
},{"./@openzeppelin":236,"./contracts":249}],379:[function(require,module,exports){
|
|
114334
115140
|
"use strict";
|
|
114335
115141
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
114336
115142
|
if (k2 === undefined) k2 = k;
|
|
@@ -114356,9 +115162,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
114356
115162
|
return result;
|
|
114357
115163
|
};
|
|
114358
115164
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
114359
|
-
exports.
|
|
114360
|
-
exports.
|
|
114361
|
-
exports.TOGA__factory = exports.ITOGAv3__factory = exports.ITOGAv2__factory = exports.ITOGAv1__factory = exports.TestToken__factory = exports.TestResolver__factory = exports.TestGovernance__factory = exports.SuperUpgrader__factory = exports.SuperTokenDeployer__factory = exports.SuperfluidLoader__factory = exports.SuperfluidFrameworkDeployer__factory = exports.Resolver__factory = exports.CFAv1Forwarder__factory = exports.BatchLiquidator__factory = exports.UUPSProxy__factory = exports.UUPSProxiable__factory = exports.SETHProxy__factory = exports.PureSuperToken__factory = exports.SuperTokenFactoryBase__factory = exports.SuperTokenFactory__factory = exports.SuperToken__factory = exports.SuperfluidToken__factory = exports.Superfluid__factory = exports.FullUpgradableSuperTokenProxy__factory = exports.FlowNFTBase__factory = exports.ConstantOutflowNFT__factory = exports.ConstantInflowNFT__factory = exports.UUPSProxiableMock__factory = exports.SuperTokenStorageLayoutTester__factory = void 0;
|
|
115165
|
+
exports.IMultiSigWallet__factory = exports.TokenInfo__factory = exports.ISETHCustom__factory = exports.ISETH__factory = exports.IPureSuperTokenCustom__factory = exports.IPureSuperToken__factory = exports.ERC20WithTokenInfo__factory = exports.ISuperTokenFactory__factory = exports.ISuperToken__factory = exports.ISuperfluidToken__factory = exports.ISuperfluidGovernance__factory = exports.ISuperfluid__factory = exports.ISuperApp__factory = exports.ISuperAgreement__factory = exports.IFlowNFTBase__factory = exports.IConstantOutflowNFT__factory = exports.IConstantInflowNFT__factory = exports.IInstantDistributionAgreementV1__factory = exports.IConstantFlowAgreementV1__factory = exports.IConstantFlowAgreementHook__factory = exports.SuperfluidGovernanceIIProxy__factory = exports.SuperfluidGovernanceII__factory = exports.SuperfluidGovernanceBase__factory = exports.SuperAppBaseCFA__factory = exports.SuperAppBase__factory = exports.InstantDistributionAgreementV1__factory = exports.ConstantFlowAgreementV1__factory = exports.AgreementBase__factory = exports.IERC1820Registry__factory = exports.IERC1820Implementer__factory = exports.IERC165__factory = exports.ERC1820Implementer__factory = exports.ERC165__factory = exports.IERC777Sender__factory = exports.IERC777Recipient__factory = exports.IERC777__factory = exports.IERC721__factory = exports.IERC721Metadata__factory = exports.IERC20__factory = exports.IERC20Metadata__factory = exports.IERC20Permit__factory = exports.ERC20__factory = exports.Initializable__factory = exports.Proxy__factory = exports.Ownable__factory = exports.IAccessControlEnumerable__factory = exports.IAccessControl__factory = exports.AccessControlEnumerable__factory = exports.AccessControl__factory = exports.factories = void 0;
|
|
115166
|
+
exports.SuperTokenLibraryIDAMock__factory = exports.SuperTokenLibraryCFASuperAppMock__factory = exports.SuperTokenLibraryCFAMock__factory = exports.SuperTokenFactoryUpdateLogicContractsTester__factory = exports.SuperTokenFactoryStorageLayoutTester__factory = exports.SuperTokenFactoryMock42__factory = exports.SuperTokenFactoryMock__factory = exports.SuperfluidUpgradabilityTester__factory = exports.SuperfluidMock__factory = exports.SuperfluidGovernanceIIUpgradabilityTester__factory = exports.SuperfluidDestructorMock__factory = exports.SuperAppMockWithRegistrationKey__factory = exports.SuperAppMockUsingDeprecatedRegisterApp__factory = exports.SuperAppMockReturningInvalidCtx__factory = exports.SuperAppMockReturningEmptyCtx__factory = exports.SuperAppMockAux__factory = exports.SuperAppMock2ndLevel__factory = exports.SuperAppMock__factory = exports.SuperAppFactoryMock__factory = exports.SuperAppBaseCFATester__factory = exports.StreamRedirector__factory = exports.MultiFlowTesterApp__factory = exports.MockSmartWallet__factory = exports.IDAv1LibrarySuperAppMock__factory = exports.IDAv1LibraryMock__factory = exports.IDASuperAppTester__factory = exports.ForwarderMock__factory = exports.FakeSuperfluidMock__factory = exports.ERC777SenderRecipientMock__factory = exports.ERC777RecipientReverting__factory = exports.ERC777RecipientDrainingGas__factory = exports.CustomSuperTokenProxyMock__factory = exports.CustomSuperTokenMock__factory = exports.CustomSuperTokenBaseMock__factory = exports.CFALibrarySuperAppMock__factory = exports.CFALibraryMock__factory = exports.SelfDeletingFlowTestApp__factory = exports.NonClosableOutflowTestApp__factory = exports.FlowExchangeTestApp__factory = exports.ExclusiveInflowTestApp__factory = exports.ClosingOnUpdateFlowTestApp__factory = exports.CallUtilsTester__factory = exports.CallUtilsMock__factory = exports.AgreementMock__factory = exports.SlotsBitmapLibrary__factory = exports.SafeGasLibrary__factory = exports.EventsEmitter__factory = exports.BaseRelayRecipient__factory = exports.IResolver__factory = exports.IRelayRecipient__factory = void 0;
|
|
115167
|
+
exports.TOGA__factory = exports.ITOGAv3__factory = exports.ITOGAv2__factory = exports.ITOGAv1__factory = exports.TestToken__factory = exports.TestResolver__factory = exports.TestGovernance__factory = exports.SuperUpgrader__factory = exports.SuperTokenDeployer__factory = exports.SuperfluidLoader__factory = exports.SuperfluidFrameworkDeployer__factory = exports.Resolver__factory = exports.CFAv1Forwarder__factory = exports.BatchLiquidator__factory = exports.UUPSProxy__factory = exports.UUPSProxiable__factory = exports.SETHProxy__factory = exports.PureSuperToken__factory = exports.SuperTokenFactoryBase__factory = exports.SuperTokenFactory__factory = exports.SuperToken__factory = exports.SuperfluidToken__factory = exports.Superfluid__factory = exports.FullUpgradableSuperTokenProxy__factory = exports.FlowNFTBase__factory = exports.ConstantOutflowNFT__factory = exports.ConstantInflowNFT__factory = exports.UUPSProxiableMock__factory = exports.SuperTokenStorageLayoutTester__factory = exports.SuperTokenMock__factory = exports.SuperTokenLibraryIDASuperAppMock__factory = void 0;
|
|
114362
115168
|
exports.factories = __importStar(require("./factories"));
|
|
114363
115169
|
var AccessControl__factory_1 = require("./factories/@openzeppelin/contracts/access/AccessControl__factory");
|
|
114364
115170
|
Object.defineProperty(exports, "AccessControl__factory", { enumerable: true, get: function () { return AccessControl__factory_1.AccessControl__factory; } });
|
|
@@ -114410,6 +115216,8 @@ var InstantDistributionAgreementV1__factory_1 = require("./factories/contracts/a
|
|
|
114410
115216
|
Object.defineProperty(exports, "InstantDistributionAgreementV1__factory", { enumerable: true, get: function () { return InstantDistributionAgreementV1__factory_1.InstantDistributionAgreementV1__factory; } });
|
|
114411
115217
|
var SuperAppBase__factory_1 = require("./factories/contracts/apps/SuperAppBase__factory");
|
|
114412
115218
|
Object.defineProperty(exports, "SuperAppBase__factory", { enumerable: true, get: function () { return SuperAppBase__factory_1.SuperAppBase__factory; } });
|
|
115219
|
+
var SuperAppBaseCFA__factory_1 = require("./factories/contracts/apps/SuperAppBaseCFA__factory");
|
|
115220
|
+
Object.defineProperty(exports, "SuperAppBaseCFA__factory", { enumerable: true, get: function () { return SuperAppBaseCFA__factory_1.SuperAppBaseCFA__factory; } });
|
|
114413
115221
|
var SuperfluidGovernanceBase__factory_1 = require("./factories/contracts/gov/SuperfluidGovernanceBase__factory");
|
|
114414
115222
|
Object.defineProperty(exports, "SuperfluidGovernanceBase__factory", { enumerable: true, get: function () { return SuperfluidGovernanceBase__factory_1.SuperfluidGovernanceBase__factory; } });
|
|
114415
115223
|
var SuperfluidGovernanceII__factory_1 = require("./factories/contracts/gov/SuperfluidGovernanceII.sol/SuperfluidGovernanceII__factory");
|
|
@@ -114516,6 +115324,8 @@ var MultiFlowTesterApp__factory_1 = require("./factories/contracts/mocks/MultiFl
|
|
|
114516
115324
|
Object.defineProperty(exports, "MultiFlowTesterApp__factory", { enumerable: true, get: function () { return MultiFlowTesterApp__factory_1.MultiFlowTesterApp__factory; } });
|
|
114517
115325
|
var StreamRedirector__factory_1 = require("./factories/contracts/mocks/StreamRedirector__factory");
|
|
114518
115326
|
Object.defineProperty(exports, "StreamRedirector__factory", { enumerable: true, get: function () { return StreamRedirector__factory_1.StreamRedirector__factory; } });
|
|
115327
|
+
var SuperAppBaseCFATester__factory_1 = require("./factories/contracts/mocks/SuperAppBaseCFATester__factory");
|
|
115328
|
+
Object.defineProperty(exports, "SuperAppBaseCFATester__factory", { enumerable: true, get: function () { return SuperAppBaseCFATester__factory_1.SuperAppBaseCFATester__factory; } });
|
|
114519
115329
|
var SuperAppFactoryMock__factory_1 = require("./factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory");
|
|
114520
115330
|
Object.defineProperty(exports, "SuperAppFactoryMock__factory", { enumerable: true, get: function () { return SuperAppFactoryMock__factory_1.SuperAppFactoryMock__factory; } });
|
|
114521
115331
|
var SuperAppMock__factory_1 = require("./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory");
|
|
@@ -114617,11 +115427,11 @@ Object.defineProperty(exports, "ITOGAv3__factory", { enumerable: true, get: func
|
|
|
114617
115427
|
var TOGA__factory_1 = require("./factories/contracts/utils/TOGA.sol/TOGA__factory");
|
|
114618
115428
|
Object.defineProperty(exports, "TOGA__factory", { enumerable: true, get: function () { return TOGA__factory_1.TOGA__factory; } });
|
|
114619
115429
|
|
|
114620
|
-
},{"./factories":
|
|
115430
|
+
},{"./factories":378,"./factories/@openzeppelin/contracts/access/AccessControlEnumerable__factory":202,"./factories/@openzeppelin/contracts/access/AccessControl__factory":203,"./factories/@openzeppelin/contracts/access/IAccessControlEnumerable__factory":204,"./factories/@openzeppelin/contracts/access/IAccessControl__factory":205,"./factories/@openzeppelin/contracts/access/Ownable__factory":206,"./factories/@openzeppelin/contracts/proxy/Proxy__factory":209,"./factories/@openzeppelin/contracts/proxy/utils/Initializable__factory":211,"./factories/@openzeppelin/contracts/token/ERC20/ERC20__factory":213,"./factories/@openzeppelin/contracts/token/ERC20/IERC20__factory":214,"./factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory":215,"./factories/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit__factory":216,"./factories/@openzeppelin/contracts/token/ERC721/IERC721__factory":220,"./factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory":221,"./factories/@openzeppelin/contracts/token/ERC777/IERC777Recipient__factory":224,"./factories/@openzeppelin/contracts/token/ERC777/IERC777Sender__factory":225,"./factories/@openzeppelin/contracts/token/ERC777/IERC777__factory":226,"./factories/@openzeppelin/contracts/utils/introspection/ERC165__factory":230,"./factories/@openzeppelin/contracts/utils/introspection/ERC1820Implementer__factory":231,"./factories/@openzeppelin/contracts/utils/introspection/IERC165__factory":232,"./factories/@openzeppelin/contracts/utils/introspection/IERC1820Implementer__factory":233,"./factories/@openzeppelin/contracts/utils/introspection/IERC1820Registry__factory":234,"./factories/contracts/agreements/AgreementBase__factory":237,"./factories/contracts/agreements/ConstantFlowAgreementV1__factory":238,"./factories/contracts/agreements/InstantDistributionAgreementV1__factory":239,"./factories/contracts/apps/SuperAppBaseCFA__factory":241,"./factories/contracts/apps/SuperAppBase__factory":242,"./factories/contracts/gov/SuperfluidGovernanceBase__factory":244,"./factories/contracts/gov/SuperfluidGovernanceII.sol/SuperfluidGovernanceIIProxy__factory":245,"./factories/contracts/gov/SuperfluidGovernanceII.sol/SuperfluidGovernanceII__factory":246,"./factories/contracts/interfaces/agreements/IConstantFlowAgreementHook__factory":250,"./factories/contracts/interfaces/agreements/IConstantFlowAgreementV1__factory":251,"./factories/contracts/interfaces/agreements/IInstantDistributionAgreementV1__factory":252,"./factories/contracts/interfaces/superfluid/IConstantInflowNFT__factory":255,"./factories/contracts/interfaces/superfluid/IConstantOutflowNFT__factory":256,"./factories/contracts/interfaces/superfluid/IFlowNFTBase__factory":257,"./factories/contracts/interfaces/superfluid/ISuperAgreement__factory":258,"./factories/contracts/interfaces/superfluid/ISuperApp__factory":259,"./factories/contracts/interfaces/superfluid/ISuperTokenFactory__factory":260,"./factories/contracts/interfaces/superfluid/ISuperToken__factory":261,"./factories/contracts/interfaces/superfluid/ISuperfluidGovernance__factory":262,"./factories/contracts/interfaces/superfluid/ISuperfluidToken__factory":263,"./factories/contracts/interfaces/superfluid/ISuperfluid__factory":264,"./factories/contracts/interfaces/tokens/ERC20WithTokenInfo__factory":266,"./factories/contracts/interfaces/tokens/IPureSuperToken.sol/IPureSuperTokenCustom__factory":267,"./factories/contracts/interfaces/tokens/IPureSuperToken.sol/IPureSuperToken__factory":268,"./factories/contracts/interfaces/tokens/ISETH.sol/ISETHCustom__factory":270,"./factories/contracts/interfaces/tokens/ISETH.sol/ISETH__factory":271,"./factories/contracts/interfaces/tokens/TokenInfo__factory":273,"./factories/contracts/interfaces/utils/IMultiSigWallet__factory":275,"./factories/contracts/interfaces/utils/IRelayRecipient__factory":276,"./factories/contracts/interfaces/utils/IResolver__factory":277,"./factories/contracts/libs/BaseRelayRecipient__factory":279,"./factories/contracts/libs/EventsEmitter__factory":280,"./factories/contracts/libs/SafeGasLibrary__factory":281,"./factories/contracts/libs/SlotsBitmapLibrary__factory":282,"./factories/contracts/mocks/AgreementMock__factory":284,"./factories/contracts/mocks/CFAAppMocks.sol/ClosingOnUpdateFlowTestApp__factory":285,"./factories/contracts/mocks/CFAAppMocks.sol/ExclusiveInflowTestApp__factory":286,"./factories/contracts/mocks/CFAAppMocks.sol/FlowExchangeTestApp__factory":287,"./factories/contracts/mocks/CFAAppMocks.sol/NonClosableOutflowTestApp__factory":288,"./factories/contracts/mocks/CFAAppMocks.sol/SelfDeletingFlowTestApp__factory":289,"./factories/contracts/mocks/CFALibraryMock.sol/CFALibraryMock__factory":291,"./factories/contracts/mocks/CFALibraryMock.sol/CFALibrarySuperAppMock__factory":292,"./factories/contracts/mocks/CallUtilsMock__factory":294,"./factories/contracts/mocks/CallUtilsTester__factory":295,"./factories/contracts/mocks/CustomSuperTokenMock.sol/CustomSuperTokenBaseMock__factory":296,"./factories/contracts/mocks/CustomSuperTokenMock.sol/CustomSuperTokenMock__factory":297,"./factories/contracts/mocks/CustomSuperTokenMock.sol/CustomSuperTokenProxyMock__factory":298,"./factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777RecipientDrainingGas__factory":300,"./factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777RecipientReverting__factory":301,"./factories/contracts/mocks/ERC777SenderRecipientMock.sol/ERC777SenderRecipientMock__factory":302,"./factories/contracts/mocks/FakeSuperfluidMock__factory":304,"./factories/contracts/mocks/ForwarderMock__factory":305,"./factories/contracts/mocks/IDASuperAppTester__factory":306,"./factories/contracts/mocks/IDAv1LibraryMock.sol/IDAv1LibraryMock__factory":307,"./factories/contracts/mocks/IDAv1LibraryMock.sol/IDAv1LibrarySuperAppMock__factory":308,"./factories/contracts/mocks/MockSmartWallet__factory":310,"./factories/contracts/mocks/MultiFlowTesterApp__factory":311,"./factories/contracts/mocks/StreamRedirector__factory":312,"./factories/contracts/mocks/SuperAppBaseCFATester__factory":313,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory":314,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory":315,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory":316,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory":317,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory":318,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory":319,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory":320,"./factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory":321,"./factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryMock42__factory":323,"./factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryMock__factory":324,"./factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryStorageLayoutTester__factory":325,"./factories/contracts/mocks/SuperTokenFactoryMock.sol/SuperTokenFactoryUpdateLogicContractsTester__factory":326,"./factories/contracts/mocks/SuperTokenLibraryV1Mock.sol/SuperTokenLibraryCFAMock__factory":328,"./factories/contracts/mocks/SuperTokenLibraryV1Mock.sol/SuperTokenLibraryCFASuperAppMock__factory":329,"./factories/contracts/mocks/SuperTokenLibraryV1Mock.sol/SuperTokenLibraryIDAMock__factory":330,"./factories/contracts/mocks/SuperTokenLibraryV1Mock.sol/SuperTokenLibraryIDASuperAppMock__factory":331,"./factories/contracts/mocks/SuperTokenMock.sol/SuperTokenMock__factory":333,"./factories/contracts/mocks/SuperTokenMock.sol/SuperTokenStorageLayoutTester__factory":334,"./factories/contracts/mocks/SuperfluidDestructorMock__factory":336,"./factories/contracts/mocks/SuperfluidGovernanceIIMock.sol/SuperfluidGovernanceIIUpgradabilityTester__factory":337,"./factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory":339,"./factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory":340,"./factories/contracts/mocks/UUPSProxiableMock__factory":342,"./factories/contracts/superfluid/ConstantInflowNFT__factory":344,"./factories/contracts/superfluid/ConstantOutflowNFT__factory":345,"./factories/contracts/superfluid/FlowNFTBase__factory":346,"./factories/contracts/superfluid/FullUpgradableSuperTokenProxy__factory":347,"./factories/contracts/superfluid/SuperTokenFactory.sol/SuperTokenFactoryBase__factory":348,"./factories/contracts/superfluid/SuperTokenFactory.sol/SuperTokenFactory__factory":349,"./factories/contracts/superfluid/SuperToken__factory":351,"./factories/contracts/superfluid/SuperfluidToken__factory":352,"./factories/contracts/superfluid/Superfluid__factory":353,"./factories/contracts/tokens/PureSuperToken__factory":355,"./factories/contracts/tokens/SETH.sol/SETHProxy__factory":356,"./factories/contracts/upgradability/UUPSProxiable__factory":359,"./factories/contracts/upgradability/UUPSProxy__factory":360,"./factories/contracts/utils/BatchLiquidator__factory":362,"./factories/contracts/utils/CFAv1Forwarder__factory":363,"./factories/contracts/utils/Resolver__factory":364,"./factories/contracts/utils/SuperTokenDeployer__factory":365,"./factories/contracts/utils/SuperUpgrader__factory":366,"./factories/contracts/utils/SuperfluidFrameworkDeployer__factory":367,"./factories/contracts/utils/SuperfluidLoader__factory":368,"./factories/contracts/utils/TOGA.sol/ITOGAv1__factory":369,"./factories/contracts/utils/TOGA.sol/ITOGAv2__factory":370,"./factories/contracts/utils/TOGA.sol/ITOGAv3__factory":371,"./factories/contracts/utils/TOGA.sol/TOGA__factory":372,"./factories/contracts/utils/TestGovernance__factory":374,"./factories/contracts/utils/TestResolver__factory":375,"./factories/contracts/utils/TestToken__factory":376}],380:[function(require,module,exports){
|
|
114621
115431
|
/* eslint-env browser */
|
|
114622
115432
|
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|
|
114623
115433
|
|
|
114624
|
-
},{}],
|
|
115434
|
+
},{}],381:[function(require,module,exports){
|
|
114625
115435
|
"use strict";
|
|
114626
115436
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
114627
115437
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -114677,7 +115487,7 @@ function createRequestBody(query, variables, operationName, jsonSerializer) {
|
|
|
114677
115487
|
}
|
|
114678
115488
|
exports.default = createRequestBody;
|
|
114679
115489
|
|
|
114680
|
-
},{"./defaultJsonSerializer":
|
|
115490
|
+
},{"./defaultJsonSerializer":382,"extract-files":157,"form-data":380}],382:[function(require,module,exports){
|
|
114681
115491
|
"use strict";
|
|
114682
115492
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
114683
115493
|
exports.defaultJsonSerializer = void 0;
|
|
@@ -114686,7 +115496,7 @@ exports.defaultJsonSerializer = {
|
|
|
114686
115496
|
stringify: JSON.stringify
|
|
114687
115497
|
};
|
|
114688
115498
|
|
|
114689
|
-
},{}],
|
|
115499
|
+
},{}],383:[function(require,module,exports){
|
|
114690
115500
|
"use strict";
|
|
114691
115501
|
var __assign = (this && this.__assign) || function () {
|
|
114692
115502
|
__assign = Object.assign || function(t) {
|
|
@@ -114961,7 +115771,7 @@ function Complete(id) {
|
|
|
114961
115771
|
return new GraphQLWebSocketMessage(COMPLETE, undefined, id);
|
|
114962
115772
|
}
|
|
114963
115773
|
|
|
114964
|
-
},{".":
|
|
115774
|
+
},{".":384,"./types":386}],384:[function(require,module,exports){
|
|
114965
115775
|
"use strict";
|
|
114966
115776
|
var __assign = (this && this.__assign) || function () {
|
|
114967
115777
|
__assign = Object.assign || function(t) {
|
|
@@ -115450,7 +116260,7 @@ function HeadersInstanceToPlainObject(headers) {
|
|
|
115450
116260
|
var graphql_ws_1 = require("./graphql-ws");
|
|
115451
116261
|
Object.defineProperty(exports, "GraphQLWebSocketClient", { enumerable: true, get: function () { return graphql_ws_1.GraphQLWebSocketClient; } });
|
|
115452
116262
|
|
|
115453
|
-
},{"./createRequestBody":
|
|
116263
|
+
},{"./createRequestBody":381,"./defaultJsonSerializer":382,"./graphql-ws":383,"./parseArgs":385,"./types":386,"cross-fetch":134,"graphql/language/parser":174,"graphql/language/printer":176}],385:[function(require,module,exports){
|
|
115454
116264
|
"use strict";
|
|
115455
116265
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
115456
116266
|
exports.parseBatchRequestsExtendedArgs = exports.parseRawRequestExtendedArgs = exports.parseRequestExtendedArgs = exports.parseBatchRequestArgs = exports.parseRawRequestArgs = exports.parseRequestArgs = void 0;
|
|
@@ -115522,7 +116332,7 @@ function parseBatchRequestsExtendedArgs(urlOrOptions, documents, requestHeaders)
|
|
|
115522
116332
|
}
|
|
115523
116333
|
exports.parseBatchRequestsExtendedArgs = parseBatchRequestsExtendedArgs;
|
|
115524
116334
|
|
|
115525
|
-
},{}],
|
|
116335
|
+
},{}],386:[function(require,module,exports){
|
|
115526
116336
|
"use strict";
|
|
115527
116337
|
var __extends = (this && this.__extends) || (function () {
|
|
115528
116338
|
var extendStatics = function (d, b) {
|
|
@@ -115571,7 +116381,7 @@ var ClientError = /** @class */ (function (_super) {
|
|
|
115571
116381
|
}(Error));
|
|
115572
116382
|
exports.ClientError = ClientError;
|
|
115573
116383
|
|
|
115574
|
-
},{}],
|
|
116384
|
+
},{}],387:[function(require,module,exports){
|
|
115575
116385
|
"use strict";
|
|
115576
116386
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
115577
116387
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -115705,7 +116515,7 @@ class BatchCall {
|
|
|
115705
116515
|
}
|
|
115706
116516
|
exports.default = BatchCall;
|
|
115707
116517
|
|
|
115708
|
-
},{"./Host":
|
|
116518
|
+
},{"./Host":392,"./SFError":396,"./utils":449,"@superfluid-finance/ethereum-contracts/build/typechain":379,"ethers":153}],388:[function(require,module,exports){
|
|
115709
116519
|
"use strict";
|
|
115710
116520
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
115711
116521
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -116145,7 +116955,7 @@ class ConstantFlowAgreementV1 {
|
|
|
116145
116955
|
}
|
|
116146
116956
|
exports.default = ConstantFlowAgreementV1;
|
|
116147
116957
|
|
|
116148
|
-
},{"./Host":
|
|
116958
|
+
},{"./Host":392,"./Operation":394,"./SFError":396,"./utils":449,"@superfluid-finance/ethereum-contracts/build/typechain":379,"ethers":153}],389:[function(require,module,exports){
|
|
116149
116959
|
"use strict";
|
|
116150
116960
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
116151
116961
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -116308,7 +117118,7 @@ class ERC20Token {
|
|
|
116308
117118
|
}
|
|
116309
117119
|
exports.default = ERC20Token;
|
|
116310
117120
|
|
|
116311
|
-
},{"./Operation":
|
|
117121
|
+
},{"./Operation":394,"./SFError":396,"./utils":449,"@superfluid-finance/ethereum-contracts/build/typechain":379,"ethers":153}],390:[function(require,module,exports){
|
|
116312
117122
|
"use strict";
|
|
116313
117123
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
116314
117124
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -116608,7 +117418,7 @@ Framework.create = async (options) => {
|
|
|
116608
117418
|
}
|
|
116609
117419
|
};
|
|
116610
117420
|
|
|
116611
|
-
},{"./BatchCall":
|
|
117421
|
+
},{"./BatchCall":387,"./ConstantFlowAgreementV1":388,"./Governance":391,"./Host":392,"./InstantDistributionAgreementV1":393,"./Operation":394,"./Query":395,"./SFError":396,"./SuperToken":397,"./constants":399,"./frameworkHelpers":402,"./utils":449,"@superfluid-finance/ethereum-contracts/build/typechain":379,"ethers":153}],391:[function(require,module,exports){
|
|
116612
117422
|
"use strict";
|
|
116613
117423
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
116614
117424
|
const typechain_1 = require("@superfluid-finance/ethereum-contracts/build/typechain");
|
|
@@ -116688,7 +117498,7 @@ class Governance {
|
|
|
116688
117498
|
}
|
|
116689
117499
|
exports.default = Governance;
|
|
116690
117500
|
|
|
116691
|
-
},{"@superfluid-finance/ethereum-contracts/build/typechain":
|
|
117501
|
+
},{"@superfluid-finance/ethereum-contracts/build/typechain":379,"ethers":153}],392:[function(require,module,exports){
|
|
116692
117502
|
"use strict";
|
|
116693
117503
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
116694
117504
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -116731,7 +117541,7 @@ class Host {
|
|
|
116731
117541
|
}
|
|
116732
117542
|
exports.default = Host;
|
|
116733
117543
|
|
|
116734
|
-
},{"./Operation":
|
|
117544
|
+
},{"./Operation":394,"@superfluid-finance/ethereum-contracts/build/typechain":379,"ethers":153}],393:[function(require,module,exports){
|
|
116735
117545
|
"use strict";
|
|
116736
117546
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
116737
117547
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -116978,7 +117788,7 @@ class InstantDistributionAgreementV1 {
|
|
|
116978
117788
|
}
|
|
116979
117789
|
exports.default = InstantDistributionAgreementV1;
|
|
116980
117790
|
|
|
116981
|
-
},{"./Host":
|
|
117791
|
+
},{"./Host":392,"./SFError":396,"./utils":449,"@superfluid-finance/ethereum-contracts/build/typechain":379,"ethers":153}],394:[function(require,module,exports){
|
|
116982
117792
|
"use strict";
|
|
116983
117793
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
116984
117794
|
const ethers_1 = require("ethers");
|
|
@@ -117052,7 +117862,7 @@ class Operation {
|
|
|
117052
117862
|
}
|
|
117053
117863
|
exports.default = Operation;
|
|
117054
117864
|
|
|
117055
|
-
},{"ethers":153}],
|
|
117865
|
+
},{"ethers":153}],395:[function(require,module,exports){
|
|
117056
117866
|
"use strict";
|
|
117057
117867
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
117058
117868
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -117328,7 +118138,7 @@ const listAllResults = async (pagedQuery) => {
|
|
|
117328
118138
|
};
|
|
117329
118139
|
exports.listAllResults = listAllResults;
|
|
117330
118140
|
|
|
117331
|
-
},{"./ajvValidations.generated":
|
|
118141
|
+
},{"./ajvValidations.generated":398,"./mapGetAllEventsQueryEvents":405,"./pagination":408,"./subgraph/SubgraphClient":409,"./subgraph/queries/getAccountTokenSnapshots.generated":440,"./subgraph/queries/getAllEvents.generated":441,"./subgraph/queries/getIndexSubscriptions.generated":442,"./subgraph/queries/getIndexes.generated":443,"./subgraph/queries/getStreams.generated":444,"./subgraph/queries/getTokens.generated":445,"./utils":449,"lodash":196}],396:[function(require,module,exports){
|
|
117332
118142
|
"use strict";
|
|
117333
118143
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
117334
118144
|
exports.SFError = void 0;
|
|
@@ -117383,7 +118193,7 @@ Caused by: ${miniStringifyCause(cause)}`
|
|
|
117383
118193
|
}
|
|
117384
118194
|
exports.SFError = SFError;
|
|
117385
118195
|
|
|
117386
|
-
},{"./miniSerializeError":
|
|
118196
|
+
},{"./miniSerializeError":406}],397:[function(require,module,exports){
|
|
117387
118197
|
"use strict";
|
|
117388
118198
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
117389
118199
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -118032,7 +118842,7 @@ class NativeAssetSuperToken extends SuperToken {
|
|
|
118032
118842
|
}
|
|
118033
118843
|
exports.NativeAssetSuperToken = NativeAssetSuperToken;
|
|
118034
118844
|
|
|
118035
|
-
},{"./ConstantFlowAgreementV1":
|
|
118845
|
+
},{"./ConstantFlowAgreementV1":388,"./ERC20Token":389,"./Governance":391,"./InstantDistributionAgreementV1":393,"./Operation":394,"./SFError":396,"./constants":399,"./frameworkHelpers":402,"./utils":449,"@superfluid-finance/ethereum-contracts/build/typechain":379,"ethers":153}],398:[function(require,module,exports){
|
|
118036
118846
|
"use strict";
|
|
118037
118847
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
118038
118848
|
exports.validateStreamRequest = exports.validateIndexSubscriptionRequest = exports.validateAccountTokenSnapshotRequest = exports.validateIndexRequest = exports.validateEventRequest = exports.validateSuperTokenRequest = void 0;
|
|
@@ -118466,7 +119276,7 @@ function validate15(data, { instancePath = "", parentData, parentDataProperty, r
|
|
|
118466
119276
|
return errors === 0;
|
|
118467
119277
|
}
|
|
118468
119278
|
|
|
118469
|
-
},{}],
|
|
119279
|
+
},{}],399:[function(require,module,exports){
|
|
118470
119280
|
"use strict";
|
|
118471
119281
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
118472
119282
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -118516,11 +119326,11 @@ const getAddressesData = (chainId) => {
|
|
|
118516
119326
|
exports.chainIdToResolverDataMap = new Map(metadata_1.default.networks.map((x) => [x.chainId, getAddressesData(x.chainId)]));
|
|
118517
119327
|
exports.networkNameToChainIdMap = new Map(metadata_1.default.networks.map((x) => [x.name, x.chainId]));
|
|
118518
119328
|
|
|
118519
|
-
},{"./defaultSubgraphReleaseTag.json":
|
|
119329
|
+
},{"./defaultSubgraphReleaseTag.json":400,"@superfluid-finance/metadata":126}],400:[function(require,module,exports){
|
|
118520
119330
|
module.exports={
|
|
118521
119331
|
"value": "dev"
|
|
118522
119332
|
}
|
|
118523
|
-
},{}],
|
|
119333
|
+
},{}],401:[function(require,module,exports){
|
|
118524
119334
|
"use strict";
|
|
118525
119335
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
118526
119336
|
exports.FlowUpdateType = void 0;
|
|
@@ -118531,7 +119341,7 @@ var FlowUpdateType;
|
|
|
118531
119341
|
FlowUpdateType[FlowUpdateType["Terminate"] = 2] = "Terminate";
|
|
118532
119342
|
})(FlowUpdateType = exports.FlowUpdateType || (exports.FlowUpdateType = {}));
|
|
118533
119343
|
|
|
118534
|
-
},{}],
|
|
119344
|
+
},{}],402:[function(require,module,exports){
|
|
118535
119345
|
"use strict";
|
|
118536
119346
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
118537
119347
|
exports.getNetworkName = exports.getSubgraphQueriesEndpoint = exports.validateFrameworkConstructorOptions = void 0;
|
|
@@ -118592,7 +119402,7 @@ const getNetworkName = (options) => {
|
|
|
118592
119402
|
};
|
|
118593
119403
|
exports.getNetworkName = getNetworkName;
|
|
118594
119404
|
|
|
118595
|
-
},{"./SFError":
|
|
119405
|
+
},{"./SFError":396,"./constants":399,"./utils":449}],403:[function(require,module,exports){
|
|
118596
119406
|
"use strict";
|
|
118597
119407
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
118598
119408
|
if (k2 === undefined) k2 = k;
|
|
@@ -118677,11 +119487,11 @@ __exportStar(require("./subgraph/mappedSubgraphTypes"), exports);
|
|
|
118677
119487
|
__exportStar(require("./SFError"), exports);
|
|
118678
119488
|
__exportStar(require("./subgraph/subgraphQueryHandler"), exports);
|
|
118679
119489
|
|
|
118680
|
-
},{"./BatchCall":
|
|
119490
|
+
},{"./BatchCall":387,"./ConstantFlowAgreementV1":388,"./ERC20Token":389,"./Framework":390,"./Governance":391,"./Host":392,"./InstantDistributionAgreementV1":393,"./Operation":394,"./Query":395,"./SFError":396,"./SuperToken":397,"./constants":399,"./events":401,"./interfaces":404,"./ordering":407,"./pagination":408,"./subgraph/entities/account/account":410,"./subgraph/entities/accountTokenSnapshot/accountTokenSnapshot":412,"./subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog":414,"./subgraph/entities/index/index":416,"./subgraph/entities/indexSubscription/indexSubscription":418,"./subgraph/entities/stream/stream":420,"./subgraph/entities/streamPeriod/streamPeriod":422,"./subgraph/entities/token/token":424,"./subgraph/entities/tokenStatistic/tokenStatistic":426,"./subgraph/entities/tokenStatisticLog/tokenStatisticLog":428,"./subgraph/events/events":431,"./subgraph/events/flowUpdatedEvent":432,"./subgraph/events/indexUpdatedEvent":433,"./subgraph/events/subscriptionUnitsUpdatedEvents":434,"./subgraph/events/transferEvents":435,"./subgraph/mappedSubgraphTypes":436,"./subgraph/meta/meta":438,"./subgraph/schema.generated":446,"./subgraph/subgraphQueryHandler":447,"./types":448,"./utils":449,"@superfluid-finance/ethereum-contracts/build/typechain":379}],404:[function(require,module,exports){
|
|
118681
119491
|
"use strict";
|
|
118682
119492
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
118683
119493
|
|
|
118684
|
-
},{}],
|
|
119494
|
+
},{}],405:[function(require,module,exports){
|
|
118685
119495
|
"use strict";
|
|
118686
119496
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
118687
119497
|
if (k2 === undefined) k2 = k;
|
|
@@ -119409,7 +120219,7 @@ const mapNumberToFlowUpdateType = (type) => {
|
|
|
119409
120219
|
}
|
|
119410
120220
|
};
|
|
119411
120221
|
|
|
119412
|
-
},{"./events":
|
|
120222
|
+
},{"./events":401,"./utils":449}],406:[function(require,module,exports){
|
|
119413
120223
|
"use strict";
|
|
119414
120224
|
/**
|
|
119415
120225
|
* Credit of everything here goes to Redux Toolkit (RTK).
|
|
@@ -119439,9 +120249,9 @@ const miniSerializeError = (value) => {
|
|
|
119439
120249
|
};
|
|
119440
120250
|
exports.miniSerializeError = miniSerializeError;
|
|
119441
120251
|
|
|
119442
|
-
},{}],
|
|
119443
|
-
arguments[4][
|
|
119444
|
-
},{"dup":
|
|
120252
|
+
},{}],407:[function(require,module,exports){
|
|
120253
|
+
arguments[4][404][0].apply(exports,arguments)
|
|
120254
|
+
},{"dup":404}],408:[function(require,module,exports){
|
|
119445
120255
|
"use strict";
|
|
119446
120256
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119447
120257
|
exports.takePlusOne = exports.nextLastIdPaging = exports.nextPageNumberPaging = exports.nextSkipPaging = exports.createLastIdPaging = exports.createPageNumberPaging = exports.createSkipPaging = exports.isAllPaging = exports.isLastIdPaging = exports.isPageNumberPaging = exports.isSkipPaging = exports.createPagedResult = void 0;
|
|
@@ -119533,7 +120343,7 @@ const takePlusOne = (paging) => {
|
|
|
119533
120343
|
};
|
|
119534
120344
|
exports.takePlusOne = takePlusOne;
|
|
119535
120345
|
|
|
119536
|
-
},{}],
|
|
120346
|
+
},{}],409:[function(require,module,exports){
|
|
119537
120347
|
"use strict";
|
|
119538
120348
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119539
120349
|
exports.SubgraphClient = void 0;
|
|
@@ -119560,7 +120370,7 @@ function cleanVariables(variables) {
|
|
|
119560
120370
|
]));
|
|
119561
120371
|
}
|
|
119562
120372
|
|
|
119563
|
-
},{"graphql-request":
|
|
120373
|
+
},{"graphql-request":384}],410:[function(require,module,exports){
|
|
119564
120374
|
"use strict";
|
|
119565
120375
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119566
120376
|
exports.AccountQueryHandler = void 0;
|
|
@@ -119589,13 +120399,13 @@ class AccountQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHandler {
|
|
|
119589
120399
|
}
|
|
119590
120400
|
exports.AccountQueryHandler = AccountQueryHandler;
|
|
119591
120401
|
|
|
119592
|
-
},{"../../subgraphQueryHandler":
|
|
120402
|
+
},{"../../subgraphQueryHandler":447,"./accounts.generated":411}],411:[function(require,module,exports){
|
|
119593
120403
|
"use strict";
|
|
119594
120404
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119595
120405
|
exports.AccountsDocument = void 0;
|
|
119596
120406
|
exports.AccountsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "accounts" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Account_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Account_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accounts" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSuperApp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }] } }] } }] };
|
|
119597
120407
|
|
|
119598
|
-
},{}],
|
|
120408
|
+
},{}],412:[function(require,module,exports){
|
|
119599
120409
|
"use strict";
|
|
119600
120410
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119601
120411
|
exports.AccountTokenSnapshotQueryHandler = void 0;
|
|
@@ -119632,13 +120442,13 @@ class AccountTokenSnapshotQueryHandler extends subgraphQueryHandler_1.SubgraphQu
|
|
|
119632
120442
|
}
|
|
119633
120443
|
exports.AccountTokenSnapshotQueryHandler = AccountTokenSnapshotQueryHandler;
|
|
119634
120444
|
|
|
119635
|
-
},{"../../subgraphQueryHandler":
|
|
120445
|
+
},{"../../subgraphQueryHandler":447,"./accountTokenSnapshots.generated":413}],413:[function(require,module,exports){
|
|
119636
120446
|
"use strict";
|
|
119637
120447
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119638
120448
|
exports.AccountTokenSnapshotsDocument = void 0;
|
|
119639
120449
|
exports.AccountTokenSnapshotsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "accountTokenSnapshots" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AccountTokenSnapshot_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AccountTokenSnapshot_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accountTokenSnapshots" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "balanceUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedInUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedOutUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountTransferredUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalInflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalApprovedSubscriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNetFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfActiveStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "activeOutgoingStreamCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "activeIncomingStreamCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalOutflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfClosedStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactiveOutgoingStreamCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactiveIncomingStreamCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSubscriptionsWithUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maybeCriticalAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isLiquidationEstimateOptimistic" } }] } }] } }] };
|
|
119640
120450
|
|
|
119641
|
-
},{}],
|
|
120451
|
+
},{}],414:[function(require,module,exports){
|
|
119642
120452
|
"use strict";
|
|
119643
120453
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119644
120454
|
exports.AccountTokenSnapshotLogQueryHandler = void 0;
|
|
@@ -119673,13 +120483,13 @@ class AccountTokenSnapshotLogQueryHandler extends subgraphQueryHandler_1.Subgrap
|
|
|
119673
120483
|
}
|
|
119674
120484
|
exports.AccountTokenSnapshotLogQueryHandler = AccountTokenSnapshotLogQueryHandler;
|
|
119675
120485
|
|
|
119676
|
-
},{"../../subgraphQueryHandler":
|
|
120486
|
+
},{"../../subgraphQueryHandler":447,"./accountTokenSnapshotLogs.generated":415}],415:[function(require,module,exports){
|
|
119677
120487
|
"use strict";
|
|
119678
120488
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119679
120489
|
exports.AccountTokenSnapshotLogsDocument = void 0;
|
|
119680
120490
|
exports.AccountTokenSnapshotLogsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "accountTokenSnapshotLogs" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AccountTokenSnapshotLog_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AccountTokenSnapshotLog_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accountTokenSnapshotLogs" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "balance" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maybeCriticalAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedIn" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedOut" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountTransferred" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalApprovedSubscriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalDeposit" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalInflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNetFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfActiveStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "activeOutgoingStreamCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "activeIncomingStreamCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfClosedStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactiveOutgoingStreamCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactiveIncomingStreamCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSubscriptionsWithUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalOutflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "triggeredByEventName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }] } }] } }] } }] };
|
|
119681
120491
|
|
|
119682
|
-
},{}],
|
|
120492
|
+
},{}],416:[function(require,module,exports){
|
|
119683
120493
|
"use strict";
|
|
119684
120494
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119685
120495
|
exports.IndexQueryHandler = void 0;
|
|
@@ -119712,13 +120522,13 @@ class IndexQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHandler {
|
|
|
119712
120522
|
}
|
|
119713
120523
|
exports.IndexQueryHandler = IndexQueryHandler;
|
|
119714
120524
|
|
|
119715
|
-
},{"../../subgraphQueryHandler":
|
|
120525
|
+
},{"../../subgraphQueryHandler":447,"./indexes.generated":417}],417:[function(require,module,exports){
|
|
119716
120526
|
"use strict";
|
|
119717
120527
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119718
120528
|
exports.IndexesDocument = void 0;
|
|
119719
120529
|
exports.IndexesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "indexes" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Index_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Index_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "indexes" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexCreatedEvent" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountDistributedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSubscriptionsWithUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsApproved" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsPending" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }] } }] } }] };
|
|
119720
120530
|
|
|
119721
|
-
},{}],
|
|
120531
|
+
},{}],418:[function(require,module,exports){
|
|
119722
120532
|
"use strict";
|
|
119723
120533
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119724
120534
|
exports.IndexSubscriptionQueryHandler = void 0;
|
|
@@ -119755,13 +120565,13 @@ class IndexSubscriptionQueryHandler extends subgraphQueryHandler_1.SubgraphQuery
|
|
|
119755
120565
|
}
|
|
119756
120566
|
exports.IndexSubscriptionQueryHandler = IndexSubscriptionQueryHandler;
|
|
119757
120567
|
|
|
119758
|
-
},{"../../subgraphQueryHandler":
|
|
120568
|
+
},{"../../subgraphQueryHandler":447,"./indexSubscriptions.generated":419}],419:[function(require,module,exports){
|
|
119759
120569
|
"use strict";
|
|
119760
120570
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119761
120571
|
exports.IndexSubscriptionsDocument = void 0;
|
|
119762
120572
|
exports.IndexSubscriptionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "indexSubscriptions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexSubscription_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexSubscription_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "indexSubscriptions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "approved" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexValueUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountReceivedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "units" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }] } }] } }] };
|
|
119763
120573
|
|
|
119764
|
-
},{}],
|
|
120574
|
+
},{}],420:[function(require,module,exports){
|
|
119765
120575
|
"use strict";
|
|
119766
120576
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119767
120577
|
exports.StreamQueryHandler = void 0;
|
|
@@ -119794,13 +120604,13 @@ class StreamQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHandler {
|
|
|
119794
120604
|
}
|
|
119795
120605
|
exports.StreamQueryHandler = StreamQueryHandler;
|
|
119796
120606
|
|
|
119797
|
-
},{"../../subgraphQueryHandler":
|
|
120607
|
+
},{"../../subgraphQueryHandler":447,"./streams.generated":421}],421:[function(require,module,exports){
|
|
119798
120608
|
"use strict";
|
|
119799
120609
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119800
120610
|
exports.StreamsDocument = void 0;
|
|
119801
120611
|
exports.StreamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "streams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stream_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stream_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "streams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "currentFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "receiver" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "streamedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deposit" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userData" } }] } }] } }] };
|
|
119802
120612
|
|
|
119803
|
-
},{}],
|
|
120613
|
+
},{}],422:[function(require,module,exports){
|
|
119804
120614
|
"use strict";
|
|
119805
120615
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119806
120616
|
exports.StreamPeriodQueryHandler = void 0;
|
|
@@ -119839,13 +120649,13 @@ class StreamPeriodQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHandl
|
|
|
119839
120649
|
}
|
|
119840
120650
|
exports.StreamPeriodQueryHandler = StreamPeriodQueryHandler;
|
|
119841
120651
|
|
|
119842
|
-
},{"../../subgraphQueryHandler":
|
|
120652
|
+
},{"../../subgraphQueryHandler":447,"./streamPeriods.generated":423}],423:[function(require,module,exports){
|
|
119843
120653
|
"use strict";
|
|
119844
120654
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119845
120655
|
exports.StreamPeriodsDocument = void 0;
|
|
119846
120656
|
exports.StreamPeriodsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "streamPeriods" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "StreamPeriod_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "StreamPeriod_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "streamPeriods" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "startedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "startedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stoppedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stoppedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "stream" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "receiver" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "stoppedAtEvent" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "startedAtEvent" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] } }] } }] };
|
|
119847
120657
|
|
|
119848
|
-
},{}],
|
|
120658
|
+
},{}],424:[function(require,module,exports){
|
|
119849
120659
|
"use strict";
|
|
119850
120660
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119851
120661
|
exports.TokenQueryHandler = void 0;
|
|
@@ -119872,13 +120682,13 @@ class TokenQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHandler {
|
|
|
119872
120682
|
}
|
|
119873
120683
|
exports.TokenQueryHandler = TokenQueryHandler;
|
|
119874
120684
|
|
|
119875
|
-
},{"../../subgraphQueryHandler":
|
|
120685
|
+
},{"../../subgraphQueryHandler":447,"./tokens.generated":425}],425:[function(require,module,exports){
|
|
119876
120686
|
"use strict";
|
|
119877
120687
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119878
120688
|
exports.TokensDocument = void 0;
|
|
119879
120689
|
exports.TokensDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "tokens" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Token_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Token_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "tokens" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "decimals" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isListed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isNativeAssetSuperToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSuperToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }, { "kind": "Field", "name": { "kind": "Name", "value": "underlyingAddress" } }] } }] } }] };
|
|
119880
120690
|
|
|
119881
|
-
},{}],
|
|
120691
|
+
},{}],426:[function(require,module,exports){
|
|
119882
120692
|
"use strict";
|
|
119883
120693
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119884
120694
|
exports.TokenStatisticQueryHandler = void 0;
|
|
@@ -119905,13 +120715,13 @@ class TokenStatisticQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHan
|
|
|
119905
120715
|
}
|
|
119906
120716
|
exports.TokenStatisticQueryHandler = TokenStatisticQueryHandler;
|
|
119907
120717
|
|
|
119908
|
-
},{"../../subgraphQueryHandler":
|
|
120718
|
+
},{"../../subgraphQueryHandler":447,"./tokenStatistics.generated":427}],427:[function(require,module,exports){
|
|
119909
120719
|
"use strict";
|
|
119910
120720
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119911
120721
|
exports.TokenStatisticsDocument = void 0;
|
|
119912
120722
|
exports.TokenStatisticsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "tokenStatistics" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenStatistic_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenStatistic_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "tokenStatistics" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountDistributedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountTransferredUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalApprovedSubscriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfActiveIndexes" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfActiveStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfIndexes" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfClosedStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalOutflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSubscriptionsWithUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSupply" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }] } }] } }] };
|
|
119913
120723
|
|
|
119914
|
-
},{}],
|
|
120724
|
+
},{}],428:[function(require,module,exports){
|
|
119915
120725
|
"use strict";
|
|
119916
120726
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119917
120727
|
exports.TokenStatisticLogQueryHandler = void 0;
|
|
@@ -119939,13 +120749,13 @@ class TokenStatisticLogQueryHandler extends subgraphQueryHandler_1.SubgraphQuery
|
|
|
119939
120749
|
}
|
|
119940
120750
|
exports.TokenStatisticLogQueryHandler = TokenStatisticLogQueryHandler;
|
|
119941
120751
|
|
|
119942
|
-
},{"../../subgraphQueryHandler":
|
|
120752
|
+
},{"../../subgraphQueryHandler":447,"./tokenStatisticLogs.generated":429}],429:[function(require,module,exports){
|
|
119943
120753
|
"use strict";
|
|
119944
120754
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119945
120755
|
exports.TokenStatisticLogsDocument = void 0;
|
|
119946
120756
|
exports.TokenStatisticLogsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "tokenStatisticLogs" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenStatisticLog_orderBy" } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenStatisticLog_filter" } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "tokenStatisticLogs" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "triggeredByEventName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfActiveStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfClosedStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfIndexes" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfActiveIndexes" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSubscriptionsWithUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalApprovedSubscriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalDeposit" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalOutflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountTransferred" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountDistributed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSupply" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }] } }] } }] } }] };
|
|
119947
120757
|
|
|
119948
|
-
},{}],
|
|
120758
|
+
},{}],430:[function(require,module,exports){
|
|
119949
120759
|
"use strict";
|
|
119950
120760
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119951
120761
|
exports.EventsDocument = exports.BondIncreasedEventsDocument = exports.ExitRateChangedEventsDocument = exports.NewPicEventsDocument = exports.SuperTokenLogicCreatedEventsDocument = exports.SuperTokenCreatedEventsDocument = exports.CustomSuperTokenCreatedEventsDocument = exports.SentEventsDocument = exports.MintedEventsDocument = exports.BurnedEventsDocument = exports.AgreementLiquidatedByEventsDocument = exports.TrustedForwarderChangedEventsDocument = exports.SuperTokenMinimumDepositChangedEventsDocument = exports.RewardAddressChangedEventsDocument = exports.ConfigChangedEventsDocument = exports.CfaV1LiquidationPeriodChangedEventsDocument = exports.SetEventsDocument = exports.RoleRevokedEventsDocument = exports.RoleGrantedEventsDocument = exports.RoleAdminChangedEventsDocument = exports.SuperTokenLogicUpdatedEventsDocument = exports.SuperTokenFactoryUpdatedEventsDocument = exports.JailEventsDocument = exports.GovernanceReplacedEventsDocument = exports.AppRegisteredEventsDocument = exports.AgreementClassUpdatedEventsDocument = exports.AgreementClassRegisteredEventsDocument = exports.TokenDowngradedEventsDocument = exports.TokenUpgradedEventsDocument = exports.TransferEventsDocument = exports.SubscriptionUnitsUpdatedEventsDocument = exports.SubscriptionRevokedEventsDocument = exports.SubscriptionDistributionClaimedEventsDocument = exports.SubscriptionApprovedEventsDocument = exports.IndexUnsubscribedEventsDocument = exports.IndexUnitsUpdatedEventsDocument = exports.IndexSubscribedEventsDocument = exports.IndexUpdatedEventsDocument = exports.IndexDistributionClaimedEventsDocument = exports.IndexCreatedEventsDocument = exports.FlowOperatorUpdatedEventsDocument = exports.FlowUpdatedEventsDocument = void 0;
|
|
@@ -119992,7 +120802,7 @@ exports.ExitRateChangedEventsDocument = { "kind": "Document", "definitions": [{
|
|
|
119992
120802
|
exports.BondIncreasedEventsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "bondIncreasedEvents" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "BondIncreasedEvent_filter" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "BondIncreasedEvent_orderBy" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "bondIncreasedEvents" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "additionalBond" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }] } }] };
|
|
119993
120803
|
exports.EventsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "events" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event_filter" } } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event_orderBy" } } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "events" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "FlowUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "receiver" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowOperator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deposit" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stream" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "FlowOperatorUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "permissions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowRateAllowance" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexDistributionClaimedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsPending" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsApproved" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "oldIndexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "newIndexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexSubscribedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexUnitsUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "units" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "oldUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexUnsubscribedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionApprovedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionDistributionClaimedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionRevokedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionUnitsUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "units" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "oldUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TransferEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "to" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "from" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenUpgradedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenDowngradedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementClassRegisteredEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "code" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementType" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementClassUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "code" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementType" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AppRegisteredEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "app" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "GovernanceReplacedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "oldGovernance" } }, { "kind": "Field", "name": { "kind": "Name", "value": "newGovernance" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "JailEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "reason" } }, { "kind": "Field", "name": { "kind": "Name", "value": "app" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenFactoryUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "newFactory" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenLogicUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "code" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleAdminChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "previousAdminRole" } }, { "kind": "Field", "name": { "kind": "Name", "value": "newAdminRole" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleGrantedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleRevokedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SetEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "hashedName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resolverEntry" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "CFAv1LiquidationPeriodChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidationPeriod" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RewardAddressChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenMinimumDepositChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimumDeposit" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TrustedForwarderChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "forwarder" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enabled" } }, { "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementLiquidatedByEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAmount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "penaltyAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidatorAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bondAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bailoutAmount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementClass" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementLiquidatedV2Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidatorAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementClass" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "targetAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAmountReceiver" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAmount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "targetAccountBalanceDelta" } }, { "kind": "Field", "name": { "kind": "Name", "value": "version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidationType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAccount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "PPPConfigurationChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidationPeriod" } }, { "kind": "Field", "name": { "kind": "Name", "value": "patricianPeriod" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "BurnedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "operatorData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "from" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MintedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "operatorData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "to" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SentEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "to" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operatorData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "CustomSuperTokenCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenLogicCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "tokenLogic" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "NewPICEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "pic" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bond" } }, { "kind": "Field", "name": { "kind": "Name", "value": "exitRate" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ExitRateChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "exitRate" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "BondIncreasedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "additionalBond" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }] } }] } }] };
|
|
119994
120804
|
|
|
119995
|
-
},{}],
|
|
120805
|
+
},{}],431:[function(require,module,exports){
|
|
119996
120806
|
"use strict";
|
|
119997
120807
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119998
120808
|
exports.EventQueryHandler = void 0;
|
|
@@ -120020,7 +120830,7 @@ class EventQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHandler {
|
|
|
120020
120830
|
}
|
|
120021
120831
|
exports.EventQueryHandler = EventQueryHandler;
|
|
120022
120832
|
|
|
120023
|
-
},{"../../mapGetAllEventsQueryEvents":
|
|
120833
|
+
},{"../../mapGetAllEventsQueryEvents":405,"../subgraphQueryHandler":447,"./events.generated":430}],432:[function(require,module,exports){
|
|
120024
120834
|
"use strict";
|
|
120025
120835
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120026
120836
|
exports.FlowUpdatedEventQueryHandler = void 0;
|
|
@@ -120048,7 +120858,7 @@ class FlowUpdatedEventQueryHandler extends subgraphQueryHandler_1.SubgraphQueryH
|
|
|
120048
120858
|
}
|
|
120049
120859
|
exports.FlowUpdatedEventQueryHandler = FlowUpdatedEventQueryHandler;
|
|
120050
120860
|
|
|
120051
|
-
},{"../../mapGetAllEventsQueryEvents":
|
|
120861
|
+
},{"../../mapGetAllEventsQueryEvents":405,"../subgraphQueryHandler":447,"./events.generated":430}],433:[function(require,module,exports){
|
|
120052
120862
|
"use strict";
|
|
120053
120863
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120054
120864
|
exports.IndexUpdatedEventQueryHandler = void 0;
|
|
@@ -120076,7 +120886,7 @@ class IndexUpdatedEventQueryHandler extends subgraphQueryHandler_1.SubgraphQuery
|
|
|
120076
120886
|
}
|
|
120077
120887
|
exports.IndexUpdatedEventQueryHandler = IndexUpdatedEventQueryHandler;
|
|
120078
120888
|
|
|
120079
|
-
},{"../../mapGetAllEventsQueryEvents":
|
|
120889
|
+
},{"../../mapGetAllEventsQueryEvents":405,"../subgraphQueryHandler":447,"./events.generated":430}],434:[function(require,module,exports){
|
|
120080
120890
|
"use strict";
|
|
120081
120891
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120082
120892
|
exports.SubscriptionUnitsUpdatedEventQueryHandler = void 0;
|
|
@@ -120104,7 +120914,7 @@ class SubscriptionUnitsUpdatedEventQueryHandler extends subgraphQueryHandler_1.S
|
|
|
120104
120914
|
}
|
|
120105
120915
|
exports.SubscriptionUnitsUpdatedEventQueryHandler = SubscriptionUnitsUpdatedEventQueryHandler;
|
|
120106
120916
|
|
|
120107
|
-
},{"../../mapGetAllEventsQueryEvents":
|
|
120917
|
+
},{"../../mapGetAllEventsQueryEvents":405,"../subgraphQueryHandler":447,"./events.generated":430}],435:[function(require,module,exports){
|
|
120108
120918
|
"use strict";
|
|
120109
120919
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120110
120920
|
exports.TransferEventQueryHandler = void 0;
|
|
@@ -120132,18 +120942,18 @@ class TransferEventQueryHandler extends subgraphQueryHandler_1.SubgraphQueryHand
|
|
|
120132
120942
|
}
|
|
120133
120943
|
exports.TransferEventQueryHandler = TransferEventQueryHandler;
|
|
120134
120944
|
|
|
120135
|
-
},{"../../mapGetAllEventsQueryEvents":
|
|
120945
|
+
},{"../../mapGetAllEventsQueryEvents":405,"../subgraphQueryHandler":447,"./events.generated":430}],436:[function(require,module,exports){
|
|
120136
120946
|
"use strict";
|
|
120137
120947
|
// TODO(KK): Add comments
|
|
120138
120948
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120139
120949
|
|
|
120140
|
-
},{}],
|
|
120950
|
+
},{}],437:[function(require,module,exports){
|
|
120141
120951
|
"use strict";
|
|
120142
120952
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120143
120953
|
exports.MetaDocument = void 0;
|
|
120144
120954
|
exports.MetaDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "meta" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Block_height" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_meta" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "block" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "block" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "block" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "number" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hash" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "deployment" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hasIndexingErrors" } }] } }] } }] };
|
|
120145
120955
|
|
|
120146
|
-
},{}],
|
|
120956
|
+
},{}],438:[function(require,module,exports){
|
|
120147
120957
|
"use strict";
|
|
120148
120958
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120149
120959
|
exports.MetaQueryHandler = void 0;
|
|
@@ -120164,7 +120974,7 @@ class MetaQueryHandler {
|
|
|
120164
120974
|
}
|
|
120165
120975
|
exports.MetaQueryHandler = MetaQueryHandler;
|
|
120166
120976
|
|
|
120167
|
-
},{"./meta.generated":
|
|
120977
|
+
},{"./meta.generated":437}],439:[function(require,module,exports){
|
|
120168
120978
|
"use strict";
|
|
120169
120979
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120170
120980
|
exports.normalizeSubgraphFilterValue = exports.normalizeSubgraphFilter = void 0;
|
|
@@ -120204,45 +121014,45 @@ const lowerCaseIfAddress = (value) => {
|
|
|
120204
121014
|
return value;
|
|
120205
121015
|
};
|
|
120206
121016
|
|
|
120207
|
-
},{}],
|
|
121017
|
+
},{}],440:[function(require,module,exports){
|
|
120208
121018
|
"use strict";
|
|
120209
121019
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120210
121020
|
exports.GetAccountTokenSnapshotsDocument = void 0;
|
|
120211
121021
|
exports.GetAccountTokenSnapshotsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getAccountTokenSnapshots" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AccountTokenSnapshot_filter" } } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AccountTokenSnapshot_orderBy" } } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "alias": { "kind": "Name", "value": "result" }, "name": { "kind": "Name", "value": "accountTokenSnapshots" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfActiveStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "activeOutgoingStreamCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "activeIncomingStreamCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNumberOfClosedStreams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactiveOutgoingStreamCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactiveIncomingStreamCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSubscriptionsWithUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalApprovedSubscriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "balanceUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalNetFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalInflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalOutflowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountTransferredUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isListed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isNativeAssetSuperToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "underlyingAddress" } }] } }] } }] } }] };
|
|
120212
121022
|
|
|
120213
|
-
},{}],
|
|
121023
|
+
},{}],441:[function(require,module,exports){
|
|
120214
121024
|
"use strict";
|
|
120215
121025
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120216
121026
|
exports.GetAllEventsDocument = void 0;
|
|
120217
121027
|
exports.GetAllEventsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getAllEvents" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event_filter" } } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event_orderBy" } } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "events" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "FlowUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "receiver" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowOperator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deposit" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stream" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "FlowOperatorUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "permissions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowRateAllowance" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexDistributionClaimedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsPending" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsApproved" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "oldIndexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "newIndexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexSubscribedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexUnitsUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "units" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "oldUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexUnsubscribedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionApprovedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionDistributionClaimedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionRevokedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscriptionUnitsUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "units" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscription" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" } }, { "kind": "Field", "name": { "kind": "Name", "value": "oldUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TransferEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "to" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "from" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenUpgradedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenDowngradedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementClassRegisteredEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "code" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementType" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementClassUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "code" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementType" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AppRegisteredEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "app" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "GovernanceReplacedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "oldGovernance" } }, { "kind": "Field", "name": { "kind": "Name", "value": "newGovernance" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "JailEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "reason" } }, { "kind": "Field", "name": { "kind": "Name", "value": "app" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenFactoryUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "newFactory" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenLogicUpdatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "code" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleAdminChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "previousAdminRole" } }, { "kind": "Field", "name": { "kind": "Name", "value": "newAdminRole" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleGrantedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleRevokedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "account" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SetEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "hashedName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resolverEntry" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "CFAv1LiquidationPeriodChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidationPeriod" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "RewardAddressChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "PPPConfigurationChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidationPeriod" } }, { "kind": "Field", "name": { "kind": "Name", "value": "patricianPeriod" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "TrustedForwarderChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "forwarder" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enabled" } }, { "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenMinimumDepositChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "isKeySet" } }, { "kind": "Field", "name": { "kind": "Name", "value": "host" } }, { "kind": "Field", "name": { "kind": "Name", "value": "governanceAddress" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimumDeposit" } }, { "kind": "Field", "name": { "kind": "Name", "value": "superToken" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementLiquidatedByEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAmount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "penaltyAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidatorAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bondAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bailoutAmount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementClass" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "AgreementLiquidatedV2Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidatorAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementClass" } }, { "kind": "Field", "name": { "kind": "Name", "value": "agreementId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "targetAccount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAmountReceiver" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAmount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "targetAccountBalanceDelta" } }, { "kind": "Field", "name": { "kind": "Name", "value": "version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liquidationType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rewardAccount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "BurnedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "operatorData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "from" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MintedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "operatorData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "to" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SentEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "to" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operatorData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "operator" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" } }, { "kind": "Field", "name": { "kind": "Name", "value": "amount" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "CustomSuperTokenCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "SuperTokenLogicCreatedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "tokenLogic" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "NewPICEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "pic" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bond" } }, { "kind": "Field", "name": { "kind": "Name", "value": "exitRate" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ExitRateChangedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "exitRate" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "BondIncreasedEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "additionalBond" } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Event" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gasPrice" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "logIndex" } }] } }] } }] } }] } }] };
|
|
120218
121028
|
|
|
120219
|
-
},{}],
|
|
121029
|
+
},{}],442:[function(require,module,exports){
|
|
120220
121030
|
"use strict";
|
|
120221
121031
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120222
121032
|
exports.GetIndexSubscriptionsDocument = void 0;
|
|
120223
121033
|
exports.GetIndexSubscriptionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getIndexSubscriptions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexSubscription_filter" } } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IndexSubscription_orderBy" } } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "alias": { "kind": "Name", "value": "result" }, "name": { "kind": "Name", "value": "indexSubscriptions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subscriber" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "approved" } }, { "kind": "Field", "name": { "kind": "Name", "value": "units" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountReceivedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexValueUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isListed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isNativeAssetSuperToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "underlyingAddress" } }] } }] } }] } }] } }] };
|
|
120224
121034
|
|
|
120225
|
-
},{}],
|
|
121035
|
+
},{}],443:[function(require,module,exports){
|
|
120226
121036
|
"use strict";
|
|
120227
121037
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120228
121038
|
exports.GetIndexesDocument = void 0;
|
|
120229
121039
|
exports.GetIndexesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getIndexes" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Index_filter" } } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Index_orderBy" } } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "alias": { "kind": "Name", "value": "result" }, "name": { "kind": "Name", "value": "indexes" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "indexValue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSubscriptionsWithUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsPending" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnitsApproved" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalUnits" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountDistributedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isListed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isNativeAssetSuperToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "underlyingAddress" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "publisher" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] } }] } }] };
|
|
120230
121040
|
|
|
120231
|
-
},{}],
|
|
121041
|
+
},{}],444:[function(require,module,exports){
|
|
120232
121042
|
"use strict";
|
|
120233
121043
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120234
121044
|
exports.GetStreamsDocument = void 0;
|
|
120235
121045
|
exports.GetStreamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getStreams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stream_filter" } } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stream_orderBy" } } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "alias": { "kind": "Name", "value": "result" }, "name": { "kind": "Name", "value": "streams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "currentFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "streamedUntilUpdatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isListed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isNativeAssetSuperToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "underlyingAddress" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "receiver" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowUpdatedEvents" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "EnumValue", "value": "timestamp" } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "EnumValue", "value": "asc" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "blockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "transactionHash" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sender" } }, { "kind": "Field", "name": { "kind": "Name", "value": "receiver" } }, { "kind": "Field", "name": { "kind": "Name", "value": "flowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalSenderFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalReceiverFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userData" } }, { "kind": "Field", "name": { "kind": "Name", "value": "oldFlowRate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalAmountStreamedUntilTimestamp" } }] } }] } }] } }] };
|
|
120236
121046
|
|
|
120237
|
-
},{}],
|
|
121047
|
+
},{}],445:[function(require,module,exports){
|
|
120238
121048
|
"use strict";
|
|
120239
121049
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120240
121050
|
exports.GetTokensDocument = void 0;
|
|
120241
121051
|
exports.GetTokensDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getTokens" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Token_filter" } } }, "defaultValue": { "kind": "ObjectValue", "fields": [] } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "0" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, "defaultValue": { "kind": "IntValue", "value": "10" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Token_orderBy" } } }, "defaultValue": { "kind": "EnumValue", "value": "id" } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrderDirection" } } }, "defaultValue": { "kind": "EnumValue", "value": "asc" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "alias": { "kind": "Name", "value": "result" }, "name": { "kind": "Name", "value": "tokens" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "first" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "first" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderBy" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderBy" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orderDirection" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orderDirection" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtTimestamp" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAtBlockNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "symbol" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isListed" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isNativeAssetSuperToken" } }, { "kind": "Field", "name": { "kind": "Name", "value": "underlyingAddress" } }] } }] } }] };
|
|
120242
121052
|
|
|
120243
|
-
},{}],
|
|
120244
|
-
arguments[4][
|
|
120245
|
-
},{"dup":
|
|
121053
|
+
},{}],446:[function(require,module,exports){
|
|
121054
|
+
arguments[4][404][0].apply(exports,arguments)
|
|
121055
|
+
},{"dup":404}],447:[function(require,module,exports){
|
|
120246
121056
|
"use strict";
|
|
120247
121057
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
120248
121058
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -120354,9 +121164,9 @@ class SubgraphQueryHandler {
|
|
|
120354
121164
|
}
|
|
120355
121165
|
exports.SubgraphQueryHandler = SubgraphQueryHandler;
|
|
120356
121166
|
|
|
120357
|
-
},{"../Query":
|
|
120358
|
-
arguments[4][
|
|
120359
|
-
},{"dup":
|
|
121167
|
+
},{"../Query":395,"../pagination":408,"../utils":449,"./normalizeSubgraphFilter":439,"lodash":196}],448:[function(require,module,exports){
|
|
121168
|
+
arguments[4][404][0].apply(exports,arguments)
|
|
121169
|
+
},{"dup":404}],449:[function(require,module,exports){
|
|
120360
121170
|
"use strict";
|
|
120361
121171
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
120362
121172
|
exports.clipDepositNumber = exports.getFlowOperatorId = exports.typeGuard = exports.isInjectedEthers = exports.isInjectedWeb3 = exports.isEthersProvider = exports.calculateAvailableBalance = exports.getSanitizedTimestamp = exports.getStringCurrentTimeInSeconds = exports.subscriptionTotalAmountClaimableSinceUpdatedAt = exports.subscriptionTotalAmountReceivedSinceUpdated = exports.subscriptionTotalAmountDistributedSinceUpdated = exports.flowedAmountSinceUpdatedAt = exports.getFlowAmountByPerSecondFlowRate = exports.getPerSecondFlowRateByDay = exports.getPerSecondFlowRateByWeek = exports.getPerSecondFlowRateByMonth = exports.getPerSecondFlowRateByYear = exports.getTransactionDescription = exports.removeSigHashFromCallData = exports.toBN = exports.isNullOrEmpty = exports.isPermissionsClean = exports.normalizeAddress = void 0;
|
|
@@ -120572,5 +121382,5 @@ const clipDepositNumber = (deposit, roundingDown = false) => {
|
|
|
120572
121382
|
};
|
|
120573
121383
|
exports.clipDepositNumber = clipDepositNumber;
|
|
120574
121384
|
|
|
120575
|
-
},{"./SFError":
|
|
121385
|
+
},{"./SFError":396,"./constants":399,"ethers":153}]},{},[403])(403)
|
|
120576
121386
|
});
|