@sentio/sdk 2.57.11 → 2.57.12-rc.aaa

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 (245) hide show
  1. package/lib/aptos/ext/token.d.ts.map +1 -1
  2. package/lib/aptos/ext/token.js +4 -6
  3. package/lib/aptos/ext/token.js.map +1 -1
  4. package/lib/chunk-24EEMT46.js +3 -0
  5. package/lib/chunk-24EEMT46.js.map +1 -0
  6. package/lib/chunk-2R7O6UGY.js +3 -0
  7. package/lib/chunk-2R7O6UGY.js.map +1 -0
  8. package/lib/chunk-4JXRK4YH.js +29 -0
  9. package/lib/chunk-4JXRK4YH.js.map +1 -0
  10. package/lib/chunk-7QZC3R57.js +3 -0
  11. package/lib/chunk-7QZC3R57.js.map +1 -0
  12. package/lib/chunk-AK5E6DKD.js +6 -0
  13. package/lib/chunk-AK5E6DKD.js.map +1 -0
  14. package/lib/chunk-ATZBHPQN.js +3 -0
  15. package/lib/chunk-ATZBHPQN.js.map +1 -0
  16. package/lib/chunk-B6U7F4GY.js +29 -0
  17. package/lib/chunk-B6U7F4GY.js.map +1 -0
  18. package/lib/chunk-DGKULIPW.js +3 -0
  19. package/lib/chunk-DGKULIPW.js.map +1 -0
  20. package/lib/chunk-DS2LOABN.js +3 -0
  21. package/lib/chunk-DS2LOABN.js.map +1 -0
  22. package/lib/chunk-FMBGZMT4.js +6 -0
  23. package/lib/chunk-FMBGZMT4.js.map +1 -0
  24. package/lib/chunk-FMZDKD72.js +8 -0
  25. package/lib/chunk-FMZDKD72.js.map +1 -0
  26. package/lib/chunk-G5BIPHMS.js +3 -0
  27. package/lib/chunk-G5BIPHMS.js.map +1 -0
  28. package/lib/chunk-G6XPDWDE.js +3 -0
  29. package/lib/chunk-G6XPDWDE.js.map +1 -0
  30. package/lib/chunk-GJX3DL4J.js +499 -0
  31. package/lib/chunk-GJX3DL4J.js.map +1 -0
  32. package/lib/chunk-GTITFWMU.js +259 -0
  33. package/lib/chunk-GTITFWMU.js.map +1 -0
  34. package/lib/chunk-J7Z2TKQE.js +33 -0
  35. package/lib/chunk-J7Z2TKQE.js.map +1 -0
  36. package/lib/chunk-JQ4LTUIX.js +995 -0
  37. package/lib/chunk-JQ4LTUIX.js.map +1 -0
  38. package/lib/chunk-LG2TF5WR.js +8 -0
  39. package/lib/chunk-LG2TF5WR.js.map +1 -0
  40. package/lib/chunk-LVWOFGF2.js +3 -0
  41. package/lib/chunk-LVWOFGF2.js.map +1 -0
  42. package/lib/chunk-O564J2U6.js +11 -0
  43. package/lib/chunk-O564J2U6.js.map +1 -0
  44. package/lib/chunk-QGIFUSFI.js +84 -0
  45. package/lib/chunk-QGIFUSFI.js.map +1 -0
  46. package/lib/chunk-QGPJOTWP.js +3 -0
  47. package/lib/chunk-QGPJOTWP.js.map +1 -0
  48. package/lib/chunk-RA75ESSD.js +3 -0
  49. package/lib/chunk-RA75ESSD.js.map +1 -0
  50. package/lib/chunk-RVAYZJ7X.js +5 -0
  51. package/lib/chunk-RVAYZJ7X.js.map +1 -0
  52. package/lib/chunk-SPY3PKUB.js +3 -0
  53. package/lib/chunk-SPY3PKUB.js.map +1 -0
  54. package/lib/chunk-SUCYR7EB.js +3 -0
  55. package/lib/chunk-SUCYR7EB.js.map +1 -0
  56. package/lib/chunk-TGIXVAHB.js +7 -0
  57. package/lib/chunk-TGIXVAHB.js.map +1 -0
  58. package/lib/chunk-TSEQGMTN.js +5 -0
  59. package/lib/chunk-TSEQGMTN.js.map +1 -0
  60. package/lib/chunk-ZHI6ULD5.js +3 -0
  61. package/lib/chunk-ZHI6ULD5.js.map +1 -0
  62. package/lib/multipart-parser-J6QPYJHT.js +4 -0
  63. package/lib/multipart-parser-J6QPYJHT.js.map +1 -0
  64. package/package.json +4 -4
  65. package/src/aptos/builtin/0x1.d.ts +6451 -0
  66. package/src/aptos/builtin/0x1.d.ts.map +1 -0
  67. package/src/aptos/builtin/0x1.js +7138 -0
  68. package/src/aptos/builtin/0x1.js.map +1 -0
  69. package/src/aptos/builtin/0x3.d.ts +1122 -0
  70. package/src/aptos/builtin/0x3.d.ts.map +1 -0
  71. package/src/aptos/builtin/0x3.js +937 -0
  72. package/src/aptos/builtin/0x3.js.map +1 -0
  73. package/src/aptos/builtin/0x4.d.ts +551 -0
  74. package/src/aptos/builtin/0x4.d.ts.map +1 -0
  75. package/src/aptos/builtin/0x4.js +529 -0
  76. package/src/aptos/builtin/0x4.js.map +1 -0
  77. package/src/aptos/builtin/index.d.ts +4 -0
  78. package/src/aptos/builtin/index.d.ts.map +1 -0
  79. package/src/aptos/builtin/index.js +7 -0
  80. package/src/aptos/builtin/index.js.map +1 -0
  81. package/src/aptos/ext/token.ts +4 -6
  82. package/src/eth/builtin/eacaggregatorproxy.d.ts +5 -0
  83. package/src/eth/builtin/eacaggregatorproxy.d.ts.map +1 -0
  84. package/src/eth/builtin/eacaggregatorproxy.js +8 -0
  85. package/src/eth/builtin/eacaggregatorproxy.js.map +1 -0
  86. package/src/eth/builtin/erc1155.d.ts +5 -0
  87. package/src/eth/builtin/erc1155.d.ts.map +1 -0
  88. package/src/eth/builtin/erc1155.js +8 -0
  89. package/src/eth/builtin/erc1155.js.map +1 -0
  90. package/src/eth/builtin/erc20.d.ts +5 -0
  91. package/src/eth/builtin/erc20.d.ts.map +1 -0
  92. package/src/eth/builtin/erc20.js +8 -0
  93. package/src/eth/builtin/erc20.js.map +1 -0
  94. package/src/eth/builtin/erc20bytes.d.ts +5 -0
  95. package/src/eth/builtin/erc20bytes.d.ts.map +1 -0
  96. package/src/eth/builtin/erc20bytes.js +8 -0
  97. package/src/eth/builtin/erc20bytes.js.map +1 -0
  98. package/src/eth/builtin/erc721.d.ts +5 -0
  99. package/src/eth/builtin/erc721.d.ts.map +1 -0
  100. package/src/eth/builtin/erc721.js +8 -0
  101. package/src/eth/builtin/erc721.js.map +1 -0
  102. package/src/eth/builtin/index.d.ts +13 -0
  103. package/src/eth/builtin/index.d.ts.map +1 -0
  104. package/src/eth/builtin/index.js +16 -0
  105. package/src/eth/builtin/index.js.map +1 -0
  106. package/src/eth/builtin/internal/EACAggregatorProxy.d.ts +50 -0
  107. package/src/eth/builtin/internal/EACAggregatorProxy.d.ts.map +1 -0
  108. package/src/eth/builtin/internal/EACAggregatorProxy.js +2 -0
  109. package/src/eth/builtin/internal/EACAggregatorProxy.js.map +1 -0
  110. package/src/eth/builtin/internal/ERC1155.d.ts +57 -0
  111. package/src/eth/builtin/internal/ERC1155.d.ts.map +1 -0
  112. package/src/eth/builtin/internal/ERC1155.js +2 -0
  113. package/src/eth/builtin/internal/ERC1155.js.map +1 -0
  114. package/src/eth/builtin/internal/ERC20.d.ts +41 -0
  115. package/src/eth/builtin/internal/ERC20.d.ts.map +1 -0
  116. package/src/eth/builtin/internal/ERC20.js +2 -0
  117. package/src/eth/builtin/internal/ERC20.js.map +1 -0
  118. package/src/eth/builtin/internal/ERC20Bytes.d.ts +32 -0
  119. package/src/eth/builtin/internal/ERC20Bytes.d.ts.map +1 -0
  120. package/src/eth/builtin/internal/ERC20Bytes.js +2 -0
  121. package/src/eth/builtin/internal/ERC20Bytes.js.map +1 -0
  122. package/src/eth/builtin/internal/ERC721.d.ts +43 -0
  123. package/src/eth/builtin/internal/ERC721.d.ts.map +1 -0
  124. package/src/eth/builtin/internal/ERC721.js +2 -0
  125. package/src/eth/builtin/internal/ERC721.js.map +1 -0
  126. package/src/eth/builtin/internal/WETH9.d.ts +47 -0
  127. package/src/eth/builtin/internal/WETH9.d.ts.map +1 -0
  128. package/src/eth/builtin/internal/WETH9.js +2 -0
  129. package/src/eth/builtin/internal/WETH9.js.map +1 -0
  130. package/src/eth/builtin/internal/common.d.ts +3 -0
  131. package/src/eth/builtin/internal/common.d.ts.map +1 -0
  132. package/src/eth/builtin/internal/common.js +8 -0
  133. package/src/eth/builtin/internal/common.js.map +1 -0
  134. package/src/eth/builtin/internal/eacaggregatorproxy-processor.d.ts +373 -0
  135. package/src/eth/builtin/internal/eacaggregatorproxy-processor.d.ts.map +1 -0
  136. package/src/eth/builtin/internal/eacaggregatorproxy-processor.js +1355 -0
  137. package/src/eth/builtin/internal/eacaggregatorproxy-processor.js.map +1 -0
  138. package/src/eth/builtin/internal/eacaggregatorproxy-test-utils.d.ts +7 -0
  139. package/src/eth/builtin/internal/eacaggregatorproxy-test-utils.d.ts.map +1 -0
  140. package/src/eth/builtin/internal/eacaggregatorproxy-test-utils.js +55 -0
  141. package/src/eth/builtin/internal/eacaggregatorproxy-test-utils.js.map +1 -0
  142. package/src/eth/builtin/internal/erc1155-processor.d.ts +173 -0
  143. package/src/eth/builtin/internal/erc1155-processor.d.ts.map +1 -0
  144. package/src/eth/builtin/internal/erc1155-processor.js +596 -0
  145. package/src/eth/builtin/internal/erc1155-processor.js.map +1 -0
  146. package/src/eth/builtin/internal/erc1155-test-utils.d.ts +7 -0
  147. package/src/eth/builtin/internal/erc1155-test-utils.d.ts.map +1 -0
  148. package/src/eth/builtin/internal/erc1155-test-utils.js +55 -0
  149. package/src/eth/builtin/internal/erc1155-test-utils.js.map +1 -0
  150. package/src/eth/builtin/internal/erc20-processor.d.ts +244 -0
  151. package/src/eth/builtin/internal/erc20-processor.d.ts.map +1 -0
  152. package/src/eth/builtin/internal/erc20-processor.js +1109 -0
  153. package/src/eth/builtin/internal/erc20-processor.js.map +1 -0
  154. package/src/eth/builtin/internal/erc20-test-utils.d.ts +6 -0
  155. package/src/eth/builtin/internal/erc20-test-utils.d.ts.map +1 -0
  156. package/src/eth/builtin/internal/erc20-test-utils.js +44 -0
  157. package/src/eth/builtin/internal/erc20-test-utils.js.map +1 -0
  158. package/src/eth/builtin/internal/erc20bytes-processor.d.ts +144 -0
  159. package/src/eth/builtin/internal/erc20bytes-processor.d.ts.map +1 -0
  160. package/src/eth/builtin/internal/erc20bytes-processor.js +594 -0
  161. package/src/eth/builtin/internal/erc20bytes-processor.js.map +1 -0
  162. package/src/eth/builtin/internal/erc20bytes-test-utils.d.ts +5 -0
  163. package/src/eth/builtin/internal/erc20bytes-test-utils.d.ts.map +1 -0
  164. package/src/eth/builtin/internal/erc20bytes-test-utils.js +33 -0
  165. package/src/eth/builtin/internal/erc20bytes-test-utils.js.map +1 -0
  166. package/src/eth/builtin/internal/erc721-processor.d.ts +215 -0
  167. package/src/eth/builtin/internal/erc721-processor.d.ts.map +1 -0
  168. package/src/eth/builtin/internal/erc721-processor.js +895 -0
  169. package/src/eth/builtin/internal/erc721-processor.js.map +1 -0
  170. package/src/eth/builtin/internal/erc721-test-utils.d.ts +6 -0
  171. package/src/eth/builtin/internal/erc721-test-utils.d.ts.map +1 -0
  172. package/src/eth/builtin/internal/erc721-test-utils.js +44 -0
  173. package/src/eth/builtin/internal/erc721-test-utils.js.map +1 -0
  174. package/src/eth/builtin/internal/factories/EACAggregatorProxy__factory.d.ts +400 -0
  175. package/src/eth/builtin/internal/factories/EACAggregatorProxy__factory.d.ts.map +1 -0
  176. package/src/eth/builtin/internal/factories/EACAggregatorProxy__factory.js +524 -0
  177. package/src/eth/builtin/internal/factories/EACAggregatorProxy__factory.js.map +1 -0
  178. package/src/eth/builtin/internal/factories/ERC1155__factory.d.ts +251 -0
  179. package/src/eth/builtin/internal/factories/ERC1155__factory.d.ts.map +1 -0
  180. package/src/eth/builtin/internal/factories/ERC1155__factory.js +329 -0
  181. package/src/eth/builtin/internal/factories/ERC1155__factory.js.map +1 -0
  182. package/src/eth/builtin/internal/factories/ERC20Bytes__factory.d.ts +185 -0
  183. package/src/eth/builtin/internal/factories/ERC20Bytes__factory.d.ts.map +1 -0
  184. package/src/eth/builtin/internal/factories/ERC20Bytes__factory.js +251 -0
  185. package/src/eth/builtin/internal/factories/ERC20Bytes__factory.js.map +1 -0
  186. package/src/eth/builtin/internal/factories/ERC20__factory.d.ts +303 -0
  187. package/src/eth/builtin/internal/factories/ERC20__factory.d.ts.map +1 -0
  188. package/src/eth/builtin/internal/factories/ERC20__factory.js +401 -0
  189. package/src/eth/builtin/internal/factories/ERC20__factory.js.map +1 -0
  190. package/src/eth/builtin/internal/factories/ERC721__factory.d.ts +273 -0
  191. package/src/eth/builtin/internal/factories/ERC721__factory.d.ts.map +1 -0
  192. package/src/eth/builtin/internal/factories/ERC721__factory.js +361 -0
  193. package/src/eth/builtin/internal/factories/ERC721__factory.js.map +1 -0
  194. package/src/eth/builtin/internal/factories/WETH9__factory.d.ts +220 -0
  195. package/src/eth/builtin/internal/factories/WETH9__factory.d.ts.map +1 -0
  196. package/src/eth/builtin/internal/factories/WETH9__factory.js +294 -0
  197. package/src/eth/builtin/internal/factories/WETH9__factory.js.map +1 -0
  198. package/src/eth/builtin/internal/factories/index.d.ts +7 -0
  199. package/src/eth/builtin/internal/factories/index.d.ts.map +1 -0
  200. package/src/eth/builtin/internal/factories/index.js +10 -0
  201. package/src/eth/builtin/internal/factories/index.js.map +1 -0
  202. package/src/eth/builtin/internal/index.d.ts +14 -0
  203. package/src/eth/builtin/internal/index.d.ts.map +1 -0
  204. package/src/eth/builtin/internal/index.js +8 -0
  205. package/src/eth/builtin/internal/index.js.map +1 -0
  206. package/src/eth/builtin/internal/weth9-processor.d.ts +172 -0
  207. package/src/eth/builtin/internal/weth9-processor.d.ts.map +1 -0
  208. package/src/eth/builtin/internal/weth9-processor.js +729 -0
  209. package/src/eth/builtin/internal/weth9-processor.js.map +1 -0
  210. package/src/eth/builtin/internal/weth9-test-utils.d.ts +7 -0
  211. package/src/eth/builtin/internal/weth9-test-utils.d.ts.map +1 -0
  212. package/src/eth/builtin/internal/weth9-test-utils.js +55 -0
  213. package/src/eth/builtin/internal/weth9-test-utils.js.map +1 -0
  214. package/src/eth/builtin/weth9.d.ts +5 -0
  215. package/src/eth/builtin/weth9.d.ts.map +1 -0
  216. package/src/eth/builtin/weth9.js +8 -0
  217. package/src/eth/builtin/weth9.js.map +1 -0
  218. package/src/solana/builtin/index.d.ts +2 -0
  219. package/src/solana/builtin/index.d.ts.map +1 -0
  220. package/src/solana/builtin/index.js +2 -0
  221. package/src/solana/builtin/index.js.map +1 -0
  222. package/src/solana/builtin/spl-token-processor.d.ts +40 -0
  223. package/src/solana/builtin/spl-token-processor.d.ts.map +1 -0
  224. package/src/solana/builtin/spl-token-processor.js +254 -0
  225. package/src/solana/builtin/spl-token-processor.js.map +1 -0
  226. package/src/solana/builtin/types.d.ts +428 -0
  227. package/src/solana/builtin/types.d.ts.map +1 -0
  228. package/src/solana/builtin/types.js +201 -0
  229. package/src/solana/builtin/types.js.map +1 -0
  230. package/src/sui/builtin/0x1.d.ts +114 -0
  231. package/src/sui/builtin/0x1.d.ts.map +1 -0
  232. package/src/sui/builtin/0x1.js +159 -0
  233. package/src/sui/builtin/0x1.js.map +1 -0
  234. package/src/sui/builtin/0x2.d.ts +1250 -0
  235. package/src/sui/builtin/0x2.d.ts.map +1 -0
  236. package/src/sui/builtin/0x2.js +1511 -0
  237. package/src/sui/builtin/0x2.js.map +1 -0
  238. package/src/sui/builtin/0x3.d.ts +774 -0
  239. package/src/sui/builtin/0x3.d.ts.map +1 -0
  240. package/src/sui/builtin/0x3.js +720 -0
  241. package/src/sui/builtin/0x3.js.map +1 -0
  242. package/src/sui/builtin/index.d.ts +4 -0
  243. package/src/sui/builtin/index.d.ts.map +1 -0
  244. package/src/sui/builtin/index.js +7 -0
  245. package/src/sui/builtin/index.js.map +1 -0
