@tonappchain/sdk 0.7.0-rc24-test-6 → 0.7.0-rc24-test-7

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 (162) hide show
  1. package/dist/artifacts/dev/tac/artifacts.d.ts +47 -180
  2. package/dist/artifacts/dev/tac/artifacts.js +8 -8
  3. package/dist/artifacts/dev/tac/internal/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.json +319 -0
  4. package/dist/artifacts/dev/tac/internal/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +444 -0
  5. package/dist/artifacts/dev/tac/internal/artifacts/contracts/interfaces/ICrossChainLayer.sol/ICrossChainLayer.json +13 -0
  6. package/dist/artifacts/dev/tac/internal/artifacts/contracts/interfaces/tokens/ICrossChainLayerERC20.sol/ICrossChainLayerERC20.json +278 -0
  7. package/dist/artifacts/dev/tac/internal/artifacts/contracts/interfaces/tokens/ICrossChainLayerERC721.sol/ICrossChainLayerERC721.json +380 -0
  8. package/dist/artifacts/dev/tac/internal/typechain-types/contracts/interfaces/ICrossChainLayer.d.ts +75 -0
  9. package/dist/artifacts/dev/tac/internal/typechain-types/contracts/interfaces/ISettings.d.ts +123 -0
  10. package/dist/artifacts/dev/tac/internal/typechain-types/contracts/interfaces/ITokenUtils.d.ts +99 -0
  11. package/dist/artifacts/dev/tac/internal/typechain-types/contracts/{core/tokens/CrossChainLayerERC20.d.ts → interfaces/tokens/ICrossChainLayerERC20.d.ts} +6 -46
  12. package/dist/artifacts/{mainnet/tac/internal/typechain-types/contracts/core/tokens/CrossChainLayerERC721.d.ts → dev/tac/internal/typechain-types/contracts/interfaces/tokens/ICrossChainLayerERC721.d.ts} +6 -50
  13. package/dist/artifacts/dev/tac/internal/typechain-types/contracts/smart-account/interfaces/ISAFactory.d.ts +77 -0
  14. package/dist/artifacts/{testnet/tac/internal/typechain-types/contracts/smart-account/TacSmartAccount.d.ts → dev/tac/internal/typechain-types/contracts/smart-account/interfaces/ITacSmartAccount.d.ts} +8 -74
  15. package/dist/artifacts/dev/tac/wrappers.d.ts +9 -14
  16. package/dist/artifacts/dev/tac/wrappers.js +0 -19
  17. package/dist/artifacts/mainnet/tac/artifacts.d.ts +47 -180
  18. package/dist/artifacts/mainnet/tac/artifacts.js +8 -8
  19. package/dist/artifacts/mainnet/tac/internal/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.json +319 -0
  20. package/dist/artifacts/mainnet/tac/internal/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +444 -0
  21. package/dist/artifacts/mainnet/tac/internal/artifacts/contracts/interfaces/ICrossChainLayer.sol/ICrossChainLayer.json +13 -0
  22. package/dist/artifacts/mainnet/tac/internal/artifacts/contracts/interfaces/tokens/ICrossChainLayerERC20.sol/ICrossChainLayerERC20.json +278 -0
  23. package/dist/artifacts/mainnet/tac/internal/artifacts/contracts/interfaces/tokens/ICrossChainLayerERC721.sol/ICrossChainLayerERC721.json +380 -0
  24. package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/interfaces/ICrossChainLayer.d.ts +75 -0
  25. package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/interfaces/ISettings.d.ts +123 -0
  26. package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/interfaces/ITokenUtils.d.ts +99 -0
  27. package/dist/artifacts/{testnet/tac/internal/typechain-types/contracts/core/tokens/CrossChainLayerERC20.d.ts → mainnet/tac/internal/typechain-types/contracts/interfaces/tokens/ICrossChainLayerERC20.d.ts} +6 -46
  28. package/dist/artifacts/{testnet/tac/internal/typechain-types/contracts/core/tokens/CrossChainLayerERC721.d.ts → mainnet/tac/internal/typechain-types/contracts/interfaces/tokens/ICrossChainLayerERC721.d.ts} +6 -50
  29. package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/smart-account/interfaces/ISAFactory.d.ts +77 -0
  30. package/dist/artifacts/{dev/tac/internal/typechain-types/contracts/smart-account/TacSmartAccount.d.ts → mainnet/tac/internal/typechain-types/contracts/smart-account/interfaces/ITacSmartAccount.d.ts} +8 -74
  31. package/dist/artifacts/mainnet/tac/wrappers.d.ts +9 -14
  32. package/dist/artifacts/mainnet/tac/wrappers.js +0 -19
  33. package/dist/artifacts/tacTypes.d.ts +13 -0
  34. package/dist/artifacts/testnet/tac/artifacts.d.ts +47 -180
  35. package/dist/artifacts/testnet/tac/artifacts.js +8 -8
  36. package/dist/artifacts/testnet/tac/internal/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.json +319 -0
  37. package/dist/artifacts/testnet/tac/internal/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +444 -0
  38. package/dist/artifacts/testnet/tac/internal/artifacts/contracts/interfaces/ICrossChainLayer.sol/ICrossChainLayer.json +13 -0
  39. package/dist/artifacts/testnet/tac/internal/artifacts/contracts/interfaces/tokens/ICrossChainLayerERC20.sol/ICrossChainLayerERC20.json +278 -0
  40. package/dist/artifacts/testnet/tac/internal/artifacts/contracts/interfaces/tokens/ICrossChainLayerERC721.sol/ICrossChainLayerERC721.json +380 -0
  41. package/dist/artifacts/testnet/tac/internal/typechain-types/contracts/interfaces/ICrossChainLayer.d.ts +75 -0
  42. package/dist/artifacts/testnet/tac/internal/typechain-types/contracts/interfaces/ISettings.d.ts +123 -0
  43. package/dist/artifacts/testnet/tac/internal/typechain-types/contracts/interfaces/ITokenUtils.d.ts +99 -0
  44. package/dist/artifacts/{mainnet/tac/internal/typechain-types/contracts/core/tokens/CrossChainLayerERC20.d.ts → testnet/tac/internal/typechain-types/contracts/interfaces/tokens/ICrossChainLayerERC20.d.ts} +6 -46
  45. package/dist/artifacts/{dev/tac/internal/typechain-types/contracts/core/tokens/CrossChainLayerERC721.d.ts → testnet/tac/internal/typechain-types/contracts/interfaces/tokens/ICrossChainLayerERC721.d.ts} +6 -50
  46. package/dist/artifacts/testnet/tac/internal/typechain-types/contracts/smart-account/interfaces/ISAFactory.d.ts +77 -0
  47. package/dist/artifacts/{mainnet/tac/internal/typechain-types/contracts/smart-account/TacSmartAccount.d.ts → testnet/tac/internal/typechain-types/contracts/smart-account/interfaces/ITacSmartAccount.d.ts} +8 -74
  48. package/dist/artifacts/testnet/tac/wrappers.d.ts +9 -14
  49. package/dist/artifacts/testnet/tac/wrappers.js +0 -19
  50. package/dist/artifacts/{types.d.ts → tonTypes.d.ts} +0 -14
  51. package/dist/artifacts/tonTypes.js +2 -0
  52. package/dist/src/assets/FT.d.ts +1 -1
  53. package/dist/src/assets/FT.js +4 -2
  54. package/dist/src/assets/NFT.d.ts +1 -1
  55. package/dist/src/assets/NFT.js +3 -2
  56. package/dist/src/interfaces/ITacSDK.d.ts +1 -1
  57. package/dist/src/sdk/Configuration.js +8 -4
  58. package/dist/src/sdk/TACTransactionManager.js +5 -2
  59. package/dist/src/sdk/TacSdk.d.ts +1 -1
  60. package/dist/src/structs/InternalStruct.d.ts +5 -5
  61. package/dist/src/structs/Struct.d.ts +1 -1
  62. package/package.json +10 -5
  63. package/dist/artifacts/dev/tac/internal/artifacts/contracts/core/CrossChainLayer.sol/CrossChainLayer.json +0 -1702
  64. package/dist/artifacts/dev/tac/internal/artifacts/contracts/core/Settings.sol/Settings.json +0 -742
  65. package/dist/artifacts/dev/tac/internal/artifacts/contracts/core/tokens/CrossChainLayerERC20.sol/CrossChainLayerERC20.json +0 -457
  66. package/dist/artifacts/dev/tac/internal/artifacts/contracts/core/tokens/CrossChainLayerERC721.sol/CrossChainLayerERC721.json +0 -595
  67. package/dist/artifacts/dev/tac/internal/typechain-types/contracts/core/CrossChainLayer.d.ts +0 -554
  68. package/dist/artifacts/dev/tac/internal/typechain-types/contracts/core/Settings.d.ts +0 -407
  69. package/dist/artifacts/dev/tac/internal/typechain-types/contracts/core/TokenUtils.d.ts +0 -373
  70. package/dist/artifacts/dev/tac/internal/typechain-types/contracts/smart-account/TacSAFactory.d.ts +0 -233
  71. package/dist/artifacts/dev/tac/internal/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +0 -241
  72. package/dist/artifacts/dev/tac/internal/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +0 -327
  73. package/dist/artifacts/dev/tac/internal/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts +0 -337
  74. package/dist/artifacts/dev/tac/internal/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.js +0 -452
  75. package/dist/artifacts/dev/tac/internal/typechain-types/factories/contracts/core/CrossChainLayer__factory.d.ts +0 -1326
  76. package/dist/artifacts/dev/tac/internal/typechain-types/factories/contracts/core/CrossChainLayer__factory.js +0 -1730
  77. package/dist/artifacts/dev/tac/internal/typechain-types/factories/contracts/core/Settings__factory.d.ts +0 -583
  78. package/dist/artifacts/dev/tac/internal/typechain-types/factories/contracts/core/Settings__factory.js +0 -770
  79. package/dist/artifacts/dev/tac/internal/typechain-types/factories/contracts/core/TokenUtils__factory.d.ts +0 -540
  80. package/dist/artifacts/dev/tac/internal/typechain-types/factories/contracts/core/TokenUtils__factory.js +0 -714
  81. package/dist/artifacts/dev/tac/internal/typechain-types/factories/contracts/core/tokens/CrossChainLayerERC20__factory.d.ts +0 -363
  82. package/dist/artifacts/dev/tac/internal/typechain-types/factories/contracts/core/tokens/CrossChainLayerERC20__factory.js +0 -485
  83. package/dist/artifacts/dev/tac/internal/typechain-types/factories/contracts/core/tokens/CrossChainLayerERC721__factory.d.ts +0 -469
  84. package/dist/artifacts/dev/tac/internal/typechain-types/factories/contracts/core/tokens/CrossChainLayerERC721__factory.js +0 -623
  85. package/dist/artifacts/dev/tac/internal/typechain-types/factories/contracts/smart-account/TacSAFactory__factory.d.ts +0 -340
  86. package/dist/artifacts/dev/tac/internal/typechain-types/factories/contracts/smart-account/TacSAFactory__factory.js +0 -452
  87. package/dist/artifacts/dev/tac/internal/typechain-types/factories/contracts/smart-account/TacSmartAccount__factory.d.ts +0 -293
  88. package/dist/artifacts/dev/tac/internal/typechain-types/factories/contracts/smart-account/TacSmartAccount__factory.js +0 -393
  89. package/dist/artifacts/mainnet/tac/internal/artifacts/contracts/core/CrossChainLayer.sol/CrossChainLayer.json +0 -1702
  90. package/dist/artifacts/mainnet/tac/internal/artifacts/contracts/core/Settings.sol/Settings.json +0 -742
  91. package/dist/artifacts/mainnet/tac/internal/artifacts/contracts/core/tokens/CrossChainLayerERC20.sol/CrossChainLayerERC20.json +0 -457
  92. package/dist/artifacts/mainnet/tac/internal/artifacts/contracts/core/tokens/CrossChainLayerERC721.sol/CrossChainLayerERC721.json +0 -595
  93. package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/core/CrossChainLayer.d.ts +0 -554
  94. package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/core/Settings.d.ts +0 -407
  95. package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/core/TokenUtils.d.ts +0 -373
  96. package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/smart-account/TacSAFactory.d.ts +0 -233
  97. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +0 -241
  98. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +0 -327
  99. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts +0 -337
  100. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.js +0 -452
  101. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/contracts/core/CrossChainLayer__factory.d.ts +0 -1326
  102. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/contracts/core/CrossChainLayer__factory.js +0 -1730
  103. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/contracts/core/Settings__factory.d.ts +0 -583
  104. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/contracts/core/Settings__factory.js +0 -770
  105. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/contracts/core/TokenUtils__factory.d.ts +0 -540
  106. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/contracts/core/TokenUtils__factory.js +0 -714
  107. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/contracts/core/tokens/CrossChainLayerERC20__factory.d.ts +0 -363
  108. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/contracts/core/tokens/CrossChainLayerERC20__factory.js +0 -485
  109. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/contracts/core/tokens/CrossChainLayerERC721__factory.d.ts +0 -469
  110. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/contracts/core/tokens/CrossChainLayerERC721__factory.js +0 -623
  111. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/contracts/smart-account/TacSAFactory__factory.d.ts +0 -340
  112. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/contracts/smart-account/TacSAFactory__factory.js +0 -452
  113. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/contracts/smart-account/TacSmartAccount__factory.d.ts +0 -293
  114. package/dist/artifacts/mainnet/tac/internal/typechain-types/factories/contracts/smart-account/TacSmartAccount__factory.js +0 -393
  115. package/dist/artifacts/testnet/tac/internal/artifacts/contracts/core/CrossChainLayer.sol/CrossChainLayer.json +0 -1702
  116. package/dist/artifacts/testnet/tac/internal/artifacts/contracts/core/Settings.sol/Settings.json +0 -742
  117. package/dist/artifacts/testnet/tac/internal/artifacts/contracts/core/tokens/CrossChainLayerERC20.sol/CrossChainLayerERC20.json +0 -457
  118. package/dist/artifacts/testnet/tac/internal/artifacts/contracts/core/tokens/CrossChainLayerERC721.sol/CrossChainLayerERC721.json +0 -595
  119. package/dist/artifacts/testnet/tac/internal/typechain-types/contracts/core/CrossChainLayer.d.ts +0 -554
  120. package/dist/artifacts/testnet/tac/internal/typechain-types/contracts/core/Settings.d.ts +0 -407
  121. package/dist/artifacts/testnet/tac/internal/typechain-types/contracts/core/TokenUtils.d.ts +0 -373
  122. package/dist/artifacts/testnet/tac/internal/typechain-types/contracts/smart-account/TacSAFactory.d.ts +0 -233
  123. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +0 -241
  124. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +0 -327
  125. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts +0 -337
  126. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.js +0 -452
  127. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/contracts/core/CrossChainLayer__factory.d.ts +0 -1326
  128. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/contracts/core/CrossChainLayer__factory.js +0 -1730
  129. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/contracts/core/Settings__factory.d.ts +0 -583
  130. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/contracts/core/Settings__factory.js +0 -770
  131. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/contracts/core/TokenUtils__factory.d.ts +0 -540
  132. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/contracts/core/TokenUtils__factory.js +0 -714
  133. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/contracts/core/tokens/CrossChainLayerERC20__factory.d.ts +0 -363
  134. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/contracts/core/tokens/CrossChainLayerERC20__factory.js +0 -485
  135. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/contracts/core/tokens/CrossChainLayerERC721__factory.d.ts +0 -469
  136. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/contracts/core/tokens/CrossChainLayerERC721__factory.js +0 -623
  137. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/contracts/smart-account/TacSAFactory__factory.d.ts +0 -340
  138. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/contracts/smart-account/TacSAFactory__factory.js +0 -452
  139. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/contracts/smart-account/TacSmartAccount__factory.d.ts +0 -293
  140. package/dist/artifacts/testnet/tac/internal/typechain-types/factories/contracts/smart-account/TacSmartAccount__factory.js +0 -393
  141. /package/dist/artifacts/dev/tac/internal/typechain-types/contracts/{core/CrossChainLayer.js → interfaces/ICrossChainLayer.js} +0 -0
  142. /package/dist/artifacts/dev/tac/internal/typechain-types/contracts/{core/Settings.js → interfaces/ISettings.js} +0 -0
  143. /package/dist/artifacts/dev/tac/internal/typechain-types/contracts/{core/TokenUtils.js → interfaces/ITokenUtils.js} +0 -0
  144. /package/dist/artifacts/dev/tac/internal/typechain-types/contracts/{core/tokens/CrossChainLayerERC20.js → interfaces/tokens/ICrossChainLayerERC20.js} +0 -0
  145. /package/dist/artifacts/dev/tac/internal/typechain-types/contracts/{core/tokens/CrossChainLayerERC721.js → interfaces/tokens/ICrossChainLayerERC721.js} +0 -0
  146. /package/dist/artifacts/dev/tac/internal/typechain-types/contracts/smart-account/{TacSAFactory.js → interfaces/ISAFactory.js} +0 -0
  147. /package/dist/artifacts/dev/tac/internal/typechain-types/contracts/smart-account/{TacSmartAccount.js → interfaces/ITacSmartAccount.js} +0 -0
  148. /package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/{core/CrossChainLayer.js → interfaces/ICrossChainLayer.js} +0 -0
  149. /package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/{core/Settings.js → interfaces/ISettings.js} +0 -0
  150. /package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/{core/TokenUtils.js → interfaces/ITokenUtils.js} +0 -0
  151. /package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/{core/tokens/CrossChainLayerERC20.js → interfaces/tokens/ICrossChainLayerERC20.js} +0 -0
  152. /package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/{core/tokens/CrossChainLayerERC721.js → interfaces/tokens/ICrossChainLayerERC721.js} +0 -0
  153. /package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/smart-account/{TacSAFactory.js → interfaces/ISAFactory.js} +0 -0
  154. /package/dist/artifacts/mainnet/tac/internal/typechain-types/contracts/smart-account/{TacSmartAccount.js → interfaces/ITacSmartAccount.js} +0 -0
  155. /package/dist/artifacts/{testnet/tac/internal/typechain-types/contracts/core/CrossChainLayer.js → tacTypes.js} +0 -0
  156. /package/dist/artifacts/testnet/tac/internal/typechain-types/contracts/{core/Settings.js → interfaces/ICrossChainLayer.js} +0 -0
  157. /package/dist/artifacts/testnet/tac/internal/typechain-types/contracts/{core/TokenUtils.js → interfaces/ISettings.js} +0 -0
  158. /package/dist/artifacts/testnet/tac/internal/typechain-types/contracts/{core/tokens/CrossChainLayerERC20.js → interfaces/ITokenUtils.js} +0 -0
  159. /package/dist/artifacts/testnet/tac/internal/typechain-types/contracts/{core/tokens/CrossChainLayerERC721.js → interfaces/tokens/ICrossChainLayerERC20.js} +0 -0
  160. /package/dist/artifacts/testnet/tac/internal/typechain-types/contracts/{smart-account/TacSAFactory.js → interfaces/tokens/ICrossChainLayerERC721.js} +0 -0
  161. /package/dist/artifacts/testnet/tac/internal/typechain-types/contracts/smart-account/{TacSmartAccount.js → interfaces/ISAFactory.js} +0 -0
  162. /package/dist/artifacts/{types.js → testnet/tac/internal/typechain-types/contracts/smart-account/interfaces/ITacSmartAccount.js} +0 -0
