@tradetrust-yl/token-registry 5.1.1 → 5.2.1
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.
- package/dist/app.js +566 -0
- package/dist/artifacts/TitleEscrow.sol/TitleEscrow.json +83 -9
- package/dist/artifacts/TitleEscrowFactory.sol/TitleEscrowFactory.json +22 -3
- package/dist/artifacts/TradeTrustToken.sol/TradeTrustToken.json +125 -2
- package/dist/artifacts/base/RegistryAccess.sol/RegistryAccess.dbg.json +1 -1
- package/dist/artifacts/base/SBTUpgradeable.sol/SBTUpgradeable.dbg.json +1 -1
- package/dist/artifacts/base/SBTUpgradeable.sol/SBTUpgradeable.json +2 -2
- package/dist/artifacts/base/TradeTrustSBT.sol/TradeTrustSBT.dbg.json +1 -1
- package/dist/artifacts/base/TradeTrustSBT.sol/TradeTrustSBT.json +43 -0
- package/dist/artifacts/base/TradeTrustTokenBase.sol/TradeTrustTokenBase.dbg.json +1 -1
- package/dist/artifacts/base/TradeTrustTokenBase.sol/TradeTrustTokenBase.json +86 -0
- package/dist/artifacts/base/TradeTrustTokenBaseURI.sol/TradeTrustTokenBaseURI.dbg.json +1 -1
- package/dist/artifacts/base/TradeTrustTokenBaseURI.sol/TradeTrustTokenBaseURI.json +43 -0
- package/dist/artifacts/base/TradeTrustTokenBurnable.sol/TradeTrustTokenBurnable.dbg.json +1 -1
- package/dist/artifacts/base/TradeTrustTokenBurnable.sol/TradeTrustTokenBurnable.json +43 -0
- package/dist/artifacts/base/TradeTrustTokenMintable.sol/TradeTrustTokenMintable.dbg.json +1 -1
- package/dist/artifacts/base/TradeTrustTokenMintable.sol/TradeTrustTokenMintable.json +86 -0
- package/dist/artifacts/base/TradeTrustTokenRestorable.sol/TradeTrustTokenRestorable.dbg.json +1 -1
- package/dist/artifacts/base/TradeTrustTokenRestorable.sol/TradeTrustTokenRestorable.json +43 -0
- package/dist/artifacts/interfaces/IERC721MetadataUpgradeable.sol/IERC721MetadataUpgradeable.dbg.json +1 -1
- package/dist/artifacts/interfaces/ISBTUpgradeable.sol/ISBTUpgradeable.dbg.json +1 -1
- package/dist/artifacts/interfaces/ITitleEscrow.sol/ITitleEscrow.dbg.json +1 -1
- package/dist/artifacts/interfaces/ITitleEscrow.sol/ITitleEscrow.json +42 -6
- package/dist/artifacts/interfaces/ITitleEscrowFactory.sol/ITitleEscrowFactory.dbg.json +1 -1
- package/dist/artifacts/interfaces/ITitleEscrowSignable.sol/ITitleEscrowSignable.dbg.json +1 -1
- package/dist/artifacts/interfaces/ITitleEscrowSignable.sol/ITitleEscrowSignable.json +42 -6
- package/dist/artifacts/interfaces/ITradeTrustSBT.sol/ITradeTrustSBT.dbg.json +1 -1
- package/dist/artifacts/interfaces/ITradeTrustToken.sol/ITradeTrustToken.dbg.json +1 -1
- package/dist/artifacts/interfaces/ITradeTrustToken.sol/ITradeTrustToken.json +18 -0
- package/dist/artifacts/interfaces/ITradeTrustTokenBurnable.sol/ITradeTrustTokenBurnable.dbg.json +1 -1
- package/dist/artifacts/interfaces/ITradeTrustTokenMintable.sol/ITradeTrustTokenMintable.dbg.json +1 -1
- package/dist/artifacts/interfaces/ITradeTrustTokenMintable.sol/ITradeTrustTokenMintable.json +18 -0
- package/dist/artifacts/interfaces/ITradeTrustTokenRestorable.sol/ITradeTrustTokenRestorable.dbg.json +1 -1
- package/dist/artifacts/interfaces/RegistryAccessErrors.sol/RegistryAccessErrors.dbg.json +1 -1
- package/dist/artifacts/interfaces/SigHelperErrors.sol/SigHelperErrors.dbg.json +1 -1
- package/dist/artifacts/interfaces/TDocDeployerErrors.sol/TDocDeployerErrors.dbg.json +1 -1
- package/dist/artifacts/interfaces/TitleEscrowErrors.sol/TitleEscrowErrors.dbg.json +1 -1
- package/dist/artifacts/interfaces/TitleEscrowFactoryErrors.sol/TitleEscrowFactoryErrors.dbg.json +1 -1
- package/dist/artifacts/interfaces/TitleEscrowSignableErrors.sol/TitleEscrowSignableErrors.dbg.json +1 -1
- package/dist/artifacts/interfaces/TradeTrustTokenErrors.sol/TradeTrustTokenErrors.dbg.json +1 -1
- package/dist/artifacts/interfaces/TradeTrustTokenErrors.sol/TradeTrustTokenErrors.json +5 -0
- package/dist/artifacts/mocks/ERC721ReceiverMock.sol/ERC721ReceiverMock.dbg.json +1 -1
- package/dist/artifacts/mocks/ERC721ReceiverMock.sol/ERC721ReceiverMock.json +2 -2
- package/dist/artifacts/mocks/SBTUpgradeableMock.sol/SBTUpgradeableMock.dbg.json +1 -1
- package/dist/artifacts/mocks/SBTUpgradeableMock.sol/SBTUpgradeableMock.json +2 -2
- package/dist/artifacts/mocks/SigHelperMock.sol/SigHelperMock.dbg.json +1 -1
- package/dist/artifacts/mocks/SimpleCaller.sol/SimpleCaller.dbg.json +1 -1
- package/dist/artifacts/mocks/TitleEscrowFactoryCallerMock.sol/TitleEscrowFactoryCallerMock.dbg.json +1 -1
- package/dist/artifacts/mocks/TitleEscrowFactoryGetterMock.sol/TitleEscrowFactoryGetterMock.dbg.json +1 -1
- package/dist/artifacts/mocks/TitleEscrowMock.sol/TitleEscrowMock.dbg.json +1 -1
- package/dist/artifacts/mocks/TitleEscrowMock.sol/TitleEscrowMock.json +83 -9
- package/dist/artifacts/mocks/TradeTrustTokenMock.sol/TradeTrustTokenMock.dbg.json +1 -1
- package/dist/artifacts/mocks/TradeTrustTokenMock.sol/TradeTrustTokenMock.json +125 -2
- package/dist/artifacts/presets/TitleEscrowSignable.sol/TitleEscrowSignable.dbg.json +1 -1
- package/dist/artifacts/presets/TitleEscrowSignable.sol/TitleEscrowSignable.json +87 -8
- package/dist/artifacts/presets/TradeTrustTokenStandard.sol/TradeTrustTokenStandard.dbg.json +1 -1
- package/dist/artifacts/presets/TradeTrustTokenStandard.sol/TradeTrustTokenStandard.json +88 -2
- package/dist/artifacts/utils/SigHelper.sol/SigHelper.dbg.json +1 -1
- package/dist/artifacts/utils/TDocDeployer.sol/TDocDeployer.dbg.json +1 -1
- package/dist/artifacts/utils/TDocDeployer.sol/TDocDeployer.json +2 -2
- package/dist/constants/default-address.js +5 -3
- package/dist/constants/role-hash.js +5 -3
- package/dist/contracts/@openzeppelin/contracts/index.ts +2 -0
- package/dist/contracts/@openzeppelin/contracts/metatx/ERC2771Context.js +5 -0
- package/dist/contracts/@openzeppelin/contracts/metatx/ERC2771Context.ts +111 -0
- package/dist/contracts/@openzeppelin/contracts/metatx/index.js +5 -0
- package/dist/contracts/@openzeppelin/contracts/{proxy/utils → metatx}/index.ts +1 -1
- package/dist/contracts/@openzeppelin/contracts/proxy/Clones.js +5 -0
- package/dist/contracts/@openzeppelin/contracts/proxy/Clones.ts +70 -0
- package/dist/contracts/@openzeppelin/contracts/proxy/index.ts +1 -2
- package/dist/contracts/@openzeppelin/contracts/utils/Create2.js +5 -0
- package/dist/contracts/@openzeppelin/contracts/utils/Create2.ts +70 -0
- package/dist/contracts/@openzeppelin/contracts/utils/index.ts +1 -0
- package/dist/contracts/@openzeppelin/contracts-upgradeable/index.ts +2 -0
- package/dist/contracts/@openzeppelin/{contracts/proxy/utils/Initializable.ts → contracts-upgradeable/metatx/ERC2771ContextUpgradeable.ts} +46 -5
- package/dist/contracts/@openzeppelin/contracts-upgradeable/metatx/index.ts +5 -0
- package/dist/contracts/contracts/TitleEscrow.ts +62 -12
- package/dist/contracts/contracts/TitleEscrowFactory.ts +18 -1
- package/dist/contracts/contracts/TradeTrustToken.js +2 -1
- package/dist/contracts/contracts/TradeTrustToken.ts +120 -0
- package/dist/contracts/contracts/base/TradeTrustSBT.ts +29 -0
- package/dist/contracts/contracts/base/TradeTrustTokenBase.js +2 -1
- package/dist/contracts/contracts/base/TradeTrustTokenBase.ts +88 -0
- package/dist/contracts/contracts/base/TradeTrustTokenBaseURI.ts +29 -0
- package/dist/contracts/contracts/base/TradeTrustTokenBurnable.ts +29 -0
- package/dist/contracts/contracts/base/TradeTrustTokenMintable.js +2 -1
- package/dist/contracts/contracts/base/TradeTrustTokenMintable.ts +88 -0
- package/dist/contracts/contracts/base/TradeTrustTokenRestorable.ts +29 -0
- package/dist/contracts/contracts/interfaces/ITitleEscrow.ts +30 -12
- package/dist/contracts/contracts/interfaces/ITitleEscrowSignable.ts +30 -12
- package/dist/contracts/contracts/interfaces/ITradeTrustToken.ts +22 -0
- package/dist/contracts/contracts/interfaces/ITradeTrustTokenMintable.ts +22 -1
- package/dist/contracts/contracts/mocks/TitleEscrowMock.ts +62 -12
- package/dist/contracts/contracts/mocks/TradeTrustTokenMock.js +2 -1
- package/dist/contracts/contracts/mocks/TradeTrustTokenMock.ts +120 -0
- package/dist/contracts/contracts/presets/TitleEscrowSignable.ts +62 -12
- package/dist/contracts/contracts/presets/TradeTrustTokenStandard.js +2 -1
- package/dist/contracts/contracts/presets/TradeTrustTokenStandard.ts +88 -0
- package/dist/contracts/factories/@openzeppelin/contracts/access/IAccessControl__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts/index.js +4 -3
- package/dist/contracts/factories/@openzeppelin/contracts/index.ts +1 -0
- package/dist/contracts/factories/@openzeppelin/contracts/interfaces/IERC1967__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts/interfaces/index.js +1 -2
- package/dist/contracts/factories/@openzeppelin/contracts/metatx/ERC2771Context__factory.js +45 -0
- package/dist/contracts/factories/@openzeppelin/contracts/metatx/ERC2771Context__factory.ts +58 -0
- package/dist/contracts/factories/@openzeppelin/contracts/metatx/index.js +12 -0
- package/dist/contracts/factories/@openzeppelin/contracts/{proxy/utils → metatx}/index.ts +1 -1
- package/dist/contracts/factories/@openzeppelin/contracts/proxy/Clones__factory.js +44 -0
- package/dist/contracts/factories/@openzeppelin/contracts/proxy/Clones__factory.ts +70 -0
- package/dist/contracts/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils__factory.js +4 -2
- package/dist/contracts/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils__factory.ts +1 -1
- package/dist/contracts/factories/@openzeppelin/contracts/proxy/beacon/IBeacon__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts/proxy/index.js +9 -5
- package/dist/contracts/factories/@openzeppelin/contracts/proxy/index.ts +1 -1
- package/dist/contracts/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts/token/index.js +1 -2
- package/dist/contracts/factories/@openzeppelin/contracts/utils/Address__factory.js +4 -2
- package/dist/contracts/factories/@openzeppelin/contracts/utils/Address__factory.ts +1 -1
- package/dist/contracts/factories/@openzeppelin/contracts/utils/Create2__factory.js +44 -0
- package/dist/contracts/factories/@openzeppelin/contracts/utils/Create2__factory.ts +70 -0
- package/dist/contracts/factories/@openzeppelin/contracts/utils/Errors__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts/utils/Pausable__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts/utils/Strings__factory.js +12 -2
- package/dist/contracts/factories/@openzeppelin/contracts/utils/Strings__factory.ts +11 -1
- package/dist/contracts/factories/@openzeppelin/contracts/utils/cryptography/ECDSA__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts/utils/index.js +8 -2
- package/dist/contracts/factories/@openzeppelin/contracts/utils/index.ts +1 -0
- package/dist/contracts/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/index.js +4 -3
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/index.ts +1 -0
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/metatx/ERC2771ContextUpgradeable__factory.js +63 -0
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/metatx/ERC2771ContextUpgradeable__factory.ts +85 -0
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/metatx/index.js +12 -0
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/metatx/index.ts +5 -0
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/proxy/index.js +1 -2
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/utils/PausableUpgradeable__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/utils/index.js +1 -2
- package/dist/contracts/factories/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable__factory.js +3 -1
- package/dist/contracts/factories/@openzeppelin/index.js +1 -2
- package/dist/contracts/factories/contracts/TitleEscrowFactory__factory.js +23 -7
- package/dist/contracts/factories/contracts/TitleEscrowFactory__factory.ts +34 -6
- package/dist/contracts/factories/contracts/TitleEscrow__factory.js +72 -12
- package/dist/contracts/factories/contracts/TitleEscrow__factory.ts +95 -12
- package/dist/contracts/factories/contracts/TradeTrustToken__factory.js +102 -6
- package/dist/contracts/factories/contracts/TradeTrustToken__factory.ts +128 -1
- package/dist/contracts/factories/contracts/base/RegistryAccess__factory.js +3 -1
- package/dist/contracts/factories/contracts/base/SBTUpgradeable__factory.js +4 -2
- package/dist/contracts/factories/contracts/base/SBTUpgradeable__factory.ts +1 -1
- package/dist/contracts/factories/contracts/base/TradeTrustSBT__factory.js +35 -1
- package/dist/contracts/factories/contracts/base/TradeTrustSBT__factory.ts +43 -0
- package/dist/contracts/factories/contracts/base/TradeTrustTokenBaseURI__factory.js +35 -1
- package/dist/contracts/factories/contracts/base/TradeTrustTokenBaseURI__factory.ts +43 -0
- package/dist/contracts/factories/contracts/base/TradeTrustTokenBase__factory.js +69 -1
- package/dist/contracts/factories/contracts/base/TradeTrustTokenBase__factory.ts +86 -0
- package/dist/contracts/factories/contracts/base/TradeTrustTokenBurnable__factory.js +35 -1
- package/dist/contracts/factories/contracts/base/TradeTrustTokenBurnable__factory.ts +43 -0
- package/dist/contracts/factories/contracts/base/TradeTrustTokenMintable__factory.js +69 -1
- package/dist/contracts/factories/contracts/base/TradeTrustTokenMintable__factory.ts +86 -0
- package/dist/contracts/factories/contracts/base/TradeTrustTokenRestorable__factory.js +35 -1
- package/dist/contracts/factories/contracts/base/TradeTrustTokenRestorable__factory.ts +43 -0
- package/dist/contracts/factories/contracts/index.js +1 -2
- package/dist/contracts/factories/contracts/interfaces/IERC721MetadataUpgradeable__factory.js +3 -1
- package/dist/contracts/factories/contracts/interfaces/ISBTUpgradeable__factory.js +3 -1
- package/dist/contracts/factories/contracts/interfaces/ITitleEscrowFactory__factory.js +3 -1
- package/dist/contracts/factories/contracts/interfaces/ITitleEscrowSignable__factory.js +38 -6
- package/dist/contracts/factories/contracts/interfaces/ITitleEscrowSignable__factory.ts +42 -6
- package/dist/contracts/factories/contracts/interfaces/ITitleEscrow__factory.js +38 -6
- package/dist/contracts/factories/contracts/interfaces/ITitleEscrow__factory.ts +42 -6
- package/dist/contracts/factories/contracts/interfaces/ITradeTrustSBT__factory.js +3 -1
- package/dist/contracts/factories/contracts/interfaces/ITradeTrustTokenBurnable__factory.js +3 -1
- package/dist/contracts/factories/contracts/interfaces/ITradeTrustTokenMintable__factory.js +17 -1
- package/dist/contracts/factories/contracts/interfaces/ITradeTrustTokenMintable__factory.ts +18 -0
- package/dist/contracts/factories/contracts/interfaces/ITradeTrustTokenRestorable__factory.js +3 -1
- package/dist/contracts/factories/contracts/interfaces/ITradeTrustToken__factory.js +17 -1
- package/dist/contracts/factories/contracts/interfaces/ITradeTrustToken__factory.ts +18 -0
- package/dist/contracts/factories/contracts/interfaces/RegistryAccessErrors__factory.js +3 -1
- package/dist/contracts/factories/contracts/interfaces/SigHelperErrors__factory.js +3 -1
- package/dist/contracts/factories/contracts/interfaces/TDocDeployerErrors__factory.js +3 -1
- package/dist/contracts/factories/contracts/interfaces/TitleEscrowErrors__factory.js +3 -1
- package/dist/contracts/factories/contracts/interfaces/TitleEscrowFactoryErrors__factory.js +3 -1
- package/dist/contracts/factories/contracts/interfaces/TitleEscrowSignableErrors__factory.js +3 -1
- package/dist/contracts/factories/contracts/interfaces/TradeTrustTokenErrors__factory.js +7 -1
- package/dist/contracts/factories/contracts/interfaces/TradeTrustTokenErrors__factory.ts +5 -0
- package/dist/contracts/factories/contracts/mocks/ERC721ReceiverMock__factory.js +4 -2
- package/dist/contracts/factories/contracts/mocks/ERC721ReceiverMock__factory.ts +1 -1
- package/dist/contracts/factories/contracts/mocks/SBTUpgradeableMock__factory.js +4 -2
- package/dist/contracts/factories/contracts/mocks/SBTUpgradeableMock__factory.ts +1 -1
- package/dist/contracts/factories/contracts/mocks/SigHelperMock__factory.js +3 -1
- package/dist/contracts/factories/contracts/mocks/SimpleCaller__factory.js +3 -1
- package/dist/contracts/factories/contracts/mocks/TitleEscrowFactoryCallerMock__factory.js +3 -1
- package/dist/contracts/factories/contracts/mocks/TitleEscrowFactoryGetterMock__factory.js +3 -1
- package/dist/contracts/factories/contracts/mocks/TitleEscrowMock__factory.js +72 -12
- package/dist/contracts/factories/contracts/mocks/TitleEscrowMock__factory.ts +95 -12
- package/dist/contracts/factories/contracts/mocks/TradeTrustTokenMock__factory.js +102 -6
- package/dist/contracts/factories/contracts/mocks/TradeTrustTokenMock__factory.ts +128 -1
- package/dist/contracts/factories/contracts/presets/TitleEscrowSignable__factory.js +75 -11
- package/dist/contracts/factories/contracts/presets/TitleEscrowSignable__factory.ts +99 -11
- package/dist/contracts/factories/contracts/presets/TradeTrustTokenStandard__factory.js +70 -2
- package/dist/contracts/factories/contracts/presets/TradeTrustTokenStandard__factory.ts +87 -1
- package/dist/contracts/factories/contracts/utils/SigHelper__factory.js +3 -1
- package/dist/contracts/factories/contracts/utils/TDocDeployer__factory.js +4 -2
- package/dist/contracts/factories/contracts/utils/TDocDeployer__factory.ts +1 -1
- package/dist/contracts/factories/index.js +1 -2
- package/dist/contracts/hardhat.d.ts +70 -16
- package/dist/contracts/index.js +29 -2
- package/dist/contracts/index.ts +8 -0
- package/dist/index.js +1 -2
- package/dist/models/common.js +5 -0
- package/dist/models/freightForwarder.js +5 -0
- package/dist/models/shipOwner.js +5 -0
- package/dist/services/admin/adminRepository.js +77 -0
- package/dist/services/crypto.js +215 -0
- package/dist/services/database.js +36 -0
- package/dist/services/freightForwarder/freightForwarderRepository.js +94 -0
- package/dist/services/shipOwner/shipOwnerController.js +77 -0
- package/dist/services/shipOwner/shipOwnerRepository.js +94 -0
- package/dist/services/shipOwner/shipOwnerRoutes.js +18 -0
- package/dist/types/app.d.ts +1 -0
- package/dist/types/constants/contract-address.d.ts +43 -3
- package/dist/types/models/common.d.ts +23 -0
- package/dist/types/models/freightForwarder.d.ts +15 -0
- package/dist/types/models/shipOwner.d.ts +25 -0
- package/dist/types/services/admin/adminRepository.d.ts +9 -0
- package/dist/types/services/crypto.d.ts +27 -0
- package/dist/types/services/database.d.ts +3 -0
- package/dist/types/services/freightForwarder/freightForwarderRepository.d.ts +10 -0
- package/dist/types/services/shipOwner/shipOwnerController.d.ts +6 -0
- package/dist/types/services/shipOwner/shipOwnerRepository.d.ts +10 -0
- package/dist/types/services/shipOwner/shipOwnerRoutes.d.ts +2 -0
- package/dist/types/utils/extractFactoryAddress.d.ts +10 -0
- package/dist/types/utils/extractTokenAddress.d.ts +10 -0
- package/dist/types/utils/get-event-from-receipt.d.ts +1 -1
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/run.d.ts +9 -0
- package/dist/utils/compute-interface-id.js +5 -3
- package/dist/utils/compute-title-escrow-address.js +5 -3
- package/dist/utils/encode-init-params.js +5 -3
- package/dist/utils/extractFactoryAddress.js +58 -0
- package/dist/utils/extractTokenAddress.js +58 -0
- package/dist/utils/get-event-from-receipt.js +5 -3
- package/dist/utils/index.js +11 -0
- package/dist/utils/run.js +36 -0
- package/package.json +16 -3
- package/dist/contracts/factories/@openzeppelin/contracts/proxy/utils/Initializable__factory.js +0 -37
- package/dist/contracts/factories/@openzeppelin/contracts/proxy/utils/Initializable__factory.ts +0 -49
- package/dist/contracts/factories/@openzeppelin/contracts/proxy/utils/index.js +0 -12
- /package/dist/contracts/@openzeppelin/{contracts/proxy/utils/Initializable.js → contracts-upgradeable/metatx/ERC2771ContextUpgradeable.js} +0 -0
- /package/dist/contracts/@openzeppelin/{contracts/proxy/utils → contracts-upgradeable/metatx}/index.js +0 -0
|
@@ -61,6 +61,11 @@ const _abi = [
|
|
|
61
61
|
name: "NotInitializing",
|
|
62
62
|
type: "error",
|
|
63
63
|
},
|
|
64
|
+
{
|
|
65
|
+
inputs: [],
|
|
66
|
+
name: "NotTokenIssuer",
|
|
67
|
+
type: "error",
|
|
68
|
+
},
|
|
64
69
|
{
|
|
65
70
|
inputs: [],
|
|
66
71
|
name: "RemarkLengthExceeded",
|
|
@@ -201,6 +206,31 @@ const _abi = [
|
|
|
201
206
|
name: "RoleRevoked",
|
|
202
207
|
type: "event",
|
|
203
208
|
},
|
|
209
|
+
{
|
|
210
|
+
anonymous: false,
|
|
211
|
+
inputs: [
|
|
212
|
+
{
|
|
213
|
+
indexed: true,
|
|
214
|
+
internalType: "address",
|
|
215
|
+
name: "actor",
|
|
216
|
+
type: "address",
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
indexed: true,
|
|
220
|
+
internalType: "uint256",
|
|
221
|
+
name: "tokenId",
|
|
222
|
+
type: "uint256",
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
indexed: true,
|
|
226
|
+
internalType: "address",
|
|
227
|
+
name: "accepter",
|
|
228
|
+
type: "address",
|
|
229
|
+
},
|
|
230
|
+
],
|
|
231
|
+
name: "TokenAccepterAssigned",
|
|
232
|
+
type: "event",
|
|
233
|
+
},
|
|
204
234
|
{
|
|
205
235
|
anonymous: false,
|
|
206
236
|
inputs: [
|
|
@@ -403,6 +433,25 @@ const _abi = [
|
|
|
403
433
|
stateMutability: "view",
|
|
404
434
|
type: "function",
|
|
405
435
|
},
|
|
436
|
+
{
|
|
437
|
+
inputs: [
|
|
438
|
+
{
|
|
439
|
+
internalType: "uint256",
|
|
440
|
+
name: "tokenId",
|
|
441
|
+
type: "uint256",
|
|
442
|
+
},
|
|
443
|
+
],
|
|
444
|
+
name: "issuerOf",
|
|
445
|
+
outputs: [
|
|
446
|
+
{
|
|
447
|
+
internalType: "address",
|
|
448
|
+
name: "",
|
|
449
|
+
type: "address",
|
|
450
|
+
},
|
|
451
|
+
],
|
|
452
|
+
stateMutability: "view",
|
|
453
|
+
type: "function",
|
|
454
|
+
},
|
|
406
455
|
{
|
|
407
456
|
inputs: [
|
|
408
457
|
{
|
|
@@ -583,6 +632,24 @@ const _abi = [
|
|
|
583
632
|
stateMutability: "nonpayable",
|
|
584
633
|
type: "function",
|
|
585
634
|
},
|
|
635
|
+
{
|
|
636
|
+
inputs: [
|
|
637
|
+
{
|
|
638
|
+
internalType: "uint256",
|
|
639
|
+
name: "tokenId",
|
|
640
|
+
type: "uint256",
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
internalType: "address",
|
|
644
|
+
name: "accepter",
|
|
645
|
+
type: "address",
|
|
646
|
+
},
|
|
647
|
+
],
|
|
648
|
+
name: "setTokenAccepter",
|
|
649
|
+
outputs: [],
|
|
650
|
+
stateMutability: "nonpayable",
|
|
651
|
+
type: "function",
|
|
652
|
+
},
|
|
586
653
|
{
|
|
587
654
|
inputs: [
|
|
588
655
|
{
|
|
@@ -628,6 +695,25 @@ const _abi = [
|
|
|
628
695
|
stateMutability: "view",
|
|
629
696
|
type: "function",
|
|
630
697
|
},
|
|
698
|
+
{
|
|
699
|
+
inputs: [
|
|
700
|
+
{
|
|
701
|
+
internalType: "uint256",
|
|
702
|
+
name: "tokenId",
|
|
703
|
+
type: "uint256",
|
|
704
|
+
},
|
|
705
|
+
],
|
|
706
|
+
name: "tokenAccepterOf",
|
|
707
|
+
outputs: [
|
|
708
|
+
{
|
|
709
|
+
internalType: "address",
|
|
710
|
+
name: "",
|
|
711
|
+
type: "address",
|
|
712
|
+
},
|
|
713
|
+
],
|
|
714
|
+
stateMutability: "view",
|
|
715
|
+
type: "function",
|
|
716
|
+
},
|
|
631
717
|
{
|
|
632
718
|
inputs: [
|
|
633
719
|
{
|
|
@@ -5,7 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.TradeTrustTokenRestorable__factory = void 0;
|
|
7
7
|
var _ethers = require("ethers");
|
|
8
|
-
function _defineProperty(
|
|
8
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
9
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
10
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck
|
|
9
11
|
const _abi = [{
|
|
10
12
|
inputs: [],
|
|
11
13
|
name: "AccessControlBadConfirmation",
|
|
@@ -46,6 +48,10 @@ const _abi = [{
|
|
|
46
48
|
inputs: [],
|
|
47
49
|
name: "NotInitializing",
|
|
48
50
|
type: "error"
|
|
51
|
+
}, {
|
|
52
|
+
inputs: [],
|
|
53
|
+
name: "NotTokenIssuer",
|
|
54
|
+
type: "error"
|
|
49
55
|
}, {
|
|
50
56
|
inputs: [],
|
|
51
57
|
name: "RemarkLengthExceeded",
|
|
@@ -312,6 +318,20 @@ const _abi = [{
|
|
|
312
318
|
}],
|
|
313
319
|
stateMutability: "view",
|
|
314
320
|
type: "function"
|
|
321
|
+
}, {
|
|
322
|
+
inputs: [{
|
|
323
|
+
internalType: "uint256",
|
|
324
|
+
name: "tokenId",
|
|
325
|
+
type: "uint256"
|
|
326
|
+
}],
|
|
327
|
+
name: "issuerOf",
|
|
328
|
+
outputs: [{
|
|
329
|
+
internalType: "address",
|
|
330
|
+
name: "",
|
|
331
|
+
type: "address"
|
|
332
|
+
}],
|
|
333
|
+
stateMutability: "view",
|
|
334
|
+
type: "function"
|
|
315
335
|
}, {
|
|
316
336
|
inputs: [],
|
|
317
337
|
name: "name",
|
|
@@ -476,6 +496,20 @@ const _abi = [{
|
|
|
476
496
|
}],
|
|
477
497
|
stateMutability: "view",
|
|
478
498
|
type: "function"
|
|
499
|
+
}, {
|
|
500
|
+
inputs: [{
|
|
501
|
+
internalType: "uint256",
|
|
502
|
+
name: "tokenId",
|
|
503
|
+
type: "uint256"
|
|
504
|
+
}],
|
|
505
|
+
name: "tokenAccepterOf",
|
|
506
|
+
outputs: [{
|
|
507
|
+
internalType: "address",
|
|
508
|
+
name: "",
|
|
509
|
+
type: "address"
|
|
510
|
+
}],
|
|
511
|
+
stateMutability: "view",
|
|
512
|
+
type: "function"
|
|
479
513
|
}, {
|
|
480
514
|
inputs: [{
|
|
481
515
|
internalType: "uint256",
|
|
@@ -61,6 +61,11 @@ const _abi = [
|
|
|
61
61
|
name: "NotInitializing",
|
|
62
62
|
type: "error",
|
|
63
63
|
},
|
|
64
|
+
{
|
|
65
|
+
inputs: [],
|
|
66
|
+
name: "NotTokenIssuer",
|
|
67
|
+
type: "error",
|
|
68
|
+
},
|
|
64
69
|
{
|
|
65
70
|
inputs: [],
|
|
66
71
|
name: "RemarkLengthExceeded",
|
|
@@ -403,6 +408,25 @@ const _abi = [
|
|
|
403
408
|
stateMutability: "view",
|
|
404
409
|
type: "function",
|
|
405
410
|
},
|
|
411
|
+
{
|
|
412
|
+
inputs: [
|
|
413
|
+
{
|
|
414
|
+
internalType: "uint256",
|
|
415
|
+
name: "tokenId",
|
|
416
|
+
type: "uint256",
|
|
417
|
+
},
|
|
418
|
+
],
|
|
419
|
+
name: "issuerOf",
|
|
420
|
+
outputs: [
|
|
421
|
+
{
|
|
422
|
+
internalType: "address",
|
|
423
|
+
name: "",
|
|
424
|
+
type: "address",
|
|
425
|
+
},
|
|
426
|
+
],
|
|
427
|
+
stateMutability: "view",
|
|
428
|
+
type: "function",
|
|
429
|
+
},
|
|
406
430
|
{
|
|
407
431
|
inputs: [],
|
|
408
432
|
name: "name",
|
|
@@ -618,6 +642,25 @@ const _abi = [
|
|
|
618
642
|
stateMutability: "view",
|
|
619
643
|
type: "function",
|
|
620
644
|
},
|
|
645
|
+
{
|
|
646
|
+
inputs: [
|
|
647
|
+
{
|
|
648
|
+
internalType: "uint256",
|
|
649
|
+
name: "tokenId",
|
|
650
|
+
type: "uint256",
|
|
651
|
+
},
|
|
652
|
+
],
|
|
653
|
+
name: "tokenAccepterOf",
|
|
654
|
+
outputs: [
|
|
655
|
+
{
|
|
656
|
+
internalType: "address",
|
|
657
|
+
name: "",
|
|
658
|
+
type: "address",
|
|
659
|
+
},
|
|
660
|
+
],
|
|
661
|
+
stateMutability: "view",
|
|
662
|
+
type: "function",
|
|
663
|
+
},
|
|
621
664
|
{
|
|
622
665
|
inputs: [
|
|
623
666
|
{
|
|
@@ -35,5 +35,4 @@ exports.utils = _utils;
|
|
|
35
35
|
var _TitleEscrow__factory = require("./TitleEscrow__factory");
|
|
36
36
|
var _TitleEscrowFactory__factory = require("./TitleEscrowFactory__factory");
|
|
37
37
|
var _TradeTrustToken__factory = require("./TradeTrustToken__factory");
|
|
38
|
-
function
|
|
39
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
38
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
package/dist/contracts/factories/contracts/interfaces/IERC721MetadataUpgradeable__factory.js
CHANGED
|
@@ -5,7 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.IERC721MetadataUpgradeable__factory = void 0;
|
|
7
7
|
var _ethers = require("ethers");
|
|
8
|
-
function _defineProperty(
|
|
8
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
9
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
10
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck
|
|
9
11
|
const _abi = [{
|
|
10
12
|
anonymous: false,
|
|
11
13
|
inputs: [{
|
|
@@ -5,7 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.ISBTUpgradeable__factory = void 0;
|
|
7
7
|
var _ethers = require("ethers");
|
|
8
|
-
function _defineProperty(
|
|
8
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
9
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
10
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck
|
|
9
11
|
const _abi = [{
|
|
10
12
|
anonymous: false,
|
|
11
13
|
inputs: [{
|
|
@@ -5,7 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.ITitleEscrowFactory__factory = void 0;
|
|
7
7
|
var _ethers = require("ethers");
|
|
8
|
-
function _defineProperty(
|
|
8
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
9
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
10
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck
|
|
9
11
|
const _abi = [{
|
|
10
12
|
anonymous: false,
|
|
11
13
|
inputs: [{
|
|
@@ -5,10 +5,17 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.ITitleEscrowSignable__factory = void 0;
|
|
7
7
|
var _ethers = require("ethers");
|
|
8
|
-
function _defineProperty(
|
|
8
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
9
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
10
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck
|
|
9
11
|
const _abi = [{
|
|
10
12
|
anonymous: false,
|
|
11
13
|
inputs: [{
|
|
14
|
+
indexed: true,
|
|
15
|
+
internalType: "address",
|
|
16
|
+
name: "actor",
|
|
17
|
+
type: "address"
|
|
18
|
+
}, {
|
|
12
19
|
indexed: true,
|
|
13
20
|
internalType: "address",
|
|
14
21
|
name: "fromBeneficiary",
|
|
@@ -59,6 +66,11 @@ const _abi = [{
|
|
|
59
66
|
}, {
|
|
60
67
|
anonymous: false,
|
|
61
68
|
inputs: [{
|
|
69
|
+
indexed: true,
|
|
70
|
+
internalType: "address",
|
|
71
|
+
name: "actor",
|
|
72
|
+
type: "address"
|
|
73
|
+
}, {
|
|
62
74
|
indexed: true,
|
|
63
75
|
internalType: "address",
|
|
64
76
|
name: "fromHolder",
|
|
@@ -89,6 +101,11 @@ const _abi = [{
|
|
|
89
101
|
}, {
|
|
90
102
|
anonymous: false,
|
|
91
103
|
inputs: [{
|
|
104
|
+
indexed: true,
|
|
105
|
+
internalType: "address",
|
|
106
|
+
name: "actor",
|
|
107
|
+
type: "address"
|
|
108
|
+
}, {
|
|
92
109
|
indexed: true,
|
|
93
110
|
internalType: "address",
|
|
94
111
|
name: "prevNominee",
|
|
@@ -119,6 +136,11 @@ const _abi = [{
|
|
|
119
136
|
}, {
|
|
120
137
|
anonymous: false,
|
|
121
138
|
inputs: [{
|
|
139
|
+
indexed: true,
|
|
140
|
+
internalType: "address",
|
|
141
|
+
name: "actor",
|
|
142
|
+
type: "address"
|
|
143
|
+
}, {
|
|
122
144
|
indexed: true,
|
|
123
145
|
internalType: "address",
|
|
124
146
|
name: "fromBeneficiary",
|
|
@@ -149,6 +171,11 @@ const _abi = [{
|
|
|
149
171
|
}, {
|
|
150
172
|
anonymous: false,
|
|
151
173
|
inputs: [{
|
|
174
|
+
indexed: true,
|
|
175
|
+
internalType: "address",
|
|
176
|
+
name: "actor",
|
|
177
|
+
type: "address"
|
|
178
|
+
}, {
|
|
152
179
|
indexed: true,
|
|
153
180
|
internalType: "address",
|
|
154
181
|
name: "fromHolder",
|
|
@@ -179,6 +206,11 @@ const _abi = [{
|
|
|
179
206
|
}, {
|
|
180
207
|
anonymous: false,
|
|
181
208
|
inputs: [{
|
|
209
|
+
indexed: false,
|
|
210
|
+
internalType: "address",
|
|
211
|
+
name: "actor",
|
|
212
|
+
type: "address"
|
|
213
|
+
}, {
|
|
182
214
|
indexed: true,
|
|
183
215
|
internalType: "address",
|
|
184
216
|
name: "fromBeneficiary",
|
|
@@ -208,11 +240,6 @@ const _abi = [{
|
|
|
208
240
|
internalType: "uint256",
|
|
209
241
|
name: "tokenId",
|
|
210
242
|
type: "uint256"
|
|
211
|
-
}, {
|
|
212
|
-
indexed: false,
|
|
213
|
-
internalType: "bytes",
|
|
214
|
-
name: "remark",
|
|
215
|
-
type: "bytes"
|
|
216
243
|
}],
|
|
217
244
|
name: "RejectTransferOwners",
|
|
218
245
|
type: "event"
|
|
@@ -264,6 +291,11 @@ const _abi = [{
|
|
|
264
291
|
}, {
|
|
265
292
|
anonymous: false,
|
|
266
293
|
inputs: [{
|
|
294
|
+
indexed: false,
|
|
295
|
+
internalType: "address",
|
|
296
|
+
name: "actor",
|
|
297
|
+
type: "address"
|
|
298
|
+
}, {
|
|
267
299
|
indexed: true,
|
|
268
300
|
internalType: "address",
|
|
269
301
|
name: "beneficiary",
|
|
@@ -13,6 +13,12 @@ const _abi = [
|
|
|
13
13
|
{
|
|
14
14
|
anonymous: false,
|
|
15
15
|
inputs: [
|
|
16
|
+
{
|
|
17
|
+
indexed: true,
|
|
18
|
+
internalType: "address",
|
|
19
|
+
name: "actor",
|
|
20
|
+
type: "address",
|
|
21
|
+
},
|
|
16
22
|
{
|
|
17
23
|
indexed: true,
|
|
18
24
|
internalType: "address",
|
|
@@ -75,6 +81,12 @@ const _abi = [
|
|
|
75
81
|
{
|
|
76
82
|
anonymous: false,
|
|
77
83
|
inputs: [
|
|
84
|
+
{
|
|
85
|
+
indexed: true,
|
|
86
|
+
internalType: "address",
|
|
87
|
+
name: "actor",
|
|
88
|
+
type: "address",
|
|
89
|
+
},
|
|
78
90
|
{
|
|
79
91
|
indexed: true,
|
|
80
92
|
internalType: "address",
|
|
@@ -112,6 +124,12 @@ const _abi = [
|
|
|
112
124
|
{
|
|
113
125
|
anonymous: false,
|
|
114
126
|
inputs: [
|
|
127
|
+
{
|
|
128
|
+
indexed: true,
|
|
129
|
+
internalType: "address",
|
|
130
|
+
name: "actor",
|
|
131
|
+
type: "address",
|
|
132
|
+
},
|
|
115
133
|
{
|
|
116
134
|
indexed: true,
|
|
117
135
|
internalType: "address",
|
|
@@ -149,6 +167,12 @@ const _abi = [
|
|
|
149
167
|
{
|
|
150
168
|
anonymous: false,
|
|
151
169
|
inputs: [
|
|
170
|
+
{
|
|
171
|
+
indexed: true,
|
|
172
|
+
internalType: "address",
|
|
173
|
+
name: "actor",
|
|
174
|
+
type: "address",
|
|
175
|
+
},
|
|
152
176
|
{
|
|
153
177
|
indexed: true,
|
|
154
178
|
internalType: "address",
|
|
@@ -186,6 +210,12 @@ const _abi = [
|
|
|
186
210
|
{
|
|
187
211
|
anonymous: false,
|
|
188
212
|
inputs: [
|
|
213
|
+
{
|
|
214
|
+
indexed: true,
|
|
215
|
+
internalType: "address",
|
|
216
|
+
name: "actor",
|
|
217
|
+
type: "address",
|
|
218
|
+
},
|
|
189
219
|
{
|
|
190
220
|
indexed: true,
|
|
191
221
|
internalType: "address",
|
|
@@ -223,6 +253,12 @@ const _abi = [
|
|
|
223
253
|
{
|
|
224
254
|
anonymous: false,
|
|
225
255
|
inputs: [
|
|
256
|
+
{
|
|
257
|
+
indexed: false,
|
|
258
|
+
internalType: "address",
|
|
259
|
+
name: "actor",
|
|
260
|
+
type: "address",
|
|
261
|
+
},
|
|
226
262
|
{
|
|
227
263
|
indexed: true,
|
|
228
264
|
internalType: "address",
|
|
@@ -259,12 +295,6 @@ const _abi = [
|
|
|
259
295
|
name: "tokenId",
|
|
260
296
|
type: "uint256",
|
|
261
297
|
},
|
|
262
|
-
{
|
|
263
|
-
indexed: false,
|
|
264
|
-
internalType: "bytes",
|
|
265
|
-
name: "remark",
|
|
266
|
-
type: "bytes",
|
|
267
|
-
},
|
|
268
298
|
],
|
|
269
299
|
name: "RejectTransferOwners",
|
|
270
300
|
type: "event",
|
|
@@ -328,6 +358,12 @@ const _abi = [
|
|
|
328
358
|
{
|
|
329
359
|
anonymous: false,
|
|
330
360
|
inputs: [
|
|
361
|
+
{
|
|
362
|
+
indexed: false,
|
|
363
|
+
internalType: "address",
|
|
364
|
+
name: "actor",
|
|
365
|
+
type: "address",
|
|
366
|
+
},
|
|
331
367
|
{
|
|
332
368
|
indexed: true,
|
|
333
369
|
internalType: "address",
|
|
@@ -5,10 +5,17 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.ITitleEscrow__factory = void 0;
|
|
7
7
|
var _ethers = require("ethers");
|
|
8
|
-
function _defineProperty(
|
|
8
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
9
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
10
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck
|
|
9
11
|
const _abi = [{
|
|
10
12
|
anonymous: false,
|
|
11
13
|
inputs: [{
|
|
14
|
+
indexed: true,
|
|
15
|
+
internalType: "address",
|
|
16
|
+
name: "actor",
|
|
17
|
+
type: "address"
|
|
18
|
+
}, {
|
|
12
19
|
indexed: true,
|
|
13
20
|
internalType: "address",
|
|
14
21
|
name: "fromBeneficiary",
|
|
@@ -39,6 +46,11 @@ const _abi = [{
|
|
|
39
46
|
}, {
|
|
40
47
|
anonymous: false,
|
|
41
48
|
inputs: [{
|
|
49
|
+
indexed: true,
|
|
50
|
+
internalType: "address",
|
|
51
|
+
name: "actor",
|
|
52
|
+
type: "address"
|
|
53
|
+
}, {
|
|
42
54
|
indexed: true,
|
|
43
55
|
internalType: "address",
|
|
44
56
|
name: "fromHolder",
|
|
@@ -69,6 +81,11 @@ const _abi = [{
|
|
|
69
81
|
}, {
|
|
70
82
|
anonymous: false,
|
|
71
83
|
inputs: [{
|
|
84
|
+
indexed: true,
|
|
85
|
+
internalType: "address",
|
|
86
|
+
name: "actor",
|
|
87
|
+
type: "address"
|
|
88
|
+
}, {
|
|
72
89
|
indexed: true,
|
|
73
90
|
internalType: "address",
|
|
74
91
|
name: "prevNominee",
|
|
@@ -99,6 +116,11 @@ const _abi = [{
|
|
|
99
116
|
}, {
|
|
100
117
|
anonymous: false,
|
|
101
118
|
inputs: [{
|
|
119
|
+
indexed: true,
|
|
120
|
+
internalType: "address",
|
|
121
|
+
name: "actor",
|
|
122
|
+
type: "address"
|
|
123
|
+
}, {
|
|
102
124
|
indexed: true,
|
|
103
125
|
internalType: "address",
|
|
104
126
|
name: "fromBeneficiary",
|
|
@@ -129,6 +151,11 @@ const _abi = [{
|
|
|
129
151
|
}, {
|
|
130
152
|
anonymous: false,
|
|
131
153
|
inputs: [{
|
|
154
|
+
indexed: true,
|
|
155
|
+
internalType: "address",
|
|
156
|
+
name: "actor",
|
|
157
|
+
type: "address"
|
|
158
|
+
}, {
|
|
132
159
|
indexed: true,
|
|
133
160
|
internalType: "address",
|
|
134
161
|
name: "fromHolder",
|
|
@@ -159,6 +186,11 @@ const _abi = [{
|
|
|
159
186
|
}, {
|
|
160
187
|
anonymous: false,
|
|
161
188
|
inputs: [{
|
|
189
|
+
indexed: false,
|
|
190
|
+
internalType: "address",
|
|
191
|
+
name: "actor",
|
|
192
|
+
type: "address"
|
|
193
|
+
}, {
|
|
162
194
|
indexed: true,
|
|
163
195
|
internalType: "address",
|
|
164
196
|
name: "fromBeneficiary",
|
|
@@ -188,11 +220,6 @@ const _abi = [{
|
|
|
188
220
|
internalType: "uint256",
|
|
189
221
|
name: "tokenId",
|
|
190
222
|
type: "uint256"
|
|
191
|
-
}, {
|
|
192
|
-
indexed: false,
|
|
193
|
-
internalType: "bytes",
|
|
194
|
-
name: "remark",
|
|
195
|
-
type: "bytes"
|
|
196
223
|
}],
|
|
197
224
|
name: "RejectTransferOwners",
|
|
198
225
|
type: "event"
|
|
@@ -244,6 +271,11 @@ const _abi = [{
|
|
|
244
271
|
}, {
|
|
245
272
|
anonymous: false,
|
|
246
273
|
inputs: [{
|
|
274
|
+
indexed: false,
|
|
275
|
+
internalType: "address",
|
|
276
|
+
name: "actor",
|
|
277
|
+
type: "address"
|
|
278
|
+
}, {
|
|
247
279
|
indexed: true,
|
|
248
280
|
internalType: "address",
|
|
249
281
|
name: "beneficiary",
|