ocean-contracts 2.4.0__py3-none-any.whl → 2.4.1__py3-none-any.whl
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.
- addresses/address.json +20 -12
- artifacts/ERC721Template.json +2 -2
- artifacts/ERC725Ocean.json +2 -2
- artifacts/EnterpriseFeeCollector.json +271 -0
- artifacts/FixedRateExchangeEnterprise.json +1235 -0
- artifacts/IEnterpriseFeeCollector.json +54 -0
- {ocean_contracts-2.4.0.dist-info → ocean_contracts-2.4.1.dist-info}/METADATA +1 -1
- {ocean_contracts-2.4.0.dist-info → ocean_contracts-2.4.1.dist-info}/RECORD +10 -7
- {ocean_contracts-2.4.0.dist-info → ocean_contracts-2.4.1.dist-info}/WHEEL +0 -0
- {ocean_contracts-2.4.0.dist-info → ocean_contracts-2.4.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "IEnterpriseFeeCollector",
|
|
4
|
+
"sourceName": "contracts/interfaces/IEnterpriseFeeCollector.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "baseTokenAddress",
|
|
11
|
+
"type": "address"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"internalType": "uint256",
|
|
15
|
+
"name": "amount",
|
|
16
|
+
"type": "uint256"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"name": "calculateFee",
|
|
20
|
+
"outputs": [
|
|
21
|
+
{
|
|
22
|
+
"internalType": "uint256",
|
|
23
|
+
"name": "",
|
|
24
|
+
"type": "uint256"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"stateMutability": "view",
|
|
28
|
+
"type": "function"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"inputs": [
|
|
32
|
+
{
|
|
33
|
+
"internalType": "address",
|
|
34
|
+
"name": "tokenAddress",
|
|
35
|
+
"type": "address"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"name": "isTokenAllowed",
|
|
39
|
+
"outputs": [
|
|
40
|
+
{
|
|
41
|
+
"internalType": "bool",
|
|
42
|
+
"name": "",
|
|
43
|
+
"type": "bool"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"stateMutability": "view",
|
|
47
|
+
"type": "function"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"bytecode": "0x",
|
|
51
|
+
"deployedBytecode": "0x",
|
|
52
|
+
"linkReferences": {},
|
|
53
|
+
"deployedLinkReferences": {}
|
|
54
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
addresses/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
addresses/address.json,sha256=
|
|
2
|
+
addresses/address.json,sha256=rxyrVOmiwyy74soUikae9YAFU_j2_D314UUw3rFiSjY,19038
|
|
3
3
|
artifacts/AccessList.json,sha256=ZAQWWkYIKtXffQsd2PaFh8Amg8mfg9kkSr8-wDRoRjE,51865
|
|
4
4
|
artifacts/AccessListFactory.json,sha256=zL4DwzaPj29HbE-Mfraf6xynjLeqdEKlBW3hvfhEv54,16700
|
|
5
5
|
artifacts/Address.json,sha256=tssTaRdkpkBsVnWVv-gcivrC1A22D31wSQ-38w-yKiU,691
|
|
@@ -27,13 +27,15 @@ artifacts/ERC20TemplateEnterprise.json,sha256=rN8_8Sqlpujbn5mw8uH5cJ6T6AaPflWZFM
|
|
|
27
27
|
artifacts/ERC721.json,sha256=j9W1Lxvw05dcrhBbcqKYEW3qXp6KS8eijx-46kV9Ztc,21917
|
|
28
28
|
artifacts/ERC721Factory.json,sha256=VkteXOpvmJutYqUfiBpBEBV8q57VI3IMmvMIqjLTdzo,106683
|
|
29
29
|
artifacts/ERC721RolesAddress.json,sha256=44T7Dda2K0pytws9XF-67_c0lrIfNm8OoTUqnWs6a-0,27611
|
|
30
|
-
artifacts/ERC721Template.json,sha256=
|
|
31
|
-
artifacts/ERC725Ocean.json,sha256=
|
|
30
|
+
artifacts/ERC721Template.json,sha256=gNwGDZe0P94xM9EsuJSrWeXbxOK-lLfhkm6XNGRB6MQ,124804
|
|
31
|
+
artifacts/ERC725Ocean.json,sha256=qADmMbCrF6nnYH3DBeR6tZsIZvsDXir3cp0pS7jBQIA,5227
|
|
32
|
+
artifacts/EnterpriseFeeCollector.json,sha256=GPkOqmlNlZgmSxoJ2e6rKuS_gR58uOZ1VlPAyEK5NXU,21613
|
|
32
33
|
artifacts/EnumerableMap.json,sha256=6mNXnQ6xrrML3ARhcczGt0Adm6tjJNkEbroywP2SXxw,703
|
|
33
34
|
artifacts/EnumerableSet.json,sha256=Z33HpyiFibyvY1vZxTzGPygtegrTdZprYxaxywlI0HA,703
|
|
34
35
|
artifacts/Escrow.json,sha256=Z6AbQCMnOrmdfzGYYfCJ0e3srMXHumbAxX4-ScZSlac,87126
|
|
35
36
|
artifacts/FactoryRouter.json,sha256=y_G_CXlcaJvk7CQ8jtc4MKNHeh-Fm7uxImRz7r-WYMI,108738
|
|
36
37
|
artifacts/FixedRateExchange.json,sha256=YMw6j0NgyBLZ83nHlykqUTI4p5QPVbj_LYaFHUoWRLY,93761
|
|
38
|
+
artifacts/FixedRateExchangeEnterprise.json,sha256=tWnnQLahTS4py6jtEachycmsDLMCQ2wuS7cLm2-HqZ0,103030
|
|
37
39
|
artifacts/IAccessList.json,sha256=2SHDeP8dsAeru2B87bI9b66NNZZjcp51Xgbp_snkVuY,1406
|
|
38
40
|
artifacts/IAccessListContract.json,sha256=0eZiMNXZeNeQ9V40WMaPVK9UofUkr1hwE5wVUQ4kaKU,634
|
|
39
41
|
artifacts/IAccessListFactory.json,sha256=JSIxOX92criYEetBhnnf6slhllHWVPNHTDiqI7zZjqU,979
|
|
@@ -50,6 +52,7 @@ artifacts/IERC721Receiver.json,sha256=9UUSONfj3KOsV6epwSFHjGRmVzFRDmpzb1gqanEc3f
|
|
|
50
52
|
artifacts/IERC721Template.json,sha256=L6p2tKO3WX3jp2YfxZ-Kz49MPGY6bYl6vsr0wLY2T3I,15959
|
|
51
53
|
artifacts/IERC725X.json,sha256=vcE7PeePzuBwzfxYsI1iYjCR5CyRrOYmKoD3GK397Zw,1183
|
|
52
54
|
artifacts/IERC725Y.json,sha256=U8nNZqzpCozQlTZt76r6IEIf5yj2RFNrdQ7zLWOJZQw,999
|
|
55
|
+
artifacts/IEnterpriseFeeCollector.json,sha256=O8-v3CBfZHTmkpN8ZllGHAvm3DPmITSFeHDG82vKjG8,1147
|
|
53
56
|
artifacts/IFactory.json,sha256=fWPaIiWJaUuzweRaZ5g7CM7dN7eblE5qw2irv8WYolk,13108
|
|
54
57
|
artifacts/IFactoryRouter.json,sha256=VVslMuJ_BNQX5Ocm9yEUE3-jQyyKpcMk9Nl0k36Txro,10207
|
|
55
58
|
artifacts/IFixedRateExchange.json,sha256=-3BYD6ARgc8coMwJlMM7iaDmCEeKWnURLs2MIy0c19c,10345
|
|
@@ -82,7 +85,7 @@ artifacts/veFeeDistributor.json,sha256=tMEq3ifjXUL20omsA2HZBVq2OMWTboiWjYnB2ULt9
|
|
|
82
85
|
artifacts/veFeeDistributorOwner.json,sha256=_YmpseEGO9iehj7jsHZ_tKfoHn7tSkCDYdeLXRvODpE,18279
|
|
83
86
|
artifacts/veFeeEstimate.json,sha256=y2nVTf_WoO4lq33CTpoKw_bgwiauut-NnJZUDeXfSzk,14648
|
|
84
87
|
artifacts/veOCEAN.json,sha256=y7shCpV2_wu5l5ke5Jl5RXcIrfnKIcVlHNSnBLLRCdE,65773
|
|
85
|
-
ocean_contracts-2.4.
|
|
86
|
-
ocean_contracts-2.4.
|
|
87
|
-
ocean_contracts-2.4.
|
|
88
|
-
ocean_contracts-2.4.
|
|
88
|
+
ocean_contracts-2.4.1.dist-info/METADATA,sha256=RAoNj5D913b8hI34NQfvF_Frg9PLugFC8vSoN54zQmo,5540
|
|
89
|
+
ocean_contracts-2.4.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
90
|
+
ocean_contracts-2.4.1.dist-info/top_level.txt,sha256=_iXuRoP5-QwLfapzrF8ti449ScRELwyqHevPSQskcRc,20
|
|
91
|
+
ocean_contracts-2.4.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|