@@ -1,540 +0,0 @@
1
- import { ContractFactory, ContractTransactionResponse } from "ethers";
2
- import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
3
- import type { NonPayableOverrides } from "../../../common";
4
- import type { TokenUtils, TokenUtilsInterface } from "../../../contracts/core/TokenUtils";
5
- type TokenUtilsConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
6
- export declare class TokenUtils__factory extends ContractFactory {
7
- constructor(...args: TokenUtilsConstructorParams);
8
- getDeployTransaction(overrides?: NonPayableOverrides & {
9
- from?: string;
10
- }): Promise<ContractDeployTransaction>;
11
- deploy(overrides?: NonPayableOverrides & {
12
- from?: string;
13
- }): Promise<TokenUtils & {
14
- deploymentTransaction(): ContractTransactionResponse;
15
- }>;
16
- connect(runner: ContractRunner | null): TokenUtils__factory;
17
- static readonly bytecode = "0x60a060405230608052348015601357600080fd5b50608051611a1a61003d60003960008181610fd201528181610ffb015261114c0152611a1a6000f3fe60806040526004361061014b5760003560e01c806352d1902d116100b657806391d148541161006f57806391d14854146103e457806396c8e82014610404578063a217fddf14610424578063ad3cb1cc14610439578063d547741f14610477578063f6a3d24e1461049757600080fd5b806352d1902d146102f75780636f3769c01461030c57806372798a89146103335780637f26b45c14610348578063851bdf111461036857806388433651146103c457600080fd5b80632a0acc6a116101085780632a0acc6a1461024d5780632f2ff15d1461026f57806331f449001461028f57806336568abe146102a4578063485cc955146102c45780634f1ef286146102e457600080fd5b806301ffc9a7146101505780631963202b146101855780631adc56db146101a75780631f596f89146101c7578063248a9ca3146101ff578063261a323e1461022d575b600080fd5b34801561015c57600080fd5b5061017061016b3660046113cf565b6104d2565b60405190151581526020015b60405180910390f35b34801561019157600080fd5b506101a56101a0366004611411565b610509565b005b3480156101b357600080fd5b506101a56101c2366004611411565b6105ba565b3480156101d357600080fd5b506101e76101e2366004611495565b61065d565b6040516001600160a01b03909116815260200161017c565b34801561020b57600080fd5b5061021f61021a3660046114d6565b610672565b60405190815260200161017c565b34801561023957600080fd5b50610170610248366004611495565b610694565b34801561025957600080fd5b5061021f60008051602061198583398151915281565b34801561027b57600080fd5b506101a561028a366004611504565b6106d5565b34801561029b57600080fd5b506101a56106f7565b3480156102b057600080fd5b506101a56102bf366004611504565b610737565b3480156102d057600080fd5b506101a56102df366004611534565b61076a565b6101a56102f2366004611578565b6108ba565b34801561030357600080fd5b5061021f6108d9565b34801561031857600080fd5b50610321600181565b60405160ff909116815260200161017c565b34801561033f57600080fd5b50610321600281565b34801561035457600080fd5b506101a5610363366004611504565b6108f6565b34801561037457600080fd5b506103ac610383366004611641565b6001600160a01b031660009081526020819052604090205461010090046001600160401b031690565b6040516001600160401b03909116815260200161017c565b3480156103d057600080fd5b506101a56103df36600461165e565b610975565b3480156103f057600080fd5b506101706103ff366004611504565b610a3a565b34801561041057600080fd5b506101e761041f366004611495565b610a72565b34801561043057600080fd5b5061021f600081565b34801561044557600080fd5b5061046a604051806040016040528060058152602001640352e302e360dc1b81525081565b60405161017c9190611702565b34801561048357600080fd5b506101a5610492366004611504565b610a80565b3480156104a357600080fd5b506101706104b2366004611641565b6001600160a01b031660009081526020819052604090205460ff16151590565b60006001600160e01b03198216637965db0b60e01b148061050357506301ffc9a760e01b6001600160e01b03198316145b92915050565b610511610a9c565b600354604080516001600160a01b0390921660208301526000910160408051601f198184030181529190529050600061054a8380611715565b6105576020860186611715565b610567606088016040890161175b565b6105746060890189611715565b60405160200161058a97969594939291906117a7565b60408051601f1981840301815291905290506105b560016105ae6060860186611715565b8585610ac7565b505050565b6105c2610a9c565b600354604080516001600160a01b0390921660208301526000910160408051601f19818403018152919052905060006105fb8380611715565b6106086020860186611715565b6106156040880188611715565b61062260608a018a611715565b6040516020016106399897969594939291906117fa565b60408051601f1981840301815291905290506105b560026105ae6060860186611715565b600061066b83836001610cb3565b9392505050565b60009081526000805160206119a5833981519152602052604090206001015490565b6000806001600160a01b0316600184846040516106b292919061185a565b908152604051908190036020019020546001600160a01b03161415905092915050565b6106de82610672565b6106e781610d93565b6106f18383610da0565b50505050565b6000805160206119c5833981519152546001600160401b03161561072d5760405162dc149f60e41b815260040160405180910390fd5b610735610e45565b565b6001600160a01b03811633146107605760405163334bd91960e11b815260040160405180910390fd5b6105b58282610ee0565b6000805160206119c58339815191528054600160401b810460ff1615906001600160401b031660008115801561079d5750825b90506000826001600160401b031660011480156107b95750303b155b9050811580156107c7575080155b156107e55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561080f57845460ff60401b1916600160401b1785555b610817610f5c565b61081f610f5c565b61083760008051602061198583398151915280610f64565b61084f60008051602061198583398151915288610da0565b50600380546001600160a01b0319166001600160a01b03881617905583156108b157845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6108c2610fc7565b6108cb8261106c565b6108d58282611084565b5050565b60006108e3611141565b5060008051602061196583398151915290565b60008051602061198583398151915261090e81610d93565b60018314801590610920575060028314155b15610946576040516332c5af1f60e11b8152600481018490526024015b60405180910390fd5b5060009182526002602052604090912080546001600160a01b0319166001600160a01b03909216919091179055565b60008051602061198583398151915261098d81610d93565b6001600160a01b03841660009081526020819052604090205460ff166002146109d45760405163de6137d160e01b81526001600160a01b038516600482015260240161093d565b6040516355f804b360e01b81526001600160a01b038516906355f804b390610a02908690869060040161186a565b600060405180830381600087803b158015610a1c57600080fd5b505af1158015610a30573d6000803e3d6000fd5b5050505050505050565b60009182526000805160206119a5833981519152602090815260408084206001600160a01b0393909316845291905290205460ff1690565b600061066b83836002610cb3565b610a8982610672565b610a9281610d93565b6106f18383610ee0565b6003546001600160a01b0316331461073557604051631a27eac360e11b815260040160405180910390fd5b60008484604051602001610adc92919061185a565b60408051601f19818403018152828252805160209182012060ff8a1660009081526002909252918120549193509182916001600160a01b0316906319cdeff160e01b90610b319086908990899060240161187e565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051610b6f91906118a9565b600060405180830381855af49150503d8060008114610baa576040519150601f19603f3d011682016040523d82523d6000602084013e610baf565b606091505b509150915081610bc25780518082602001fd5b600081806020019051810190610bd891906118c5565b90508060018989604051610bed92919061185a565b90815260408051918290036020908101832080546001600160a01b039586166001600160a01b0319909116179055828201825260ff808e1684526001600160401b03428116858401908152958716600090815292839052918390209351845495519092166101000268ffffffffffffffffff19909516911617929092179055517f8987aafc647b2712c770282704dba882de96544516cfc1e40cb00a9bf467e88e90610ca0908a908a9085908e906118e2565b60405180910390a1505050505050505050565b6000808484604051602001610cc992919061185a565b60408051808303601f1901815282825280516020918201206003546001600160a01b03169184019190915292506000910160408051601f19818403018152828252600087815260026020529190912054631463012f60e31b83529092506001600160a01b03169063a318097890610d489085908590309060040161191a565b602060405180830381865afa158015610d65573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d8991906118c5565b9695505050505050565b610d9d813361118a565b50565b60006000805160206119a5833981519152610dbb8484610a3a565b610e3b576000848152602082815260408083206001600160a01b03871684529091529020805460ff19166001179055610df13390565b6001600160a01b0316836001600160a01b0316857f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a46001915050610503565b6000915050610503565b6000805160206119c58339815191528054600160401b900460ff1615610e7e5760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614610d9d57805467ffffffffffffffff19166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a150565b60006000805160206119a5833981519152610efb8484610a3a565b15610e3b576000848152602082815260408083206001600160a01b0387168085529252808320805460ff1916905551339287917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a46001915050610503565b6107356111c3565b6000805160206119a58339815191526000610f7e84610672565b600085815260208490526040808220600101869055519192508491839187917fbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff9190a450505050565b306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016148061104e57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316611042600080516020611965833981519152546001600160a01b031690565b6001600160a01b031614155b156107355760405163703e46dd60e11b815260040160405180910390fd5b6000805160206119858339815191526108d581610d93565b816001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa9250505080156110de575060408051601f3d908101601f191682019092526110db9181019061194b565b60015b61110657604051634c9c8ce360e01b81526001600160a01b038316600482015260240161093d565b600080516020611965833981519152811461113757604051632a87526960e21b81526004810182905260240161093d565b6105b583836111fa565b306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146107355760405163703e46dd60e11b815260040160405180910390fd5b6111948282610a3a565b6108d55760405163e2517d3f60e01b81526001600160a01b03821660048201526024810183905260440161093d565b6000805160206119c583398151915254600160401b900460ff1661073557604051631afcd79f60e31b815260040160405180910390fd5b61120382611250565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a2805115611248576105b582826112b5565b6108d561132b565b806001600160a01b03163b60000361128657604051634c9c8ce360e01b81526001600160a01b038216600482015260240161093d565b60008051602061196583398151915280546001600160a01b0319166001600160a01b0392909216919091179055565b6060600080846001600160a01b0316846040516112d291906118a9565b600060405180830381855af49150503d806000811461130d576040519150601f19603f3d011682016040523d82523d6000602084013e611312565b606091505b509150915061132285838361134a565b95945050505050565b34156107355760405163b398979f60e01b815260040160405180910390fd5b60608261135f5761135a826113a6565b61066b565b815115801561137657506001600160a01b0384163b155b1561139f57604051639996b31560e01b81526001600160a01b038516600482015260240161093d565b508061066b565b8051156113b65780518082602001fd5b60405163d6bda27560e01b815260040160405180910390fd5b6000602082840312156113e157600080fd5b81356001600160e01b03198116811461066b57600080fd5b60006080828403121561140b57600080fd5b50919050565b60006020828403121561142357600080fd5b81356001600160401b0381111561143957600080fd5b611445848285016113f9565b949350505050565b60008083601f84011261145f57600080fd5b5081356001600160401b0381111561147657600080fd5b60208301915083602082850101111561148e57600080fd5b9250929050565b600080602083850312156114a857600080fd5b82356001600160401b038111156114be57600080fd5b6114ca8582860161144d565b90969095509350505050565b6000602082840312156114e857600080fd5b5035919050565b6001600160a01b0381168114610d9d57600080fd5b6000806040838503121561151757600080fd5b823591506020830135611529816114ef565b809150509250929050565b6000806040838503121561154757600080fd5b8235611552816114ef565b91506020830135611529816114ef565b634e487b7160e01b600052604160045260246000fd5b6000806040838503121561158b57600080fd5b8235611596816114ef565b915060208301356001600160401b038111156115b157600080fd5b8301601f810185136115c257600080fd5b80356001600160401b038111156115db576115db611562565b604051601f8201601f19908116603f011681016001600160401b038111828210171561160957611609611562565b60405281815282820160200187101561162157600080fd5b816020840160208301376000602083830101528093505050509250929050565b60006020828403121561165357600080fd5b813561066b816114ef565b60008060006040848603121561167357600080fd5b833561167e816114ef565b925060208401356001600160401b0381111561169957600080fd5b6116a58682870161144d565b9497909650939450505050565b60005b838110156116cd5781810151838201526020016116b5565b50506000910152565b600081518084526116ee8160208601602086016116b2565b601f01601f19169290920160200192915050565b60208152600061066b60208301846116d6565b6000808335601e1984360301811261172c57600080fd5b8301803591506001600160401b0382111561174657600080fd5b60200191503681900382131561148e57600080fd5b60006020828403121561176d57600080fd5b813560ff8116811461066b57600080fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6080815260006117bb60808301898b61177e565b82810360208401526117ce81888a61177e565b905060ff8616604084015282810360608401526117ec81858761177e565b9a9950505050505050505050565b60808152600061180e608083018a8c61177e565b828103602084015261182181898b61177e565b9050828103604084015261183681878961177e565b9050828103606084015261184b81858761177e565b9b9a5050505050505050505050565b8183823760009101908152919050565b60208152600061144560208301848661177e565b83815260606020820152600061189760608301856116d6565b8281036040840152610d8981856116d6565b600082516118bb8184602087016116b2565b9190910192915050565b6000602082840312156118d757600080fd5b815161066b816114ef565b6060815260006118f660608301868861177e565b6001600160a01b039490941660208301525060ff9190911660409091015292915050565b83815260606020820152600061193360608301856116d6565b905060018060a01b0383166040830152949350505050565b60006020828403121561195d57600080fd5b505191905056fe360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec4202dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b626800f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220fb7a538a64b7ff8cd5968b9f62da801e8c2c9e694e1ae6950c31012e1aea865664736f6c634300081c0033";
18
- static readonly abi: readonly [{
19
- readonly inputs: readonly [];
20
- readonly name: "AccessControlBadConfirmation";
21
- readonly type: "error";
22
- }, {
23
- readonly inputs: readonly [{
24
- readonly internalType: "address";
25
- readonly name: "account";
26
- readonly type: "address";
27
- }, {
28
- readonly internalType: "bytes32";
29
- readonly name: "neededRole";
30
- readonly type: "bytes32";
31
- }];
32
- readonly name: "AccessControlUnauthorizedAccount";
33
- readonly type: "error";
34
- }, {
35
- readonly inputs: readonly [{
36
- readonly internalType: "address";
37
- readonly name: "target";
38
- readonly type: "address";
39
- }];
40
- readonly name: "AddressEmptyCode";
41
- readonly type: "error";
42
- }, {
43
- readonly inputs: readonly [];
44
- readonly name: "AlreadyInitialized";
45
- readonly type: "error";
46
- }, {
47
- readonly inputs: readonly [{
48
- readonly internalType: "address";
49
- readonly name: "implementation";
50
- readonly type: "address";
51
- }];
52
- readonly name: "ERC1967InvalidImplementation";
53
- readonly type: "error";
54
- }, {
55
- readonly inputs: readonly [];
56
- readonly name: "ERC1967NonPayable";
57
- readonly type: "error";
58
- }, {
59
- readonly inputs: readonly [];
60
- readonly name: "FailedCall";
61
- readonly type: "error";
62
- }, {
63
- readonly inputs: readonly [];
64
- readonly name: "InvalidInitialization";
65
- readonly type: "error";
66
- }, {
67
- readonly inputs: readonly [{
68
- readonly internalType: "uint256";
69
- readonly name: "";
70
- readonly type: "uint256";
71
- }];
72
- readonly name: "InvalidTokenType";
73
- readonly type: "error";
74
- }, {
75
- readonly inputs: readonly [];
76
- readonly name: "NotInitializing";
77
- readonly type: "error";
78
- }, {
79
- readonly inputs: readonly [{
80
- readonly internalType: "address";
81
- readonly name: "";
82
- readonly type: "address";
83
- }];
84
- readonly name: "TokenNotFound";
85
- readonly type: "error";
86
- }, {
87
- readonly inputs: readonly [];
88
- readonly name: "UUPSUnauthorizedCallContext";
89
- readonly type: "error";
90
- }, {
91
- readonly inputs: readonly [{
92
- readonly internalType: "bytes32";
93
- readonly name: "slot";
94
- readonly type: "bytes32";
95
- }];
96
- readonly name: "UUPSUnsupportedProxiableUUID";
97
- readonly type: "error";
98
- }, {
99
- readonly inputs: readonly [];
100
- readonly name: "UnauthorizedAccess";
101
- readonly type: "error";
102
- }, {
103
- readonly anonymous: false;
104
- readonly inputs: readonly [{
105
- readonly indexed: false;
106
- readonly internalType: "uint64";
107
- readonly name: "version";
108
- readonly type: "uint64";
109
- }];
110
- readonly name: "Initialized";
111
- readonly type: "event";
112
- }, {
113
- readonly anonymous: false;
114
- readonly inputs: readonly [{
115
- readonly indexed: true;
116
- readonly internalType: "bytes32";
117
- readonly name: "role";
118
- readonly type: "bytes32";
119
- }, {
120
- readonly indexed: true;
121
- readonly internalType: "bytes32";
122
- readonly name: "previousAdminRole";
123
- readonly type: "bytes32";
124
- }, {
125
- readonly indexed: true;
126
- readonly internalType: "bytes32";
127
- readonly name: "newAdminRole";
128
- readonly type: "bytes32";
129
- }];
130
- readonly name: "RoleAdminChanged";
131
- readonly type: "event";
132
- }, {
133
- readonly anonymous: false;
134
- readonly inputs: readonly [{
135
- readonly indexed: true;
136
- readonly internalType: "bytes32";
137
- readonly name: "role";
138
- readonly type: "bytes32";
139
- }, {
140
- readonly indexed: true;
141
- readonly internalType: "address";
142
- readonly name: "account";
143
- readonly type: "address";
144
- }, {
145
- readonly indexed: true;
146
- readonly internalType: "address";
147
- readonly name: "sender";
148
- readonly type: "address";
149
- }];
150
- readonly name: "RoleGranted";
151
- readonly type: "event";
152
- }, {
153
- readonly anonymous: false;
154
- readonly inputs: readonly [{
155
- readonly indexed: true;
156
- readonly internalType: "bytes32";
157
- readonly name: "role";
158
- readonly type: "bytes32";
159
- }, {
160
- readonly indexed: true;
161
- readonly internalType: "address";
162
- readonly name: "account";
163
- readonly type: "address";
164
- }, {
165
- readonly indexed: true;
166
- readonly internalType: "address";
167
- readonly name: "sender";
168
- readonly type: "address";
169
- }];
170
- readonly name: "RoleRevoked";
171
- readonly type: "event";
172
- }, {
173
- readonly anonymous: false;
174
- readonly inputs: readonly [{
175
- readonly indexed: false;
176
- readonly internalType: "string";
177
- readonly name: "tvmAddress";
178
- readonly type: "string";
179
- }, {
180
- readonly indexed: false;
181
- readonly internalType: "address";
182
- readonly name: "evmAddress";
183
- readonly type: "address";
184
- }, {
185
- readonly indexed: false;
186
- readonly internalType: "uint8";
187
- readonly name: "tokenType";
188
- readonly type: "uint8";
189
- }];
190
- readonly name: "TokenCreated";
191
- readonly type: "event";
192
- }, {
193
- readonly anonymous: false;
194
- readonly inputs: readonly [{
195
- readonly indexed: true;
196
- readonly internalType: "address";
197
- readonly name: "implementation";
198
- readonly type: "address";
199
- }];
200
- readonly name: "Upgraded";
201
- readonly type: "event";
202
- }, {
203
- readonly inputs: readonly [];
204
- readonly name: "ADMIN";
205
- readonly outputs: readonly [{
206
- readonly internalType: "bytes32";
207
- readonly name: "";
208
- readonly type: "bytes32";
209
- }];
210
- readonly stateMutability: "view";
211
- readonly type: "function";
212
- }, {
213
- readonly inputs: readonly [];
214
- readonly name: "DEFAULT_ADMIN_ROLE";
215
- readonly outputs: readonly [{
216
- readonly internalType: "bytes32";
217
- readonly name: "";
218
- readonly type: "bytes32";
219
- }];
220
- readonly stateMutability: "view";
221
- readonly type: "function";
222
- }, {
223
- readonly inputs: readonly [];
224
- readonly name: "ERC20_TYPE";
225
- readonly outputs: readonly [{
226
- readonly internalType: "uint8";
227
- readonly name: "";
228
- readonly type: "uint8";
229
- }];
230
- readonly stateMutability: "view";
231
- readonly type: "function";
232
- }, {
233
- readonly inputs: readonly [];
234
- readonly name: "ERC721_TYPE";
235
- readonly outputs: readonly [{
236
- readonly internalType: "uint8";
237
- readonly name: "";
238
- readonly type: "uint8";
239
- }];
240
- readonly stateMutability: "view";
241
- readonly type: "function";
242
- }, {
243
- readonly inputs: readonly [];
244
- readonly name: "UPGRADE_INTERFACE_VERSION";
245
- readonly outputs: readonly [{
246
- readonly internalType: "string";
247
- readonly name: "";
248
- readonly type: "string";
249
- }];
250
- readonly stateMutability: "view";
251
- readonly type: "function";
252
- }, {
253
- readonly inputs: readonly [{
254
- readonly internalType: "string";
255
- readonly name: "tvmAddress";
256
- readonly type: "string";
257
- }];
258
- readonly name: "computeAddress";
259
- readonly outputs: readonly [{
260
- readonly internalType: "address";
261
- readonly name: "";
262
- readonly type: "address";
263
- }];
264
- readonly stateMutability: "view";
265
- readonly type: "function";
266
- }, {
267
- readonly inputs: readonly [{
268
- readonly internalType: "string";
269
- readonly name: "tvmAddress";
270
- readonly type: "string";
271
- }];
272
- readonly name: "computeAddressERC721";
273
- readonly outputs: readonly [{
274
- readonly internalType: "address";
275
- readonly name: "";
276
- readonly type: "address";
277
- }];
278
- readonly stateMutability: "view";
279
- readonly type: "function";
280
- }, {
281
- readonly inputs: readonly [{
282
- readonly components: readonly [{
283
- readonly internalType: "string";
284
- readonly name: "name";
285
- readonly type: "string";
286
- }, {
287
- readonly internalType: "string";
288
- readonly name: "symbol";
289
- readonly type: "string";
290
- }, {
291
- readonly internalType: "uint8";
292
- readonly name: "decimals";
293
- readonly type: "uint8";
294
- }, {
295
- readonly internalType: "string";
296
- readonly name: "tvmAddress";
297
- readonly type: "string";
298
- }];
299
- readonly internalType: "struct TokenInfo";
300
- readonly name: "info";
301
- readonly type: "tuple";
302
- }];
303
- readonly name: "create";
304
- readonly outputs: readonly [];
305
- readonly stateMutability: "nonpayable";
306
- readonly type: "function";
307
- }, {
308
- readonly inputs: readonly [{
309
- readonly components: readonly [{
310
- readonly internalType: "string";
311
- readonly name: "name";
312
- readonly type: "string";
313
- }, {
314
- readonly internalType: "string";
315
- readonly name: "symbol";
316
- readonly type: "string";
317
- }, {
318
- readonly internalType: "string";
319
- readonly name: "baseURI";
320
- readonly type: "string";
321
- }, {
322
- readonly internalType: "string";
323
- readonly name: "tvmAddress";
324
- readonly type: "string";
325
- }];
326
- readonly internalType: "struct NFTInfo";
327
- readonly name: "info";
328
- readonly type: "tuple";
329
- }];
330
- readonly name: "createERC721";
331
- readonly outputs: readonly [];
332
- readonly stateMutability: "nonpayable";
333
- readonly type: "function";
334
- }, {
335
- readonly inputs: readonly [];
336
- readonly name: "disableInitializers";
337
- readonly outputs: readonly [];
338
- readonly stateMutability: "nonpayable";
339
- readonly type: "function";
340
- }, {
341
- readonly inputs: readonly [{
342
- readonly internalType: "string";
343
- readonly name: "tvmAddress";
344
- readonly type: "string";
345
- }];
346
- readonly name: "exists";
347
- readonly outputs: readonly [{
348
- readonly internalType: "bool";
349
- readonly name: "";
350
- readonly type: "bool";
351
- }];
352
- readonly stateMutability: "view";
353
- readonly type: "function";
354
- }, {
355
- readonly inputs: readonly [{
356
- readonly internalType: "address";
357
- readonly name: "evmAddress";
358
- readonly type: "address";
359
- }];
360
- readonly name: "exists";
361
- readonly outputs: readonly [{
362
- readonly internalType: "bool";
363
- readonly name: "";
364
- readonly type: "bool";
365
- }];
366
- readonly stateMutability: "view";
367
- readonly type: "function";
368
- }, {
369
- readonly inputs: readonly [{
370
- readonly internalType: "bytes32";
371
- readonly name: "role";
372
- readonly type: "bytes32";
373
- }];
374
- readonly name: "getRoleAdmin";
375
- readonly outputs: readonly [{
376
- readonly internalType: "bytes32";
377
- readonly name: "";
378
- readonly type: "bytes32";
379
- }];
380
- readonly stateMutability: "view";
381
- readonly type: "function";
382
- }, {
383
- readonly inputs: readonly [{
384
- readonly internalType: "address";
385
- readonly name: "evmAddress";
386
- readonly type: "address";
387
- }];
388
- readonly name: "getTokenDeployTime";
389
- readonly outputs: readonly [{
390
- readonly internalType: "uint64";
391
- readonly name: "";
392
- readonly type: "uint64";
393
- }];
394
- readonly stateMutability: "view";
395
- readonly type: "function";
396
- }, {
397
- readonly inputs: readonly [{
398
- readonly internalType: "bytes32";
399
- readonly name: "role";
400
- readonly type: "bytes32";
401
- }, {
402
- readonly internalType: "address";
403
- readonly name: "account";
404
- readonly type: "address";
405
- }];
406
- readonly name: "grantRole";
407
- readonly outputs: readonly [];
408
- readonly stateMutability: "nonpayable";
409
- readonly type: "function";
410
- }, {
411
- readonly inputs: readonly [{
412
- readonly internalType: "bytes32";
413
- readonly name: "role";
414
- readonly type: "bytes32";
415
- }, {
416
- readonly internalType: "address";
417
- readonly name: "account";
418
- readonly type: "address";
419
- }];
420
- readonly name: "hasRole";
421
- readonly outputs: readonly [{
422
- readonly internalType: "bool";
423
- readonly name: "";
424
- readonly type: "bool";
425
- }];
426
- readonly stateMutability: "view";
427
- readonly type: "function";
428
- }, {
429
- readonly inputs: readonly [{
430
- readonly internalType: "address";
431
- readonly name: "adminAddress";
432
- readonly type: "address";
433
- }, {
434
- readonly internalType: "address";
435
- readonly name: "crossChainLayer";
436
- readonly type: "address";
437
- }];
438
- readonly name: "initialize";
439
- readonly outputs: readonly [];
440
- readonly stateMutability: "nonpayable";
441
- readonly type: "function";
442
- }, {
443
- readonly inputs: readonly [];
444
- readonly name: "proxiableUUID";
445
- readonly outputs: readonly [{
446
- readonly internalType: "bytes32";
447
- readonly name: "";
448
- readonly type: "bytes32";
449
- }];
450
- readonly stateMutability: "view";
451
- readonly type: "function";
452
- }, {
453
- readonly inputs: readonly [{
454
- readonly internalType: "bytes32";
455
- readonly name: "role";
456
- readonly type: "bytes32";
457
- }, {
458
- readonly internalType: "address";
459
- readonly name: "callerConfirmation";
460
- readonly type: "address";
461
- }];
462
- readonly name: "renounceRole";
463
- readonly outputs: readonly [];
464
- readonly stateMutability: "nonpayable";
465
- readonly type: "function";
466
- }, {
467
- readonly inputs: readonly [{
468
- readonly internalType: "bytes32";
469
- readonly name: "role";
470
- readonly type: "bytes32";
471
- }, {
472
- readonly internalType: "address";
473
- readonly name: "account";
474
- readonly type: "address";
475
- }];
476
- readonly name: "revokeRole";
477
- readonly outputs: readonly [];
478
- readonly stateMutability: "nonpayable";
479
- readonly type: "function";
480
- }, {
481
- readonly inputs: readonly [{
482
- readonly internalType: "address";
483
- readonly name: "erc721Token";
484
- readonly type: "address";
485
- }, {
486
- readonly internalType: "string";
487
- readonly name: "baseURI";
488
- readonly type: "string";
489
- }];
490
- readonly name: "setBaseURI";
491
- readonly outputs: readonly [];
492
- readonly stateMutability: "nonpayable";
493
- readonly type: "function";
494
- }, {
495
- readonly inputs: readonly [{
496
- readonly internalType: "uint256";
497
- readonly name: "tokenType";
498
- readonly type: "uint256";
499
- }, {
500
- readonly internalType: "address";
501
- readonly name: "factory";
502
- readonly type: "address";
503
- }];
504
- readonly name: "setTokenFactory";
505
- readonly outputs: readonly [];
506
- readonly stateMutability: "nonpayable";
507
- readonly type: "function";
508
- }, {
509
- readonly inputs: readonly [{
510
- readonly internalType: "bytes4";
511
- readonly name: "interfaceId";
512
- readonly type: "bytes4";
513
- }];
514
- readonly name: "supportsInterface";
515
- readonly outputs: readonly [{
516
- readonly internalType: "bool";
517
- readonly name: "";
518
- readonly type: "bool";
519
- }];
520
- readonly stateMutability: "view";
521
- readonly type: "function";
522
- }, {
523
- readonly inputs: readonly [{
524
- readonly internalType: "address";
525
- readonly name: "newImplementation";
526
- readonly type: "address";
527
- }, {
528
- readonly internalType: "bytes";
529
- readonly name: "data";
530
- readonly type: "bytes";
531
- }];
532
- readonly name: "upgradeToAndCall";
533
- readonly outputs: readonly [];
534
- readonly stateMutability: "payable";
535
- readonly type: "function";
536
- }];
537
- static createInterface(): TokenUtilsInterface;
538
- static connect(address: string, runner?: ContractRunner | null): TokenUtils;
539
- }
540
- export {};