@verified-network/verified-sdk 1.2.5 → 1.2.7
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/abi/assetmanager/balancer/MarginIssueManager.json +11 -3
- package/dist/abi/assetmanager/balancer/PrimaryIssueManager.json +5 -387
- package/dist/abi/assetmanager/balancer/SecondaryIssueManager.json +5 -215
- package/dist/abi/distribution/Distribution.json +5 -88
- package/dist/abi/payments/Bond.json +24511 -18066
- package/dist/abi/payments/Cash.json +26538 -27360
- package/dist/abi/payments/Factory.json +4279 -4152
- package/dist/abi/payments/Rates.json +693 -701
- package/dist/abi/payments/Token.json +1870 -1341
- package/dist/contract/factory/index.js +11 -0
- package/dist/contract/loans/compound/index.js +68 -0
- package/dist/contractAddress/index.js +26 -18
- package/dist/index.js +3 -1
- package/package.json +1 -1
|
@@ -191,7 +191,8 @@
|
|
|
191
191
|
}
|
|
192
192
|
],
|
|
193
193
|
"stateMutability": "view",
|
|
194
|
-
"type": "function"
|
|
194
|
+
"type": "function",
|
|
195
|
+
"constant": true
|
|
195
196
|
},
|
|
196
197
|
{
|
|
197
198
|
"inputs": [],
|
|
@@ -54168,9 +54169,16 @@
|
|
|
54168
54169
|
"name": "solc",
|
|
54169
54170
|
"version": "0.7.1+commit.f4a555be.Emscripten.clang"
|
|
54170
54171
|
},
|
|
54171
|
-
"networks": {
|
|
54172
|
+
"networks": {
|
|
54173
|
+
"5": {
|
|
54174
|
+
"events": {},
|
|
54175
|
+
"links": {},
|
|
54176
|
+
"address": "0x64Ba97dC2f89c121B4248Df4C4F077E50E8FA96b",
|
|
54177
|
+
"transactionHash": "0x9c397f79f7da36773ae9bedaa12807ba44e622eb8da4fb4b74f3a76b2d6a153d"
|
|
54178
|
+
}
|
|
54179
|
+
},
|
|
54172
54180
|
"schemaVersion": "3.4.3",
|
|
54173
|
-
"updatedAt": "2023-07-
|
|
54181
|
+
"updatedAt": "2023-07-17T05:27:02.497Z",
|
|
54174
54182
|
"networkType": "ethereum",
|
|
54175
54183
|
"devdoc": {
|
|
54176
54184
|
"kind": "dev",
|
|
@@ -78853,397 +78853,15 @@
|
|
|
78853
78853
|
"version": "0.7.1+commit.f4a555be.Emscripten.clang"
|
|
78854
78854
|
},
|
|
78855
78855
|
"networks": {
|
|
78856
|
-
"
|
|
78857
|
-
"events": {
|
|
78858
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0": {
|
|
78859
|
-
"anonymous": false,
|
|
78860
|
-
"inputs": [
|
|
78861
|
-
{
|
|
78862
|
-
"indexed": true,
|
|
78863
|
-
"internalType": "address",
|
|
78864
|
-
"name": "previousOwner",
|
|
78865
|
-
"type": "address"
|
|
78866
|
-
},
|
|
78867
|
-
{
|
|
78868
|
-
"indexed": true,
|
|
78869
|
-
"internalType": "address",
|
|
78870
|
-
"name": "newOwner",
|
|
78871
|
-
"type": "address"
|
|
78872
|
-
}
|
|
78873
|
-
],
|
|
78874
|
-
"name": "OwnershipTransferred",
|
|
78875
|
-
"type": "event"
|
|
78876
|
-
},
|
|
78877
|
-
"0x4bbb221ed2740b5d1fde83b4f627802ff5462a27e60c2edff0b88fdb1ea9b284": {
|
|
78878
|
-
"anonymous": false,
|
|
78879
|
-
"inputs": [
|
|
78880
|
-
{
|
|
78881
|
-
"indexed": true,
|
|
78882
|
-
"internalType": "bytes32",
|
|
78883
|
-
"name": "poolId",
|
|
78884
|
-
"type": "bytes32"
|
|
78885
|
-
},
|
|
78886
|
-
{
|
|
78887
|
-
"indexed": false,
|
|
78888
|
-
"internalType": "address",
|
|
78889
|
-
"name": "investor",
|
|
78890
|
-
"type": "address"
|
|
78891
|
-
},
|
|
78892
|
-
{
|
|
78893
|
-
"indexed": false,
|
|
78894
|
-
"internalType": "address",
|
|
78895
|
-
"name": "security",
|
|
78896
|
-
"type": "address"
|
|
78897
|
-
},
|
|
78898
|
-
{
|
|
78899
|
-
"indexed": false,
|
|
78900
|
-
"internalType": "uint256",
|
|
78901
|
-
"name": "securitySubscription",
|
|
78902
|
-
"type": "uint256"
|
|
78903
|
-
},
|
|
78904
|
-
{
|
|
78905
|
-
"indexed": false,
|
|
78906
|
-
"internalType": "address",
|
|
78907
|
-
"name": "currency",
|
|
78908
|
-
"type": "address"
|
|
78909
|
-
},
|
|
78910
|
-
{
|
|
78911
|
-
"indexed": false,
|
|
78912
|
-
"internalType": "uint256",
|
|
78913
|
-
"name": "allotedAmount",
|
|
78914
|
-
"type": "uint256"
|
|
78915
|
-
},
|
|
78916
|
-
{
|
|
78917
|
-
"indexed": false,
|
|
78918
|
-
"internalType": "uint256",
|
|
78919
|
-
"name": "timestamp",
|
|
78920
|
-
"type": "uint256"
|
|
78921
|
-
}
|
|
78922
|
-
],
|
|
78923
|
-
"name": "allotments",
|
|
78924
|
-
"type": "event"
|
|
78925
|
-
},
|
|
78926
|
-
"0x56eadf552f1d54f8f73fbbf801097c1c4d7bb3d77d5ac2bebfd0a8151642d55a": {
|
|
78927
|
-
"anonymous": false,
|
|
78928
|
-
"inputs": [
|
|
78929
|
-
{
|
|
78930
|
-
"indexed": true,
|
|
78931
|
-
"internalType": "bytes32",
|
|
78932
|
-
"name": "poolId",
|
|
78933
|
-
"type": "bytes32"
|
|
78934
|
-
},
|
|
78935
|
-
{
|
|
78936
|
-
"indexed": false,
|
|
78937
|
-
"internalType": "address",
|
|
78938
|
-
"name": "security",
|
|
78939
|
-
"type": "address"
|
|
78940
|
-
},
|
|
78941
|
-
{
|
|
78942
|
-
"indexed": false,
|
|
78943
|
-
"internalType": "uint256",
|
|
78944
|
-
"name": "timestamp",
|
|
78945
|
-
"type": "uint256"
|
|
78946
|
-
}
|
|
78947
|
-
],
|
|
78948
|
-
"name": "closures",
|
|
78949
|
-
"type": "event"
|
|
78950
|
-
},
|
|
78951
|
-
"0xeaad90c8664cdf61d60bd7ba6745a881fd1c38d9f4ff0b373b4365cdeeb0f9e8": {
|
|
78952
|
-
"anonymous": false,
|
|
78953
|
-
"inputs": [
|
|
78954
|
-
{
|
|
78955
|
-
"indexed": true,
|
|
78956
|
-
"internalType": "address",
|
|
78957
|
-
"name": "platform",
|
|
78958
|
-
"type": "address"
|
|
78959
|
-
},
|
|
78960
|
-
{
|
|
78961
|
-
"indexed": false,
|
|
78962
|
-
"internalType": "uint256",
|
|
78963
|
-
"name": "collection",
|
|
78964
|
-
"type": "uint256"
|
|
78965
|
-
},
|
|
78966
|
-
{
|
|
78967
|
-
"indexed": false,
|
|
78968
|
-
"internalType": "uint256",
|
|
78969
|
-
"name": "timestamp",
|
|
78970
|
-
"type": "uint256"
|
|
78971
|
-
}
|
|
78972
|
-
],
|
|
78973
|
-
"name": "feecollection",
|
|
78974
|
-
"type": "event"
|
|
78975
|
-
},
|
|
78976
|
-
"0x9426088b1d278a7af8f917da4fae1aa63b954ba475dd3b6ba9c6539508c29d7c": {
|
|
78977
|
-
"anonymous": false,
|
|
78978
|
-
"inputs": [
|
|
78979
|
-
{
|
|
78980
|
-
"indexed": true,
|
|
78981
|
-
"internalType": "address",
|
|
78982
|
-
"name": "security",
|
|
78983
|
-
"type": "address"
|
|
78984
|
-
},
|
|
78985
|
-
{
|
|
78986
|
-
"indexed": false,
|
|
78987
|
-
"internalType": "address",
|
|
78988
|
-
"name": "platform",
|
|
78989
|
-
"type": "address"
|
|
78990
|
-
},
|
|
78991
|
-
{
|
|
78992
|
-
"indexed": false,
|
|
78993
|
-
"internalType": "address",
|
|
78994
|
-
"name": "provider",
|
|
78995
|
-
"type": "address"
|
|
78996
|
-
},
|
|
78997
|
-
{
|
|
78998
|
-
"indexed": false,
|
|
78999
|
-
"internalType": "address",
|
|
79000
|
-
"name": "currency",
|
|
79001
|
-
"type": "address"
|
|
79002
|
-
},
|
|
79003
|
-
{
|
|
79004
|
-
"indexed": false,
|
|
79005
|
-
"internalType": "uint256",
|
|
79006
|
-
"name": "tokenOffered",
|
|
79007
|
-
"type": "uint256"
|
|
79008
|
-
},
|
|
79009
|
-
{
|
|
79010
|
-
"indexed": false,
|
|
79011
|
-
"internalType": "uint256",
|
|
79012
|
-
"name": "underwritten",
|
|
79013
|
-
"type": "uint256"
|
|
79014
|
-
},
|
|
79015
|
-
{
|
|
79016
|
-
"indexed": false,
|
|
79017
|
-
"internalType": "uint256",
|
|
79018
|
-
"name": "earnings",
|
|
79019
|
-
"type": "uint256"
|
|
79020
|
-
}
|
|
79021
|
-
],
|
|
79022
|
-
"name": "marketmakers",
|
|
79023
|
-
"type": "event"
|
|
79024
|
-
},
|
|
79025
|
-
"0x647111dfd26aa614f3a039ffe52dcfcd383ba2900b9ed21cde54b318f92707a7": {
|
|
79026
|
-
"anonymous": false,
|
|
79027
|
-
"inputs": [
|
|
79028
|
-
{
|
|
79029
|
-
"indexed": false,
|
|
79030
|
-
"internalType": "address",
|
|
79031
|
-
"name": "party",
|
|
79032
|
-
"type": "address"
|
|
79033
|
-
},
|
|
79034
|
-
{
|
|
79035
|
-
"indexed": true,
|
|
79036
|
-
"internalType": "address",
|
|
79037
|
-
"name": "offered",
|
|
79038
|
-
"type": "address"
|
|
79039
|
-
},
|
|
79040
|
-
{
|
|
79041
|
-
"indexed": false,
|
|
79042
|
-
"internalType": "uint256",
|
|
79043
|
-
"name": "amountOffered",
|
|
79044
|
-
"type": "uint256"
|
|
79045
|
-
},
|
|
79046
|
-
{
|
|
79047
|
-
"indexed": false,
|
|
79048
|
-
"internalType": "address",
|
|
79049
|
-
"name": "tomatch",
|
|
79050
|
-
"type": "address"
|
|
79051
|
-
},
|
|
79052
|
-
{
|
|
79053
|
-
"indexed": false,
|
|
79054
|
-
"internalType": "uint256",
|
|
79055
|
-
"name": "amountDesired",
|
|
79056
|
-
"type": "uint256"
|
|
79057
|
-
},
|
|
79058
|
-
{
|
|
79059
|
-
"indexed": false,
|
|
79060
|
-
"internalType": "uint256",
|
|
79061
|
-
"name": "minAmount",
|
|
79062
|
-
"type": "uint256"
|
|
79063
|
-
},
|
|
79064
|
-
{
|
|
79065
|
-
"indexed": false,
|
|
79066
|
-
"internalType": "bytes32",
|
|
79067
|
-
"name": "isin",
|
|
79068
|
-
"type": "bytes32"
|
|
79069
|
-
},
|
|
79070
|
-
{
|
|
79071
|
-
"indexed": false,
|
|
79072
|
-
"internalType": "uint256",
|
|
79073
|
-
"name": "minimumOrderSize",
|
|
79074
|
-
"type": "uint256"
|
|
79075
|
-
},
|
|
79076
|
-
{
|
|
79077
|
-
"indexed": false,
|
|
79078
|
-
"internalType": "string",
|
|
79079
|
-
"name": "offeringDocs",
|
|
79080
|
-
"type": "string"
|
|
79081
|
-
}
|
|
79082
|
-
],
|
|
79083
|
-
"name": "offers",
|
|
79084
|
-
"type": "event"
|
|
79085
|
-
},
|
|
79086
|
-
"0xbd39de70db9f51c606065fcb0157b3d97984d1ec579fa55b555e78eb8460af7e": {
|
|
79087
|
-
"anonymous": false,
|
|
79088
|
-
"inputs": [
|
|
79089
|
-
{
|
|
79090
|
-
"indexed": true,
|
|
79091
|
-
"internalType": "bytes32",
|
|
79092
|
-
"name": "poolId",
|
|
79093
|
-
"type": "bytes32"
|
|
79094
|
-
},
|
|
79095
|
-
{
|
|
79096
|
-
"indexed": false,
|
|
79097
|
-
"internalType": "address",
|
|
79098
|
-
"name": "investor",
|
|
79099
|
-
"type": "address"
|
|
79100
|
-
},
|
|
79101
|
-
{
|
|
79102
|
-
"indexed": false,
|
|
79103
|
-
"internalType": "address",
|
|
79104
|
-
"name": "security",
|
|
79105
|
-
"type": "address"
|
|
79106
|
-
},
|
|
79107
|
-
{
|
|
79108
|
-
"indexed": false,
|
|
79109
|
-
"internalType": "uint256",
|
|
79110
|
-
"name": "securitySubscription",
|
|
79111
|
-
"type": "uint256"
|
|
79112
|
-
},
|
|
79113
|
-
{
|
|
79114
|
-
"indexed": false,
|
|
79115
|
-
"internalType": "address",
|
|
79116
|
-
"name": "currency",
|
|
79117
|
-
"type": "address"
|
|
79118
|
-
},
|
|
79119
|
-
{
|
|
79120
|
-
"indexed": false,
|
|
79121
|
-
"internalType": "uint256",
|
|
79122
|
-
"name": "refundAmount",
|
|
79123
|
-
"type": "uint256"
|
|
79124
|
-
},
|
|
79125
|
-
{
|
|
79126
|
-
"indexed": false,
|
|
79127
|
-
"internalType": "uint256",
|
|
79128
|
-
"name": "timestamp",
|
|
79129
|
-
"type": "uint256"
|
|
79130
|
-
}
|
|
79131
|
-
],
|
|
79132
|
-
"name": "refunds",
|
|
79133
|
-
"type": "event"
|
|
79134
|
-
},
|
|
79135
|
-
"0x5c520d8718b066e97bb13ab129eea39c9edcbf16de59770e2e191bc2421070b8": {
|
|
79136
|
-
"anonymous": false,
|
|
79137
|
-
"inputs": [
|
|
79138
|
-
{
|
|
79139
|
-
"indexed": true,
|
|
79140
|
-
"internalType": "bytes32",
|
|
79141
|
-
"name": "poolId",
|
|
79142
|
-
"type": "bytes32"
|
|
79143
|
-
},
|
|
79144
|
-
{
|
|
79145
|
-
"indexed": false,
|
|
79146
|
-
"internalType": "address",
|
|
79147
|
-
"name": "security",
|
|
79148
|
-
"type": "address"
|
|
79149
|
-
},
|
|
79150
|
-
{
|
|
79151
|
-
"indexed": false,
|
|
79152
|
-
"internalType": "address",
|
|
79153
|
-
"name": "currency",
|
|
79154
|
-
"type": "address"
|
|
79155
|
-
},
|
|
79156
|
-
{
|
|
79157
|
-
"indexed": false,
|
|
79158
|
-
"internalType": "address",
|
|
79159
|
-
"name": "liquidityProvider",
|
|
79160
|
-
"type": "address"
|
|
79161
|
-
},
|
|
79162
|
-
{
|
|
79163
|
-
"indexed": false,
|
|
79164
|
-
"internalType": "uint256",
|
|
79165
|
-
"name": "underwritingFee",
|
|
79166
|
-
"type": "uint256"
|
|
79167
|
-
},
|
|
79168
|
-
{
|
|
79169
|
-
"indexed": false,
|
|
79170
|
-
"internalType": "address",
|
|
79171
|
-
"name": "issuer",
|
|
79172
|
-
"type": "address"
|
|
79173
|
-
},
|
|
79174
|
-
{
|
|
79175
|
-
"indexed": false,
|
|
79176
|
-
"internalType": "uint256",
|
|
79177
|
-
"name": "subscription",
|
|
79178
|
-
"type": "uint256"
|
|
79179
|
-
}
|
|
79180
|
-
],
|
|
79181
|
-
"name": "settlements",
|
|
79182
|
-
"type": "event"
|
|
79183
|
-
},
|
|
79184
|
-
"0x03e4d401f7446bde326c5951f40797b975fbe06e73f36b2a41646ea680cc40f2": {
|
|
79185
|
-
"anonymous": false,
|
|
79186
|
-
"inputs": [
|
|
79187
|
-
{
|
|
79188
|
-
"indexed": true,
|
|
79189
|
-
"internalType": "address",
|
|
79190
|
-
"name": "security",
|
|
79191
|
-
"type": "address"
|
|
79192
|
-
},
|
|
79193
|
-
{
|
|
79194
|
-
"indexed": false,
|
|
79195
|
-
"internalType": "bytes32",
|
|
79196
|
-
"name": "poolId",
|
|
79197
|
-
"type": "bytes32"
|
|
79198
|
-
},
|
|
79199
|
-
{
|
|
79200
|
-
"indexed": false,
|
|
79201
|
-
"internalType": "address",
|
|
79202
|
-
"name": "investor",
|
|
79203
|
-
"type": "address"
|
|
79204
|
-
},
|
|
79205
|
-
{
|
|
79206
|
-
"indexed": false,
|
|
79207
|
-
"internalType": "address",
|
|
79208
|
-
"name": "currency",
|
|
79209
|
-
"type": "address"
|
|
79210
|
-
},
|
|
79211
|
-
{
|
|
79212
|
-
"indexed": false,
|
|
79213
|
-
"internalType": "uint256",
|
|
79214
|
-
"name": "cashSwapped",
|
|
79215
|
-
"type": "uint256"
|
|
79216
|
-
},
|
|
79217
|
-
{
|
|
79218
|
-
"indexed": false,
|
|
79219
|
-
"internalType": "uint256",
|
|
79220
|
-
"name": "securitySwapped",
|
|
79221
|
-
"type": "uint256"
|
|
79222
|
-
},
|
|
79223
|
-
{
|
|
79224
|
-
"indexed": false,
|
|
79225
|
-
"internalType": "uint256",
|
|
79226
|
-
"name": "timestamp",
|
|
79227
|
-
"type": "uint256"
|
|
79228
|
-
},
|
|
79229
|
-
{
|
|
79230
|
-
"indexed": false,
|
|
79231
|
-
"internalType": "bool",
|
|
79232
|
-
"name": "subscription",
|
|
79233
|
-
"type": "bool"
|
|
79234
|
-
}
|
|
79235
|
-
],
|
|
79236
|
-
"name": "subscribers",
|
|
79237
|
-
"type": "event"
|
|
79238
|
-
}
|
|
79239
|
-
},
|
|
78856
|
+
"5": {
|
|
78857
|
+
"events": {},
|
|
79240
78858
|
"links": {},
|
|
79241
|
-
"address": "
|
|
79242
|
-
"transactionHash": "
|
|
78859
|
+
"address": "0x63D95635938857Ad202f0684dfd91dc71C9d111e",
|
|
78860
|
+
"transactionHash": "0xc0d34a8ceeaaa31d1a8136fba9fa7ea393e4b145f2ad6e8965b9416c6dc3fa6c"
|
|
79243
78861
|
}
|
|
79244
78862
|
},
|
|
79245
78863
|
"schemaVersion": "3.4.3",
|
|
79246
|
-
"updatedAt": "2023-07-
|
|
78864
|
+
"updatedAt": "2023-07-17T05:27:02.316Z",
|
|
79247
78865
|
"networkType": "ethereum",
|
|
79248
78866
|
"devdoc": {
|
|
79249
78867
|
"kind": "dev",
|
|
@@ -44342,225 +44342,15 @@
|
|
|
44342
44342
|
"version": "0.7.1+commit.f4a555be.Emscripten.clang"
|
|
44343
44343
|
},
|
|
44344
44344
|
"networks": {
|
|
44345
|
-
"
|
|
44346
|
-
"events": {
|
|
44347
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0": {
|
|
44348
|
-
"anonymous": false,
|
|
44349
|
-
"inputs": [
|
|
44350
|
-
{
|
|
44351
|
-
"indexed": true,
|
|
44352
|
-
"internalType": "address",
|
|
44353
|
-
"name": "previousOwner",
|
|
44354
|
-
"type": "address"
|
|
44355
|
-
},
|
|
44356
|
-
{
|
|
44357
|
-
"indexed": true,
|
|
44358
|
-
"internalType": "address",
|
|
44359
|
-
"name": "newOwner",
|
|
44360
|
-
"type": "address"
|
|
44361
|
-
}
|
|
44362
|
-
],
|
|
44363
|
-
"name": "OwnershipTransferred",
|
|
44364
|
-
"type": "event"
|
|
44365
|
-
},
|
|
44366
|
-
"0x56eadf552f1d54f8f73fbbf801097c1c4d7bb3d77d5ac2bebfd0a8151642d55a": {
|
|
44367
|
-
"anonymous": false,
|
|
44368
|
-
"inputs": [
|
|
44369
|
-
{
|
|
44370
|
-
"indexed": true,
|
|
44371
|
-
"internalType": "bytes32",
|
|
44372
|
-
"name": "poolId",
|
|
44373
|
-
"type": "bytes32"
|
|
44374
|
-
},
|
|
44375
|
-
{
|
|
44376
|
-
"indexed": false,
|
|
44377
|
-
"internalType": "address",
|
|
44378
|
-
"name": "security",
|
|
44379
|
-
"type": "address"
|
|
44380
|
-
},
|
|
44381
|
-
{
|
|
44382
|
-
"indexed": false,
|
|
44383
|
-
"internalType": "uint256",
|
|
44384
|
-
"name": "timestamp",
|
|
44385
|
-
"type": "uint256"
|
|
44386
|
-
}
|
|
44387
|
-
],
|
|
44388
|
-
"name": "closures",
|
|
44389
|
-
"type": "event"
|
|
44390
|
-
},
|
|
44391
|
-
"0xeaad90c8664cdf61d60bd7ba6745a881fd1c38d9f4ff0b373b4365cdeeb0f9e8": {
|
|
44392
|
-
"anonymous": false,
|
|
44393
|
-
"inputs": [
|
|
44394
|
-
{
|
|
44395
|
-
"indexed": true,
|
|
44396
|
-
"internalType": "address",
|
|
44397
|
-
"name": "platform",
|
|
44398
|
-
"type": "address"
|
|
44399
|
-
},
|
|
44400
|
-
{
|
|
44401
|
-
"indexed": false,
|
|
44402
|
-
"internalType": "uint256",
|
|
44403
|
-
"name": "collection",
|
|
44404
|
-
"type": "uint256"
|
|
44405
|
-
},
|
|
44406
|
-
{
|
|
44407
|
-
"indexed": false,
|
|
44408
|
-
"internalType": "uint256",
|
|
44409
|
-
"name": "timestamp",
|
|
44410
|
-
"type": "uint256"
|
|
44411
|
-
}
|
|
44412
|
-
],
|
|
44413
|
-
"name": "feecollection",
|
|
44414
|
-
"type": "event"
|
|
44415
|
-
},
|
|
44416
|
-
"0x0dd4a121adafd4537e046c792647be3f3978f362ad83b50586e249ae8641de2f": {
|
|
44417
|
-
"anonymous": false,
|
|
44418
|
-
"inputs": [
|
|
44419
|
-
{
|
|
44420
|
-
"indexed": false,
|
|
44421
|
-
"internalType": "bytes32",
|
|
44422
|
-
"name": "poolId",
|
|
44423
|
-
"type": "bytes32"
|
|
44424
|
-
},
|
|
44425
|
-
{
|
|
44426
|
-
"indexed": false,
|
|
44427
|
-
"internalType": "address",
|
|
44428
|
-
"name": "seller",
|
|
44429
|
-
"type": "address"
|
|
44430
|
-
},
|
|
44431
|
-
{
|
|
44432
|
-
"indexed": false,
|
|
44433
|
-
"internalType": "address",
|
|
44434
|
-
"name": "investor",
|
|
44435
|
-
"type": "address"
|
|
44436
|
-
},
|
|
44437
|
-
{
|
|
44438
|
-
"indexed": true,
|
|
44439
|
-
"internalType": "address",
|
|
44440
|
-
"name": "securityTraded",
|
|
44441
|
-
"type": "address"
|
|
44442
|
-
},
|
|
44443
|
-
{
|
|
44444
|
-
"indexed": false,
|
|
44445
|
-
"internalType": "address",
|
|
44446
|
-
"name": "currencySettled",
|
|
44447
|
-
"type": "address"
|
|
44448
|
-
},
|
|
44449
|
-
{
|
|
44450
|
-
"indexed": false,
|
|
44451
|
-
"internalType": "uint256",
|
|
44452
|
-
"name": "amount",
|
|
44453
|
-
"type": "uint256"
|
|
44454
|
-
},
|
|
44455
|
-
{
|
|
44456
|
-
"indexed": false,
|
|
44457
|
-
"internalType": "uint256",
|
|
44458
|
-
"name": "price",
|
|
44459
|
-
"type": "uint256"
|
|
44460
|
-
},
|
|
44461
|
-
{
|
|
44462
|
-
"indexed": false,
|
|
44463
|
-
"internalType": "bytes32",
|
|
44464
|
-
"name": "tradeRef",
|
|
44465
|
-
"type": "bytes32"
|
|
44466
|
-
},
|
|
44467
|
-
{
|
|
44468
|
-
"indexed": false,
|
|
44469
|
-
"internalType": "bytes32",
|
|
44470
|
-
"name": "DPID",
|
|
44471
|
-
"type": "bytes32"
|
|
44472
|
-
},
|
|
44473
|
-
{
|
|
44474
|
-
"indexed": false,
|
|
44475
|
-
"internalType": "uint256",
|
|
44476
|
-
"name": "timestamp",
|
|
44477
|
-
"type": "uint256"
|
|
44478
|
-
}
|
|
44479
|
-
],
|
|
44480
|
-
"name": "subscribers",
|
|
44481
|
-
"type": "event"
|
|
44482
|
-
},
|
|
44483
|
-
"0x85da739f35224c9e70f00cc38f01a704522dd70184a2105bf841163edb96ba50": {
|
|
44484
|
-
"anonymous": false,
|
|
44485
|
-
"inputs": [
|
|
44486
|
-
{
|
|
44487
|
-
"indexed": true,
|
|
44488
|
-
"internalType": "bytes32",
|
|
44489
|
-
"name": "poolid",
|
|
44490
|
-
"type": "bytes32"
|
|
44491
|
-
},
|
|
44492
|
-
{
|
|
44493
|
-
"indexed": false,
|
|
44494
|
-
"internalType": "address",
|
|
44495
|
-
"name": "transferor",
|
|
44496
|
-
"type": "address"
|
|
44497
|
-
},
|
|
44498
|
-
{
|
|
44499
|
-
"indexed": false,
|
|
44500
|
-
"internalType": "address",
|
|
44501
|
-
"name": "transferee",
|
|
44502
|
-
"type": "address"
|
|
44503
|
-
},
|
|
44504
|
-
{
|
|
44505
|
-
"indexed": false,
|
|
44506
|
-
"internalType": "uint256",
|
|
44507
|
-
"name": "unitsToTransfer",
|
|
44508
|
-
"type": "uint256"
|
|
44509
|
-
},
|
|
44510
|
-
{
|
|
44511
|
-
"indexed": false,
|
|
44512
|
-
"internalType": "address",
|
|
44513
|
-
"name": "security",
|
|
44514
|
-
"type": "address"
|
|
44515
|
-
},
|
|
44516
|
-
{
|
|
44517
|
-
"indexed": false,
|
|
44518
|
-
"internalType": "uint256",
|
|
44519
|
-
"name": "price",
|
|
44520
|
-
"type": "uint256"
|
|
44521
|
-
},
|
|
44522
|
-
{
|
|
44523
|
-
"indexed": false,
|
|
44524
|
-
"internalType": "address",
|
|
44525
|
-
"name": "currency",
|
|
44526
|
-
"type": "address"
|
|
44527
|
-
},
|
|
44528
|
-
{
|
|
44529
|
-
"indexed": false,
|
|
44530
|
-
"internalType": "bytes32",
|
|
44531
|
-
"name": "settlementStatus",
|
|
44532
|
-
"type": "bytes32"
|
|
44533
|
-
},
|
|
44534
|
-
{
|
|
44535
|
-
"indexed": false,
|
|
44536
|
-
"internalType": "bytes32",
|
|
44537
|
-
"name": "tradeRef",
|
|
44538
|
-
"type": "bytes32"
|
|
44539
|
-
},
|
|
44540
|
-
{
|
|
44541
|
-
"indexed": false,
|
|
44542
|
-
"internalType": "uint256",
|
|
44543
|
-
"name": "fee",
|
|
44544
|
-
"type": "uint256"
|
|
44545
|
-
},
|
|
44546
|
-
{
|
|
44547
|
-
"indexed": false,
|
|
44548
|
-
"internalType": "uint256",
|
|
44549
|
-
"name": "timestamp",
|
|
44550
|
-
"type": "uint256"
|
|
44551
|
-
}
|
|
44552
|
-
],
|
|
44553
|
-
"name": "tradeSettled",
|
|
44554
|
-
"type": "event"
|
|
44555
|
-
}
|
|
44556
|
-
},
|
|
44345
|
+
"5": {
|
|
44346
|
+
"events": {},
|
|
44557
44347
|
"links": {},
|
|
44558
|
-
"address": "
|
|
44559
|
-
"transactionHash": "
|
|
44348
|
+
"address": "0xe1f45e7104069F998b919C26435c4aaBAeD68fEd",
|
|
44349
|
+
"transactionHash": "0x201f1dea2e963ce6ccd414ef86d19a43f44b7f2c9f59a2135b69890b5bba51e5"
|
|
44560
44350
|
}
|
|
44561
44351
|
},
|
|
44562
44352
|
"schemaVersion": "3.4.3",
|
|
44563
|
-
"updatedAt": "2023-07-
|
|
44353
|
+
"updatedAt": "2023-07-17T05:27:02.414Z",
|
|
44564
44354
|
"networkType": "ethereum",
|
|
44565
44355
|
"devdoc": {
|
|
44566
44356
|
"kind": "dev",
|