ocean-contracts 2.2.0__tar.gz → 2.2.1__tar.gz

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.
Files changed (92) hide show
  1. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/PKG-INFO +1 -1
  2. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/addresses/address.json +2 -1
  3. ocean_contracts-2.2.1/artifacts/BatchPayments.json +52 -0
  4. ocean_contracts-2.2.1/artifacts/IERC20.json +64 -0
  5. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/ocean_contracts.egg-info/PKG-INFO +1 -1
  6. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/ocean_contracts.egg-info/SOURCES.txt +1 -0
  7. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/setup.cfg +1 -1
  8. ocean_contracts-2.2.0/artifacts/IERC20.json +0 -207
  9. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/README.md +0 -0
  10. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/addresses/__init__.py +0 -0
  11. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/AccessList.json +0 -0
  12. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/AccessListFactory.json +0 -0
  13. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/Address.json +0 -0
  14. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/BConst.json +0 -0
  15. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/BFactory.json +0 -0
  16. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/BMath.json +0 -0
  17. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/BNum.json +0 -0
  18. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/BPool.json +0 -0
  19. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/BToken.json +0 -0
  20. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/BTokenBase.json +0 -0
  21. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/Booster.json +0 -0
  22. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/Context.json +0 -0
  23. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/DFRewards.json +0 -0
  24. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/DFStrategyV1.json +0 -0
  25. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/Deployer.json +0 -0
  26. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/Dispenser.json +0 -0
  27. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/Distribute.json +0 -0
  28. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/ERC165.json +0 -0
  29. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/ERC20Roles.json +0 -0
  30. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/ERC20Template.json +0 -0
  31. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/ERC20Template3.json +0 -0
  32. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/ERC20Template4.json +0 -0
  33. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/ERC20TemplateEnterprise.json +0 -0
  34. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/ERC721.json +0 -0
  35. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/ERC721Factory.json +0 -0
  36. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/ERC721RolesAddress.json +0 -0
  37. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/ERC721Template.json +0 -0
  38. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/ERC725Ocean.json +0 -0
  39. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/EnumerableMap.json +0 -0
  40. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/EnumerableSet.json +0 -0
  41. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/FactoryRouter.json +0 -0
  42. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/FixedRateExchange.json +0 -0
  43. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IAccessList.json +0 -0
  44. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IAccessListContract.json +0 -0
  45. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IAccessListFactory.json +0 -0
  46. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IDFRewards.json +0 -0
  47. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IDispenser.json +0 -0
  48. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IERC165.json +0 -0
  49. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IERC20Template.json +0 -0
  50. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IERC20Template3.json +0 -0
  51. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IERC721.json +0 -0
  52. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IERC721Enumerable.json +0 -0
  53. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IERC721Metadata.json +0 -0
  54. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IERC721Receiver.json +0 -0
  55. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IERC721Template.json +0 -0
  56. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IERC725X.json +0 -0
  57. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IERC725Y.json +0 -0
  58. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IFactory.json +0 -0
  59. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IFactoryRouter.json +0 -0
  60. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IFixedRateExchange.json +0 -0
  61. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IPool.json +0 -0
  62. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/ISideStaking.json +0 -0
  63. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/ISplitter.json +0 -0
  64. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IVestingContract.json +0 -0
  65. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IveFeeDistributor.json +0 -0
  66. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/IveOCEAN.json +0 -0
  67. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/MockERC20.json +0 -0
  68. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/MockERC20Decimals.json +0 -0
  69. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/MockExchange.json +0 -0
  70. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/MockOcean.json +0 -0
  71. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/MockOldDT.json +0 -0
  72. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/OPFCommunityFeeCollector.json +0 -0
  73. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/OceanToken.json +0 -0
  74. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/Ownable.json +0 -0
  75. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/PredictoorHelper.json +0 -0
  76. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/SafeERC20.json +0 -0
  77. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/SmartWalletChecker.json +0 -0
  78. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/Splitter.json +0 -0
  79. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/Strings.json +0 -0
  80. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/UtilsLib.json +0 -0
  81. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/VestingWalletHalving.json +0 -0
  82. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/VestingWalletLinear.json +0 -0
  83. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/__init__.py +0 -0
  84. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/veAllocate.json +0 -0
  85. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/veDelegation.json +0 -0
  86. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/veFeeDistributor.json +0 -0
  87. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/veFeeDistributorOwner.json +0 -0
  88. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/veFeeEstimate.json +0 -0
  89. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/artifacts/veOCEAN.json +0 -0
  90. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/ocean_contracts.egg-info/dependency_links.txt +0 -0
  91. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/ocean_contracts.egg-info/top_level.txt +0 -0
  92. {ocean_contracts-2.2.0 → ocean_contracts-2.2.1}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ocean-contracts