@@ -0,0 +1,303 @@
1
+ import { Signer, Provider } from "ethers";
2
+ import type { ERC20, ERC20Interface } from "../ERC20.js";
3
+ export declare class ERC20__factory {
4
+ static readonly abi: readonly [{
5
+ readonly inputs: readonly [];
6
+ readonly stateMutability: "nonpayable";
7
+ readonly type: "constructor";
8
+ }, {
9
+ readonly anonymous: false;
10
+ readonly inputs: readonly [{
11
+ readonly indexed: true;
12
+ readonly internalType: "address";
13
+ readonly name: "owner";
14
+ readonly type: "address";
15
+ }, {
16
+ readonly indexed: true;
17
+ readonly internalType: "address";
18
+ readonly name: "spender";
19
+ readonly type: "address";
20
+ }, {
21
+ readonly indexed: false;
22
+ readonly internalType: "uint256";
23
+ readonly name: "value";
24
+ readonly type: "uint256";
25
+ }];
26
+ readonly name: "Approval";
27
+ readonly type: "event";
28
+ }, {
29
+ readonly anonymous: false;
30
+ readonly inputs: readonly [{
31
+ readonly indexed: true;
32
+ readonly internalType: "address";
33
+ readonly name: "previousOwner";
34
+ readonly type: "address";
35
+ }, {
36
+ readonly indexed: true;
37
+ readonly internalType: "address";
38
+ readonly name: "newOwner";
39
+ readonly type: "address";
40
+ }];
41
+ readonly name: "OwnershipTransferred";
42
+ readonly type: "event";
43
+ }, {
44
+ readonly anonymous: false;
45
+ readonly inputs: readonly [{
46
+ readonly indexed: true;
47
+ readonly internalType: "address";
48
+ readonly name: "from";
49
+ readonly type: "address";
50
+ }, {
51
+ readonly indexed: true;
52
+ readonly internalType: "address";
53
+ readonly name: "to";
54
+ readonly type: "address";
55
+ }, {
56
+ readonly indexed: false;
57
+ readonly internalType: "uint256";
58
+ readonly name: "value";
59
+ readonly type: "uint256";
60
+ }];
61
+ readonly name: "Transfer";
62
+ readonly type: "event";
63
+ }, {
64
+ readonly inputs: readonly [{
65
+ readonly internalType: "address";
66
+ readonly name: "owner";
67
+ readonly type: "address";
68
+ }, {
69
+ readonly internalType: "address";
70
+ readonly name: "spender";
71
+ readonly type: "address";
72
+ }];
73
+ readonly name: "allowance";
74
+ readonly outputs: readonly [{
75
+ readonly internalType: "uint256";
76
+ readonly name: "";
77
+ readonly type: "uint256";
78
+ }];
79
+ readonly stateMutability: "view";
80
+ readonly type: "function";
81
+ }, {
82
+ readonly inputs: readonly [{
83
+ readonly internalType: "address";
84
+ readonly name: "spender";
85
+ readonly type: "address";
86
+ }, {
87
+ readonly internalType: "uint256";
88
+ readonly name: "amount";
89
+ readonly type: "uint256";
90
+ }];
91
+ readonly name: "approve";
92
+ readonly outputs: readonly [{
93
+ readonly internalType: "bool";
94
+ readonly name: "";
95
+ readonly type: "bool";
96
+ }];
97
+ readonly stateMutability: "nonpayable";
98
+ readonly type: "function";
99
+ }, {
100
+ readonly inputs: readonly [{
101
+ readonly internalType: "address";
102
+ readonly name: "account";
103
+ readonly type: "address";
104
+ }];
105
+ readonly name: "balanceOf";
106
+ readonly outputs: readonly [{
107
+ readonly internalType: "uint256";
108
+ readonly name: "";
109
+ readonly type: "uint256";
110
+ }];
111
+ readonly stateMutability: "view";
112
+ readonly type: "function";
113
+ }, {
114
+ readonly inputs: readonly [{
115
+ readonly internalType: "uint256";
116
+ readonly name: "amount";
117
+ readonly type: "uint256";
118
+ }];
119
+ readonly name: "burn";
120
+ readonly outputs: readonly [];
121
+ readonly stateMutability: "nonpayable";
122
+ readonly type: "function";
123
+ }, {
124
+ readonly inputs: readonly [{
125
+ readonly internalType: "address";
126
+ readonly name: "account";
127
+ readonly type: "address";
128
+ }, {
129
+ readonly internalType: "uint256";
130
+ readonly name: "amount";
131
+ readonly type: "uint256";
132
+ }];
133
+ readonly name: "burnFrom";
134
+ readonly outputs: readonly [];
135
+ readonly stateMutability: "nonpayable";
136
+ readonly type: "function";
137
+ }, {
138
+ readonly inputs: readonly [];
139
+ readonly name: "decimals";
140
+ readonly outputs: readonly [{
141
+ readonly internalType: "uint8";
142
+ readonly name: "";
143
+ readonly type: "uint8";
144
+ }];
145
+ readonly stateMutability: "view";
146
+ readonly type: "function";
147
+ }, {
148
+ readonly inputs: readonly [{
149
+ readonly internalType: "address";
150
+ readonly name: "spender";
151
+ readonly type: "address";
152
+ }, {
153
+ readonly internalType: "uint256";
154
+ readonly name: "subtractedValue";
155
+ readonly type: "uint256";
156
+ }];
157
+ readonly name: "decreaseAllowance";
158
+ readonly outputs: readonly [{
159
+ readonly internalType: "bool";
160
+ readonly name: "";
161
+ readonly type: "bool";
162
+ }];
163
+ readonly stateMutability: "nonpayable";
164
+ readonly type: "function";
165
+ }, {
166
+ readonly inputs: readonly [{
167
+ readonly internalType: "address";
168
+ readonly name: "spender";
169
+ readonly type: "address";
170
+ }, {
171
+ readonly internalType: "uint256";
172
+ readonly name: "addedValue";
173
+ readonly type: "uint256";
174
+ }];
175
+ readonly name: "increaseAllowance";
176
+ readonly outputs: readonly [{
177
+ readonly internalType: "bool";
178
+ readonly name: "";
179
+ readonly type: "bool";
180
+ }];
181
+ readonly stateMutability: "nonpayable";
182
+ readonly type: "function";
183
+ }, {
184
+ readonly inputs: readonly [];
185
+ readonly name: "locker";
186
+ readonly outputs: readonly [{
187
+ readonly internalType: "contract ILocker";
188
+ readonly name: "";
189
+ readonly type: "address";
190
+ }];
191
+ readonly stateMutability: "view";
192
+ readonly type: "function";
193
+ }, {
194
+ readonly inputs: readonly [];
195
+ readonly name: "name";
196
+ readonly outputs: readonly [{
197
+ readonly internalType: "string";
198
+ readonly name: "";
199
+ readonly type: "string";
200
+ }];
201
+ readonly stateMutability: "view";
202
+ readonly type: "function";
203
+ }, {
204
+ readonly inputs: readonly [];
205
+ readonly name: "owner";
206
+ readonly outputs: readonly [{
207
+ readonly internalType: "address";
208
+ readonly name: "";
209
+ readonly type: "address";
210
+ }];
211
+ readonly stateMutability: "view";
212
+ readonly type: "function";
213
+ }, {
214
+ readonly inputs: readonly [];
215
+ readonly name: "renounceOwnership";
216
+ readonly outputs: readonly [];
217
+ readonly stateMutability: "nonpayable";
218
+ readonly type: "function";
219
+ }, {
220
+ readonly inputs: readonly [{
221
+ readonly internalType: "address";
222
+ readonly name: "_locker";
223
+ readonly type: "address";
224
+ }];
225
+ readonly name: "setLocker";
226
+ readonly outputs: readonly [];
227
+ readonly stateMutability: "nonpayable";
228
+ readonly type: "function";
229
+ }, {
230
+ readonly inputs: readonly [];
231
+ readonly name: "symbol";
232
+ readonly outputs: readonly [{
233
+ readonly internalType: "string";
234
+ readonly name: "";
235
+ readonly type: "string";
236
+ }];
237
+ readonly stateMutability: "view";
238
+ readonly type: "function";
239
+ }, {
240
+ readonly inputs: readonly [];
241
+ readonly name: "totalSupply";
242
+ readonly outputs: readonly [{
243
+ readonly internalType: "uint256";
244
+ readonly name: "";
245
+ readonly type: "uint256";
246
+ }];
247
+ readonly stateMutability: "view";
248
+ readonly type: "function";
249
+ }, {
250
+ readonly inputs: readonly [{
251
+ readonly internalType: "address";
252
+ readonly name: "recipient";
253
+ readonly type: "address";
254
+ }, {
255
+ readonly internalType: "uint256";
256
+ readonly name: "amount";
257
+ readonly type: "uint256";
258
+ }];
259
+ readonly name: "transfer";
260
+ readonly outputs: readonly [{
261
+ readonly internalType: "bool";
262
+ readonly name: "";
263
+ readonly type: "bool";
264
+ }];
265
+ readonly stateMutability: "nonpayable";
266
+ readonly type: "function";
267
+ }, {
268
+ readonly inputs: readonly [{
269
+ readonly internalType: "address";
270
+ readonly name: "sender";
271
+ readonly type: "address";
272
+ }, {
273
+ readonly internalType: "address";
274
+ readonly name: "recipient";
275
+ readonly type: "address";
276
+ }, {
277
+ readonly internalType: "uint256";
278
+ readonly name: "amount";
279
+ readonly type: "uint256";
280
+ }];
281
+ readonly name: "transferFrom";
282
+ readonly outputs: readonly [{
283
+ readonly internalType: "bool";
284
+ readonly name: "";
285
+ readonly type: "bool";
286
+ }];
287
+ readonly stateMutability: "nonpayable";
288
+ readonly type: "function";
289
+ }, {
290
+ readonly inputs: readonly [{
291
+ readonly internalType: "address";
292
+ readonly name: "newOwner";
293
+ readonly type: "address";
294
+ }];
295
+ readonly name: "transferOwnership";
296
+ readonly outputs: readonly [];
297
+ readonly stateMutability: "nonpayable";
298
+ readonly type: "function";
299
+ }];
300
+ static createInterface(): ERC20Interface;
301
+ static connect(address: string, signerOrProvider: Signer | Provider): ERC20;
302
+ }
303
+ //# sourceMappingURL=ERC20__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ERC20__factory.d.ts","sourceRoot":"","sources":["ERC20__factory.ts"],"names":[],"mappings":"AAKA,OAAO,EAAY,MAAM,EAAE,QAAQ,EAAa,MAAM,QAAQ,CAAC;AAC/D,OAAO,KAAK,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAqYzD,qBAAa,cAAc;IACzB,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,cAAc;IAGxC,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAAG,KAAK;CAG5E"}
@@ -0,0 +1,401 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+ import { Contract, Interface } from "ethers";
6
+ const _abi = [
7
+ {
8
+ inputs: [],
9
+ stateMutability: "nonpayable",
10
+ type: "constructor",
11
+ },
12
+ {
13
+ anonymous: false,
14
+ inputs: [
15
+ {
16
+ indexed: true,
17
+ internalType: "address",
18
+ name: "owner",
19
+ type: "address",
20
+ },
21
+ {
22
+ indexed: true,
23
+ internalType: "address",
24
+ name: "spender",
25
+ type: "address",
26
+ },
27
+ {
28
+ indexed: false,
29
+ internalType: "uint256",
30
+ name: "value",
31
+ type: "uint256",
32
+ },
33
+ ],
34
+ name: "Approval",
35
+ type: "event",
36
+ },
37
+ {
38
+ anonymous: false,
39
+ inputs: [
40
+ {
41
+ indexed: true,
42
+ internalType: "address",
43
+ name: "previousOwner",
44
+ type: "address",
45
+ },
46
+ {
47
+ indexed: true,
48
+ internalType: "address",
49
+ name: "newOwner",
50
+ type: "address",
51
+ },
52
+ ],
53
+ name: "OwnershipTransferred",
54
+ type: "event",
55
+ },
56
+ {
57
+ anonymous: false,
58
+ inputs: [
59
+ {
60
+ indexed: true,
61
+ internalType: "address",
62
+ name: "from",
63
+ type: "address",
64
+ },
65
+ {
66
+ indexed: true,
67
+ internalType: "address",
68
+ name: "to",
69
+ type: "address",
70
+ },
71
+ {
72
+ indexed: false,
73
+ internalType: "uint256",
74
+ name: "value",
75
+ type: "uint256",
76
+ },
77
+ ],
78
+ name: "Transfer",
79
+ type: "event",
80
+ },
81
+ {
82
+ inputs: [
83
+ {
84
+ internalType: "address",
85
+ name: "owner",
86
+ type: "address",
87
+ },
88
+ {
89
+ internalType: "address",
90
+ name: "spender",
91
+ type: "address",
92
+ },
93
+ ],
94
+ name: "allowance",
95
+ outputs: [
96
+ {
97
+ internalType: "uint256",
98
+ name: "",
99
+ type: "uint256",
100
+ },
101
+ ],
102
+ stateMutability: "view",
103
+ type: "function",
104
+ },
105
+ {
106
+ inputs: [
107
+ {
108
+ internalType: "address",
109
+ name: "spender",
110
+ type: "address",
111
+ },
112
+ {
113
+ internalType: "uint256",
114
+ name: "amount",
115
+ type: "uint256",
116
+ },
117
+ ],
118
+ name: "approve",
119
+ outputs: [
120
+ {
121
+ internalType: "bool",
122
+ name: "",
123
+ type: "bool",
124
+ },
125
+ ],
126
+ stateMutability: "nonpayable",
127
+ type: "function",
128
+ },
129
+ {
130
+ inputs: [
131
+ {
132
+ internalType: "address",
133
+ name: "account",
134
+ type: "address",
135
+ },
136
+ ],
137
+ name: "balanceOf",
138
+ outputs: [
139
+ {
140
+ internalType: "uint256",
141
+ name: "",
142
+ type: "uint256",
143
+ },
144
+ ],
145
+ stateMutability: "view",
146
+ type: "function",
147
+ },
148
+ {
149
+ inputs: [
150
+ {
151
+ internalType: "uint256",
152
+ name: "amount",
153
+ type: "uint256",
154
+ },
155
+ ],
156
+ name: "burn",
157
+ outputs: [],
158
+ stateMutability: "nonpayable",
159
+ type: "function",
160
+ },
161
+ {
162
+ inputs: [
163
+ {
164
+ internalType: "address",
165
+ name: "account",
166
+ type: "address",
167
+ },
168
+ {
169
+ internalType: "uint256",
170
+ name: "amount",
171
+ type: "uint256",
172
+ },
173
+ ],
174
+ name: "burnFrom",
175
+ outputs: [],
176
+ stateMutability: "nonpayable",
177
+ type: "function",
178
+ },
179
+ {
180
+ inputs: [],
181
+ name: "decimals",
182
+ outputs: [
183
+ {
184
+ internalType: "uint8",
185
+ name: "",
186
+ type: "uint8",
187
+ },
188
+ ],
189
+ stateMutability: "view",
190
+ type: "function",
191
+ },
192
+ {
193
+ inputs: [
194
+ {
195
+ internalType: "address",
196
+ name: "spender",
197
+ type: "address",
198
+ },
199
+ {
200
+ internalType: "uint256",
201
+ name: "subtractedValue",
202
+ type: "uint256",
203
+ },
204
+ ],
205
+ name: "decreaseAllowance",
206
+ outputs: [
207
+ {
208
+ internalType: "bool",
209
+ name: "",
210
+ type: "bool",
211
+ },
212
+ ],
213
+ stateMutability: "nonpayable",
214
+ type: "function",
215
+ },
216
+ {
217
+ inputs: [
218
+ {
219
+ internalType: "address",
220
+ name: "spender",
221
+ type: "address",
222
+ },
223
+ {
224
+ internalType: "uint256",
225
+ name: "addedValue",
226
+ type: "uint256",
227
+ },
228
+ ],
229
+ name: "increaseAllowance",
230
+ outputs: [
231
+ {
232
+ internalType: "bool",
233
+ name: "",
234
+ type: "bool",
235
+ },
236
+ ],
237
+ stateMutability: "nonpayable",
238
+ type: "function",
239
+ },
240
+ {
241
+ inputs: [],
242
+ name: "locker",
243
+ outputs: [
244
+ {
245
+ internalType: "contract ILocker",
246
+ name: "",
247
+ type: "address",
248
+ },
249
+ ],
250
+ stateMutability: "view",
251
+ type: "function",
252
+ },
253
+ {
254
+ inputs: [],
255
+ name: "name",
256
+ outputs: [
257
+ {
258
+ internalType: "string",
259
+ name: "",
260
+ type: "string",
261
+ },
262
+ ],
263
+ stateMutability: "view",
264
+ type: "function",
265
+ },
266
+ {
267
+ inputs: [],
268
+ name: "owner",
269
+ outputs: [
270
+ {
271
+ internalType: "address",
272
+ name: "",
273
+ type: "address",
274
+ },
275
+ ],
276
+ stateMutability: "view",
277
+ type: "function",
278
+ },
279
+ {
280
+ inputs: [],
281
+ name: "renounceOwnership",
282
+ outputs: [],
283
+ stateMutability: "nonpayable",
284
+ type: "function",
285
+ },
286
+ {
287
+ inputs: [
288
+ {
289
+ internalType: "address",
290
+ name: "_locker",
291
+ type: "address",
292
+ },
293
+ ],
294
+ name: "setLocker",
295
+ outputs: [],
296
+ stateMutability: "nonpayable",
297
+ type: "function",
298
+ },
299
+ {
300
+ inputs: [],
301
+ name: "symbol",
302
+ outputs: [
303
+ {
304
+ internalType: "string",
305
+ name: "",
306
+ type: "string",
307
+ },
308
+ ],
309
+ stateMutability: "view",
310
+ type: "function",
311
+ },
312
+ {
313
+ inputs: [],
314
+ name: "totalSupply",
315
+ outputs: [
316
+ {
317
+ internalType: "uint256",
318
+ name: "",
319
+ type: "uint256",
320
+ },
321
+ ],
322
+ stateMutability: "view",
323
+ type: "function",
324
+ },
325
+ {
326
+ inputs: [
327
+ {
328
+ internalType: "address",
329
+ name: "recipient",
330
+ type: "address",
331
+ },
332
+ {
333
+ internalType: "uint256",
334
+ name: "amount",
335
+ type: "uint256",
336
+ },
337
+ ],
338
+ name: "transfer",
339
+ outputs: [
340
+ {
341
+ internalType: "bool",
342
+ name: "",
343
+ type: "bool",
344
+ },
345
+ ],
346
+ stateMutability: "nonpayable",
347
+ type: "function",
348
+ },
349
+ {
350
+ inputs: [
351
+ {
352
+ internalType: "address",
353
+ name: "sender",
354
+ type: "address",
355
+ },
356
+ {
357
+ internalType: "address",
358
+ name: "recipient",
359
+ type: "address",
360
+ },
361
+ {
362
+ internalType: "uint256",
363
+ name: "amount",
364
+ type: "uint256",
365
+ },
366
+ ],
367
+ name: "transferFrom",
368
+ outputs: [
369
+ {
370
+ internalType: "bool",
371
+ name: "",
372
+ type: "bool",
373
+ },
374
+ ],
375
+ stateMutability: "nonpayable",
376
+ type: "function",
377
+ },
378
+ {
379
+ inputs: [
380
+ {
381
+ internalType: "address",
382
+ name: "newOwner",
383
+ type: "address",
384
+ },
385
+ ],
386
+ name: "transferOwnership",
387
+ outputs: [],
388
+ stateMutability: "nonpayable",
389
+ type: "function",
390
+ },
391
+ ];
392
+ export class ERC20__factory {
393
+ static abi = _abi;
394
+ static createInterface() {
395
+ return new Interface(_abi);
396
+ }
397
+ static connect(address, signerOrProvider) {
398
+ return new Contract(address, _abi, signerOrProvider);
399
+ }
400
+ }
401
+ //# sourceMappingURL=ERC20__factory.js.map