@relay-protocol/settlement-abis 2.0.10 → 2.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +358 -176
- package/dist/index.d.ts +358 -176
- package/dist/index.js +357 -176
- package/dist/index.mjs +357 -176
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9707,10 +9707,10 @@ var PoolDrawResolver_default = [
|
|
|
9707
9707
|
name: "DrawLegExecuted",
|
|
9708
9708
|
inputs: [
|
|
9709
9709
|
{
|
|
9710
|
-
name: "
|
|
9711
|
-
type: "
|
|
9710
|
+
name: "orderAddress",
|
|
9711
|
+
type: "address",
|
|
9712
9712
|
indexed: true,
|
|
9713
|
-
internalType: "
|
|
9713
|
+
internalType: "address"
|
|
9714
9714
|
},
|
|
9715
9715
|
{
|
|
9716
9716
|
name: "pool",
|
|
@@ -9724,6 +9724,12 @@ var PoolDrawResolver_default = [
|
|
|
9724
9724
|
indexed: true,
|
|
9725
9725
|
internalType: "address"
|
|
9726
9726
|
},
|
|
9727
|
+
{
|
|
9728
|
+
name: "requestHash",
|
|
9729
|
+
type: "bytes32",
|
|
9730
|
+
indexed: false,
|
|
9731
|
+
internalType: "bytes32"
|
|
9732
|
+
},
|
|
9727
9733
|
{
|
|
9728
9734
|
name: "kind",
|
|
9729
9735
|
type: "uint8",
|
|
@@ -10150,10 +10156,10 @@ var PoolResolverBase_default = [
|
|
|
10150
10156
|
name: "DrawLegExecuted",
|
|
10151
10157
|
inputs: [
|
|
10152
10158
|
{
|
|
10153
|
-
name: "
|
|
10154
|
-
type: "
|
|
10159
|
+
name: "orderAddress",
|
|
10160
|
+
type: "address",
|
|
10155
10161
|
indexed: true,
|
|
10156
|
-
internalType: "
|
|
10162
|
+
internalType: "address"
|
|
10157
10163
|
},
|
|
10158
10164
|
{
|
|
10159
10165
|
name: "pool",
|
|
@@ -10167,6 +10173,12 @@ var PoolResolverBase_default = [
|
|
|
10167
10173
|
indexed: true,
|
|
10168
10174
|
internalType: "address"
|
|
10169
10175
|
},
|
|
10176
|
+
{
|
|
10177
|
+
name: "requestHash",
|
|
10178
|
+
type: "bytes32",
|
|
10179
|
+
indexed: false,
|
|
10180
|
+
internalType: "bytes32"
|
|
10181
|
+
},
|
|
10170
10182
|
{
|
|
10171
10183
|
name: "kind",
|
|
10172
10184
|
type: "uint8",
|
|
@@ -13644,34 +13656,51 @@ var IRelayFundingPool_default = [
|
|
|
13644
13656
|
name: "debit",
|
|
13645
13657
|
inputs: [
|
|
13646
13658
|
{
|
|
13647
|
-
name: "
|
|
13648
|
-
type: "
|
|
13649
|
-
internalType: "
|
|
13650
|
-
|
|
13651
|
-
|
|
13652
|
-
|
|
13653
|
-
|
|
13654
|
-
|
|
13655
|
-
|
|
13656
|
-
|
|
13657
|
-
|
|
13658
|
-
|
|
13659
|
-
|
|
13660
|
-
|
|
13661
|
-
|
|
13662
|
-
|
|
13663
|
-
|
|
13664
|
-
|
|
13665
|
-
|
|
13666
|
-
|
|
13667
|
-
|
|
13668
|
-
|
|
13669
|
-
|
|
13659
|
+
name: "draw",
|
|
13660
|
+
type: "tuple",
|
|
13661
|
+
internalType: "struct DrawRequest",
|
|
13662
|
+
components: [
|
|
13663
|
+
{
|
|
13664
|
+
name: "account",
|
|
13665
|
+
type: "address",
|
|
13666
|
+
internalType: "address"
|
|
13667
|
+
},
|
|
13668
|
+
{
|
|
13669
|
+
name: "token",
|
|
13670
|
+
type: "address",
|
|
13671
|
+
internalType: "address"
|
|
13672
|
+
},
|
|
13673
|
+
{
|
|
13674
|
+
name: "amount",
|
|
13675
|
+
type: "uint256",
|
|
13676
|
+
internalType: "uint256"
|
|
13677
|
+
},
|
|
13678
|
+
{
|
|
13679
|
+
name: "orderAddress",
|
|
13680
|
+
type: "address",
|
|
13681
|
+
internalType: "address"
|
|
13682
|
+
},
|
|
13683
|
+
{
|
|
13684
|
+
name: "requestHash",
|
|
13685
|
+
type: "bytes32",
|
|
13686
|
+
internalType: "bytes32"
|
|
13687
|
+
},
|
|
13688
|
+
{
|
|
13689
|
+
name: "legIndex",
|
|
13690
|
+
type: "uint256",
|
|
13691
|
+
internalType: "uint256"
|
|
13692
|
+
},
|
|
13693
|
+
{
|
|
13694
|
+
name: "kind",
|
|
13695
|
+
type: "uint8",
|
|
13696
|
+
internalType: "enum DrawLegKind"
|
|
13697
|
+
}
|
|
13698
|
+
]
|
|
13670
13699
|
},
|
|
13671
13700
|
{
|
|
13672
|
-
name: "
|
|
13673
|
-
type: "
|
|
13674
|
-
internalType: "
|
|
13701
|
+
name: "authorization",
|
|
13702
|
+
type: "bytes",
|
|
13703
|
+
internalType: "bytes"
|
|
13675
13704
|
}
|
|
13676
13705
|
],
|
|
13677
13706
|
outputs: [],
|
|
@@ -13705,9 +13734,9 @@ var IRelayFundingPool_default = [
|
|
|
13705
13734
|
name: "drawRecords",
|
|
13706
13735
|
inputs: [
|
|
13707
13736
|
{
|
|
13708
|
-
name: "
|
|
13709
|
-
type: "
|
|
13710
|
-
internalType: "
|
|
13737
|
+
name: "orderAddress",
|
|
13738
|
+
type: "address",
|
|
13739
|
+
internalType: "address"
|
|
13711
13740
|
},
|
|
13712
13741
|
{
|
|
13713
13742
|
name: "account",
|
|
@@ -13729,6 +13758,37 @@ var IRelayFundingPool_default = [
|
|
|
13729
13758
|
],
|
|
13730
13759
|
stateMutability: "view"
|
|
13731
13760
|
},
|
|
13761
|
+
{
|
|
13762
|
+
type: "function",
|
|
13763
|
+
name: "hashDrawAuthorization",
|
|
13764
|
+
inputs: [
|
|
13765
|
+
{
|
|
13766
|
+
name: "authorization",
|
|
13767
|
+
type: "tuple",
|
|
13768
|
+
internalType: "struct DrawAuthorization",
|
|
13769
|
+
components: [
|
|
13770
|
+
{
|
|
13771
|
+
name: "account",
|
|
13772
|
+
type: "address",
|
|
13773
|
+
internalType: "address"
|
|
13774
|
+
},
|
|
13775
|
+
{
|
|
13776
|
+
name: "orderAddress",
|
|
13777
|
+
type: "address",
|
|
13778
|
+
internalType: "address"
|
|
13779
|
+
}
|
|
13780
|
+
]
|
|
13781
|
+
}
|
|
13782
|
+
],
|
|
13783
|
+
outputs: [
|
|
13784
|
+
{
|
|
13785
|
+
name: "digest",
|
|
13786
|
+
type: "bytes32",
|
|
13787
|
+
internalType: "bytes32"
|
|
13788
|
+
}
|
|
13789
|
+
],
|
|
13790
|
+
stateMutability: "view"
|
|
13791
|
+
},
|
|
13732
13792
|
{
|
|
13733
13793
|
type: "function",
|
|
13734
13794
|
name: "hashSponsorshipConfigUpdate",
|
|
@@ -13748,6 +13808,11 @@ var IRelayFundingPool_default = [
|
|
|
13748
13808
|
type: "address",
|
|
13749
13809
|
internalType: "address"
|
|
13750
13810
|
},
|
|
13811
|
+
{
|
|
13812
|
+
name: "authorizer",
|
|
13813
|
+
type: "address",
|
|
13814
|
+
internalType: "address"
|
|
13815
|
+
},
|
|
13751
13816
|
{
|
|
13752
13817
|
name: "perOrderCap",
|
|
13753
13818
|
type: "uint256",
|
|
@@ -13887,9 +13952,9 @@ var IRelayFundingPool_default = [
|
|
|
13887
13952
|
name: "orderDraws",
|
|
13888
13953
|
inputs: [
|
|
13889
13954
|
{
|
|
13890
|
-
name: "
|
|
13891
|
-
type: "
|
|
13892
|
-
internalType: "
|
|
13955
|
+
name: "orderAddress",
|
|
13956
|
+
type: "address",
|
|
13957
|
+
internalType: "address"
|
|
13893
13958
|
},
|
|
13894
13959
|
{
|
|
13895
13960
|
name: "account",
|
|
@@ -13916,15 +13981,25 @@ var IRelayFundingPool_default = [
|
|
|
13916
13981
|
name: "setSponsorshipConfig",
|
|
13917
13982
|
inputs: [
|
|
13918
13983
|
{
|
|
13919
|
-
name: "
|
|
13920
|
-
type: "address",
|
|
13921
|
-
internalType: "address"
|
|
13922
|
-
},
|
|
13923
|
-
{
|
|
13924
|
-
name: "config",
|
|
13984
|
+
name: "update",
|
|
13925
13985
|
type: "tuple",
|
|
13926
|
-
internalType: "struct
|
|
13986
|
+
internalType: "struct SponsorshipConfigUpdate",
|
|
13927
13987
|
components: [
|
|
13988
|
+
{
|
|
13989
|
+
name: "account",
|
|
13990
|
+
type: "address",
|
|
13991
|
+
internalType: "address"
|
|
13992
|
+
},
|
|
13993
|
+
{
|
|
13994
|
+
name: "token",
|
|
13995
|
+
type: "address",
|
|
13996
|
+
internalType: "address"
|
|
13997
|
+
},
|
|
13998
|
+
{
|
|
13999
|
+
name: "authorizer",
|
|
14000
|
+
type: "address",
|
|
14001
|
+
internalType: "address"
|
|
14002
|
+
},
|
|
13928
14003
|
{
|
|
13929
14004
|
name: "perOrderCap",
|
|
13930
14005
|
type: "uint256",
|
|
@@ -13939,8 +14014,23 @@ var IRelayFundingPool_default = [
|
|
|
13939
14014
|
name: "expiry",
|
|
13940
14015
|
type: "uint64",
|
|
13941
14016
|
internalType: "uint64"
|
|
14017
|
+
},
|
|
14018
|
+
{
|
|
14019
|
+
name: "nonce",
|
|
14020
|
+
type: "uint256",
|
|
14021
|
+
internalType: "uint256"
|
|
14022
|
+
},
|
|
14023
|
+
{
|
|
14024
|
+
name: "deadline",
|
|
14025
|
+
type: "uint256",
|
|
14026
|
+
internalType: "uint256"
|
|
13942
14027
|
}
|
|
13943
14028
|
]
|
|
14029
|
+
},
|
|
14030
|
+
{
|
|
14031
|
+
name: "signature",
|
|
14032
|
+
type: "bytes",
|
|
14033
|
+
internalType: "bytes"
|
|
13944
14034
|
}
|
|
13945
14035
|
],
|
|
13946
14036
|
outputs: [],
|
|
@@ -13951,20 +14041,15 @@ var IRelayFundingPool_default = [
|
|
|
13951
14041
|
name: "setSponsorshipConfig",
|
|
13952
14042
|
inputs: [
|
|
13953
14043
|
{
|
|
13954
|
-
name: "
|
|
14044
|
+
name: "token",
|
|
14045
|
+
type: "address",
|
|
14046
|
+
internalType: "address"
|
|
14047
|
+
},
|
|
14048
|
+
{
|
|
14049
|
+
name: "config",
|
|
13955
14050
|
type: "tuple",
|
|
13956
|
-
internalType: "struct
|
|
14051
|
+
internalType: "struct SponsorshipConfig",
|
|
13957
14052
|
components: [
|
|
13958
|
-
{
|
|
13959
|
-
name: "account",
|
|
13960
|
-
type: "address",
|
|
13961
|
-
internalType: "address"
|
|
13962
|
-
},
|
|
13963
|
-
{
|
|
13964
|
-
name: "token",
|
|
13965
|
-
type: "address",
|
|
13966
|
-
internalType: "address"
|
|
13967
|
-
},
|
|
13968
14053
|
{
|
|
13969
14054
|
name: "perOrderCap",
|
|
13970
14055
|
type: "uint256",
|
|
@@ -13975,27 +14060,17 @@ var IRelayFundingPool_default = [
|
|
|
13975
14060
|
type: "uint256",
|
|
13976
14061
|
internalType: "uint256"
|
|
13977
14062
|
},
|
|
14063
|
+
{
|
|
14064
|
+
name: "authorizer",
|
|
14065
|
+
type: "address",
|
|
14066
|
+
internalType: "address"
|
|
14067
|
+
},
|
|
13978
14068
|
{
|
|
13979
14069
|
name: "expiry",
|
|
13980
14070
|
type: "uint64",
|
|
13981
14071
|
internalType: "uint64"
|
|
13982
|
-
},
|
|
13983
|
-
{
|
|
13984
|
-
name: "nonce",
|
|
13985
|
-
type: "uint256",
|
|
13986
|
-
internalType: "uint256"
|
|
13987
|
-
},
|
|
13988
|
-
{
|
|
13989
|
-
name: "deadline",
|
|
13990
|
-
type: "uint256",
|
|
13991
|
-
internalType: "uint256"
|
|
13992
14072
|
}
|
|
13993
14073
|
]
|
|
13994
|
-
},
|
|
13995
|
-
{
|
|
13996
|
-
name: "signature",
|
|
13997
|
-
type: "bytes",
|
|
13998
|
-
internalType: "bytes"
|
|
13999
14074
|
}
|
|
14000
14075
|
],
|
|
14001
14076
|
outputs: [],
|
|
@@ -14090,6 +14165,11 @@ var IRelayFundingPool_default = [
|
|
|
14090
14165
|
type: "uint256",
|
|
14091
14166
|
internalType: "uint256"
|
|
14092
14167
|
},
|
|
14168
|
+
{
|
|
14169
|
+
name: "authorizer",
|
|
14170
|
+
type: "address",
|
|
14171
|
+
internalType: "address"
|
|
14172
|
+
},
|
|
14093
14173
|
{
|
|
14094
14174
|
name: "expiry",
|
|
14095
14175
|
type: "uint64",
|
|
@@ -14223,6 +14303,19 @@ var RelayFundingPool_default = [
|
|
|
14223
14303
|
],
|
|
14224
14304
|
stateMutability: "view"
|
|
14225
14305
|
},
|
|
14306
|
+
{
|
|
14307
|
+
type: "function",
|
|
14308
|
+
name: "DRAW_AUTHORIZATION_TYPEHASH",
|
|
14309
|
+
inputs: [],
|
|
14310
|
+
outputs: [
|
|
14311
|
+
{
|
|
14312
|
+
name: "",
|
|
14313
|
+
type: "bytes32",
|
|
14314
|
+
internalType: "bytes32"
|
|
14315
|
+
}
|
|
14316
|
+
],
|
|
14317
|
+
stateMutability: "view"
|
|
14318
|
+
},
|
|
14226
14319
|
{
|
|
14227
14320
|
type: "function",
|
|
14228
14321
|
name: "POOL_WITHDRAWAL_TYPEHASH",
|
|
@@ -14350,34 +14443,51 @@ var RelayFundingPool_default = [
|
|
|
14350
14443
|
name: "debit",
|
|
14351
14444
|
inputs: [
|
|
14352
14445
|
{
|
|
14353
|
-
name: "
|
|
14354
|
-
type: "
|
|
14355
|
-
internalType: "
|
|
14356
|
-
|
|
14357
|
-
|
|
14358
|
-
|
|
14359
|
-
|
|
14360
|
-
|
|
14361
|
-
|
|
14362
|
-
|
|
14363
|
-
|
|
14364
|
-
|
|
14365
|
-
|
|
14366
|
-
|
|
14367
|
-
|
|
14368
|
-
|
|
14369
|
-
|
|
14370
|
-
|
|
14371
|
-
|
|
14372
|
-
|
|
14373
|
-
|
|
14374
|
-
|
|
14375
|
-
|
|
14446
|
+
name: "draw",
|
|
14447
|
+
type: "tuple",
|
|
14448
|
+
internalType: "struct DrawRequest",
|
|
14449
|
+
components: [
|
|
14450
|
+
{
|
|
14451
|
+
name: "account",
|
|
14452
|
+
type: "address",
|
|
14453
|
+
internalType: "address"
|
|
14454
|
+
},
|
|
14455
|
+
{
|
|
14456
|
+
name: "token",
|
|
14457
|
+
type: "address",
|
|
14458
|
+
internalType: "address"
|
|
14459
|
+
},
|
|
14460
|
+
{
|
|
14461
|
+
name: "amount",
|
|
14462
|
+
type: "uint256",
|
|
14463
|
+
internalType: "uint256"
|
|
14464
|
+
},
|
|
14465
|
+
{
|
|
14466
|
+
name: "orderAddress",
|
|
14467
|
+
type: "address",
|
|
14468
|
+
internalType: "address"
|
|
14469
|
+
},
|
|
14470
|
+
{
|
|
14471
|
+
name: "requestHash",
|
|
14472
|
+
type: "bytes32",
|
|
14473
|
+
internalType: "bytes32"
|
|
14474
|
+
},
|
|
14475
|
+
{
|
|
14476
|
+
name: "legIndex",
|
|
14477
|
+
type: "uint256",
|
|
14478
|
+
internalType: "uint256"
|
|
14479
|
+
},
|
|
14480
|
+
{
|
|
14481
|
+
name: "kind",
|
|
14482
|
+
type: "uint8",
|
|
14483
|
+
internalType: "enum DrawLegKind"
|
|
14484
|
+
}
|
|
14485
|
+
]
|
|
14376
14486
|
},
|
|
14377
14487
|
{
|
|
14378
|
-
name: "
|
|
14379
|
-
type: "
|
|
14380
|
-
internalType: "
|
|
14488
|
+
name: "authorization",
|
|
14489
|
+
type: "bytes",
|
|
14490
|
+
internalType: "bytes"
|
|
14381
14491
|
}
|
|
14382
14492
|
],
|
|
14383
14493
|
outputs: [],
|
|
@@ -14411,9 +14521,9 @@ var RelayFundingPool_default = [
|
|
|
14411
14521
|
name: "drawRecords",
|
|
14412
14522
|
inputs: [
|
|
14413
14523
|
{
|
|
14414
|
-
name: "
|
|
14415
|
-
type: "
|
|
14416
|
-
internalType: "
|
|
14524
|
+
name: "orderAddress",
|
|
14525
|
+
type: "address",
|
|
14526
|
+
internalType: "address"
|
|
14417
14527
|
},
|
|
14418
14528
|
{
|
|
14419
14529
|
name: "account",
|
|
@@ -14539,6 +14649,37 @@ var RelayFundingPool_default = [
|
|
|
14539
14649
|
],
|
|
14540
14650
|
stateMutability: "view"
|
|
14541
14651
|
},
|
|
14652
|
+
{
|
|
14653
|
+
type: "function",
|
|
14654
|
+
name: "hashDrawAuthorization",
|
|
14655
|
+
inputs: [
|
|
14656
|
+
{
|
|
14657
|
+
name: "authorization",
|
|
14658
|
+
type: "tuple",
|
|
14659
|
+
internalType: "struct DrawAuthorization",
|
|
14660
|
+
components: [
|
|
14661
|
+
{
|
|
14662
|
+
name: "account",
|
|
14663
|
+
type: "address",
|
|
14664
|
+
internalType: "address"
|
|
14665
|
+
},
|
|
14666
|
+
{
|
|
14667
|
+
name: "orderAddress",
|
|
14668
|
+
type: "address",
|
|
14669
|
+
internalType: "address"
|
|
14670
|
+
}
|
|
14671
|
+
]
|
|
14672
|
+
}
|
|
14673
|
+
],
|
|
14674
|
+
outputs: [
|
|
14675
|
+
{
|
|
14676
|
+
name: "digest",
|
|
14677
|
+
type: "bytes32",
|
|
14678
|
+
internalType: "bytes32"
|
|
14679
|
+
}
|
|
14680
|
+
],
|
|
14681
|
+
stateMutability: "view"
|
|
14682
|
+
},
|
|
14542
14683
|
{
|
|
14543
14684
|
type: "function",
|
|
14544
14685
|
name: "hashSponsorshipConfigUpdate",
|
|
@@ -14558,6 +14699,11 @@ var RelayFundingPool_default = [
|
|
|
14558
14699
|
type: "address",
|
|
14559
14700
|
internalType: "address"
|
|
14560
14701
|
},
|
|
14702
|
+
{
|
|
14703
|
+
name: "authorizer",
|
|
14704
|
+
type: "address",
|
|
14705
|
+
internalType: "address"
|
|
14706
|
+
},
|
|
14561
14707
|
{
|
|
14562
14708
|
name: "perOrderCap",
|
|
14563
14709
|
type: "uint256",
|
|
@@ -14697,9 +14843,9 @@ var RelayFundingPool_default = [
|
|
|
14697
14843
|
name: "orderDraws",
|
|
14698
14844
|
inputs: [
|
|
14699
14845
|
{
|
|
14700
|
-
name: "
|
|
14701
|
-
type: "
|
|
14702
|
-
internalType: "
|
|
14846
|
+
name: "orderAddress",
|
|
14847
|
+
type: "address",
|
|
14848
|
+
internalType: "address"
|
|
14703
14849
|
},
|
|
14704
14850
|
{
|
|
14705
14851
|
name: "account",
|
|
@@ -14782,15 +14928,25 @@ var RelayFundingPool_default = [
|
|
|
14782
14928
|
name: "setSponsorshipConfig",
|
|
14783
14929
|
inputs: [
|
|
14784
14930
|
{
|
|
14785
|
-
name: "
|
|
14786
|
-
type: "address",
|
|
14787
|
-
internalType: "address"
|
|
14788
|
-
},
|
|
14789
|
-
{
|
|
14790
|
-
name: "config",
|
|
14931
|
+
name: "update",
|
|
14791
14932
|
type: "tuple",
|
|
14792
|
-
internalType: "struct
|
|
14933
|
+
internalType: "struct SponsorshipConfigUpdate",
|
|
14793
14934
|
components: [
|
|
14935
|
+
{
|
|
14936
|
+
name: "account",
|
|
14937
|
+
type: "address",
|
|
14938
|
+
internalType: "address"
|
|
14939
|
+
},
|
|
14940
|
+
{
|
|
14941
|
+
name: "token",
|
|
14942
|
+
type: "address",
|
|
14943
|
+
internalType: "address"
|
|
14944
|
+
},
|
|
14945
|
+
{
|
|
14946
|
+
name: "authorizer",
|
|
14947
|
+
type: "address",
|
|
14948
|
+
internalType: "address"
|
|
14949
|
+
},
|
|
14794
14950
|
{
|
|
14795
14951
|
name: "perOrderCap",
|
|
14796
14952
|
type: "uint256",
|
|
@@ -14805,8 +14961,23 @@ var RelayFundingPool_default = [
|
|
|
14805
14961
|
name: "expiry",
|
|
14806
14962
|
type: "uint64",
|
|
14807
14963
|
internalType: "uint64"
|
|
14964
|
+
},
|
|
14965
|
+
{
|
|
14966
|
+
name: "nonce",
|
|
14967
|
+
type: "uint256",
|
|
14968
|
+
internalType: "uint256"
|
|
14969
|
+
},
|
|
14970
|
+
{
|
|
14971
|
+
name: "deadline",
|
|
14972
|
+
type: "uint256",
|
|
14973
|
+
internalType: "uint256"
|
|
14808
14974
|
}
|
|
14809
14975
|
]
|
|
14976
|
+
},
|
|
14977
|
+
{
|
|
14978
|
+
name: "signature",
|
|
14979
|
+
type: "bytes",
|
|
14980
|
+
internalType: "bytes"
|
|
14810
14981
|
}
|
|
14811
14982
|
],
|
|
14812
14983
|
outputs: [],
|
|
@@ -14817,20 +14988,15 @@ var RelayFundingPool_default = [
|
|
|
14817
14988
|
name: "setSponsorshipConfig",
|
|
14818
14989
|
inputs: [
|
|
14819
14990
|
{
|
|
14820
|
-
name: "
|
|
14991
|
+
name: "token",
|
|
14992
|
+
type: "address",
|
|
14993
|
+
internalType: "address"
|
|
14994
|
+
},
|
|
14995
|
+
{
|
|
14996
|
+
name: "config",
|
|
14821
14997
|
type: "tuple",
|
|
14822
|
-
internalType: "struct
|
|
14998
|
+
internalType: "struct SponsorshipConfig",
|
|
14823
14999
|
components: [
|
|
14824
|
-
{
|
|
14825
|
-
name: "account",
|
|
14826
|
-
type: "address",
|
|
14827
|
-
internalType: "address"
|
|
14828
|
-
},
|
|
14829
|
-
{
|
|
14830
|
-
name: "token",
|
|
14831
|
-
type: "address",
|
|
14832
|
-
internalType: "address"
|
|
14833
|
-
},
|
|
14834
15000
|
{
|
|
14835
15001
|
name: "perOrderCap",
|
|
14836
15002
|
type: "uint256",
|
|
@@ -14841,27 +15007,17 @@ var RelayFundingPool_default = [
|
|
|
14841
15007
|
type: "uint256",
|
|
14842
15008
|
internalType: "uint256"
|
|
14843
15009
|
},
|
|
15010
|
+
{
|
|
15011
|
+
name: "authorizer",
|
|
15012
|
+
type: "address",
|
|
15013
|
+
internalType: "address"
|
|
15014
|
+
},
|
|
14844
15015
|
{
|
|
14845
15016
|
name: "expiry",
|
|
14846
15017
|
type: "uint64",
|
|
14847
15018
|
internalType: "uint64"
|
|
14848
|
-
},
|
|
14849
|
-
{
|
|
14850
|
-
name: "nonce",
|
|
14851
|
-
type: "uint256",
|
|
14852
|
-
internalType: "uint256"
|
|
14853
|
-
},
|
|
14854
|
-
{
|
|
14855
|
-
name: "deadline",
|
|
14856
|
-
type: "uint256",
|
|
14857
|
-
internalType: "uint256"
|
|
14858
15019
|
}
|
|
14859
15020
|
]
|
|
14860
|
-
},
|
|
14861
|
-
{
|
|
14862
|
-
name: "signature",
|
|
14863
|
-
type: "bytes",
|
|
14864
|
-
internalType: "bytes"
|
|
14865
15021
|
}
|
|
14866
15022
|
],
|
|
14867
15023
|
outputs: [],
|
|
@@ -14956,6 +15112,11 @@ var RelayFundingPool_default = [
|
|
|
14956
15112
|
type: "uint256",
|
|
14957
15113
|
internalType: "uint256"
|
|
14958
15114
|
},
|
|
15115
|
+
{
|
|
15116
|
+
name: "authorizer",
|
|
15117
|
+
type: "address",
|
|
15118
|
+
internalType: "address"
|
|
15119
|
+
},
|
|
14959
15120
|
{
|
|
14960
15121
|
name: "expiry",
|
|
14961
15122
|
type: "uint64",
|
|
@@ -15214,10 +15375,10 @@ var RelayFundingPool_default = [
|
|
|
15214
15375
|
name: "Drawn",
|
|
15215
15376
|
inputs: [
|
|
15216
15377
|
{
|
|
15217
|
-
name: "
|
|
15218
|
-
type: "
|
|
15378
|
+
name: "orderAddress",
|
|
15379
|
+
type: "address",
|
|
15219
15380
|
indexed: true,
|
|
15220
|
-
internalType: "
|
|
15381
|
+
internalType: "address"
|
|
15221
15382
|
},
|
|
15222
15383
|
{
|
|
15223
15384
|
name: "account",
|
|
@@ -15231,6 +15392,12 @@ var RelayFundingPool_default = [
|
|
|
15231
15392
|
indexed: true,
|
|
15232
15393
|
internalType: "address"
|
|
15233
15394
|
},
|
|
15395
|
+
{
|
|
15396
|
+
name: "requestHash",
|
|
15397
|
+
type: "bytes32",
|
|
15398
|
+
indexed: false,
|
|
15399
|
+
internalType: "bytes32"
|
|
15400
|
+
},
|
|
15234
15401
|
{
|
|
15235
15402
|
name: "resolver",
|
|
15236
15403
|
type: "address",
|
|
@@ -15368,6 +15535,12 @@ var RelayFundingPool_default = [
|
|
|
15368
15535
|
indexed: true,
|
|
15369
15536
|
internalType: "address"
|
|
15370
15537
|
},
|
|
15538
|
+
{
|
|
15539
|
+
name: "authorizer",
|
|
15540
|
+
type: "address",
|
|
15541
|
+
indexed: false,
|
|
15542
|
+
internalType: "address"
|
|
15543
|
+
},
|
|
15371
15544
|
{
|
|
15372
15545
|
name: "perOrderCap",
|
|
15373
15546
|
type: "uint256",
|
|
@@ -15484,9 +15657,9 @@ var RelayFundingPool_default = [
|
|
|
15484
15657
|
name: "AlreadyDrawn",
|
|
15485
15658
|
inputs: [
|
|
15486
15659
|
{
|
|
15487
|
-
name: "
|
|
15488
|
-
type: "
|
|
15489
|
-
internalType: "
|
|
15660
|
+
name: "orderAddress",
|
|
15661
|
+
type: "address",
|
|
15662
|
+
internalType: "address"
|
|
15490
15663
|
},
|
|
15491
15664
|
{
|
|
15492
15665
|
name: "account",
|
|
@@ -15562,6 +15735,27 @@ var RelayFundingPool_default = [
|
|
|
15562
15735
|
}
|
|
15563
15736
|
]
|
|
15564
15737
|
},
|
|
15738
|
+
{
|
|
15739
|
+
type: "error",
|
|
15740
|
+
name: "InvalidDrawAuthorization",
|
|
15741
|
+
inputs: [
|
|
15742
|
+
{
|
|
15743
|
+
name: "account",
|
|
15744
|
+
type: "address",
|
|
15745
|
+
internalType: "address"
|
|
15746
|
+
},
|
|
15747
|
+
{
|
|
15748
|
+
name: "authorizer",
|
|
15749
|
+
type: "address",
|
|
15750
|
+
internalType: "address"
|
|
15751
|
+
},
|
|
15752
|
+
{
|
|
15753
|
+
name: "orderAddress",
|
|
15754
|
+
type: "address",
|
|
15755
|
+
internalType: "address"
|
|
15756
|
+
}
|
|
15757
|
+
]
|
|
15758
|
+
},
|
|
15565
15759
|
{
|
|
15566
15760
|
type: "error",
|
|
15567
15761
|
name: "InvalidShortString",
|
|
@@ -15589,6 +15783,22 @@ var RelayFundingPool_default = [
|
|
|
15589
15783
|
}
|
|
15590
15784
|
]
|
|
15591
15785
|
},
|
|
15786
|
+
{
|
|
15787
|
+
type: "error",
|
|
15788
|
+
name: "NoAuthorizer",
|
|
15789
|
+
inputs: [
|
|
15790
|
+
{
|
|
15791
|
+
name: "account",
|
|
15792
|
+
type: "address",
|
|
15793
|
+
internalType: "address"
|
|
15794
|
+
},
|
|
15795
|
+
{
|
|
15796
|
+
name: "token",
|
|
15797
|
+
type: "address",
|
|
15798
|
+
internalType: "address"
|
|
15799
|
+
}
|
|
15800
|
+
]
|
|
15801
|
+
},
|
|
15592
15802
|
{
|
|
15593
15803
|
type: "error",
|
|
15594
15804
|
name: "PerOrderCapExceeded",
|
|
@@ -15752,7 +15962,7 @@ var RelayFundingPoolFactory_default = [
|
|
|
15752
15962
|
name: "deployPool",
|
|
15753
15963
|
inputs: [
|
|
15754
15964
|
{
|
|
15755
|
-
name: "
|
|
15965
|
+
name: "salt",
|
|
15756
15966
|
type: "bytes32",
|
|
15757
15967
|
internalType: "bytes32"
|
|
15758
15968
|
},
|
|
@@ -15800,41 +16010,12 @@ var RelayFundingPoolFactory_default = [
|
|
|
15800
16010
|
],
|
|
15801
16011
|
stateMutability: "view"
|
|
15802
16012
|
},
|
|
15803
|
-
{
|
|
15804
|
-
type: "function",
|
|
15805
|
-
name: "poolSalt",
|
|
15806
|
-
inputs: [
|
|
15807
|
-
{
|
|
15808
|
-
name: "deployer",
|
|
15809
|
-
type: "address",
|
|
15810
|
-
internalType: "address"
|
|
15811
|
-
},
|
|
15812
|
-
{
|
|
15813
|
-
name: "userSalt",
|
|
15814
|
-
type: "bytes32",
|
|
15815
|
-
internalType: "bytes32"
|
|
15816
|
-
}
|
|
15817
|
-
],
|
|
15818
|
-
outputs: [
|
|
15819
|
-
{
|
|
15820
|
-
name: "salt",
|
|
15821
|
-
type: "bytes32",
|
|
15822
|
-
internalType: "bytes32"
|
|
15823
|
-
}
|
|
15824
|
-
],
|
|
15825
|
-
stateMutability: "pure"
|
|
15826
|
-
},
|
|
15827
16013
|
{
|
|
15828
16014
|
type: "function",
|
|
15829
16015
|
name: "predictPoolAddress",
|
|
15830
16016
|
inputs: [
|
|
15831
16017
|
{
|
|
15832
|
-
name: "
|
|
15833
|
-
type: "address",
|
|
15834
|
-
internalType: "address"
|
|
15835
|
-
},
|
|
15836
|
-
{
|
|
15837
|
-
name: "userSalt",
|
|
16018
|
+
name: "salt",
|
|
15838
16019
|
type: "bytes32",
|
|
15839
16020
|
internalType: "bytes32"
|
|
15840
16021
|
},
|
|
@@ -15880,7 +16061,7 @@ var RelayFundingPoolFactory_default = [
|
|
|
15880
16061
|
internalType: "address"
|
|
15881
16062
|
},
|
|
15882
16063
|
{
|
|
15883
|
-
name: "
|
|
16064
|
+
name: "salt",
|
|
15884
16065
|
type: "bytes32",
|
|
15885
16066
|
indexed: true,
|
|
15886
16067
|
internalType: "bytes32"
|