3
- Version: 2.2.0
3
+ Version: 2.2.1
4
4
  Summary: 🐳 Ocean Protocol L1 - v4
5
5
  Home-page: https://github.com/oceanprotocol/contracts
6
6
  Author: leucothia
@@ -320,7 +320,8 @@
320
320
  "DFRewards": "0xc37F8341Ac6e4a94538302bCd4d49Cf0852D30C0",
321
321
  "DFStrategyV1": "0x3c21a90599b5B7f37014cA5Bf30d3f1b73d7e391",
322
322
  "PredictoorHelper": "0xE9397625Df9B63f0C152f975234b7988b54710B8",
323
- "AccessListFactory": "0x12bB8D85a091A69A07E22E52d4567dBB91568f52"
323
+ "AccessListFactory": "0x12bB8D85a091A69A07E22E52d4567dBB91568f52",
324
+ "BatchPayments": "0x9497d1d64F2aFeBcd4f9916Eef3d9094E5Df962f"
324
325
  },
325
326
  "optimism_sepolia": {
326
327
  "chainId": 11155420,
@@ -0,0 +1,52 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "BatchPayments",
4
+ "sourceName": "contracts/rewards/BatchPayments.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address[]",
10
+ "name": "list",
11
+ "type": "address[]"
12
+ },
13
+ {
14
+ "internalType": "uint256[]",
15
+ "name": "amounts",
16
+ "type": "uint256[]"
17
+ }
18
+ ],
19
+ "name": "sendEther",
20
+ "outputs": [],
21
+ "stateMutability": "payable",
22
+ "type": "function"
23
+ },
24
+ {
25
+ "inputs": [
26
+ {
27
+ "internalType": "contract IERC20",
28
+ "name": "token",
29
+ "type": "address"
30
+ },
31
+ {
32
+ "internalType": "address[]",
33
+ "name": "list",
34
+ "type": "address[]"
35
+ },
36
+ {
37
+ "internalType": "uint256[]",
38
+ "name": "amounts",
39
+ "type": "uint256[]"
40
+ }
41
+ ],
42
+ "name": "sendToken",
43
+ "outputs": [],
44
+ "stateMutability": "nonpayable",
45
+ "type": "function"
46
+ }
47
+ ],
48
+ "bytecode": "0x608060405234801561001057600080fd5b50610684806100206000396000f3fe6080604052600436106100295760003560e01c80630a333a0f1461002e578063bcc91d6114610050575b600080fd5b34801561003a57600080fd5b5061004e6100493660046104ec565b610063565b005b61004e61005e366004610562565b610265565b80518251146100b95760405162461bcd60e51b815260206004820152601c60248201527f417272617973206d75737420686176652073616d65206c656e6774680000000060448201526064015b60405180910390fd5b6000805b83518110156100ff578281815181106100d8576100d86105c6565b6020026020010151826100eb91906105f2565b9150806100f78161060a565b9150506100bd565b6040516323b872dd60e01b8152336004820152306024820152604481018390526001600160a01b038616906323b872dd906064016020604051808303816000875af1158015610152573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101769190610625565b61017f57600080fd5b5060005b835181101561025e57846001600160a01b031663a9059cbb8583815181106101ad576101ad6105c6565b60200260200101518584815181106101c7576101c76105c6565b60200260200101516040518363ffffffff1660e01b81526004016102009291906001600160a01b03929092168252602082015260400190565b6020604051808303816000875af115801561021f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102439190610625565b61024c57600080fd5b806102568161060a565b915050610183565b5050505050565b80518251146102b65760405162461bcd60e51b815260206004820152601c60248201527f417272617973206d75737420686176652073616d65206c656e6774680000000060448201526064016100b0565b60005b8251811015610340578281815181106102d4576102d46105c6565b60200260200101516001600160a01b03166108fc8383815181106102fa576102fa6105c6565b60200260200101519081150290604051600060405180830381858888f1935050505015801561032d573d6000803e3d6000fd5b50806103388161060a565b9150506102b9565b50476159d88111156103955760405133908290600081818185875af1925050503d806000811461038c576040519150601f19603f3d011682016040523d82523d6000602084013e610391565b606091505b5050505b505050565b6001600160a01b03811681146103af57600080fd5b50565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156103f1576103f16103b2565b604052919050565b600067ffffffffffffffff821115610413576104136103b2565b5060051b60200190565b600082601f83011261042e57600080fd5b8135602061044361043e836103f9565b6103c8565b82815260059290921b8401810191818101908684111561046257600080fd5b8286015b848110156104865780356104798161039a565b8352918301918301610466565b509695505050505050565b600082601f8301126104a257600080fd5b813560206104b261043e836103f9565b82815260059290921b840181019181810190868411156104d157600080fd5b8286015b8481101561048657803583529183019183016104d5565b60008060006060848603121561050157600080fd5b833561050c8161039a565b9250602084013567ffffffffffffffff8082111561052957600080fd5b6105358783880161041d565b9350604086013591508082111561054b57600080fd5b5061055886828701610491565b9150509250925092565b6000806040838503121561057557600080fd5b823567ffffffffffffffff8082111561058d57600080fd5b6105998683870161041d565b935060208501359150808211156105af57600080fd5b506105bc85828601610491565b9150509250929050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b60008219821115610605576106056105dc565b500190565b600060001982141561061e5761061e6105dc565b5060010190565b60006020828403121561063757600080fd5b8151801515811461064757600080fd5b939250505056fea2646970667358221220c3f936347fc88b506032682782c0819bbb7ce0a61b7eb11ae872964c34bbbbea64736f6c634300080c0033",
49
+ "deployedBytecode": "0x6080604052600436106100295760003560e01c80630a333a0f1461002e578063bcc91d6114610050575b600080fd5b34801561003a57600080fd5b5061004e6100493660046104ec565b610063565b005b61004e61005e366004610562565b610265565b80518251146100b95760405162461bcd60e51b815260206004820152601c60248201527f417272617973206d75737420686176652073616d65206c656e6774680000000060448201526064015b60405180910390fd5b6000805b83518110156100ff578281815181106100d8576100d86105c6565b6020026020010151826100eb91906105f2565b9150806100f78161060a565b9150506100bd565b6040516323b872dd60e01b8152336004820152306024820152604481018390526001600160a01b038616906323b872dd906064016020604051808303816000875af1158015610152573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101769190610625565b61017f57600080fd5b5060005b835181101561025e57846001600160a01b031663a9059cbb8583815181106101ad576101ad6105c6565b60200260200101518584815181106101c7576101c76105c6565b60200260200101516040518363ffffffff1660e01b81526004016102009291906001600160a01b03929092168252602082015260400190565b6020604051808303816000875af115801561021f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102439190610625565b61024c57600080fd5b806102568161060a565b915050610183565b5050505050565b80518251146102b65760405162461bcd60e51b815260206004820152601c60248201527f417272617973206d75737420686176652073616d65206c656e6774680000000060448201526064016100b0565b60005b8251811015610340578281815181106102d4576102d46105c6565b60200260200101516001600160a01b03166108fc8383815181106102fa576102fa6105c6565b60200260200101519081150290604051600060405180830381858888f1935050505015801561032d573d6000803e3d6000fd5b50806103388161060a565b9150506102b9565b50476159d88111156103955760405133908290600081818185875af1925050503d806000811461038c576040519150601f19603f3d011682016040523d82523d6000602084013e610391565b606091505b5050505b505050565b6001600160a01b03811681146103af57600080fd5b50565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156103f1576103f16103b2565b604052919050565b600067ffffffffffffffff821115610413576104136103b2565b5060051b60200190565b600082601f83011261042e57600080fd5b8135602061044361043e836103f9565b6103c8565b82815260059290921b8401810191818101908684111561046257600080fd5b8286015b848110156104865780356104798161039a565b8352918301918301610466565b509695505050505050565b600082601f8301126104a257600080fd5b813560206104b261043e836103f9565b82815260059290921b840181019181810190868411156104d157600080fd5b8286015b8481101561048657803583529183019183016104d5565b60008060006060848603121561050157600080fd5b833561050c8161039a565b9250602084013567ffffffffffffffff8082111561052957600080fd5b6105358783880161041d565b9350604086013591508082111561054b57600080fd5b5061055886828701610491565b9150509250925092565b6000806040838503121561057557600080fd5b823567ffffffffffffffff8082111561058d57600080fd5b6105998683870161041d565b935060208501359150808211156105af57600080fd5b506105bc85828601610491565b9150509250929050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b60008219821115610605576106056105dc565b500190565b600060001982141561061e5761061e6105dc565b5060010190565b60006020828403121561063757600080fd5b8151801515811461064757600080fd5b939250505056fea2646970667358221220c3f936347fc88b506032682782c0819bbb7ce0a61b7eb11ae872964c34bbbbea64736f6c634300080c0033",
50
+ "linkReferences": {},
51
+ "deployedLinkReferences": {}
52
+ }
@@ -0,0 +1,64 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IERC20",
4
+ "sourceName": "contracts/rewards/BatchPayments.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "to",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "uint256",
15
+ "name": "value",
16
+ "type": "uint256"
17
+ }
18
+ ],
19
+ "name": "transfer",
20
+ "outputs": [
21
+ {
22
+ "internalType": "bool",
23
+ "name": "",
24
+ "type": "bool"
25
+ }
26
+ ],
27
+ "stateMutability": "nonpayable",
28
+ "type": "function"
29
+ },
30
+ {
31
+ "inputs": [
32
+ {
33
+ "internalType": "address",
34
+ "name": "from",
35
+ "type": "address"
36
+ },
37
+ {
38
+ "internalType": "address",
39
+ "name": "to",
40
+ "type": "address"
41
+ },
42
+ {
43
+ "internalType": "uint256",
44
+ "name": "value",
45
+ "type": "uint256"
46
+ }
47
+ ],
48
+ "name": "transferFrom",
49
+ "outputs": [
50
+ {
51
+ "internalType": "bool",
52
+ "name": "",
53
+ "type": "bool"
54
+ }
55
+ ],
56
+ "stateMutability": "nonpayable",
57
+ "type": "function"
58
+ }
59
+ ],
60
+ "bytecode": "0x",
61
+ "deployedBytecode": "0x",
62
+ "linkReferences": {},
63
+ "deployedLinkReferences": {}
64
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ocean-contracts
3
- Version: 2.2.0
3
+ Version: 2.2.1
4
4
  Summary: 🐳 Ocean Protocol L1 - v4
