@requestnetwork/smart-contracts 0.50.0 → 0.51.1-next.2d9d2486.0

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 (129) hide show
  1. package/dist/hardhat.config.d.ts +5 -0
  2. package/dist/hardhat.config.d.ts.map +1 -1
  3. package/dist/hardhat.config.js +14 -0
  4. package/dist/hardhat.config.js.map +1 -1
  5. package/dist/scripts-create2/contract-setup/setupBatchConversionPayments.d.ts.map +1 -1
  6. package/dist/scripts-create2/contract-setup/setupBatchConversionPayments.js +13 -1
  7. package/dist/scripts-create2/contract-setup/setupBatchConversionPayments.js.map +1 -1
  8. package/dist/src/lib/artifacts/BatchConversionPayments/index.d.ts.map +1 -1
  9. package/dist/src/lib/artifacts/BatchConversionPayments/index.js +5 -0
  10. package/dist/src/lib/artifacts/BatchConversionPayments/index.js.map +1 -1
  11. package/dist/src/lib/artifacts/ERC20FeeProxy/index.d.ts.map +1 -1
  12. package/dist/src/lib/artifacts/ERC20FeeProxy/index.js +18 -0
  13. package/dist/src/lib/artifacts/ERC20FeeProxy/index.js.map +1 -1
  14. package/dist/src/lib/artifacts/ERC20Proxy/index.d.ts.map +1 -1
  15. package/dist/src/lib/artifacts/ERC20Proxy/index.js +4 -0
  16. package/dist/src/lib/artifacts/ERC20Proxy/index.js.map +1 -1
  17. package/dist/src/lib/artifacts/EthereumFeeProxy/index.d.ts.map +1 -1
  18. package/dist/src/lib/artifacts/EthereumFeeProxy/index.js +4 -0
  19. package/dist/src/lib/artifacts/EthereumFeeProxy/index.js.map +1 -1
  20. package/dist/src/lib/artifacts/EthereumProxy/index.d.ts.map +1 -1
  21. package/dist/src/lib/artifacts/EthereumProxy/index.js +4 -0
  22. package/dist/src/lib/artifacts/EthereumProxy/index.js.map +1 -1
  23. package/dist/src/lib/artifacts/RequestDeployer/index.d.ts.map +1 -1
  24. package/dist/src/lib/artifacts/RequestDeployer/index.js +4 -0
  25. package/dist/src/lib/artifacts/RequestDeployer/index.js.map +1 -1
  26. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TRC20False__factory.d.ts +43 -0
  27. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TRC20False__factory.d.ts.map +1 -0
  28. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TRC20False__factory.js +72 -0
  29. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TRC20False__factory.js.map +1 -0
  30. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TRC20NoReturn__factory.d.ts +107 -0
  31. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TRC20NoReturn__factory.d.ts.map +1 -0
  32. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TRC20NoReturn__factory.js +156 -0
  33. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TRC20NoReturn__factory.js.map +1 -0
  34. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TRC20Revert__factory.d.ts +39 -0
  35. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TRC20Revert__factory.d.ts.map +1 -0
  36. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TRC20Revert__factory.js +66 -0
  37. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TRC20Revert__factory.js.map +1 -0
  38. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TestTRC20__factory.d.ts +261 -0
  39. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TestTRC20__factory.d.ts.map +1 -0
  40. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TestTRC20__factory.js +357 -0
  41. package/dist/src/types/factories/src/contracts/TestTRC20.sol/TestTRC20__factory.js.map +1 -0
  42. package/dist/src/types/factories/src/contracts/TestTRC20.sol/index.d.ts +5 -0
  43. package/dist/src/types/factories/src/contracts/TestTRC20.sol/index.d.ts.map +1 -0
  44. package/dist/src/types/factories/src/contracts/TestTRC20.sol/index.js +15 -0
  45. package/dist/src/types/factories/src/contracts/TestTRC20.sol/index.js.map +1 -0
  46. package/dist/src/types/factories/src/contracts/index.d.ts +1 -0
  47. package/dist/src/types/factories/src/contracts/index.d.ts.map +1 -1
  48. package/dist/src/types/factories/src/contracts/index.js +2 -1
  49. package/dist/src/types/factories/src/contracts/index.js.map +1 -1
  50. package/dist/src/types/hardhat.d.ts +36 -0
  51. package/dist/src/types/index.d.ts +8 -0
  52. package/dist/src/types/index.d.ts.map +1 -1
  53. package/dist/src/types/index.js +9 -1
  54. package/dist/src/types/index.js.map +1 -1
  55. package/dist/src/types/src/contracts/TestTRC20.sol/TRC20False.d.ts +43 -0
  56. package/dist/src/types/src/contracts/TestTRC20.sol/TRC20False.d.ts.map +1 -0
  57. package/dist/src/types/src/contracts/TestTRC20.sol/TRC20False.js +3 -0
  58. package/dist/src/types/src/contracts/TestTRC20.sol/TRC20False.js.map +1 -0
  59. package/dist/src/types/src/contracts/TestTRC20.sol/TRC20NoReturn.d.ts +99 -0
  60. package/dist/src/types/src/contracts/TestTRC20.sol/TRC20NoReturn.d.ts.map +1 -0
  61. package/dist/src/types/src/contracts/TestTRC20.sol/TRC20NoReturn.js +3 -0
  62. package/dist/src/types/src/contracts/TestTRC20.sol/TRC20NoReturn.js.map +1 -0
  63. package/dist/src/types/src/contracts/TestTRC20.sol/TRC20Revert.d.ts +43 -0
  64. package/dist/src/types/src/contracts/TestTRC20.sol/TRC20Revert.d.ts.map +1 -0
  65. package/dist/src/types/src/contracts/TestTRC20.sol/TRC20Revert.js +3 -0
  66. package/dist/src/types/src/contracts/TestTRC20.sol/TRC20Revert.js.map +1 -0
  67. package/dist/src/types/src/contracts/TestTRC20.sol/TestTRC20.d.ts +211 -0
  68. package/dist/src/types/src/contracts/TestTRC20.sol/TestTRC20.d.ts.map +1 -0
  69. package/dist/src/types/src/contracts/TestTRC20.sol/TestTRC20.js +3 -0
  70. package/dist/src/types/src/contracts/TestTRC20.sol/TestTRC20.js.map +1 -0
  71. package/dist/src/types/src/contracts/TestTRC20.sol/index.d.ts +5 -0
  72. package/dist/src/types/src/contracts/TestTRC20.sol/index.d.ts.map +1 -0
  73. package/dist/src/types/src/contracts/TestTRC20.sol/index.js +3 -0
  74. package/dist/src/types/src/contracts/TestTRC20.sol/index.js.map +1 -0
  75. package/dist/src/types/src/contracts/index.d.ts +2 -0
  76. package/dist/src/types/src/contracts/index.d.ts.map +1 -1
  77. package/dist/tsconfig.build.tsbuildinfo +1 -1
  78. package/package.json +20 -6
  79. package/types/factories/src/contracts/TestTRC20.sol/TRC20False__factory.d.ts +43 -0
  80. package/types/factories/src/contracts/TestTRC20.sol/TRC20False__factory.d.ts.map +1 -0
  81. package/types/factories/src/contracts/TestTRC20.sol/TRC20False__factory.js +72 -0
  82. package/types/factories/src/contracts/TestTRC20.sol/TRC20False__factory.js.map +1 -0
  83. package/types/factories/src/contracts/TestTRC20.sol/TRC20NoReturn__factory.d.ts +107 -0
  84. package/types/factories/src/contracts/TestTRC20.sol/TRC20NoReturn__factory.d.ts.map +1 -0
  85. package/types/factories/src/contracts/TestTRC20.sol/TRC20NoReturn__factory.js +156 -0
  86. package/types/factories/src/contracts/TestTRC20.sol/TRC20NoReturn__factory.js.map +1 -0
  87. package/types/factories/src/contracts/TestTRC20.sol/TRC20Revert__factory.d.ts +39 -0
  88. package/types/factories/src/contracts/TestTRC20.sol/TRC20Revert__factory.d.ts.map +1 -0
  89. package/types/factories/src/contracts/TestTRC20.sol/TRC20Revert__factory.js +66 -0
  90. package/types/factories/src/contracts/TestTRC20.sol/TRC20Revert__factory.js.map +1 -0
  91. package/types/factories/src/contracts/TestTRC20.sol/TestTRC20__factory.d.ts +261 -0
  92. package/types/factories/src/contracts/TestTRC20.sol/TestTRC20__factory.d.ts.map +1 -0
  93. package/types/factories/src/contracts/TestTRC20.sol/TestTRC20__factory.js +357 -0
  94. package/types/factories/src/contracts/TestTRC20.sol/TestTRC20__factory.js.map +1 -0
  95. package/types/factories/src/contracts/TestTRC20.sol/index.d.ts +5 -0
  96. package/types/factories/src/contracts/TestTRC20.sol/index.d.ts.map +1 -0
  97. package/types/factories/src/contracts/TestTRC20.sol/index.js +15 -0
  98. package/types/factories/src/contracts/TestTRC20.sol/index.js.map +1 -0
  99. package/types/factories/src/contracts/index.d.ts +1 -0
  100. package/types/factories/src/contracts/index.d.ts.map +1 -1
  101. package/types/factories/src/contracts/index.js +2 -1
  102. package/types/factories/src/contracts/index.js.map +1 -1
  103. package/types/hardhat.d.ts +36 -0
  104. package/types/index.d.ts +8 -0
  105. package/types/index.d.ts.map +1 -1
  106. package/types/index.js +9 -1
  107. package/types/index.js.map +1 -1
  108. package/types/src/contracts/TestTRC20.sol/TRC20False.d.ts +43 -0
  109. package/types/src/contracts/TestTRC20.sol/TRC20False.d.ts.map +1 -0
  110. package/types/src/contracts/TestTRC20.sol/TRC20False.js +3 -0
  111. package/types/src/contracts/TestTRC20.sol/TRC20False.js.map +1 -0
  112. package/types/src/contracts/TestTRC20.sol/TRC20NoReturn.d.ts +99 -0
  113. package/types/src/contracts/TestTRC20.sol/TRC20NoReturn.d.ts.map +1 -0
  114. package/types/src/contracts/TestTRC20.sol/TRC20NoReturn.js +3 -0
  115. package/types/src/contracts/TestTRC20.sol/TRC20NoReturn.js.map +1 -0
  116. package/types/src/contracts/TestTRC20.sol/TRC20Revert.d.ts +43 -0
  117. package/types/src/contracts/TestTRC20.sol/TRC20Revert.d.ts.map +1 -0
  118. package/types/src/contracts/TestTRC20.sol/TRC20Revert.js +3 -0
  119. package/types/src/contracts/TestTRC20.sol/TRC20Revert.js.map +1 -0
  120. package/types/src/contracts/TestTRC20.sol/TestTRC20.d.ts +211 -0
  121. package/types/src/contracts/TestTRC20.sol/TestTRC20.d.ts.map +1 -0
  122. package/types/src/contracts/TestTRC20.sol/TestTRC20.js +3 -0
  123. package/types/src/contracts/TestTRC20.sol/TestTRC20.js.map +1 -0
  124. package/types/src/contracts/TestTRC20.sol/index.d.ts +5 -0
  125. package/types/src/contracts/TestTRC20.sol/index.d.ts.map +1 -0
  126. package/types/src/contracts/TestTRC20.sol/index.js +3 -0
  127. package/types/src/contracts/TestTRC20.sol/index.js.map +1 -0
  128. package/types/src/contracts/index.d.ts +2 -0
  129. package/types/src/contracts/index.d.ts.map +1 -1
