@verified-network/verified-sdk 1.2.4 → 1.2.5
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/LICENSE +1 -1
- package/dist/abi/assetmanager/balancer/MarginIssueManager.json +42102 -20356
- package/dist/abi/assetmanager/balancer/PrimaryIssueManager.json +9059 -8677
- package/dist/abi/assetmanager/balancer/SecondaryIssueManager.json +5114 -4904
- package/dist/abi/distribution/Distribution.json +88 -5
- package/dist/abi/liquidity/Liquidity.json +16679 -12480
- 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/contract/liquidity/index.js +9 -0
- package/dist/contractAddress/index.js +31 -31
- package/package.json +1 -1
|
@@ -36936,15 +36936,98 @@
|
|
|
36936
36936
|
"version": "0.8.0+commit.c7dfd78e.Emscripten.clang"
|
|
36937
36937
|
},
|
|
36938
36938
|
"networks": {
|
|
36939
|
-
"
|
|
36940
|
-
"events": {
|
|
36939
|
+
"137": {
|
|
36940
|
+
"events": {
|
|
36941
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0": {
|
|
36942
|
+
"anonymous": false,
|
|
36943
|
+
"inputs": [
|
|
36944
|
+
{
|
|
36945
|
+
"indexed": true,
|
|
36946
|
+
"internalType": "address",
|
|
36947
|
+
"name": "previousOwner",
|
|
36948
|
+
"type": "address"
|
|
36949
|
+
},
|
|
36950
|
+
{
|
|
36951
|
+
"indexed": true,
|
|
36952
|
+
"internalType": "address",
|
|
36953
|
+
"name": "newOwner",
|
|
36954
|
+
"type": "address"
|
|
36955
|
+
}
|
|
36956
|
+
],
|
|
36957
|
+
"name": "OwnershipTransferred",
|
|
36958
|
+
"type": "event"
|
|
36959
|
+
},
|
|
36960
|
+
"0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258": {
|
|
36961
|
+
"anonymous": false,
|
|
36962
|
+
"inputs": [
|
|
36963
|
+
{
|
|
36964
|
+
"indexed": false,
|
|
36965
|
+
"internalType": "address",
|
|
36966
|
+
"name": "account",
|
|
36967
|
+
"type": "address"
|
|
36968
|
+
}
|
|
36969
|
+
],
|
|
36970
|
+
"name": "Paused",
|
|
36971
|
+
"type": "event"
|
|
36972
|
+
},
|
|
36973
|
+
"0xfd34476424b11728dd439a5eb333973b6c5938474e1f5b123928c97ca869414d": {
|
|
36974
|
+
"anonymous": false,
|
|
36975
|
+
"inputs": [
|
|
36976
|
+
{
|
|
36977
|
+
"indexed": false,
|
|
36978
|
+
"internalType": "bytes32",
|
|
36979
|
+
"name": "shareholderType",
|
|
36980
|
+
"type": "bytes32"
|
|
36981
|
+
},
|
|
36982
|
+
{
|
|
36983
|
+
"indexed": true,
|
|
36984
|
+
"internalType": "address",
|
|
36985
|
+
"name": "shareholder",
|
|
36986
|
+
"type": "address"
|
|
36987
|
+
},
|
|
36988
|
+
{
|
|
36989
|
+
"indexed": false,
|
|
36990
|
+
"internalType": "address",
|
|
36991
|
+
"name": "token",
|
|
36992
|
+
"type": "address"
|
|
36993
|
+
},
|
|
36994
|
+
{
|
|
36995
|
+
"indexed": false,
|
|
36996
|
+
"internalType": "uint256",
|
|
36997
|
+
"name": "amount",
|
|
36998
|
+
"type": "uint256"
|
|
36999
|
+
},
|
|
37000
|
+
{
|
|
37001
|
+
"indexed": false,
|
|
37002
|
+
"internalType": "uint256",
|
|
37003
|
+
"name": "timestamp",
|
|
37004
|
+
"type": "uint256"
|
|
37005
|
+
}
|
|
37006
|
+
],
|
|
37007
|
+
"name": "RevenueShare",
|
|
37008
|
+
"type": "event"
|
|
37009
|
+
},
|
|
37010
|
+
"0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa": {
|
|
37011
|
+
"anonymous": false,
|
|
37012
|
+
"inputs": [
|
|
37013
|
+
{
|
|
37014
|
+
"indexed": false,
|
|
37015
|
+
"internalType": "address",
|
|
37016
|
+
"name": "account",
|
|
37017
|
+
"type": "address"
|
|
37018
|
+
}
|
|
37019
|
+
],
|
|
37020
|
+
"name": "Unpaused",
|
|
37021
|
+
"type": "event"
|
|
37022
|
+
}
|
|
37023
|
+
},
|
|
36941
37024
|
"links": {},
|
|
36942
|
-
"address": "
|
|
36943
|
-
"transactionHash": "
|
|
37025
|
+
"address": "0x96De7417058Dff11D570011eA100e6F0B6Af98eC",
|
|
37026
|
+
"transactionHash": "0x4e4f82a96daf3852de864bb6156710d56c3e653982a6d0b1d882dda3521190b2"
|
|
36944
37027
|
}
|
|
36945
37028
|
},
|
|
36946
37029
|
"schemaVersion": "3.4.3",
|
|
36947
|
-
"updatedAt": "2023-
|
|
37030
|
+
"updatedAt": "2023-07-03T06:17:52.823Z",
|
|
36948
37031
|
"networkType": "ethereum",
|
|
36949
37032
|
"devdoc": {
|
|
36950
37033
|
"kind": "dev",
|