5
5
  Home-page: https://github.com/oceanprotocol/contracts
6
6
  Author: leucothia
@@ -13,6 +13,7 @@ artifacts/BNum.json
13
13
  artifacts/BPool.json
14
14
  artifacts/BToken.json
15
15
  artifacts/BTokenBase.json
16
+ artifacts/BatchPayments.json
16
17
  artifacts/Booster.json
17
18
  artifacts/Context.json
18
19
  artifacts/DFRewards.json
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = ocean-contracts
3
- version = v2.2.0
3
+ version = v2.2.1
4
4
  author = leucothia
5
5
  author_email = devops@oceanprotocol.com
6
6
  description = 🐳 Ocean Protocol L1 - v4
@@ -1,207 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "IERC20",
4
- "sourceName": "contracts/interfaces/IERC20.sol",
5
- "abi": [
6
- {
7
- "anonymous": false,
8
- "inputs": [
9
- {
10
- "indexed": true,
11
- "internalType": "address",
12
- "name": "owner",
13
- "type": "address"
14
- },
15
- {
16
- "indexed": true,
17
- "internalType": "address",
18
- "name": "spender",
19
- "type": "address"
20
- },
21
- {
22
- "indexed": false,
23
- "internalType": "uint256",
24
- "name": "value",
25
- "type": "uint256"
26
- }
27
- ],
28
- "name": "Approval",
29
- "type": "event"
30
- },
31
- {
32
- "anonymous": false,
33
- "inputs": [
34
- {
35
- "indexed": true,
36
- "internalType": "address",
37
- "name": "from",
38
- "type": "address"
39
- },
40
- {
41
- "indexed": true,
42
- "internalType": "address",
43
- "name": "to",
44
- "type": "address"
45
- },
46
- {
47
- "indexed": false,
48
- "internalType": "uint256",
49
- "name": "value",
50
- "type": "uint256"
51
- }
52
- ],
53
- "name": "Transfer",
54
- "type": "event"
55
- },
56
- {
57
- "inputs": [
58
- {
59
- "internalType": "address",
60
- "name": "owner",
61
- "type": "address"
62
- },
63
- {
64
- "internalType": "address",
65
- "name": "spender",
66
- "type": "address"
67
- }
68
- ],
69
- "name": "allowance",
70
- "outputs": [
71
- {
72
- "internalType": "uint256",
73
- "name": "",
74
- "type": "uint256"
75
- }
76
- ],
77
- "stateMutability": "view",
78
- "type": "function"
79
- },
80
- {
81
- "inputs": [
82
- {
83
- "internalType": "address",
84
- "name": "spender",
85
- "type": "address"
86
- },
87
- {
88
- "internalType": "uint256",
89
- "name": "amount",
90
- "type": "uint256"
91
- }
92
- ],
93
- "name": "approve",
94
- "outputs": [
95
- {
96
- "internalType": "bool",
97
- "name": "",
98
- "type": "bool"
99
- }
100
- ],
101
- "stateMutability": "nonpayable",
102
- "type": "function"
103
- },
104
- {
105
- "inputs": [
106
- {
107
- "internalType": "address",
108
- "name": "account",
109
- "type": "address"
110
- }
111
- ],
112
- "name": "balanceOf",
113
- "outputs": [
114
- {
115
- "internalType": "uint256",
116
- "name": "",
117
- "type": "uint256"
118
- }
119
- ],
120
- "stateMutability": "view",
121
- "type": "function"
122
- },
123
- {
124
- "inputs": [],
125
- "name": "decimals",
126
- "outputs": [
127
- {
128
- "internalType": "uint8",
129
- "name": "",
130
- "type": "uint8"
131
- }
132
- ],
133
- "stateMutability": "view",
134
- "type": "function"
135
- },
136
- {
137
- "inputs": [],
138
- "name": "totalSupply",
139
- "outputs": [
140
- {
141
- "internalType": "uint256",
142
- "name": "",
143
- "type": "uint256"
144
- }
145
- ],
146
- "stateMutability": "view",
147
- "type": "function"
148
- },
149
- {
150
- "inputs": [
151
- {
152
- "internalType": "address",
153
- "name": "recipient",
154
- "type": "address"
155
- },
156
- {
157
- "internalType": "uint256",
158
- "name": "amount",
159
- "type": "uint256"
160
- }
161
- ],
162
- "name": "transfer",
163
- "outputs": [
164
- {
165
- "internalType": "bool",
166
- "name": "",
167
- "type": "bool"
168
- }
169
- ],
170
- "stateMutability": "nonpayable",
171
- "type": "function"
172
- },
173
- {
174
- "inputs": [
175
- {
176
- "internalType": "address",
177
- "name": "sender",
178
- "type": "address"
179
- },
180
- {
181
- "internalType": "address",
182
- "name": "recipient",
183
- "type": "address"
184
- },
185
- {
186
- "internalType": "uint256",
187
- "name": "amount",
188
- "type": "uint256"
189
- }
190
- ],
191
- "name": "transferFrom",
192
- "outputs": [
193
- {
194
- "internalType": "bool",
195
- "name": "",
196
- "type": "bool"
197
- }
198
- ],
199
- "stateMutability": "nonpayable",
200
- "type": "function"
201
- }
202
- ],
203
- "bytecode": "0x",
204
- "deployedBytecode": "0x",
205
- "linkReferences": {},
206
- "deployedLinkReferences": {}
207
- }