@verified-network/verified-sdk 1.0.7 → 1.0.8
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 +4 -184
- package/dist/abi/assetmanager/balancer/PrimaryIssueManager.json +4 -386
- package/dist/abi/assetmanager/balancer/SecondaryIssueManager.json +4 -214
- package/dist/abi/distribution/Distribution.json +5 -88
- package/dist/abi/liquidity/Liquidity.json +4 -4
- package/dist/abi/securities/Client.json +4 -4
- package/dist/abi/securities/SecuritiesFactory.json +4 -4
- package/dist/abi/securities/Security.json +4 -4
- package/dist/contractAddress/index.js +10 -10
- package/package.json +1 -1
|
@@ -32416,195 +32416,15 @@
|
|
|
32416
32416
|
"version": "0.7.1+commit.f4a555be.Emscripten.clang"
|
|
32417
32417
|
},
|
|
32418
32418
|
"networks": {
|
|
32419
|
-
"
|
|
32420
|
-
"events": {
|
|
32421
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0": {
|
|
32422
|
-
"anonymous": false,
|
|
32423
|
-
"inputs": [
|
|
32424
|
-
{
|
|
32425
|
-
"indexed": true,
|
|
32426
|
-
"internalType": "address",
|
|
32427
|
-
"name": "previousOwner",
|
|
32428
|
-
"type": "address"
|
|
32429
|
-
},
|
|
32430
|
-
{
|
|
32431
|
-
"indexed": true,
|
|
32432
|
-
"internalType": "address",
|
|
32433
|
-
"name": "newOwner",
|
|
32434
|
-
"type": "address"
|
|
32435
|
-
}
|
|
32436
|
-
],
|
|
32437
|
-
"name": "OwnershipTransferred",
|
|
32438
|
-
"type": "event"
|
|
32439
|
-
},
|
|
32440
|
-
"0x56eadf552f1d54f8f73fbbf801097c1c4d7bb3d77d5ac2bebfd0a8151642d55a": {
|
|
32441
|
-
"anonymous": false,
|
|
32442
|
-
"inputs": [
|
|
32443
|
-
{
|
|
32444
|
-
"indexed": true,
|
|
32445
|
-
"internalType": "bytes32",
|
|
32446
|
-
"name": "poolId",
|
|
32447
|
-
"type": "bytes32"
|
|
32448
|
-
},
|
|
32449
|
-
{
|
|
32450
|
-
"indexed": false,
|
|
32451
|
-
"internalType": "address",
|
|
32452
|
-
"name": "security",
|
|
32453
|
-
"type": "address"
|
|
32454
|
-
},
|
|
32455
|
-
{
|
|
32456
|
-
"indexed": false,
|
|
32457
|
-
"internalType": "uint256",
|
|
32458
|
-
"name": "timestamp",
|
|
32459
|
-
"type": "uint256"
|
|
32460
|
-
}
|
|
32461
|
-
],
|
|
32462
|
-
"name": "closures",
|
|
32463
|
-
"type": "event"
|
|
32464
|
-
},
|
|
32465
|
-
"0xeaad90c8664cdf61d60bd7ba6745a881fd1c38d9f4ff0b373b4365cdeeb0f9e8": {
|
|
32466
|
-
"anonymous": false,
|
|
32467
|
-
"inputs": [
|
|
32468
|
-
{
|
|
32469
|
-
"indexed": true,
|
|
32470
|
-
"internalType": "address",
|
|
32471
|
-
"name": "platform",
|
|
32472
|
-
"type": "address"
|
|
32473
|
-
},
|
|
32474
|
-
{
|
|
32475
|
-
"indexed": false,
|
|
32476
|
-
"internalType": "uint256",
|
|
32477
|
-
"name": "collection",
|
|
32478
|
-
"type": "uint256"
|
|
32479
|
-
},
|
|
32480
|
-
{
|
|
32481
|
-
"indexed": false,
|
|
32482
|
-
"internalType": "uint256",
|
|
32483
|
-
"name": "timestamp",
|
|
32484
|
-
"type": "uint256"
|
|
32485
|
-
}
|
|
32486
|
-
],
|
|
32487
|
-
"name": "feecollection",
|
|
32488
|
-
"type": "event"
|
|
32489
|
-
},
|
|
32490
|
-
"0x1654564d6cb7b956960cd1016ff484fa9922f5cadcf588ef68e15e37f484f6a4": {
|
|
32491
|
-
"anonymous": false,
|
|
32492
|
-
"inputs": [
|
|
32493
|
-
{
|
|
32494
|
-
"indexed": false,
|
|
32495
|
-
"internalType": "address",
|
|
32496
|
-
"name": "party",
|
|
32497
|
-
"type": "address"
|
|
32498
|
-
},
|
|
32499
|
-
{
|
|
32500
|
-
"indexed": false,
|
|
32501
|
-
"internalType": "address",
|
|
32502
|
-
"name": "counterparty",
|
|
32503
|
-
"type": "address"
|
|
32504
|
-
},
|
|
32505
|
-
{
|
|
32506
|
-
"indexed": true,
|
|
32507
|
-
"internalType": "address",
|
|
32508
|
-
"name": "securityTraded",
|
|
32509
|
-
"type": "address"
|
|
32510
|
-
},
|
|
32511
|
-
{
|
|
32512
|
-
"indexed": false,
|
|
32513
|
-
"internalType": "uint256",
|
|
32514
|
-
"name": "securityAmount",
|
|
32515
|
-
"type": "uint256"
|
|
32516
|
-
},
|
|
32517
|
-
{
|
|
32518
|
-
"indexed": false,
|
|
32519
|
-
"internalType": "address",
|
|
32520
|
-
"name": "currencySettled",
|
|
32521
|
-
"type": "address"
|
|
32522
|
-
},
|
|
32523
|
-
{
|
|
32524
|
-
"indexed": false,
|
|
32525
|
-
"internalType": "uint256",
|
|
32526
|
-
"name": "cashAmount",
|
|
32527
|
-
"type": "uint256"
|
|
32528
|
-
}
|
|
32529
|
-
],
|
|
32530
|
-
"name": "subscribers",
|
|
32531
|
-
"type": "event"
|
|
32532
|
-
},
|
|
32533
|
-
"0x20bc58ab7015bb746413e8ea58a156a1b772a58e47523f8e2e54195b80a7beef": {
|
|
32534
|
-
"anonymous": false,
|
|
32535
|
-
"inputs": [
|
|
32536
|
-
{
|
|
32537
|
-
"indexed": true,
|
|
32538
|
-
"internalType": "bytes32",
|
|
32539
|
-
"name": "poolid",
|
|
32540
|
-
"type": "bytes32"
|
|
32541
|
-
},
|
|
32542
|
-
{
|
|
32543
|
-
"indexed": false,
|
|
32544
|
-
"internalType": "address",
|
|
32545
|
-
"name": "transferor",
|
|
32546
|
-
"type": "address"
|
|
32547
|
-
},
|
|
32548
|
-
{
|
|
32549
|
-
"indexed": false,
|
|
32550
|
-
"internalType": "address",
|
|
32551
|
-
"name": "transferee",
|
|
32552
|
-
"type": "address"
|
|
32553
|
-
},
|
|
32554
|
-
{
|
|
32555
|
-
"indexed": false,
|
|
32556
|
-
"internalType": "uint256",
|
|
32557
|
-
"name": "unitsToTransfer",
|
|
32558
|
-
"type": "uint256"
|
|
32559
|
-
},
|
|
32560
|
-
{
|
|
32561
|
-
"indexed": false,
|
|
32562
|
-
"internalType": "address",
|
|
32563
|
-
"name": "security",
|
|
32564
|
-
"type": "address"
|
|
32565
|
-
},
|
|
32566
|
-
{
|
|
32567
|
-
"indexed": false,
|
|
32568
|
-
"internalType": "uint256",
|
|
32569
|
-
"name": "price",
|
|
32570
|
-
"type": "uint256"
|
|
32571
|
-
},
|
|
32572
|
-
{
|
|
32573
|
-
"indexed": false,
|
|
32574
|
-
"internalType": "address",
|
|
32575
|
-
"name": "currency",
|
|
32576
|
-
"type": "address"
|
|
32577
|
-
},
|
|
32578
|
-
{
|
|
32579
|
-
"indexed": false,
|
|
32580
|
-
"internalType": "bytes32",
|
|
32581
|
-
"name": "settlementStatus",
|
|
32582
|
-
"type": "bytes32"
|
|
32583
|
-
},
|
|
32584
|
-
{
|
|
32585
|
-
"indexed": false,
|
|
32586
|
-
"internalType": "bytes32",
|
|
32587
|
-
"name": "tradeRef",
|
|
32588
|
-
"type": "bytes32"
|
|
32589
|
-
},
|
|
32590
|
-
{
|
|
32591
|
-
"indexed": false,
|
|
32592
|
-
"internalType": "uint256",
|
|
32593
|
-
"name": "fee",
|
|
32594
|
-
"type": "uint256"
|
|
32595
|
-
}
|
|
32596
|
-
],
|
|
32597
|
-
"name": "tradeSettled",
|
|
32598
|
-
"type": "event"
|
|
32599
|
-
}
|
|
32600
|
-
},
|
|
32419
|
+
"5": {
|
|
32420
|
+
"events": {},
|
|
32601
32421
|
"links": {},
|
|
32602
32422
|
"address": "0xEf329d1d0E47A0185b32bC62e69ab16a95533D75",
|
|
32603
|
-
"transactionHash": "
|
|
32423
|
+
"transactionHash": "0x19faec4c7561226175f385a81c1f555a269748d993f1de74d17d795550181a38"
|
|
32604
32424
|
}
|
|
32605
32425
|
},
|
|
32606
32426
|
"schemaVersion": "3.4.3",
|
|
32607
|
-
"updatedAt": "2023-05-
|
|
32427
|
+
"updatedAt": "2023-05-23T01:10:51.162Z",
|
|
32608
32428
|
"networkType": "ethereum",
|
|
32609
32429
|
"devdoc": {
|
|
32610
32430
|
"kind": "dev",
|
|
@@ -77916,397 +77916,15 @@
|
|
|
77916
77916
|
"version": "0.7.1+commit.f4a555be.Emscripten.clang"
|
|
77917
77917
|
},
|
|
77918
77918
|
"networks": {
|
|
77919
|
-
"
|
|
77920
|
-
"events": {
|
|
77921
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0": {
|
|
77922
|
-
"anonymous": false,
|
|
77923
|
-
"inputs": [
|
|
77924
|
-
{
|
|
77925
|
-
"indexed": true,
|
|
77926
|
-
"internalType": "address",
|
|
77927
|
-
"name": "previousOwner",
|
|
77928
|
-
"type": "address"
|
|
77929
|
-
},
|
|
77930
|
-
{
|
|
77931
|
-
"indexed": true,
|
|
77932
|
-
"internalType": "address",
|
|
77933
|
-
"name": "newOwner",
|
|
77934
|
-
"type": "address"
|
|
77935
|
-
}
|
|
77936
|
-
],
|
|
77937
|
-
"name": "OwnershipTransferred",
|
|
77938
|
-
"type": "event"
|
|
77939
|
-
},
|
|
77940
|
-
"0x4bbb221ed2740b5d1fde83b4f627802ff5462a27e60c2edff0b88fdb1ea9b284": {
|
|
77941
|
-
"anonymous": false,
|
|
77942
|
-
"inputs": [
|
|
77943
|
-
{
|
|
77944
|
-
"indexed": true,
|
|
77945
|
-
"internalType": "bytes32",
|
|
77946
|
-
"name": "poolId",
|
|
77947
|
-
"type": "bytes32"
|
|
77948
|
-
},
|
|
77949
|
-
{
|
|
77950
|
-
"indexed": false,
|
|
77951
|
-
"internalType": "address",
|
|
77952
|
-
"name": "investor",
|
|
77953
|
-
"type": "address"
|
|
77954
|
-
},
|
|
77955
|
-
{
|
|
77956
|
-
"indexed": false,
|
|
77957
|
-
"internalType": "address",
|
|
77958
|
-
"name": "security",
|
|
77959
|
-
"type": "address"
|
|
77960
|
-
},
|
|
77961
|
-
{
|
|
77962
|
-
"indexed": false,
|
|
77963
|
-
"internalType": "uint256",
|
|
77964
|
-
"name": "securitySubscription",
|
|
77965
|
-
"type": "uint256"
|
|
77966
|
-
},
|
|
77967
|
-
{
|
|
77968
|
-
"indexed": false,
|
|
77969
|
-
"internalType": "address",
|
|
77970
|
-
"name": "currency",
|
|
77971
|
-
"type": "address"
|
|
77972
|
-
},
|
|
77973
|
-
{
|
|
77974
|
-
"indexed": false,
|
|
77975
|
-
"internalType": "uint256",
|
|
77976
|
-
"name": "allotedAmount",
|
|
77977
|
-
"type": "uint256"
|
|
77978
|
-
},
|
|
77979
|
-
{
|
|
77980
|
-
"indexed": false,
|
|
77981
|
-
"internalType": "uint256",
|
|
77982
|
-
"name": "timestamp",
|
|
77983
|
-
"type": "uint256"
|
|
77984
|
-
}
|
|
77985
|
-
],
|
|
77986
|
-
"name": "allotments",
|
|
77987
|
-
"type": "event"
|
|
77988
|
-
},
|
|
77989
|
-
"0x56eadf552f1d54f8f73fbbf801097c1c4d7bb3d77d5ac2bebfd0a8151642d55a": {
|
|
77990
|
-
"anonymous": false,
|
|
77991
|
-
"inputs": [
|
|
77992
|
-
{
|
|
77993
|
-
"indexed": true,
|
|
77994
|
-
"internalType": "bytes32",
|
|
77995
|
-
"name": "poolId",
|
|
77996
|
-
"type": "bytes32"
|
|
77997
|
-
},
|
|
77998
|
-
{
|
|
77999
|
-
"indexed": false,
|
|
78000
|
-
"internalType": "address",
|
|
78001
|
-
"name": "security",
|
|
78002
|
-
"type": "address"
|
|
78003
|
-
},
|
|
78004
|
-
{
|
|
78005
|
-
"indexed": false,
|
|
78006
|
-
"internalType": "uint256",
|
|
78007
|
-
"name": "timestamp",
|
|
78008
|
-
"type": "uint256"
|
|
78009
|
-
}
|
|
78010
|
-
],
|
|
78011
|
-
"name": "closures",
|
|
78012
|
-
"type": "event"
|
|
78013
|
-
},
|
|
78014
|
-
"0xeaad90c8664cdf61d60bd7ba6745a881fd1c38d9f4ff0b373b4365cdeeb0f9e8": {
|
|
78015
|
-
"anonymous": false,
|
|
78016
|
-
"inputs": [
|
|
78017
|
-
{
|
|
78018
|
-
"indexed": true,
|
|
78019
|
-
"internalType": "address",
|
|
78020
|
-
"name": "platform",
|
|
78021
|
-
"type": "address"
|
|
78022
|
-
},
|
|
78023
|
-
{
|
|
78024
|
-
"indexed": false,
|
|
78025
|
-
"internalType": "uint256",
|
|
78026
|
-
"name": "collection",
|
|
78027
|
-
"type": "uint256"
|
|
78028
|
-
},
|
|
78029
|
-
{
|
|
78030
|
-
"indexed": false,
|
|
78031
|
-
"internalType": "uint256",
|
|
78032
|
-
"name": "timestamp",
|
|
78033
|
-
"type": "uint256"
|
|
78034
|
-
}
|
|
78035
|
-
],
|
|
78036
|
-
"name": "feecollection",
|
|
78037
|
-
"type": "event"
|
|
78038
|
-
},
|
|
78039
|
-
"0x9426088b1d278a7af8f917da4fae1aa63b954ba475dd3b6ba9c6539508c29d7c": {
|
|
78040
|
-
"anonymous": false,
|
|
78041
|
-
"inputs": [
|
|
78042
|
-
{
|
|
78043
|
-
"indexed": true,
|
|
78044
|
-
"internalType": "address",
|
|
78045
|
-
"name": "security",
|
|
78046
|
-
"type": "address"
|
|
78047
|
-
},
|
|
78048
|
-
{
|
|
78049
|
-
"indexed": false,
|
|
78050
|
-
"internalType": "address",
|
|
78051
|
-
"name": "platform",
|
|
78052
|
-
"type": "address"
|
|
78053
|
-
},
|
|
78054
|
-
{
|
|
78055
|
-
"indexed": false,
|
|
78056
|
-
"internalType": "address",
|
|
78057
|
-
"name": "provider",
|
|
78058
|
-
"type": "address"
|
|
78059
|
-
},
|
|
78060
|
-
{
|
|
78061
|
-
"indexed": false,
|
|
78062
|
-
"internalType": "address",
|
|
78063
|
-
"name": "currency",
|
|
78064
|
-
"type": "address"
|
|
78065
|
-
},
|
|
78066
|
-
{
|
|
78067
|
-
"indexed": false,
|
|
78068
|
-
"internalType": "uint256",
|
|
78069
|
-
"name": "tokenOffered",
|
|
78070
|
-
"type": "uint256"
|
|
78071
|
-
},
|
|
78072
|
-
{
|
|
78073
|
-
"indexed": false,
|
|
78074
|
-
"internalType": "uint256",
|
|
78075
|
-
"name": "underwritten",
|
|
78076
|
-
"type": "uint256"
|
|
78077
|
-
},
|
|
78078
|
-
{
|
|
78079
|
-
"indexed": false,
|
|
78080
|
-
"internalType": "uint256",
|
|
78081
|
-
"name": "earnings",
|
|
78082
|
-
"type": "uint256"
|
|
78083
|
-
}
|
|
78084
|
-
],
|
|
78085
|
-
"name": "marketmakers",
|
|
78086
|
-
"type": "event"
|
|
78087
|
-
},
|
|
78088
|
-
"0x647111dfd26aa614f3a039ffe52dcfcd383ba2900b9ed21cde54b318f92707a7": {
|
|
78089
|
-
"anonymous": false,
|
|
78090
|
-
"inputs": [
|
|
78091
|
-
{
|
|
78092
|
-
"indexed": false,
|
|
78093
|
-
"internalType": "address",
|
|
78094
|
-
"name": "party",
|
|
78095
|
-
"type": "address"
|
|
78096
|
-
},
|
|
78097
|
-
{
|
|
78098
|
-
"indexed": true,
|
|
78099
|
-
"internalType": "address",
|
|
78100
|
-
"name": "offered",
|
|
78101
|
-
"type": "address"
|
|
78102
|
-
},
|
|
78103
|
-
{
|
|
78104
|
-
"indexed": false,
|
|
78105
|
-
"internalType": "uint256",
|
|
78106
|
-
"name": "amountOffered",
|
|
78107
|
-
"type": "uint256"
|
|
78108
|
-
},
|
|
78109
|
-
{
|
|
78110
|
-
"indexed": false,
|
|
78111
|
-
"internalType": "address",
|
|
78112
|
-
"name": "tomatch",
|
|
78113
|
-
"type": "address"
|
|
78114
|
-
},
|
|
78115
|
-
{
|
|
78116
|
-
"indexed": false,
|
|
78117
|
-
"internalType": "uint256",
|
|
78118
|
-
"name": "amountDesired",
|
|
78119
|
-
"type": "uint256"
|
|
78120
|
-
},
|
|
78121
|
-
{
|
|
78122
|
-
"indexed": false,
|
|
78123
|
-
"internalType": "uint256",
|
|
78124
|
-
"name": "minAmount",
|
|
78125
|
-
"type": "uint256"
|
|
78126
|
-
},
|
|
78127
|
-
{
|
|
78128
|
-
"indexed": false,
|
|
78129
|
-
"internalType": "bytes32",
|
|
78130
|
-
"name": "isin",
|
|
78131
|
-
"type": "bytes32"
|
|
78132
|
-
},
|
|
78133
|
-
{
|
|
78134
|
-
"indexed": false,
|
|
78135
|
-
"internalType": "uint256",
|
|
78136
|
-
"name": "minimumOrderSize",
|
|
78137
|
-
"type": "uint256"
|
|
78138
|
-
},
|
|
78139
|
-
{
|
|
78140
|
-
"indexed": false,
|
|
78141
|
-
"internalType": "string",
|
|
78142
|
-
"name": "offeringDocs",
|
|
78143
|
-
"type": "string"
|
|
78144
|
-
}
|
|
78145
|
-
],
|
|
78146
|
-
"name": "offers",
|
|
78147
|
-
"type": "event"
|
|
78148
|
-
},
|
|
78149
|
-
"0xbd39de70db9f51c606065fcb0157b3d97984d1ec579fa55b555e78eb8460af7e": {
|
|
78150
|
-
"anonymous": false,
|
|
78151
|
-
"inputs": [
|
|
78152
|
-
{
|
|
78153
|
-
"indexed": true,
|
|
78154
|
-
"internalType": "bytes32",
|
|
78155
|
-
"name": "poolId",
|
|
78156
|
-
"type": "bytes32"
|
|
78157
|
-
},
|
|
78158
|
-
{
|
|
78159
|
-
"indexed": false,
|
|
78160
|
-
"internalType": "address",
|
|
78161
|
-
"name": "investor",
|
|
78162
|
-
"type": "address"
|
|
78163
|
-
},
|
|
78164
|
-
{
|
|
78165
|
-
"indexed": false,
|
|
78166
|
-
"internalType": "address",
|
|
78167
|
-
"name": "security",
|
|
78168
|
-
"type": "address"
|
|
78169
|
-
},
|
|
78170
|
-
{
|
|
78171
|
-
"indexed": false,
|
|
78172
|
-
"internalType": "uint256",
|
|
78173
|
-
"name": "securitySubscription",
|
|
78174
|
-
"type": "uint256"
|
|
78175
|
-
},
|
|
78176
|
-
{
|
|
78177
|
-
"indexed": false,
|
|
78178
|
-
"internalType": "address",
|
|
78179
|
-
"name": "currency",
|
|
78180
|
-
"type": "address"
|
|
78181
|
-
},
|
|
78182
|
-
{
|
|
78183
|
-
"indexed": false,
|
|
78184
|
-
"internalType": "uint256",
|
|
78185
|
-
"name": "refundAmount",
|
|
78186
|
-
"type": "uint256"
|
|
78187
|
-
},
|
|
78188
|
-
{
|
|
78189
|
-
"indexed": false,
|
|
78190
|
-
"internalType": "uint256",
|
|
78191
|
-
"name": "timestamp",
|
|
78192
|
-
"type": "uint256"
|
|
78193
|
-
}
|
|
78194
|
-
],
|
|
78195
|
-
"name": "refunds",
|
|
78196
|
-
"type": "event"
|
|
78197
|
-
},
|
|
78198
|
-
"0x5c520d8718b066e97bb13ab129eea39c9edcbf16de59770e2e191bc2421070b8": {
|
|
78199
|
-
"anonymous": false,
|
|
78200
|
-
"inputs": [
|
|
78201
|
-
{
|
|
78202
|
-
"indexed": true,
|
|
78203
|
-
"internalType": "bytes32",
|
|
78204
|
-
"name": "poolId",
|
|
78205
|
-
"type": "bytes32"
|
|
78206
|
-
},
|
|
78207
|
-
{
|
|
78208
|
-
"indexed": false,
|
|
78209
|
-
"internalType": "address",
|
|
78210
|
-
"name": "security",
|
|
78211
|
-
"type": "address"
|
|
78212
|
-
},
|
|
78213
|
-
{
|
|
78214
|
-
"indexed": false,
|
|
78215
|
-
"internalType": "address",
|
|
78216
|
-
"name": "currency",
|
|
78217
|
-
"type": "address"
|
|
78218
|
-
},
|
|
78219
|
-
{
|
|
78220
|
-
"indexed": false,
|
|
78221
|
-
"internalType": "address",
|
|
78222
|
-
"name": "liquidityProvider",
|
|
78223
|
-
"type": "address"
|
|
78224
|
-
},
|
|
78225
|
-
{
|
|
78226
|
-
"indexed": false,
|
|
78227
|
-
"internalType": "uint256",
|
|
78228
|
-
"name": "underwritingFee",
|
|
78229
|
-
"type": "uint256"
|
|
78230
|
-
},
|
|
78231
|
-
{
|
|
78232
|
-
"indexed": false,
|
|
78233
|
-
"internalType": "address",
|
|
78234
|
-
"name": "issuer",
|
|
78235
|
-
"type": "address"
|
|
78236
|
-
},
|
|
78237
|
-
{
|
|
78238
|
-
"indexed": false,
|
|
78239
|
-
"internalType": "uint256",
|
|
78240
|
-
"name": "subscription",
|
|
78241
|
-
"type": "uint256"
|
|
78242
|
-
}
|
|
78243
|
-
],
|
|
78244
|
-
"name": "settlements",
|
|
78245
|
-
"type": "event"
|
|
78246
|
-
},
|
|
78247
|
-
"0x03e4d401f7446bde326c5951f40797b975fbe06e73f36b2a41646ea680cc40f2": {
|
|
78248
|
-
"anonymous": false,
|
|
78249
|
-
"inputs": [
|
|
78250
|
-
{
|
|
78251
|
-
"indexed": true,
|
|
78252
|
-
"internalType": "address",
|
|
78253
|
-
"name": "security",
|
|
78254
|
-
"type": "address"
|
|
78255
|
-
},
|
|
78256
|
-
{
|
|
78257
|
-
"indexed": false,
|
|
78258
|
-
"internalType": "bytes32",
|
|
78259
|
-
"name": "poolId",
|
|
78260
|
-
"type": "bytes32"
|
|
78261
|
-
},
|
|
78262
|
-
{
|
|
78263
|
-
"indexed": false,
|
|
78264
|
-
"internalType": "address",
|
|
78265
|
-
"name": "investor",
|
|
78266
|
-
"type": "address"
|
|
78267
|
-
},
|
|
78268
|
-
{
|
|
78269
|
-
"indexed": false,
|
|
78270
|
-
"internalType": "address",
|
|
78271
|
-
"name": "currency",
|
|
78272
|
-
"type": "address"
|
|
78273
|
-
},
|
|
78274
|
-
{
|
|
78275
|
-
"indexed": false,
|
|
78276
|
-
"internalType": "uint256",
|
|
78277
|
-
"name": "cashSwapped",
|
|
78278
|
-
"type": "uint256"
|
|
78279
|
-
},
|
|
78280
|
-
{
|
|
78281
|
-
"indexed": false,
|
|
78282
|
-
"internalType": "uint256",
|
|
78283
|
-
"name": "securitySwapped",
|
|
78284
|
-
"type": "uint256"
|
|
78285
|
-
},
|
|
78286
|
-
{
|
|
78287
|
-
"indexed": false,
|
|
78288
|
-
"internalType": "uint256",
|
|
78289
|
-
"name": "timestamp",
|
|
78290
|
-
"type": "uint256"
|
|
78291
|
-
},
|
|
78292
|
-
{
|
|
78293
|
-
"indexed": false,
|
|
78294
|
-
"internalType": "bool",
|
|
78295
|
-
"name": "subscription",
|
|
78296
|
-
"type": "bool"
|
|
78297
|
-
}
|
|
78298
|
-
],
|
|
78299
|
-
"name": "subscribers",
|
|
78300
|
-
"type": "event"
|
|
78301
|
-
}
|
|
78302
|
-
},
|
|
77919
|
+
"5": {
|
|
77920
|
+
"events": {},
|
|
78303
77921
|
"links": {},
|
|
78304
77922
|
"address": "0x3Af6bae7e4779808B5B6cE03c5095Af00Fd87731",
|
|
78305
|
-
"transactionHash": "
|
|
77923
|
+
"transactionHash": "0x93dc18229741724e6caea667b6d6f24024f61360909c613d38a8d62767fca3e9"
|
|
78306
77924
|
}
|
|
78307
77925
|
},
|
|
78308
77926
|
"schemaVersion": "3.4.3",
|
|
78309
|
-
"updatedAt": "2023-05-
|
|
77927
|
+
"updatedAt": "2023-05-23T01:10:51.013Z",
|
|
78310
77928
|
"networkType": "ethereum",
|
|
78311
77929
|
"devdoc": {
|
|
78312
77930
|
"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
44348
|
"address": "0x305a09D57Ea30EeF22fBb2B1048f3A09164C9b12",
|
|
44559
|
-
"transactionHash": "
|
|
44349
|
+
"transactionHash": "0x699797df323be22ad0cba9f64c26008b9859270f7a0459eeb06c65935b1576e4"
|
|
44560
44350
|
}
|
|
44561
44351
|
},
|
|
44562
44352
|
"schemaVersion": "3.4.3",
|
|
44563
|
-
"updatedAt": "2023-05-
|
|
44353
|
+
"updatedAt": "2023-05-23T01:10:51.109Z",
|
|
44564
44354
|
"networkType": "ethereum",
|
|
44565
44355
|
"devdoc": {
|
|
44566
44356
|
"kind": "dev",
|
|
@@ -31949,98 +31949,15 @@
|
|
|
31949
31949
|
"version": "0.8.0+commit.c7dfd78e.Emscripten.clang"
|
|
31950
31950
|
},
|
|
31951
31951
|
"networks": {
|
|
31952
|
-
"
|
|
31953
|
-
"events": {
|
|
31954
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0": {
|
|
31955
|
-
"anonymous": false,
|
|
31956
|
-
"inputs": [
|
|
31957
|
-
{
|
|
31958
|
-
"indexed": true,
|
|
31959
|
-
"internalType": "address",
|
|
31960
|
-
"name": "previousOwner",
|
|
31961
|
-
"type": "address"
|
|
31962
|
-
},
|
|
31963
|
-
{
|
|
31964
|
-
"indexed": true,
|
|
31965
|
-
"internalType": "address",
|
|
31966
|
-
"name": "newOwner",
|
|
31967
|
-
"type": "address"
|
|
31968
|
-
}
|
|
31969
|
-
],
|
|
31970
|
-
"name": "OwnershipTransferred",
|
|
31971
|
-
"type": "event"
|
|
31972
|
-
},
|
|
31973
|
-
"0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258": {
|
|
31974
|
-
"anonymous": false,
|
|
31975
|
-
"inputs": [
|
|
31976
|
-
{
|
|
31977
|
-
"indexed": false,
|
|
31978
|
-
"internalType": "address",
|
|
31979
|
-
"name": "account",
|
|
31980
|
-
"type": "address"
|
|
31981
|
-
}
|
|
31982
|
-
],
|
|
31983
|
-
"name": "Paused",
|
|
31984
|
-
"type": "event"
|
|
31985
|
-
},
|
|
31986
|
-
"0x0d7cd077777e5e548c46ab7fb86c344694b1e3e64c93f96c8f64a9df3e5060c1": {
|
|
31987
|
-
"anonymous": false,
|
|
31988
|
-
"inputs": [
|
|
31989
|
-
{
|
|
31990
|
-
"indexed": false,
|
|
31991
|
-
"internalType": "bytes32",
|
|
31992
|
-
"name": "shareholderType",
|
|
31993
|
-
"type": "bytes32"
|
|
31994
|
-
},
|
|
31995
|
-
{
|
|
31996
|
-
"indexed": true,
|
|
31997
|
-
"internalType": "address",
|
|
31998
|
-
"name": "shareholder",
|
|
31999
|
-
"type": "address"
|
|
32000
|
-
},
|
|
32001
|
-
{
|
|
32002
|
-
"indexed": false,
|
|
32003
|
-
"internalType": "bytes32",
|
|
32004
|
-
"name": "tokenName",
|
|
32005
|
-
"type": "bytes32"
|
|
32006
|
-
},
|
|
32007
|
-
{
|
|
32008
|
-
"indexed": false,
|
|
32009
|
-
"internalType": "uint256",
|
|
32010
|
-
"name": "amount",
|
|
32011
|
-
"type": "uint256"
|
|
32012
|
-
},
|
|
32013
|
-
{
|
|
32014
|
-
"indexed": false,
|
|
32015
|
-
"internalType": "uint256",
|
|
32016
|
-
"name": "timestamp",
|
|
32017
|
-
"type": "uint256"
|
|
32018
|
-
}
|
|
32019
|
-
],
|
|
32020
|
-
"name": "RevenueShare",
|
|
32021
|
-
"type": "event"
|
|
32022
|
-
},
|
|
32023
|
-
"0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa": {
|
|
32024
|
-
"anonymous": false,
|
|
32025
|
-
"inputs": [
|
|
32026
|
-
{
|
|
32027
|
-
"indexed": false,
|
|
32028
|
-
"internalType": "address",
|
|
32029
|
-
"name": "account",
|
|
32030
|
-
"type": "address"
|
|
32031
|
-
}
|
|
32032
|
-
],
|
|
32033
|
-
"name": "Unpaused",
|
|
32034
|
-
"type": "event"
|
|
32035
|
-
}
|
|
32036
|
-
},
|
|
31952
|
+
"5": {
|
|
31953
|
+
"events": {},
|
|
32037
31954
|
"links": {},
|
|
32038
|
-
"address": "
|
|
32039
|
-
"transactionHash": "
|
|
31955
|
+
"address": "0xd234d2433a877465cbdF6B478bfC027dB7910b0b",
|
|
31956
|
+
"transactionHash": "0x3daed30f27e98a31d8892fa435410a22db4a59272455c83d16a967e2f2239b70"
|
|
32040
31957
|
}
|
|
32041
31958
|
},
|
|
32042
31959
|
"schemaVersion": "3.4.3",
|
|
32043
|
-
"updatedAt": "2023-05-
|
|
31960
|
+
"updatedAt": "2023-05-23T00:46:38.177Z",
|
|
32044
31961
|
"networkType": "ethereum",
|
|
32045
31962
|
"devdoc": {
|
|
32046
31963
|
"kind": "dev",
|
|
@@ -62205,15 +62205,15 @@
|
|
|
62205
62205
|
"version": "0.8.0+commit.c7dfd78e.Emscripten.clang"
|
|
62206
62206
|
},
|
|
62207
62207
|
"networks": {
|
|
62208
|
-
"
|
|
62208
|
+
"5": {
|
|
62209
62209
|
"events": {},
|
|
62210
62210
|
"links": {},
|
|
62211
|
-
"address": "
|
|
62212
|
-
"transactionHash": "
|
|
62211
|
+
"address": "0x46f984775147843Fa152bB6365FF750505F52fAD",
|
|
62212
|
+
"transactionHash": "0x6ffccce32ea63e022bfdb0c4bc21750ed4e78a4fac2dddda63797e563e12f4f5"
|
|
62213
62213
|
}
|
|
62214
62214
|
},
|
|
62215
62215
|
"schemaVersion": "3.4.3",
|
|
62216
|
-
"updatedAt": "2023-05-
|
|
62216
|
+
"updatedAt": "2023-05-23T00:40:14.407Z",
|
|
62217
62217
|
"networkType": "ethereum",
|
|
62218
62218
|
"devdoc": {
|
|
62219
62219
|
"kind": "dev",
|
|
@@ -40551,7 +40551,7 @@
|
|
|
40551
40551
|
"version": "0.5.7+commit.6da8b019.Emscripten.clang"
|
|
40552
40552
|
},
|
|
40553
40553
|
"networks": {
|
|
40554
|
-
"
|
|
40554
|
+
"5": {
|
|
40555
40555
|
"events": {
|
|
40556
40556
|
"0xefc0db5f83f77f89452c2f94b82b44e255b3488e98d72feed0d80672ae36c8cc": {
|
|
40557
40557
|
"anonymous": false,
|
|
@@ -40663,12 +40663,12 @@
|
|
|
40663
40663
|
}
|
|
40664
40664
|
},
|
|
40665
40665
|
"links": {},
|
|
40666
|
-
"address": "
|
|
40667
|
-
"transactionHash": "
|
|
40666
|
+
"address": "0xEC9c47e925ce60D49d5f72E7C0EBadc152e013D3",
|
|
40667
|
+
"transactionHash": "0x82d0d1a4d32aeacac65249a7bcb8d1ebff170261021c4c86d4a05db6e7762312"
|
|
40668
40668
|
}
|
|
40669
40669
|
},
|
|
40670
40670
|
"schemaVersion": "3.4.3",
|
|
40671
|
-
"updatedAt": "2023-05-
|
|
40671
|
+
"updatedAt": "2023-05-23T00:53:14.449Z",
|
|
40672
40672
|
"networkType": "ethereum",
|
|
40673
40673
|
"devdoc": {
|
|
40674
40674
|
"methods": {
|
|
@@ -18294,7 +18294,7 @@
|
|
|
18294
18294
|
"version": "0.5.7+commit.6da8b019.Emscripten.clang"
|
|
18295
18295
|
},
|
|
18296
18296
|
"networks": {
|
|
18297
|
-
"
|
|
18297
|
+
"5": {
|
|
18298
18298
|
"events": {
|
|
18299
18299
|
"0xac6540763c83abc16ddc03f9bba51ea8af0d61a3f55e915bfcd8717113027bdc": {
|
|
18300
18300
|
"anonymous": false,
|
|
@@ -18379,12 +18379,12 @@
|
|
|
18379
18379
|
}
|
|
18380
18380
|
},
|
|
18381
18381
|
"links": {},
|
|
18382
|
-
"address": "
|
|
18383
|
-
"transactionHash": "
|
|
18382
|
+
"address": "0xC3F4c43664A25Ae044EEe40E586760dbbF05d6Cd",
|
|
18383
|
+
"transactionHash": "0xec460776f46e9866c658f85a1036c91fb4f1db4e5337ed54a4e3705a2bdc618d"
|
|
18384
18384
|
}
|
|
18385
18385
|
},
|
|
18386
18386
|
"schemaVersion": "3.4.3",
|
|
18387
|
-
"updatedAt": "2023-05-
|
|
18387
|
+
"updatedAt": "2023-05-23T00:53:14.402Z",
|
|
18388
18388
|
"networkType": "ethereum",
|
|
18389
18389
|
"devdoc": {
|
|
18390
18390
|
"methods": {
|
|
@@ -36479,15 +36479,15 @@
|
|
|
36479
36479
|
"version": "0.5.7+commit.6da8b019.Emscripten.clang"
|
|
36480
36480
|
},
|
|
36481
36481
|
"networks": {
|
|
36482
|
-
"
|
|
36482
|
+
"5": {
|
|
36483
36483
|
"events": {},
|
|
36484
36484
|
"links": {},
|
|
36485
|
-
"address": "
|
|
36486
|
-
"transactionHash": "
|
|
36485
|
+
"address": "0xe4E02590Fa0C13fe57a72B4641eeDb5D7284bD2A",
|
|
36486
|
+
"transactionHash": "0xb39f487a7974ba5dc2ecd19bb5018b2556fab9c90f24dd6955f4102ab3d40824"
|
|
36487
36487
|
}
|
|
36488
36488
|
},
|
|
36489
36489
|
"schemaVersion": "3.4.3",
|
|
36490
|
-
"updatedAt": "2023-05-
|
|
36490
|
+
"updatedAt": "2023-05-23T00:53:14.423Z",
|
|
36491
36491
|
"networkType": "ethereum",
|
|
36492
36492
|
"devdoc": {
|
|
36493
36493
|
"methods": {
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const contractAddress = {
|
|
4
4
|
5: {
|
|
5
|
-
'Client': '
|
|
5
|
+
'Client': '0xEC9c47e925ce60D49d5f72E7C0EBadc152e013D3',
|
|
6
6
|
'Factory': '0x979096681423F77396e1C2a4d0A0B1e2cfd4b886',
|
|
7
7
|
'Cash': '0xB58142f2e2c1238E900a461eb3E14ECD232eA868',
|
|
8
8
|
'Bond': '0x22b5a9F9be86bcD7Ffef3C1683aF04A1F3b83959',
|
|
9
9
|
'Token': '0x4aC88676E3d1F10469f131F8F6B84E9Ca61De514',
|
|
10
10
|
'Oracle': '0x109F99eA5ED3DA588469173Fc32A843c8830296a',
|
|
11
11
|
'Rates': '0x766545084E1C461dB5EC5A381E3cb6817aD271Ad',
|
|
12
|
-
'Security': '
|
|
13
|
-
'SecuritiesFactory': '
|
|
14
|
-
'Vitta': '
|
|
15
|
-
'Liquidity': '
|
|
16
|
-
'Distribution': '
|
|
17
|
-
'BalancerPrimaryIssueManager': '
|
|
18
|
-
'BalancerSecondaryIssueManager': '
|
|
19
|
-
'BalancerMarginIssueManager': '
|
|
20
|
-
'Custody': '',
|
|
12
|
+
'Security': '0xe4E02590Fa0C13fe57a72B4641eeDb5D7284bD2A',
|
|
13
|
+
'SecuritiesFactory': '0xC3F4c43664A25Ae044EEe40E586760dbbF05d6Cd',
|
|
14
|
+
'Vitta': '0xDD9C034348f619e85e15cbAf0f86d698b8a5b765',
|
|
15
|
+
'Liquidity': '0x46f984775147843Fa152bB6365FF750505F52fAD',
|
|
16
|
+
'Distribution': '0xd234d2433a877465cbdF6B478bfC027dB7910b0b',
|
|
17
|
+
'BalancerPrimaryIssueManager': '0x3Af6bae7e4779808B5B6cE03c5095Af00Fd87731',
|
|
18
|
+
'BalancerSecondaryIssueManager': '0x305a09D57Ea30EeF22fBb2B1048f3A09164C9b12',
|
|
19
|
+
'BalancerMarginIssueManager': '0xEf329d1d0E47A0185b32bC62e69ab16a95533D75',
|
|
20
|
+
'Custody': '0x60aEDad13a34b1DC45bDeA9eD6a66d639563e917',
|
|
21
21
|
'CASH': {
|
|
22
22
|
'VCUSD': '0xa18244Fb7236EE7E0D5382579eE0341FA621B9bB',
|
|
23
23
|
'VCEUR': '0x8A2002c9dBA52909647Bca0049058bb0daB0196d',
|