@@ -0,0 +1,261 @@
1
+ import { Signer, ContractFactory, BigNumberish, Overrides } from "ethers";
2
+ import type { Provider, TransactionRequest } from "@ethersproject/providers";
3
+ import type { TestTRC20, TestTRC20Interface } from "../../../../src/contracts/TestTRC20.sol/TestTRC20";
4
+ declare type TestTRC20ConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
5
+ export declare class TestTRC20__factory extends ContractFactory {
6
+ constructor(...args: TestTRC20ConstructorParams);
7
+ deploy(initialSupply: BigNumberish, name_: string, symbol_: string, decimals_: BigNumberish, overrides?: Overrides & {
8
+ from?: string;
9
+ }): Promise<TestTRC20>;
10
+ getDeployTransaction(initialSupply: BigNumberish, name_: string, symbol_: string, decimals_: BigNumberish, overrides?: Overrides & {
11
+ from?: string;
12
+ }): TransactionRequest;
13
+ attach(address: string): TestTRC20;
14
+ connect(signer: Signer): TestTRC20__factory;
15
+ static readonly bytecode = "0x60806040523480156200001157600080fd5b5060405162000d1638038062000d168339810160408190526200003491620002c4565b8251839083906200004d90600390602085019062000151565b5080516200006390600490602084019062000151565b50506005805460ff191660ff8416179055506200008133856200008b565b50505050620003b6565b6001600160a01b038216620000e65760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640160405180910390fd5b8060026000828254620000fa919062000352565b90915550506001600160a01b038216600081815260208181526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b8280546200015f9062000379565b90600052602060002090601f016020900481019282620001835760008555620001ce565b82601f106200019e57805160ff1916838001178555620001ce565b82800160010185558215620001ce579182015b82811115620001ce578251825591602001919060010190620001b1565b50620001dc929150620001e0565b5090565b5b80821115620001dc5760008155600101620001e1565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200021f57600080fd5b81516001600160401b03808211156200023c576200023c620001f7565b604051601f8301601f19908116603f01168101908282118183101715620002675762000267620001f7565b816040528381526020925086838588010111156200028457600080fd5b600091505b83821015620002a8578582018301518183018401529082019062000289565b83821115620002ba5760008385830101525b9695505050505050565b60008060008060808587031215620002db57600080fd5b845160208601519094506001600160401b0380821115620002fb57600080fd5b62000309888389016200020d565b945060408701519150808211156200032057600080fd5b506200032f878288016200020d565b925050606085015160ff811681146200034757600080fd5b939692955090935050565b600082198211156200037457634e487b7160e01b600052601160045260246000fd5b500190565b600181811c908216806200038e57607f821691505b60208210811415620003b057634e487b7160e01b600052602260045260246000fd5b50919050565b61095080620003c66000396000f3fe608060405234801561001057600080fd5b50600436106100b45760003560e01c806340c10f191161007157806340c10f191461014757806370a082311461015c57806395d89b4114610185578063a457c2d71461018d578063a9059cbb146101a0578063dd62ed3e146101b357600080fd5b806306fdde03146100b9578063095ea7b3146100d757806318160ddd146100fa57806323b872dd1461010c578063313ce5671461011f5780633950935114610134575b600080fd5b6100c16101c6565b6040516100ce919061078d565b60405180910390f35b6100ea6100e53660046107fe565b610258565b60405190151581526020016100ce565b6002545b6040519081526020016100ce565b6100ea61011a366004610828565b610270565b60055460405160ff90911681526020016100ce565b6100ea6101423660046107fe565b610294565b61015a6101553660046107fe565b6102b6565b005b6100fe61016a366004610864565b6001600160a01b031660009081526020819052604090205490565b6100c16102c4565b6100ea61019b3660046107fe565b6102d3565b6100ea6101ae3660046107fe565b610353565b6100fe6101c1366004610886565b610361565b6060600380546101d5906108b9565b80601f0160208091040260200160405190810160405280929190818152602001828054610201906108b9565b801561024e5780601f106102235761010080835404028352916020019161024e565b820191906000526020600020905b81548152906001019060200180831161023157829003601f168201915b5050505050905090565b60003361026681858561038c565b5060019392505050565b60003361027e8582856104b0565b61028985858561052a565b506001949350505050565b6000336102668185856102a78383610361565b6102b191906108f4565b61038c565b6102c082826106ce565b5050565b6060600480546101d5906108b9565b600033816102e18286610361565b9050838110156103465760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b610289828686840361038c565b60003361026681858561052a565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166103ee5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161033d565b6001600160a01b03821661044f5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161033d565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60006104bc8484610361565b9050600019811461052457818110156105175760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161033d565b610524848484840361038c565b50505050565b6001600160a01b03831661058e5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161033d565b6001600160a01b0382166105f05760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161033d565b6001600160a01b038316600090815260208190526040902054818110156106685760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161033d565b6001600160a01b03848116600081815260208181526040808320878703905593871680835291849020805487019055925185815290927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610524565b6001600160a01b0382166107245760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640161033d565b806002600082825461073691906108f4565b90915550506001600160a01b038216600081815260208181526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b600060208083528351808285015260005b818110156107ba5785810183015185820160400152820161079e565b818111156107cc576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b03811681146107f957600080fd5b919050565b6000806040838503121561081157600080fd5b61081a836107e2565b946020939093013593505050565b60008060006060848603121561083d57600080fd5b610846846107e2565b9250610854602085016107e2565b9150604084013590509250925092565b60006020828403121561087657600080fd5b61087f826107e2565b9392505050565b6000806040838503121561089957600080fd5b6108a2836107e2565b91506108b0602084016107e2565b90509250929050565b600181811c908216806108cd57607f821691505b602082108114156108ee57634e487b7160e01b600052602260045260246000fd5b50919050565b6000821982111561091557634e487b7160e01b600052601160045260246000fd5b50019056fea2646970667358221220f907bfd84ff4eef74fbec04161018eac397af65c2e4f3b55d04a5eef983aa20764736f6c63430008090033";
16
+ static readonly abi: readonly [{
17
+ readonly inputs: readonly [{
18
+ readonly internalType: "uint256";
19
+ readonly name: "initialSupply";
20
+ readonly type: "uint256";
21
+ }, {
22
+ readonly internalType: "string";
23
+ readonly name: "name_";
24
+ readonly type: "string";
25
+ }, {
26
+ readonly internalType: "string";
27
+ readonly name: "symbol_";
28
+ readonly type: "string";
29
+ }, {
30
+ readonly internalType: "uint8";
31
+ readonly name: "decimals_";
32
+ readonly type: "uint8";
33
+ }];
34
+ readonly stateMutability: "nonpayable";
35
+ readonly type: "constructor";
36
+ }, {
37
+ readonly anonymous: false;
38
+ readonly inputs: readonly [{
39
+ readonly indexed: true;
40
+ readonly internalType: "address";
41
+ readonly name: "owner";
42
+ readonly type: "address";
43
+ }, {
44
+ readonly indexed: true;
45
+ readonly internalType: "address";
46
+ readonly name: "spender";
47
+ readonly type: "address";
48
+ }, {
49
+ readonly indexed: false;
50
+ readonly internalType: "uint256";
51
+ readonly name: "value";
52
+ readonly type: "uint256";
53
+ }];
54
+ readonly name: "Approval";
55
+ readonly type: "event";
56
+ }, {
57
+ readonly anonymous: false;
58
+ readonly inputs: readonly [{
59
+ readonly indexed: true;
60
+ readonly internalType: "address";
61
+ readonly name: "from";
62
+ readonly type: "address";
63
+ }, {
64
+ readonly indexed: true;
65
+ readonly internalType: "address";
66
+ readonly name: "to";
67
+ readonly type: "address";
68
+ }, {
69
+ readonly indexed: false;
70
+ readonly internalType: "uint256";
71
+ readonly name: "value";
72
+ readonly type: "uint256";
73
+ }];
74
+ readonly name: "Transfer";
75
+ readonly type: "event";
76
+ }, {
77
+ readonly inputs: readonly [{
78
+ readonly internalType: "address";
79
+ readonly name: "owner";
80
+ readonly type: "address";
81
+ }, {
82
+ readonly internalType: "address";
83
+ readonly name: "spender";
84
+ readonly type: "address";
85
+ }];
86
+ readonly name: "allowance";
87
+ readonly outputs: readonly [{
88
+ readonly internalType: "uint256";
89
+ readonly name: "";
90
+ readonly type: "uint256";
91
+ }];
92
+ readonly stateMutability: "view";
93
+ readonly type: "function";
94
+ }, {
95
+ readonly inputs: readonly [{
96
+ readonly internalType: "address";
97
+ readonly name: "spender";
98
+ readonly type: "address";
99
+ }, {
100
+ readonly internalType: "uint256";
101
+ readonly name: "amount";
102
+ readonly type: "uint256";
103
+ }];
104
+ readonly name: "approve";
105
+ readonly outputs: readonly [{
106
+ readonly internalType: "bool";
107
+ readonly name: "";
108
+ readonly type: "bool";
109
+ }];
110
+ readonly stateMutability: "nonpayable";
111
+ readonly type: "function";
112
+ }, {
113
+ readonly inputs: readonly [{
114
+ readonly internalType: "address";
115
+ readonly name: "account";
116
+ readonly type: "address";
117
+ }];
118
+ readonly name: "balanceOf";
119
+ readonly outputs: readonly [{
120
+ readonly internalType: "uint256";
121
+ readonly name: "";
122
+ readonly type: "uint256";
123
+ }];
124
+ readonly stateMutability: "view";
125
+ readonly type: "function";
126
+ }, {
127
+ readonly inputs: readonly [];
128
+ readonly name: "decimals";
129
+ readonly outputs: readonly [{
130
+ readonly internalType: "uint8";
131
+ readonly name: "";
132
+ readonly type: "uint8";
133
+ }];
134
+ readonly stateMutability: "view";
135
+ readonly type: "function";
136
+ }, {
137
+ readonly inputs: readonly [{
138
+ readonly internalType: "address";
139
+ readonly name: "spender";
140
+ readonly type: "address";
141
+ }, {
142
+ readonly internalType: "uint256";
143
+ readonly name: "subtractedValue";
144
+ readonly type: "uint256";
145
+ }];
146
+ readonly name: "decreaseAllowance";
147
+ readonly outputs: readonly [{
148
+ readonly internalType: "bool";
149
+ readonly name: "";
150
+ readonly type: "bool";
151
+ }];
152
+ readonly stateMutability: "nonpayable";
153
+ readonly type: "function";
154
+ }, {
155
+ readonly inputs: readonly [{
156
+ readonly internalType: "address";
157
+ readonly name: "spender";
158
+ readonly type: "address";
159
+ }, {
160
+ readonly internalType: "uint256";
161
+ readonly name: "addedValue";
162
+ readonly type: "uint256";
163
+ }];
164
+ readonly name: "increaseAllowance";
165
+ readonly outputs: readonly [{
166
+ readonly internalType: "bool";
167
+ readonly name: "";
168
+ readonly type: "bool";
169
+ }];
170
+ readonly stateMutability: "nonpayable";
171
+ readonly type: "function";
172
+ }, {
173
+ readonly inputs: readonly [{
174
+ readonly internalType: "address";
175
+ readonly name: "to";
176
+ readonly type: "address";
177
+ }, {
178
+ readonly internalType: "uint256";
179
+ readonly name: "amount";
180
+ readonly type: "uint256";
181
+ }];
182
+ readonly name: "mint";
183
+ readonly outputs: readonly [];
184
+ readonly stateMutability: "nonpayable";
185
+ readonly type: "function";
186
+ }, {
187
+ readonly inputs: readonly [];
188
+ readonly name: "name";
189
+ readonly outputs: readonly [{
190
+ readonly internalType: "string";
191
+ readonly name: "";
192
+ readonly type: "string";
193
+ }];
194
+ readonly stateMutability: "view";
195
+ readonly type: "function";
196
+ }, {
197
+ readonly inputs: readonly [];
198
+ readonly name: "symbol";
199
+ readonly outputs: readonly [{
200
+ readonly internalType: "string";
201
+ readonly name: "";
202
+ readonly type: "string";
203
+ }];
204
+ readonly stateMutability: "view";
205
+ readonly type: "function";
206
+ }, {
207
+ readonly inputs: readonly [];
208
+ readonly name: "totalSupply";
209
+ readonly outputs: readonly [{
210
+ readonly internalType: "uint256";
211
+ readonly name: "";
212
+ readonly type: "uint256";
213
+ }];
214
+ readonly stateMutability: "view";
215
+ readonly type: "function";
216
+ }, {
217
+ readonly inputs: readonly [{
218
+ readonly internalType: "address";
219
+ readonly name: "to";
220
+ readonly type: "address";
221
+ }, {
222
+ readonly internalType: "uint256";
223
+ readonly name: "amount";
224
+ readonly type: "uint256";
225
+ }];
226
+ readonly name: "transfer";
227
+ readonly outputs: readonly [{
228
+ readonly internalType: "bool";
229
+ readonly name: "";
230
+ readonly type: "bool";
231
+ }];
232
+ readonly stateMutability: "nonpayable";
233
+ readonly type: "function";
234
+ }, {
235
+ readonly inputs: readonly [{
236
+ readonly internalType: "address";
237
+ readonly name: "from";
238
+ readonly type: "address";
239
+ }, {
240
+ readonly internalType: "address";
241
+ readonly name: "to";
242
+ readonly type: "address";
243
+ }, {
244
+ readonly internalType: "uint256";
245
+ readonly name: "amount";
246
+ readonly type: "uint256";
247
+ }];
248
+ readonly name: "transferFrom";
249
+ readonly outputs: readonly [{
250
+ readonly internalType: "bool";
251
+ readonly name: "";
252
+ readonly type: "bool";
253
+ }];
254
+ readonly stateMutability: "nonpayable";
255
+ readonly type: "function";
256
+ }];
257
+ static createInterface(): TestTRC20Interface;
258
+ static connect(address: string, signerOrProvider: Signer | Provider): TestTRC20;
259
+ }
260
+ export {};
261
+ //# sourceMappingURL=TestTRC20__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TestTRC20__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/factories/src/contracts/TestTRC20.sol/TestTRC20__factory.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,MAAM,EAGN,eAAe,EACf,YAAY,EACZ,SAAS,EACV,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC7E,OAAO,KAAK,EACV,SAAS,EACT,kBAAkB,EACnB,MAAM,mDAAmD,CAAC;AAkU3D,aAAK,0BAA0B,GAC3B,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,GACjB,qBAAqB,CAAC,OAAO,eAAe,CAAC,CAAC;AAMlD,qBAAa,kBAAmB,SAAQ,eAAe;gBACzC,GAAG,IAAI,EAAE,0BAA0B;IAQtC,MAAM,CACb,aAAa,EAAE,YAAY,EAC3B,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,YAAY,EACvB,SAAS,CAAC,EAAE,SAAS,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GACxC,OAAO,CAAC,SAAS,CAAC;IASZ,oBAAoB,CAC3B,aAAa,EAAE,YAAY,EAC3B,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,YAAY,EACvB,SAAS,CAAC,EAAE,SAAS,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GACxC,kBAAkB;IASZ,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,SAAS;IAGlC,OAAO,CAAC,MAAM,EAAE,MAAM,GAAG,kBAAkB;IAIpD,MAAM,CAAC,QAAQ,CAAC,QAAQ,ojNAAa;IACrC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,kBAAkB;IAG5C,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,SAAS;CAGb"}
@@ -0,0 +1,357 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TestTRC20__factory = void 0;
4
+ /* Autogenerated file. Do not edit manually. */
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ const ethers_1 = require("ethers");
8
+ const _abi = [
9
+ {
10
+ inputs: [
11
+ {
12
+ internalType: "uint256",
13
+ name: "initialSupply",
14
+ type: "uint256",
15
+ },
16
+ {
17
+ internalType: "string",
18
+ name: "name_",
19
+ type: "string",
20
+ },
21
+ {
22
+ internalType: "string",
23
+ name: "symbol_",
24
+ type: "string",
25
+ },
26
+ {
27
+ internalType: "uint8",
28
+ name: "decimals_",
29
+ type: "uint8",
30
+ },
31
+ ],
32
+ stateMutability: "nonpayable",
33
+ type: "constructor",
34
+ },
35
+ {
36
+ anonymous: false,
37
+ inputs: [
38
+ {
39
+ indexed: true,
40
+ internalType: "address",
41
+ name: "owner",
42
+ type: "address",
43
+ },
44
+ {
45
+ indexed: true,
46
+ internalType: "address",
47
+ name: "spender",
48
+ type: "address",
49
+ },
50
+ {
51
+ indexed: false,
52
+ internalType: "uint256",
53
+ name: "value",
54
+ type: "uint256",
55
+ },
56
+ ],
57
+ name: "Approval",
58
+ type: "event",
59
+ },
60
+ {
61
+ anonymous: false,
62
+ inputs: [
63
+ {
64
+ indexed: true,
65
+ internalType: "address",
66
+ name: "from",
67
+ type: "address",
68
+ },
69
+ {
70
+ indexed: true,
71
+ internalType: "address",
72
+ name: "to",
73
+ type: "address",
74
+ },
75
+ {
76
+ indexed: false,
77
+ internalType: "uint256",
78
+ name: "value",
79
+ type: "uint256",
80
+ },
81
+ ],
82
+ name: "Transfer",
83
+ type: "event",
84
+ },
85
+ {
86
+ inputs: [
87
+ {
88
+ internalType: "address",
89
+ name: "owner",
90
+ type: "address",
91
+ },
92
+ {
93
+ internalType: "address",
94
+ name: "spender",
95
+ type: "address",
96
+ },
97
+ ],
98
+ name: "allowance",
99
+ outputs: [
100
+ {
101
+ internalType: "uint256",
102
+ name: "",
103
+ type: "uint256",
104
+ },
105
+ ],
106
+ stateMutability: "view",
107
+ type: "function",
108
+ },
109
+ {
110
+ inputs: [
111
+ {
112
+ internalType: "address",
113
+ name: "spender",
114
+ type: "address",
115
+ },
116
+ {
117
+ internalType: "uint256",
118
+ name: "amount",
119
+ type: "uint256",
120
+ },
121
+ ],
122
+ name: "approve",
123
+ outputs: [
124
+ {
125
+ internalType: "bool",
126
+ name: "",
127
+ type: "bool",
128
+ },
129
+ ],
130
+ stateMutability: "nonpayable",
131
+ type: "function",
132
+ },
133
+ {
134
+ inputs: [
135
+ {
136
+ internalType: "address",
137
+ name: "account",
138
+ type: "address",
139
+ },
140
+ ],
141
+ name: "balanceOf",
142
+ outputs: [
143
+ {
144
+ internalType: "uint256",
145
+ name: "",
146
+ type: "uint256",
147
+ },
148
+ ],
149
+ stateMutability: "view",
150
+ type: "function",
151
+ },
152
+ {
153
+ inputs: [],
154
+ name: "decimals",
155
+ outputs: [
156
+ {
157
+ internalType: "uint8",
158
+ name: "",
159
+ type: "uint8",
160
+ },
161
+ ],
162
+ stateMutability: "view",
163
+ type: "function",
164
+ },
165
+ {
166
+ inputs: [
167
+ {
168
+ internalType: "address",
169
+ name: "spender",
170
+ type: "address",
171
+ },
172
+ {
173
+ internalType: "uint256",
174
+ name: "subtractedValue",
175
+ type: "uint256",
176
+ },
177
+ ],
178
+ name: "decreaseAllowance",
179
+ outputs: [
180
+ {
181
+ internalType: "bool",
182
+ name: "",
183
+ type: "bool",
184
+ },
185
+ ],
186
+ stateMutability: "nonpayable",
187
+ type: "function",
188
+ },
189
+ {
190
+ inputs: [
191
+ {
192
+ internalType: "address",
193
+ name: "spender",
194
+ type: "address",
195
+ },
196
+ {
197
+ internalType: "uint256",
198
+ name: "addedValue",
199
+ type: "uint256",
200
+ },
201
+ ],
202
+ name: "increaseAllowance",
203
+ outputs: [
204
+ {
205
+ internalType: "bool",
206
+ name: "",
207
+ type: "bool",
208
+ },
209
+ ],
210
+ stateMutability: "nonpayable",
211
+ type: "function",
212
+ },
213
+ {
214
+ inputs: [
215
+ {
216
+ internalType: "address",
217
+ name: "to",
218
+ type: "address",
219
+ },
220
+ {
221
+ internalType: "uint256",
222
+ name: "amount",
223
+ type: "uint256",
224
+ },
225
+ ],
226
+ name: "mint",
227
+ outputs: [],
228
+ stateMutability: "nonpayable",
229
+ type: "function",
230
+ },
231
+ {
232
+ inputs: [],
233
+ name: "name",
234
+ outputs: [
235
+ {
236
+ internalType: "string",
237
+ name: "",
238
+ type: "string",
239
+ },
240
+ ],
241
+ stateMutability: "view",
242
+ type: "function",
243
+ },
244
+ {
245
+ inputs: [],
246
+ name: "symbol",
247
+ outputs: [
248
+ {
249
+ internalType: "string",
250
+ name: "",
251
+ type: "string",
252
+ },
253
+ ],
254
+ stateMutability: "view",
255
+ type: "function",
256
+ },
257
+ {
258
+ inputs: [],
259
+ name: "totalSupply",
260
+ outputs: [
261
+ {
262
+ internalType: "uint256",
263
+ name: "",
264
+ type: "uint256",
265
+ },
266
+ ],
267
+ stateMutability: "view",
268
+ type: "function",
269
+ },
270
+ {
271
+ inputs: [
272
+ {
273
+ internalType: "address",
274
+ name: "to",
275
+ type: "address",
276
+ },
277
+ {
278
+ internalType: "uint256",
279
+ name: "amount",
280
+ type: "uint256",
281
+ },
282
+ ],
283
+ name: "transfer",
284
+ outputs: [
285
+ {
286
+ internalType: "bool",
287
+ name: "",
288
+ type: "bool",
289
+ },
290
+ ],
291
+ stateMutability: "nonpayable",
292
+ type: "function",
293
+ },
294
+ {
295
+ inputs: [
296
+ {
297
+ internalType: "address",
298
+ name: "from",
299
+ type: "address",
300
+ },
301
+ {
302
+ internalType: "address",
303
+ name: "to",
304
+ type: "address",
305
+ },
306
+ {
307
+ internalType: "uint256",
308
+ name: "amount",
309
+ type: "uint256",
310
+ },
311
+ ],
312
+ name: "transferFrom",
313
+ outputs: [
314
+ {
315
+ internalType: "bool",
316
+ name: "",
317
+ type: "bool",
318
+ },
319
+ ],
320
+ stateMutability: "nonpayable",
321
+ type: "function",
322
+ },
323
+ ];
324
+ const _bytecode = "0x60806040523480156200001157600080fd5b5060405162000d1638038062000d168339810160408190526200003491620002c4565b8251839083906200004d90600390602085019062000151565b5080516200006390600490602084019062000151565b50506005805460ff191660ff8416179055506200008133856200008b565b50505050620003b6565b6001600160a01b038216620000e65760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640160405180910390fd5b8060026000828254620000fa919062000352565b90915550506001600160a01b038216600081815260208181526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b8280546200015f9062000379565b90600052602060002090601f016020900481019282620001835760008555620001ce565b82601f106200019e57805160ff1916838001178555620001ce565b82800160010185558215620001ce579182015b82811115620001ce578251825591602001919060010190620001b1565b50620001dc929150620001e0565b5090565b5b80821115620001dc5760008155600101620001e1565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200021f57600080fd5b81516001600160401b03808211156200023c576200023c620001f7565b604051601f8301601f19908116603f01168101908282118183101715620002675762000267620001f7565b816040528381526020925086838588010111156200028457600080fd5b600091505b83821015620002a8578582018301518183018401529082019062000289565b83821115620002ba5760008385830101525b9695505050505050565b60008060008060808587031215620002db57600080fd5b845160208601519094506001600160401b0380821115620002fb57600080fd5b62000309888389016200020d565b945060408701519150808211156200032057600080fd5b506200032f878288016200020d565b925050606085015160ff811681146200034757600080fd5b939692955090935050565b600082198211156200037457634e487b7160e01b600052601160045260246000fd5b500190565b600181811c908216806200038e57607f821691505b60208210811415620003b057634e487b7160e01b600052602260045260246000fd5b50919050565b61095080620003c66000396000f3fe608060405234801561001057600080fd5b50600436106100b45760003560e01c806340c10f191161007157806340c10f191461014757806370a082311461015c57806395d89b4114610185578063a457c2d71461018d578063a9059cbb146101a0578063dd62ed3e146101b357600080fd5b806306fdde03146100b9578063095ea7b3146100d757806318160ddd146100fa57806323b872dd1461010c578063313ce5671461011f5780633950935114610134575b600080fd5b6100c16101c6565b6040516100ce919061078d565b60405180910390f35b6100ea6100e53660046107fe565b610258565b60405190151581526020016100ce565b6002545b6040519081526020016100ce565b6100ea61011a366004610828565b610270565b60055460405160ff90911681526020016100ce565b6100ea6101423660046107fe565b610294565b61015a6101553660046107fe565b6102b6565b005b6100fe61016a366004610864565b6001600160a01b031660009081526020819052604090205490565b6100c16102c4565b6100ea61019b3660046107fe565b6102d3565b6100ea6101ae3660046107fe565b610353565b6100fe6101c1366004610886565b610361565b6060600380546101d5906108b9565b80601f0160208091040260200160405190810160405280929190818152602001828054610201906108b9565b801561024e5780601f106102235761010080835404028352916020019161024e565b820191906000526020600020905b81548152906001019060200180831161023157829003601f168201915b5050505050905090565b60003361026681858561038c565b5060019392505050565b60003361027e8582856104b0565b61028985858561052a565b506001949350505050565b6000336102668185856102a78383610361565b6102b191906108f4565b61038c565b6102c082826106ce565b5050565b6060600480546101d5906108b9565b600033816102e18286610361565b9050838110156103465760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b610289828686840361038c565b60003361026681858561052a565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166103ee5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161033d565b6001600160a01b03821661044f5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161033d565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60006104bc8484610361565b9050600019811461052457818110156105175760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161033d565b610524848484840361038c565b50505050565b6001600160a01b03831661058e5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161033d565b6001600160a01b0382166105f05760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161033d565b6001600160a01b038316600090815260208190526040902054818110156106685760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161033d565b6001600160a01b03848116600081815260208181526040808320878703905593871680835291849020805487019055925185815290927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610524565b6001600160a01b0382166107245760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640161033d565b806002600082825461073691906108f4565b90915550506001600160a01b038216600081815260208181526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b600060208083528351808285015260005b818110156107ba5785810183015185820160400152820161079e565b818111156107cc576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b03811681146107f957600080fd5b919050565b6000806040838503121561081157600080fd5b61081a836107e2565b946020939093013593505050565b60008060006060848603121561083d57600080fd5b610846846107e2565b9250610854602085016107e2565b9150604084013590509250925092565b60006020828403121561087657600080fd5b61087f826107e2565b9392505050565b6000806040838503121561089957600080fd5b6108a2836107e2565b91506108b0602084016107e2565b90509250929050565b600181811c908216806108cd57607f821691505b602082108114156108ee57634e487b7160e01b600052602260045260246000fd5b50919050565b6000821982111561091557634e487b7160e01b600052601160045260246000fd5b50019056fea2646970667358221220f907bfd84ff4eef74fbec04161018eac397af65c2e4f3b55d04a5eef983aa20764736f6c63430008090033";
325
+ const isSuperArgs = (xs) => xs.length > 1;
326
+ class TestTRC20__factory extends ethers_1.ContractFactory {
327
+ constructor(...args) {
328
+ if (isSuperArgs(args)) {
329
+ super(...args);
330
+ }
331
+ else {
332
+ super(_abi, _bytecode, args[0]);
333
+ }
334
+ }
335
+ deploy(initialSupply, name_, symbol_, decimals_, overrides) {
336
+ return super.deploy(initialSupply, name_, symbol_, decimals_, overrides || {});
337
+ }
338
+ getDeployTransaction(initialSupply, name_, symbol_, decimals_, overrides) {
339
+ return super.getDeployTransaction(initialSupply, name_, symbol_, decimals_, overrides || {});
340
+ }
341
+ attach(address) {
342
+ return super.attach(address);
343
+ }
344
+ connect(signer) {
345
+ return super.connect(signer);
346
+ }
347
+ static createInterface() {
348
+ return new ethers_1.utils.Interface(_abi);
349
+ }
350
+ static connect(address, signerOrProvider) {
351
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
352
+ }
353
+ }
354
+ exports.TestTRC20__factory = TestTRC20__factory;
355
+ TestTRC20__factory.bytecode = _bytecode;
356
+ TestTRC20__factory.abi = _abi;
357
+ //# sourceMappingURL=TestTRC20__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TestTRC20__factory.js","sourceRoot":"","sources":["../../../../../../../src/types/factories/src/contracts/TestTRC20.sol/TestTRC20__factory.ts"],"names":[],"mappings":";;;AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,mCAOgB;AAOhB,MAAM,IAAI,GAAG;IACX;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;aACf;YACD;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,OAAO;aACd;SACF;QACD,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,aAAa;KACpB;IACD;QACE,SAAS,EAAE,KAAK;QAChB,MAAM,EAAE;YACN;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,OAAO;KACd;IACD;QACE,SAAS,EAAE,KAAK;QAChB,MAAM,EAAE;YACN;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,OAAO;KACd;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,WAAW;QACjB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,SAAS;QACf,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,MAAM;gBACpB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,MAAM;aACb;SACF;QACD,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,WAAW;QACjB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,UAAU;QAChB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,OAAO;aACd;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,mBAAmB;QACzB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,MAAM;gBACpB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,MAAM;aACb;SACF;QACD,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,mBAAmB;QACzB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,MAAM;gBACpB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,MAAM;aACb;SACF;QACD,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE,EAAE;QACV,IAAI,EAAE,aAAa;QACnB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,UAAU;QAChB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,MAAM;gBACpB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,MAAM;aACb;SACF;QACD,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,cAAc;QACpB,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,MAAM;gBACpB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,MAAM;aACb;SACF;QACD,eAAe,EAAE,YAAY;QAC7B,IAAI,EAAE,UAAU;KACjB;CACO,CAAC;AAEX,MAAM,SAAS,GACb,gjNAAgjN,CAAC;AAMnjN,MAAM,WAAW,GAAG,CAClB,EAA8B,EACuB,EAAE,CAAC,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC;AAExE,MAAa,kBAAmB,SAAQ,wBAAe;IACrD,YAAY,GAAG,IAAgC;QAC7C,IAAI,WAAW,CAAC,IAAI,CAAC,EAAE;YACrB,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC;SAChB;aAAM;YACL,KAAK,CAAC,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;SACjC;IACH,CAAC;IAEQ,MAAM,CACb,aAA2B,EAC3B,KAAa,EACb,OAAe,EACf,SAAuB,EACvB,SAAyC;QAEzC,OAAO,KAAK,CAAC,MAAM,CACjB,aAAa,EACb,KAAK,EACL,OAAO,EACP,SAAS,EACT,SAAS,IAAI,EAAE,CACM,CAAC;IAC1B,CAAC;IACQ,oBAAoB,CAC3B,aAA2B,EAC3B,KAAa,EACb,OAAe,EACf,SAAuB,EACvB,SAAyC;QAEzC,OAAO,KAAK,CAAC,oBAAoB,CAC/B,aAAa,EACb,KAAK,EACL,OAAO,EACP,SAAS,EACT,SAAS,IAAI,EAAE,CAChB,CAAC;IACJ,CAAC;IACQ,MAAM,CAAC,OAAe;QAC7B,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,CAAc,CAAC;IAC5C,CAAC;IACQ,OAAO,CAAC,MAAc;QAC7B,OAAO,KAAK,CAAC,OAAO,CAAC,MAAM,CAAuB,CAAC;IACrD,CAAC;IAID,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAuB,CAAC;IACzD,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,gBAAgB,CAAc,CAAC;IACpE,CAAC;;AAxDH,gDAyDC;AAXiB,2BAAQ,GAAG,SAAS,CAAC;AACrB,sBAAG,GAAG,IAAI,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { TRC20False__factory } from "./TRC20False__factory";
2
+ export { TRC20NoReturn__factory } from "./TRC20NoReturn__factory";
3
+ export { TRC20Revert__factory } from "./TRC20Revert__factory";
4
+ export { TestTRC20__factory } from "./TestTRC20__factory";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/factories/src/contracts/TestTRC20.sol/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TestTRC20__factory = exports.TRC20Revert__factory = exports.TRC20NoReturn__factory = exports.TRC20False__factory = void 0;
4
+ /* Autogenerated file. Do not edit manually. */
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ var TRC20False__factory_1 = require("./TRC20False__factory");
8
+ Object.defineProperty(exports, "TRC20False__factory", { enumerable: true, get: function () { return TRC20False__factory_1.TRC20False__factory; } });
9
+ var TRC20NoReturn__factory_1 = require("./TRC20NoReturn__factory");
10
+ Object.defineProperty(exports, "TRC20NoReturn__factory", { enumerable: true, get: function () { return TRC20NoReturn__factory_1.TRC20NoReturn__factory; } });
11
+ var TRC20Revert__factory_1 = require("./TRC20Revert__factory");
12
+ Object.defineProperty(exports, "TRC20Revert__factory", { enumerable: true, get: function () { return TRC20Revert__factory_1.TRC20Revert__factory; } });
13
+ var TestTRC20__factory_1 = require("./TestTRC20__factory");
14
+ Object.defineProperty(exports, "TestTRC20__factory", { enumerable: true, get: function () { return TestTRC20__factory_1.TestTRC20__factory; } });
15
+ //# sourceMappingURL=index.js.map