@opensea/seaport-js 1.0.7 → 1.0.9
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/lib/abi/DomainRegistry.d.ts +40 -0
- package/lib/abi/DomainRegistry.js +145 -0
- package/lib/abi/DomainRegistry.js.map +1 -0
- package/lib/abi/Seaport_v1_2.d.ts +129 -0
- package/lib/{typechain/factories/ConsiderationInterface__factory.js → abi/Seaport_v1_2.js} +774 -20
- package/lib/abi/Seaport_v1_2.js.map +1 -0
- package/lib/abi/Seaport_v1_4.d.ts +129 -0
- package/lib/{typechain/factories/Seaport__factory.js → abi/Seaport_v1_4.js} +259 -111
- package/lib/abi/Seaport_v1_4.js.map +1 -0
- package/lib/constants.d.ts +22 -1
- package/lib/constants.js +35 -1
- package/lib/constants.js.map +1 -1
- package/lib/seaport.d.ts +59 -25
- package/lib/seaport.js +365 -125
- package/lib/seaport.js.map +1 -1
- package/lib/typechain/DomainRegistry.d.ts +97 -0
- package/lib/typechain/{Conduit.js → DomainRegistry.js} +1 -1
- package/lib/typechain/DomainRegistry.js.map +1 -0
- package/lib/typechain/ERC1155.d.ts +8 -8
- package/lib/typechain/ERC20.d.ts +4 -12
- package/lib/typechain/ERC721.d.ts +18 -16
- package/lib/typechain/Seaport.d.ts +125 -104
- package/lib/typechain/common.d.ts +4 -4
- package/lib/types.d.ts +58 -45
- package/lib/utils/approval.d.ts +1 -1
- package/lib/utils/approval.js +11 -7
- package/lib/utils/approval.js.map +1 -1
- package/lib/utils/balance.d.ts +1 -1
- package/lib/utils/balance.js +1 -1
- package/lib/utils/balanceAndApprovalCheck.d.ts +3 -3
- package/lib/utils/balanceAndApprovalCheck.js +1 -1
- package/lib/utils/eip712/Eip712MerkleTree.d.ts +34 -0
- package/lib/utils/eip712/Eip712MerkleTree.js +125 -0
- package/lib/utils/eip712/Eip712MerkleTree.js.map +1 -0
- package/lib/utils/eip712/bulk-orders.d.ts +6 -0
- package/lib/utils/eip712/bulk-orders.js +84 -0
- package/lib/utils/eip712/bulk-orders.js.map +1 -0
- package/lib/utils/eip712/defaults.d.ts +14 -0
- package/lib/utils/eip712/defaults.js +114 -0
- package/lib/utils/eip712/defaults.js.map +1 -0
- package/lib/utils/eip712/utils.d.ts +11 -0
- package/lib/utils/eip712/utils.js +78 -0
- package/lib/utils/eip712/utils.js.map +1 -0
- package/lib/utils/fulfill.d.ts +6 -5
- package/lib/utils/fulfill.js +7 -7
- package/lib/utils/fulfill.js.map +1 -1
- package/lib/utils/item.d.ts +1 -1
- package/lib/utils/order.d.ts +1 -1
- package/lib/utils/order.js +2 -0
- package/lib/utils/order.js.map +1 -1
- package/lib/utils/usecase.d.ts +2 -2
- package/lib/utils/usecase.js +17 -18
- package/lib/utils/usecase.js.map +1 -1
- package/package.json +26 -5
- package/lib/__tests__/ascending-descending-amounts.spec.d.ts +0 -1
- package/lib/__tests__/ascending-descending-amounts.spec.js +0 -1016
- package/lib/__tests__/ascending-descending-amounts.spec.js.map +0 -1
- package/lib/__tests__/basic-fulfill.spec.d.ts +0 -1
- package/lib/__tests__/basic-fulfill.spec.js +0 -914
- package/lib/__tests__/basic-fulfill.spec.js.map +0 -1
- package/lib/__tests__/bundle.spec.d.ts +0 -1
- package/lib/__tests__/bundle.spec.js +0 -1226
- package/lib/__tests__/bundle.spec.js.map +0 -1
- package/lib/__tests__/cancel.spec.d.ts +0 -1
- package/lib/__tests__/cancel.spec.js +0 -194
- package/lib/__tests__/cancel.spec.js.map +0 -1
- package/lib/__tests__/create-order.spec.d.ts +0 -1
- package/lib/__tests__/create-order.spec.js +0 -1043
- package/lib/__tests__/create-order.spec.js.map +0 -1
- package/lib/__tests__/criteria-based.spec.d.ts +0 -1
- package/lib/__tests__/criteria-based.spec.js +0 -1593
- package/lib/__tests__/criteria-based.spec.js.map +0 -1
- package/lib/__tests__/fulfill-orders.spec.d.ts +0 -1
- package/lib/__tests__/fulfill-orders.spec.js +0 -1010
- package/lib/__tests__/fulfill-orders.spec.js.map +0 -1
- package/lib/__tests__/gifting.spec.d.ts +0 -1
- package/lib/__tests__/gifting.spec.js +0 -374
- package/lib/__tests__/gifting.spec.js.map +0 -1
- package/lib/__tests__/match-orders.spec.d.ts +0 -1
- package/lib/__tests__/match-orders.spec.js +0 -425
- package/lib/__tests__/match-orders.spec.js.map +0 -1
- package/lib/__tests__/partial-fulfill.spec.d.ts +0 -1
- package/lib/__tests__/partial-fulfill.spec.js +0 -849
- package/lib/__tests__/partial-fulfill.spec.js.map +0 -1
- package/lib/__tests__/sign-order.spec.d.ts +0 -1
- package/lib/__tests__/sign-order.spec.js +0 -147
- package/lib/__tests__/sign-order.spec.js.map +0 -1
- package/lib/__tests__/swap.spec.d.ts +0 -1
- package/lib/__tests__/swap.spec.js +0 -594
- package/lib/__tests__/swap.spec.js.map +0 -1
- package/lib/__tests__/utils/balance.d.ts +0 -22
- package/lib/__tests__/utils/balance.js +0 -271
- package/lib/__tests__/utils/balance.js.map +0 -1
- package/lib/__tests__/utils/examples/privateListings.d.ts +0 -3
- package/lib/__tests__/utils/examples/privateListings.js +0 -139
- package/lib/__tests__/utils/examples/privateListings.js.map +0 -1
- package/lib/__tests__/utils/setup.d.ts +0 -11
- package/lib/__tests__/utils/setup.js +0 -119
- package/lib/__tests__/utils/setup.js.map +0 -1
- package/lib/typechain/AmountDerivationErrors.d.ts +0 -29
- package/lib/typechain/AmountDerivationErrors.js +0 -3
- package/lib/typechain/AmountDerivationErrors.js.map +0 -1
- package/lib/typechain/AmountDeriver.d.ts +0 -29
- package/lib/typechain/AmountDeriver.js +0 -3
- package/lib/typechain/AmountDeriver.js.map +0 -1
- package/lib/typechain/Assertions.d.ts +0 -124
- package/lib/typechain/Assertions.js +0 -3
- package/lib/typechain/Assertions.js.map +0 -1
- package/lib/typechain/BasicOrderFulfiller.d.ts +0 -124
- package/lib/typechain/BasicOrderFulfiller.js +0 -3
- package/lib/typechain/BasicOrderFulfiller.js.map +0 -1
- package/lib/typechain/Conduit.d.ts +0 -156
- package/lib/typechain/Conduit.js.map +0 -1
- package/lib/typechain/ConduitController.d.ts +0 -266
- package/lib/typechain/ConduitController.js +0 -3
- package/lib/typechain/ConduitController.js.map +0 -1
- package/lib/typechain/ConduitControllerInterface.d.ts +0 -266
- package/lib/typechain/ConduitControllerInterface.js +0 -3
- package/lib/typechain/ConduitControllerInterface.js.map +0 -1
- package/lib/typechain/ConduitInterface.d.ts +0 -156
- package/lib/typechain/ConduitInterface.js +0 -3
- package/lib/typechain/ConduitInterface.js.map +0 -1
- package/lib/typechain/Consideration.d.ts +0 -686
- package/lib/typechain/Consideration.js +0 -3
- package/lib/typechain/Consideration.js.map +0 -1
- package/lib/typechain/ConsiderationBase.d.ts +0 -124
- package/lib/typechain/ConsiderationBase.js +0 -3
- package/lib/typechain/ConsiderationBase.js.map +0 -1
- package/lib/typechain/ConsiderationEventsAndErrors.d.ts +0 -124
- package/lib/typechain/ConsiderationEventsAndErrors.js +0 -3
- package/lib/typechain/ConsiderationEventsAndErrors.js.map +0 -1
- package/lib/typechain/ConsiderationInterface.d.ts +0 -612
- package/lib/typechain/ConsiderationInterface.js +0 -3
- package/lib/typechain/ConsiderationInterface.js.map +0 -1
- package/lib/typechain/CounterManager.d.ts +0 -124
- package/lib/typechain/CounterManager.js +0 -3
- package/lib/typechain/CounterManager.js.map +0 -1
- package/lib/typechain/CriteriaResolution.d.ts +0 -29
- package/lib/typechain/CriteriaResolution.js +0 -3
- package/lib/typechain/CriteriaResolution.js.map +0 -1
- package/lib/typechain/CriteriaResolutionErrors.d.ts +0 -29
- package/lib/typechain/CriteriaResolutionErrors.js +0 -3
- package/lib/typechain/CriteriaResolutionErrors.js.map +0 -1
- package/lib/typechain/EIP1271Interface.d.ts +0 -43
- package/lib/typechain/EIP1271Interface.js +0 -3
- package/lib/typechain/EIP1271Interface.js.map +0 -1
- package/lib/typechain/ERC1155Interface.d.ts +0 -67
- package/lib/typechain/ERC1155Interface.js +0 -3
- package/lib/typechain/ERC1155Interface.js.map +0 -1
- package/lib/typechain/ERC1155TokenReceiver.d.ts +0 -67
- package/lib/typechain/ERC1155TokenReceiver.js +0 -3
- package/lib/typechain/ERC1155TokenReceiver.js.map +0 -1
- package/lib/typechain/ERC20Interface.d.ts +0 -51
- package/lib/typechain/ERC20Interface.js +0 -3
- package/lib/typechain/ERC20Interface.js.map +0 -1
- package/lib/typechain/ERC721Interface.d.ts +0 -51
- package/lib/typechain/ERC721Interface.js +0 -3
- package/lib/typechain/ERC721Interface.js.map +0 -1
- package/lib/typechain/ERC721TokenReceiver.d.ts +0 -51
- package/lib/typechain/ERC721TokenReceiver.js +0 -3
- package/lib/typechain/ERC721TokenReceiver.js.map +0 -1
- package/lib/typechain/Executor.d.ts +0 -124
- package/lib/typechain/Executor.js +0 -3
- package/lib/typechain/Executor.js.map +0 -1
- package/lib/typechain/FulfillmentApplicationErrors.d.ts +0 -29
- package/lib/typechain/FulfillmentApplicationErrors.js +0 -3
- package/lib/typechain/FulfillmentApplicationErrors.js.map +0 -1
- package/lib/typechain/FulfillmentApplier.d.ts +0 -29
- package/lib/typechain/FulfillmentApplier.js +0 -3
- package/lib/typechain/FulfillmentApplier.js.map +0 -1
- package/lib/typechain/GettersAndDerivers.d.ts +0 -124
- package/lib/typechain/GettersAndDerivers.js +0 -3
- package/lib/typechain/GettersAndDerivers.js.map +0 -1
- package/lib/typechain/OrderCombiner.d.ts +0 -124
- package/lib/typechain/OrderCombiner.js +0 -3
- package/lib/typechain/OrderCombiner.js.map +0 -1
- package/lib/typechain/OrderFulfiller.d.ts +0 -124
- package/lib/typechain/OrderFulfiller.js +0 -3
- package/lib/typechain/OrderFulfiller.js.map +0 -1
- package/lib/typechain/OrderValidator.d.ts +0 -124
- package/lib/typechain/OrderValidator.js +0 -3
- package/lib/typechain/OrderValidator.js.map +0 -1
- package/lib/typechain/ReentrancyErrors.d.ts +0 -29
- package/lib/typechain/ReentrancyErrors.js +0 -3
- package/lib/typechain/ReentrancyErrors.js.map +0 -1
- package/lib/typechain/ReentrancyGuard.d.ts +0 -29
- package/lib/typechain/ReentrancyGuard.js +0 -3
- package/lib/typechain/ReentrancyGuard.js.map +0 -1
- package/lib/typechain/SignatureVerification.d.ts +0 -29
- package/lib/typechain/SignatureVerification.js +0 -3
- package/lib/typechain/SignatureVerification.js.map +0 -1
- package/lib/typechain/SignatureVerificationErrors.d.ts +0 -29
- package/lib/typechain/SignatureVerificationErrors.js +0 -3
- package/lib/typechain/SignatureVerificationErrors.js.map +0 -1
- package/lib/typechain/TestERC1155.d.ts +0 -205
- package/lib/typechain/TestERC1155.js +0 -3
- package/lib/typechain/TestERC1155.js.map +0 -1
- package/lib/typechain/TestERC20.d.ts +0 -249
- package/lib/typechain/TestERC20.js +0 -3
- package/lib/typechain/TestERC20.js.map +0 -1
- package/lib/typechain/TestERC721.d.ts +0 -236
- package/lib/typechain/TestERC721.js +0 -3
- package/lib/typechain/TestERC721.js.map +0 -1
- package/lib/typechain/TokenTransferrer.d.ts +0 -29
- package/lib/typechain/TokenTransferrer.js +0 -3
- package/lib/typechain/TokenTransferrer.js.map +0 -1
- package/lib/typechain/TokenTransferrerErrors.d.ts +0 -29
- package/lib/typechain/TokenTransferrerErrors.js +0 -3
- package/lib/typechain/TokenTransferrerErrors.js.map +0 -1
- package/lib/typechain/Verifiers.d.ts +0 -124
- package/lib/typechain/Verifiers.js +0 -3
- package/lib/typechain/Verifiers.js.map +0 -1
- package/lib/typechain/ZoneInteraction.d.ts +0 -29
- package/lib/typechain/ZoneInteraction.js +0 -3
- package/lib/typechain/ZoneInteraction.js.map +0 -1
- package/lib/typechain/ZoneInteractionErrors.d.ts +0 -29
- package/lib/typechain/ZoneInteractionErrors.js +0 -3
- package/lib/typechain/ZoneInteractionErrors.js.map +0 -1
- package/lib/typechain/ZoneInterface.d.ts +0 -182
- package/lib/typechain/ZoneInterface.js +0 -3
- package/lib/typechain/ZoneInterface.js.map +0 -1
- package/lib/typechain/factories/AmountDerivationErrors__factory.d.ts +0 -12
- package/lib/typechain/factories/AmountDerivationErrors__factory.js +0 -28
- package/lib/typechain/factories/AmountDerivationErrors__factory.js.map +0 -1
- package/lib/typechain/factories/AmountDeriver__factory.d.ts +0 -26
- package/lib/typechain/factories/AmountDeriver__factory.js +0 -97
- package/lib/typechain/factories/AmountDeriver__factory.js.map +0 -1
- package/lib/typechain/factories/Assertions__factory.d.ts +0 -64
- package/lib/typechain/factories/Assertions__factory.js +0 -526
- package/lib/typechain/factories/Assertions__factory.js.map +0 -1
- package/lib/typechain/factories/BasicOrderFulfiller__factory.d.ts +0 -64
- package/lib/typechain/factories/BasicOrderFulfiller__factory.js +0 -563
- package/lib/typechain/factories/BasicOrderFulfiller__factory.js.map +0 -1
- package/lib/typechain/factories/ConduitControllerInterface__factory.d.ts +0 -46
- package/lib/typechain/factories/ConduitControllerInterface__factory.js +0 -453
- package/lib/typechain/factories/ConduitControllerInterface__factory.js.map +0 -1
- package/lib/typechain/factories/ConduitController__factory.d.ts +0 -67
- package/lib/typechain/factories/ConduitController__factory.js +0 -527
- package/lib/typechain/factories/ConduitController__factory.js.map +0 -1
- package/lib/typechain/factories/ConduitInterface__factory.d.ts +0 -62
- package/lib/typechain/factories/ConduitInterface__factory.js +0 -282
- package/lib/typechain/factories/ConduitInterface__factory.js.map +0 -1
- package/lib/typechain/factories/Conduit__factory.d.ts +0 -83
- package/lib/typechain/factories/Conduit__factory.js +0 -465
- package/lib/typechain/factories/Conduit__factory.js.map +0 -1
- package/lib/typechain/factories/ConsiderationBase__factory.d.ts +0 -64
- package/lib/typechain/factories/ConsiderationBase__factory.js +0 -412
- package/lib/typechain/factories/ConsiderationBase__factory.js.map +0 -1
- package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.d.ts +0 -38
- package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.js +0 -332
- package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.js.map +0 -1
- package/lib/typechain/factories/ConsiderationInterface__factory.d.ts +0 -72
- package/lib/typechain/factories/ConsiderationInterface__factory.js.map +0 -1
- package/lib/typechain/factories/Consideration__factory.d.ts +0 -132
- package/lib/typechain/factories/Consideration__factory.js +0 -2670
- package/lib/typechain/factories/Consideration__factory.js.map +0 -1
- package/lib/typechain/factories/CounterManager__factory.d.ts +0 -52
- package/lib/typechain/factories/CounterManager__factory.js +0 -406
- package/lib/typechain/factories/CounterManager__factory.js.map +0 -1
- package/lib/typechain/factories/CriteriaResolutionErrors__factory.d.ts +0 -12
- package/lib/typechain/factories/CriteriaResolutionErrors__factory.js +0 -58
- package/lib/typechain/factories/CriteriaResolutionErrors__factory.js.map +0 -1
- package/lib/typechain/factories/CriteriaResolution__factory.d.ts +0 -26
- package/lib/typechain/factories/CriteriaResolution__factory.js +0 -127
- package/lib/typechain/factories/CriteriaResolution__factory.js.map +0 -1
- package/lib/typechain/factories/EIP1271Interface__factory.d.ts +0 -22
- package/lib/typechain/factories/EIP1271Interface__factory.js +0 -47
- package/lib/typechain/factories/EIP1271Interface__factory.js.map +0 -1
- package/lib/typechain/factories/ERC1155Interface__factory.d.ts +0 -18
- package/lib/typechain/factories/ERC1155Interface__factory.js +0 -89
- package/lib/typechain/factories/ERC1155Interface__factory.js.map +0 -1
- package/lib/typechain/factories/ERC1155TokenReceiver__factory.d.ts +0 -22
- package/lib/typechain/factories/ERC1155TokenReceiver__factory.js +0 -101
- package/lib/typechain/factories/ERC1155TokenReceiver__factory.js.map +0 -1
- package/lib/typechain/factories/ERC1155__factory.d.ts +0 -35
- package/lib/typechain/factories/ERC1155__factory.js +0 -335
- package/lib/typechain/factories/ERC1155__factory.js.map +0 -1
- package/lib/typechain/factories/ERC20Interface__factory.d.ts +0 -22
- package/lib/typechain/factories/ERC20Interface__factory.js +0 -52
- package/lib/typechain/factories/ERC20Interface__factory.js.map +0 -1
- package/lib/typechain/factories/ERC20__factory.d.ts +0 -35
- package/lib/typechain/factories/ERC20__factory.js +0 -333
- package/lib/typechain/factories/ERC20__factory.js.map +0 -1
- package/lib/typechain/factories/ERC721Interface__factory.d.ts +0 -18
- package/lib/typechain/factories/ERC721Interface__factory.js +0 -46
- package/lib/typechain/factories/ERC721Interface__factory.js.map +0 -1
- package/lib/typechain/factories/ERC721TokenReceiver__factory.d.ts +0 -22
- package/lib/typechain/factories/ERC721TokenReceiver__factory.js +0 -57
- package/lib/typechain/factories/ERC721TokenReceiver__factory.js.map +0 -1
- package/lib/typechain/factories/ERC721__factory.d.ts +0 -35
- package/lib/typechain/factories/ERC721__factory.js +0 -353
- package/lib/typechain/factories/ERC721__factory.js.map +0 -1
- package/lib/typechain/factories/Executor__factory.d.ts +0 -64
- package/lib/typechain/factories/Executor__factory.js +0 -552
- package/lib/typechain/factories/Executor__factory.js.map +0 -1
- package/lib/typechain/factories/FulfillmentApplicationErrors__factory.d.ts +0 -16
- package/lib/typechain/factories/FulfillmentApplicationErrors__factory.js +0 -49
- package/lib/typechain/factories/FulfillmentApplicationErrors__factory.js.map +0 -1
- package/lib/typechain/factories/FulfillmentApplier__factory.d.ts +0 -30
- package/lib/typechain/factories/FulfillmentApplier__factory.js +0 -118
- package/lib/typechain/factories/FulfillmentApplier__factory.js.map +0 -1
- package/lib/typechain/factories/GettersAndDerivers__factory.d.ts +0 -64
- package/lib/typechain/factories/GettersAndDerivers__factory.js +0 -412
- package/lib/typechain/factories/GettersAndDerivers__factory.js.map +0 -1
- package/lib/typechain/factories/OrderCombiner__factory.d.ts +0 -64
- package/lib/typechain/factories/OrderCombiner__factory.js +0 -629
- package/lib/typechain/factories/OrderCombiner__factory.js.map +0 -1
- package/lib/typechain/factories/OrderFulfiller__factory.d.ts +0 -64
- package/lib/typechain/factories/OrderFulfiller__factory.js +0 -603
- package/lib/typechain/factories/OrderFulfiller__factory.js.map +0 -1
- package/lib/typechain/factories/OrderValidator__factory.d.ts +0 -64
- package/lib/typechain/factories/OrderValidator__factory.js +0 -563
- package/lib/typechain/factories/OrderValidator__factory.js.map +0 -1
- package/lib/typechain/factories/ReentrancyErrors__factory.d.ts +0 -12
- package/lib/typechain/factories/ReentrancyErrors__factory.js +0 -28
- package/lib/typechain/factories/ReentrancyErrors__factory.js.map +0 -1
- package/lib/typechain/factories/ReentrancyGuard__factory.d.ts +0 -32
- package/lib/typechain/factories/ReentrancyGuard__factory.js +0 -102
- package/lib/typechain/factories/ReentrancyGuard__factory.js.map +0 -1
- package/lib/typechain/factories/Seaport__factory.d.ts +0 -132
- package/lib/typechain/factories/Seaport__factory.js.map +0 -1
- package/lib/typechain/factories/SignatureVerificationErrors__factory.d.ts +0 -16
- package/lib/typechain/factories/SignatureVerificationErrors__factory.js +0 -49
- package/lib/typechain/factories/SignatureVerificationErrors__factory.js.map +0 -1
- package/lib/typechain/factories/SignatureVerification__factory.d.ts +0 -30
- package/lib/typechain/factories/SignatureVerification__factory.js +0 -118
- package/lib/typechain/factories/SignatureVerification__factory.js.map +0 -1
- package/lib/typechain/factories/TestERC1155__factory.d.ts +0 -49
- package/lib/typechain/factories/TestERC1155__factory.js +0 -433
- package/lib/typechain/factories/TestERC1155__factory.js.map +0 -1
- package/lib/typechain/factories/TestERC20__factory.d.ts +0 -56
- package/lib/typechain/factories/TestERC20__factory.js +0 -457
- package/lib/typechain/factories/TestERC20__factory.js.map +0 -1
- package/lib/typechain/factories/TestERC721__factory.d.ts +0 -49
- package/lib/typechain/factories/TestERC721__factory.js +0 -446
- package/lib/typechain/factories/TestERC721__factory.js.map +0 -1
- package/lib/typechain/factories/TokenTransferrerErrors__factory.d.ts +0 -16
- package/lib/typechain/factories/TokenTransferrerErrors__factory.js +0 -132
- package/lib/typechain/factories/TokenTransferrerErrors__factory.js.map +0 -1
- package/lib/typechain/factories/TokenTransferrer__factory.d.ts +0 -30
- package/lib/typechain/factories/TokenTransferrer__factory.js +0 -201
- package/lib/typechain/factories/TokenTransferrer__factory.js.map +0 -1
- package/lib/typechain/factories/Verifiers__factory.d.ts +0 -64
- package/lib/typechain/factories/Verifiers__factory.js +0 -552
- package/lib/typechain/factories/Verifiers__factory.js.map +0 -1
- package/lib/typechain/factories/ZoneInteractionErrors__factory.d.ts +0 -16
- package/lib/typechain/factories/ZoneInteractionErrors__factory.js +0 -34
- package/lib/typechain/factories/ZoneInteractionErrors__factory.js.map +0 -1
- package/lib/typechain/factories/ZoneInteraction__factory.d.ts +0 -30
- package/lib/typechain/factories/ZoneInteraction__factory.js +0 -103
- package/lib/typechain/factories/ZoneInteraction__factory.js.map +0 -1
- package/lib/typechain/factories/ZoneInterface__factory.d.ts +0 -52
- package/lib/typechain/factories/ZoneInterface__factory.js +0 -266
- package/lib/typechain/factories/ZoneInterface__factory.js.map +0 -1
- package/lib/typechain/index.d.ts +0 -90
- package/lib/typechain/index.js +0 -94
- package/lib/typechain/index.js.map +0 -1
|
@@ -1,353 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* Autogenerated file. Do not edit manually. */
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ERC721__factory = void 0;
|
|
7
|
-
var ethers_1 = require("ethers");
|
|
8
|
-
var _abi = [
|
|
9
|
-
{
|
|
10
|
-
anonymous: false,
|
|
11
|
-
inputs: [
|
|
12
|
-
{
|
|
13
|
-
indexed: true,
|
|
14
|
-
internalType: "address",
|
|
15
|
-
name: "owner",
|
|
16
|
-
type: "address",
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
indexed: true,
|
|
20
|
-
internalType: "address",
|
|
21
|
-
name: "spender",
|
|
22
|
-
type: "address",
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
indexed: true,
|
|
26
|
-
internalType: "uint256",
|
|
27
|
-
name: "id",
|
|
28
|
-
type: "uint256",
|
|
29
|
-
},
|
|
30
|
-
],
|
|
31
|
-
name: "Approval",
|
|
32
|
-
type: "event",
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
anonymous: false,
|
|
36
|
-
inputs: [
|
|
37
|
-
{
|
|
38
|
-
indexed: true,
|
|
39
|
-
internalType: "address",
|
|
40
|
-
name: "owner",
|
|
41
|
-
type: "address",
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
indexed: true,
|
|
45
|
-
internalType: "address",
|
|
46
|
-
name: "operator",
|
|
47
|
-
type: "address",
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
indexed: false,
|
|
51
|
-
internalType: "bool",
|
|
52
|
-
name: "approved",
|
|
53
|
-
type: "bool",
|
|
54
|
-
},
|
|
55
|
-
],
|
|
56
|
-
name: "ApprovalForAll",
|
|
57
|
-
type: "event",
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
anonymous: false,
|
|
61
|
-
inputs: [
|
|
62
|
-
{
|
|
63
|
-
indexed: true,
|
|
64
|
-
internalType: "address",
|
|
65
|
-
name: "from",
|
|
66
|
-
type: "address",
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
indexed: true,
|
|
70
|
-
internalType: "address",
|
|
71
|
-
name: "to",
|
|
72
|
-
type: "address",
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
indexed: true,
|
|
76
|
-
internalType: "uint256",
|
|
77
|
-
name: "id",
|
|
78
|
-
type: "uint256",
|
|
79
|
-
},
|
|
80
|
-
],
|
|
81
|
-
name: "Transfer",
|
|
82
|
-
type: "event",
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
inputs: [
|
|
86
|
-
{
|
|
87
|
-
internalType: "address",
|
|
88
|
-
name: "spender",
|
|
89
|
-
type: "address",
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
internalType: "uint256",
|
|
93
|
-
name: "id",
|
|
94
|
-
type: "uint256",
|
|
95
|
-
},
|
|
96
|
-
],
|
|
97
|
-
name: "approve",
|
|
98
|
-
outputs: [],
|
|
99
|
-
stateMutability: "nonpayable",
|
|
100
|
-
type: "function",
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
inputs: [
|
|
104
|
-
{
|
|
105
|
-
internalType: "address",
|
|
106
|
-
name: "",
|
|
107
|
-
type: "address",
|
|
108
|
-
},
|
|
109
|
-
],
|
|
110
|
-
name: "balanceOf",
|
|
111
|
-
outputs: [
|
|
112
|
-
{
|
|
113
|
-
internalType: "uint256",
|
|
114
|
-
name: "",
|
|
115
|
-
type: "uint256",
|
|
116
|
-
},
|
|
117
|
-
],
|
|
118
|
-
stateMutability: "view",
|
|
119
|
-
type: "function",
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
inputs: [
|
|
123
|
-
{
|
|
124
|
-
internalType: "uint256",
|
|
125
|
-
name: "",
|
|
126
|
-
type: "uint256",
|
|
127
|
-
},
|
|
128
|
-
],
|
|
129
|
-
name: "getApproved",
|
|
130
|
-
outputs: [
|
|
131
|
-
{
|
|
132
|
-
internalType: "address",
|
|
133
|
-
name: "",
|
|
134
|
-
type: "address",
|
|
135
|
-
},
|
|
136
|
-
],
|
|
137
|
-
stateMutability: "view",
|
|
138
|
-
type: "function",
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
inputs: [
|
|
142
|
-
{
|
|
143
|
-
internalType: "address",
|
|
144
|
-
name: "",
|
|
145
|
-
type: "address",
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
internalType: "address",
|
|
149
|
-
name: "",
|
|
150
|
-
type: "address",
|
|
151
|
-
},
|
|
152
|
-
],
|
|
153
|
-
name: "isApprovedForAll",
|
|
154
|
-
outputs: [
|
|
155
|
-
{
|
|
156
|
-
internalType: "bool",
|
|
157
|
-
name: "",
|
|
158
|
-
type: "bool",
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
|
-
stateMutability: "view",
|
|
162
|
-
type: "function",
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
inputs: [],
|
|
166
|
-
name: "name",
|
|
167
|
-
outputs: [
|
|
168
|
-
{
|
|
169
|
-
internalType: "string",
|
|
170
|
-
name: "",
|
|
171
|
-
type: "string",
|
|
172
|
-
},
|
|
173
|
-
],
|
|
174
|
-
stateMutability: "view",
|
|
175
|
-
type: "function",
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
inputs: [
|
|
179
|
-
{
|
|
180
|
-
internalType: "uint256",
|
|
181
|
-
name: "",
|
|
182
|
-
type: "uint256",
|
|
183
|
-
},
|
|
184
|
-
],
|
|
185
|
-
name: "ownerOf",
|
|
186
|
-
outputs: [
|
|
187
|
-
{
|
|
188
|
-
internalType: "address",
|
|
189
|
-
name: "",
|
|
190
|
-
type: "address",
|
|
191
|
-
},
|
|
192
|
-
],
|
|
193
|
-
stateMutability: "view",
|
|
194
|
-
type: "function",
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
inputs: [
|
|
198
|
-
{
|
|
199
|
-
internalType: "address",
|
|
200
|
-
name: "from",
|
|
201
|
-
type: "address",
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
internalType: "address",
|
|
205
|
-
name: "to",
|
|
206
|
-
type: "address",
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
internalType: "uint256",
|
|
210
|
-
name: "id",
|
|
211
|
-
type: "uint256",
|
|
212
|
-
},
|
|
213
|
-
],
|
|
214
|
-
name: "safeTransferFrom",
|
|
215
|
-
outputs: [],
|
|
216
|
-
stateMutability: "nonpayable",
|
|
217
|
-
type: "function",
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
inputs: [
|
|
221
|
-
{
|
|
222
|
-
internalType: "address",
|
|
223
|
-
name: "from",
|
|
224
|
-
type: "address",
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
internalType: "address",
|
|
228
|
-
name: "to",
|
|
229
|
-
type: "address",
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
internalType: "uint256",
|
|
233
|
-
name: "id",
|
|
234
|
-
type: "uint256",
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
internalType: "bytes",
|
|
238
|
-
name: "data",
|
|
239
|
-
type: "bytes",
|
|
240
|
-
},
|
|
241
|
-
],
|
|
242
|
-
name: "safeTransferFrom",
|
|
243
|
-
outputs: [],
|
|
244
|
-
stateMutability: "nonpayable",
|
|
245
|
-
type: "function",
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
inputs: [
|
|
249
|
-
{
|
|
250
|
-
internalType: "address",
|
|
251
|
-
name: "operator",
|
|
252
|
-
type: "address",
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
internalType: "bool",
|
|
256
|
-
name: "approved",
|
|
257
|
-
type: "bool",
|
|
258
|
-
},
|
|
259
|
-
],
|
|
260
|
-
name: "setApprovalForAll",
|
|
261
|
-
outputs: [],
|
|
262
|
-
stateMutability: "nonpayable",
|
|
263
|
-
type: "function",
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
inputs: [
|
|
267
|
-
{
|
|
268
|
-
internalType: "bytes4",
|
|
269
|
-
name: "interfaceId",
|
|
270
|
-
type: "bytes4",
|
|
271
|
-
},
|
|
272
|
-
],
|
|
273
|
-
name: "supportsInterface",
|
|
274
|
-
outputs: [
|
|
275
|
-
{
|
|
276
|
-
internalType: "bool",
|
|
277
|
-
name: "",
|
|
278
|
-
type: "bool",
|
|
279
|
-
},
|
|
280
|
-
],
|
|
281
|
-
stateMutability: "pure",
|
|
282
|
-
type: "function",
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
inputs: [],
|
|
286
|
-
name: "symbol",
|
|
287
|
-
outputs: [
|
|
288
|
-
{
|
|
289
|
-
internalType: "string",
|
|
290
|
-
name: "",
|
|
291
|
-
type: "string",
|
|
292
|
-
},
|
|
293
|
-
],
|
|
294
|
-
stateMutability: "view",
|
|
295
|
-
type: "function",
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
inputs: [
|
|
299
|
-
{
|
|
300
|
-
internalType: "uint256",
|
|
301
|
-
name: "id",
|
|
302
|
-
type: "uint256",
|
|
303
|
-
},
|
|
304
|
-
],
|
|
305
|
-
name: "tokenURI",
|
|
306
|
-
outputs: [
|
|
307
|
-
{
|
|
308
|
-
internalType: "string",
|
|
309
|
-
name: "",
|
|
310
|
-
type: "string",
|
|
311
|
-
},
|
|
312
|
-
],
|
|
313
|
-
stateMutability: "view",
|
|
314
|
-
type: "function",
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
inputs: [
|
|
318
|
-
{
|
|
319
|
-
internalType: "address",
|
|
320
|
-
name: "from",
|
|
321
|
-
type: "address",
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
internalType: "address",
|
|
325
|
-
name: "to",
|
|
326
|
-
type: "address",
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
internalType: "uint256",
|
|
330
|
-
name: "id",
|
|
331
|
-
type: "uint256",
|
|
332
|
-
},
|
|
333
|
-
],
|
|
334
|
-
name: "transferFrom",
|
|
335
|
-
outputs: [],
|
|
336
|
-
stateMutability: "nonpayable",
|
|
337
|
-
type: "function",
|
|
338
|
-
},
|
|
339
|
-
];
|
|
340
|
-
var ERC721__factory = /** @class */ (function () {
|
|
341
|
-
function ERC721__factory() {
|
|
342
|
-
}
|
|
343
|
-
ERC721__factory.createInterface = function () {
|
|
344
|
-
return new ethers_1.utils.Interface(_abi);
|
|
345
|
-
};
|
|
346
|
-
ERC721__factory.connect = function (address, signerOrProvider) {
|
|
347
|
-
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
348
|
-
};
|
|
349
|
-
ERC721__factory.abi = _abi;
|
|
350
|
-
return ERC721__factory;
|
|
351
|
-
}());
|
|
352
|
-
exports.ERC721__factory = ERC721__factory;
|
|
353
|
-
//# sourceMappingURL=ERC721__factory.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ERC721__factory.js","sourceRoot":"","sources":["../../../src/typechain/factories/ERC721__factory.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { Signer, ContractFactory, Overrides } from "ethers";
|
|
2
|
-
import { Provider, TransactionRequest } from "@ethersproject/providers";
|
|
3
|
-
import type { Executor, ExecutorInterface } from "../Executor";
|
|
4
|
-
declare type ExecutorConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
|
|
5
|
-
export declare class Executor__factory extends ContractFactory {
|
|
6
|
-
constructor(...args: ExecutorConstructorParams);
|
|
7
|
-
deploy(conduitController: string, overrides?: Overrides & {
|
|
8
|
-
from?: string | Promise<string>;
|
|
9
|
-
}): Promise<Executor>;
|
|
10
|
-
getDeployTransaction(conduitController: string, overrides?: Overrides & {
|
|
11
|
-
from?: string | Promise<string>;
|
|
12
|
-
}): TransactionRequest;
|
|
13
|
-
attach(address: string): Executor;
|
|
14
|
-
connect(signer: Signer): Executor__factory;
|
|
15
|
-
static readonly contractName: "Executor";
|
|
16
|
-
readonly contractName: "Executor";
|
|
17
|
-
static readonly bytecode = "0x6101c060405234801561001157600080fd5b50604051610701380380610701833981016040819052610030916105b1565b8080808061003c61011b565b610120526101005260e05260c081815260a0838152608085815246610140819052604080516020818101979097528082019890985260608801969096529086015230858201528351808603909101815293019091528151910120610160526001600160a01b03811661018081905260408051630a96ad3960e01b81528151630a96ad39926004808401939192918290030181865afa1580156100e2573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061010691906105e1565b506101a0525050600160005550610667915050565b6000808080808061014c60408051808201909152600d81526c21b7b739b4b232b930ba34b7b760991b602082015290565b80516020918201206040805180820182526003815262312e3160e81b90840152519097507f722c0e0c80487266e8c6a45e3a1a803aab23378a9c32e6ebe029d4fad7bfc965965060009161025091016909ecccccae492e8cada560b31b81526e1d5a5b9d0e081a5d195b551e5c194b608a1b600a8201526d1859191c995cdcc81d1bdad95b8b60921b60198201527f75696e74323536206964656e7469666965724f7243726974657269612c00000060278201527f75696e74323536207374617274416d6f756e742c0000000000000000000000006044820152701d5a5b9d0c8d4d88195b99105b5bdd5b9d607a1b6058820152602960f81b6069820152606a0190565b60408051601f1981840301815282825271086dedce6d2c8cae4c2e8d2dedc92e8cada560731b60208401526e1d5a5b9d0e081a5d195b551e5c194b608a1b60328401526d1859191c995cdcc81d1bdad95b8b60921b60418401527f75696e74323536206964656e7469666965724f7243726974657269612c000000604f8401527f75696e74323536207374617274416d6f756e742c000000000000000000000000606c840152711d5a5b9d0c8d4d88195b99105b5bdd5b9d0b60721b6080840152701859191c995cdcc81c9958da5c1a595b9d607a1b6092840152602960f81b60a384018190528251808503608401815260a485019093526f09ee4c8cae486dedae0dedccadce8e6560831b60c48501526f1859191c995cdcc81bd999995c995c8b60821b60d48501526c1859191c995cdcc81e9bdb994b609a1b60e48501527113d999995c925d195b56d7481bd999995c8b60721b60f18501527f436f6e73696465726174696f6e4974656d5b5d20636f6e73696465726174696f610103850152611b8b60f21b6101238501526f1d5a5b9d0e081bdc99195c951e5c194b60821b610125850152711d5a5b9d0c8d4d881cdd185c9d151a5b594b60721b6101358501526f1d5a5b9d0c8d4d88195b99151a5b594b60821b61014785015270189e5d195ccccc881e9bdb9952185cda0b607a1b6101578501526c1d5a5b9d0c8d4d881cd85b1d0b609a1b6101688501527f6279746573333220636f6e647569744b65792c000000000000000000000000006101758501526e3ab4b73a191a9b1031b7bab73a32b960891b6101888501526101978401529250906000906101980160408051601f19818403018152908290526c08a92a06e626488dedac2d2dc5609b1b60208301526b1cdd1c9a5b99c81b985b594b60a21b602d8301526e1cdd1c9a5b99c81d995c9cda5bdb8b608a1b60398301526f1d5a5b9d0c8d4d8818da185a5b92590b60821b60488301527f6164647265737320766572696679696e67436f6e7472616374000000000000006058830152602960f81b6071830152915060720160408051601f19818403018152908290528051602091820120855186830120855186840120919a509850965061058e9183918591879101610640565b604051602081830303815290604052805190602001209350505050909192939495565b6000602082840312156105c357600080fd5b81516001600160a01b03811681146105da57600080fd5b9392505050565b600080604083850312156105f457600080fd5b505080516020909101519092909150565b6000815160005b81811015610626576020818501810151868301520161060c565b81811115610635576000828601525b509290920192915050565b600061065e6106586106528488610605565b86610605565b84610605565b95945050505050565b60805160a05160c05160e05161010051610120516101405161016051610180516101a051603f6106c260003960005050600050506000505060005050600050506000505060005050600050506000505060005050603f6000f3fe6080604052600080fdfea2646970667358221220a3a9f3840e3270c515f9f9e79ab5879166c8a999aadbfaed3518b8c38bb2040164736f6c634300080d0033";
|
|
18
|
-
static readonly abi: ({
|
|
19
|
-
inputs: {
|
|
20
|
-
internalType: string;
|
|
21
|
-
name: string;
|
|
22
|
-
type: string;
|
|
23
|
-
}[];
|
|
24
|
-
stateMutability: string;
|
|
25
|
-
type: string;
|
|
26
|
-
name?: undefined;
|
|
27
|
-
anonymous?: undefined;
|
|
28
|
-
} | {
|
|
29
|
-
inputs: {
|
|
30
|
-
internalType: string;
|
|
31
|
-
name: string;
|
|
32
|
-
type: string;
|
|
33
|
-
}[];
|
|
34
|
-
name: string;
|
|
35
|
-
type: string;
|
|
36
|
-
stateMutability?: undefined;
|
|
37
|
-
anonymous?: undefined;
|
|
38
|
-
} | {
|
|
39
|
-
anonymous: boolean;
|
|
40
|
-
inputs: ({
|
|
41
|
-
indexed: boolean;
|
|
42
|
-
internalType: string;
|
|
43
|
-
name: string;
|
|
44
|
-
type: string;
|
|
45
|
-
components?: undefined;
|
|
46
|
-
} | {
|
|
47
|
-
components: {
|
|
48
|
-
internalType: string;
|
|
49
|
-
name: string;
|
|
50
|
-
type: string;
|
|
51
|
-
}[];
|
|
52
|
-
indexed: boolean;
|
|
53
|
-
internalType: string;
|
|
54
|
-
name: string;
|
|
55
|
-
type: string;
|
|
56
|
-
})[];
|
|
57
|
-
name: string;
|
|
58
|
-
type: string;
|
|
59
|
-
stateMutability?: undefined;
|
|
60
|
-
})[];
|
|
61
|
-
static createInterface(): ExecutorInterface;
|
|
62
|
-
static connect(address: string, signerOrProvider: Signer | Provider): Executor;
|
|
63
|
-
}
|
|
64
|
-
export {};
|