@opensea/seaport-js 3.0.2 → 4.0.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/lib/abi/{Seaport_v1_5.d.ts → Seaport.d.ts} +1 -2
- package/lib/abi/{Seaport_v1_5.js → Seaport.js} +3 -4
- package/lib/abi/Seaport.js.map +1 -0
- package/lib/constants.d.ts +3 -3
- package/lib/constants.js +4 -4
- package/lib/constants.js.map +1 -1
- package/lib/seaport.d.ts +1 -1
- package/lib/seaport.js +31 -24
- package/lib/seaport.js.map +1 -1
- package/lib/typechain-types/factories/index.d.ts +3 -1
- package/lib/typechain-types/factories/index.js +4 -2
- package/lib/typechain-types/factories/index.js.map +1 -1
- package/lib/typechain-types/factories/{seaport_v1_5 → seaport}/contracts/Seaport__factory.d.ts +22 -4
- package/lib/typechain-types/factories/{seaport_v1_5 → seaport}/contracts/Seaport__factory.js +25 -3
- package/lib/typechain-types/factories/seaport/contracts/Seaport__factory.js.map +1 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/Conduit.sol/LocalConduit__factory.d.ts +313 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/Conduit.sol/LocalConduit__factory.js +419 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/Conduit.sol/LocalConduit__factory.js.map +1 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/Conduit.sol/index.d.ts +1 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/Conduit.sol/index.js +9 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/Conduit.sol/index.js.map +1 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/ConduitController.sol/LocalConduitController__factory.d.ts +347 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/ConduitController.sol/LocalConduitController__factory.js +470 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/ConduitController.sol/LocalConduitController__factory.js.map +1 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/ConduitController.sol/index.d.ts +1 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/ConduitController.sol/index.js +9 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/ConduitController.sol/index.js.map +1 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/index.d.ts +2 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/index.js +9 -0
- package/lib/typechain-types/factories/seaport/contracts/conduit/index.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5 → seaport}/contracts/index.d.ts +0 -2
- package/lib/typechain-types/factories/{seaport_v1_5 → seaport}/contracts/index.js +1 -3
- package/lib/typechain-types/factories/seaport/contracts/index.js.map +1 -0
- package/lib/typechain-types/factories/seaport/index.js.map +1 -0
- package/lib/typechain-types/factories/seaport-core/index.d.ts +1 -0
- package/lib/typechain-types/factories/seaport-core/index.js +8 -0
- package/lib/typechain-types/factories/{seaport_v1_5 → seaport-core}/index.js.map +1 -1
- package/lib/typechain-types/factories/seaport-core/src/conduit/ConduitController__factory.d.ts +351 -0
- package/lib/typechain-types/factories/seaport-core/src/conduit/ConduitController__factory.js +475 -0
- package/lib/typechain-types/factories/seaport-core/src/conduit/ConduitController__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/conduit/Conduit__factory.d.ts +2 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/conduit/Conduit__factory.js +1 -1
- package/lib/typechain-types/factories/seaport-core/src/conduit/Conduit__factory.js.map +1 -0
- package/lib/typechain-types/factories/seaport-core/src/conduit/index.js.map +1 -0
- package/lib/typechain-types/factories/seaport-core/src/index.d.ts +2 -0
- package/lib/typechain-types/factories/seaport-core/src/index.js +9 -0
- package/lib/typechain-types/factories/seaport-core/src/index.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/AmountDeriver__factory.d.ts +2 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/AmountDeriver__factory.js +1 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/AmountDeriver__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/Assertions__factory.d.ts +20 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/Assertions__factory.js +23 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/Assertions__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/BasicOrderFulfiller__factory.d.ts +20 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/BasicOrderFulfiller__factory.js +23 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/BasicOrderFulfiller__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/ConsiderationBase__factory.d.ts +2 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/ConsiderationBase__factory.js +1 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/ConsiderationBase__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/Consideration__factory.d.ts +22 -4
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/Consideration__factory.js +25 -3
- package/lib/typechain-types/factories/seaport-core/src/lib/Consideration__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/CounterManager__factory.d.ts +20 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/CounterManager__factory.js +23 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/CounterManager__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/CriteriaResolution__factory.d.ts +2 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/CriteriaResolution__factory.js +1 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/CriteriaResolution__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/Executor__factory.d.ts +20 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/Executor__factory.js +23 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/Executor__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/FulfillmentApplier__factory.d.ts +2 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/FulfillmentApplier__factory.js +1 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/FulfillmentApplier__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/GettersAndDerivers__factory.d.ts +2 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/GettersAndDerivers__factory.js +1 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/GettersAndDerivers__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderCombiner__factory.d.ts +20 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderCombiner__factory.js +23 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/OrderCombiner__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderFulfiller__factory.d.ts +20 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderFulfiller__factory.js +23 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/OrderFulfiller__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderValidator__factory.d.ts +20 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderValidator__factory.js +23 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/OrderValidator__factory.js.map +1 -0
- package/lib/typechain-types/factories/seaport-core/src/lib/ReentrancyGuard__factory.d.ts +48 -0
- package/lib/typechain-types/factories/seaport-core/src/lib/ReentrancyGuard__factory.js +72 -0
- package/lib/typechain-types/factories/seaport-core/src/lib/ReentrancyGuard__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/SignatureVerification__factory.d.ts +2 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/SignatureVerification__factory.js +1 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/SignatureVerification__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/TokenTransferrer__factory.d.ts +2 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/TokenTransferrer__factory.js +1 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/TokenTransferrer__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/Verifiers__factory.d.ts +20 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/Verifiers__factory.js +23 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/Verifiers__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/ZoneInteraction__factory.d.ts +2 -2
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/ZoneInteraction__factory.js +1 -1
- package/lib/typechain-types/factories/seaport-core/src/lib/ZoneInteraction__factory.js.map +1 -0
- package/lib/typechain-types/factories/seaport-core/src/lib/index.js.map +1 -0
- package/lib/typechain-types/factories/seaport-types/index.d.ts +1 -0
- package/lib/typechain-types/factories/seaport-types/index.js +8 -0
- package/lib/typechain-types/factories/seaport-types/index.js.map +1 -0
- package/lib/typechain-types/factories/seaport-types/src/index.d.ts +1 -0
- package/lib/typechain-types/factories/seaport-types/src/index.js +8 -0
- package/lib/typechain-types/factories/seaport-types/src/index.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/AmountDerivationErrors__factory.d.ts +1 -1
- package/lib/typechain-types/factories/seaport-types/src/interfaces/AmountDerivationErrors__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConduitControllerInterface__factory.d.ts +1 -1
- package/lib/typechain-types/factories/seaport-types/src/interfaces/ConduitControllerInterface__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConduitInterface__factory.d.ts +1 -1
- package/lib/typechain-types/factories/seaport-types/src/interfaces/ConduitInterface__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConsiderationEventsAndErrors__factory.d.ts +1 -1
- package/lib/typechain-types/factories/{seaport_v1_5/contracts/lib/GettersAndDerivers__factory.js.map → seaport-types/src/interfaces/ConsiderationEventsAndErrors__factory.js.map} +1 -1
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConsiderationInterface__factory.d.ts +1 -1
- package/lib/typechain-types/factories/seaport-types/src/interfaces/ConsiderationInterface__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/CriteriaResolutionErrors__factory.d.ts +1 -1
- package/lib/typechain-types/factories/seaport-types/src/interfaces/CriteriaResolutionErrors__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/FulfillmentApplicationErrors__factory.d.ts +1 -1
- package/lib/typechain-types/factories/seaport-types/src/interfaces/FulfillmentApplicationErrors__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ReentrancyErrors__factory.d.ts +13 -1
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ReentrancyErrors__factory.js +15 -0
- package/lib/typechain-types/factories/seaport-types/src/interfaces/ReentrancyErrors__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/SignatureVerificationErrors__factory.d.ts +1 -1
- package/lib/typechain-types/factories/seaport-types/src/interfaces/SignatureVerificationErrors__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/TokenTransferrerErrors__factory.d.ts +1 -1
- package/lib/typechain-types/factories/seaport-types/src/interfaces/TokenTransferrerErrors__factory.js.map +1 -0
- package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ZoneInteractionErrors__factory.d.ts +1 -1
- package/lib/typechain-types/factories/seaport-types/src/interfaces/ZoneInteractionErrors__factory.js.map +1 -0
- package/lib/typechain-types/factories/seaport-types/src/interfaces/index.js.map +1 -0
- package/lib/typechain-types/factories/src/contracts/DomainRegistry.sol/DomainRegistry__factory.d.ts +1 -1
- package/lib/typechain-types/factories/src/contracts/DomainRegistry.sol/DomainRegistry__factory.js +1 -1
- package/lib/typechain-types/factories/src/contracts/DomainRegistry.sol/DomainRegistry__factory.js.map +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC1155__factory.d.ts +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC1155__factory.js +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC1155__factory.js.map +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC1271Wallet.sol/TestERC1271Wallet__factory.d.ts +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC1271Wallet.sol/TestERC1271Wallet__factory.js +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC1271Wallet.sol/TestERC1271Wallet__factory.js.map +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC20USDC__factory.d.ts +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC20USDC__factory.js +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC20USDC__factory.js.map +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC20__factory.d.ts +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC20__factory.js +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC20__factory.js.map +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC721__factory.d.ts +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC721__factory.js +1 -1
- package/lib/typechain-types/factories/src/contracts/test/TestERC721__factory.js.map +1 -1
- package/lib/typechain-types/index.d.ts +74 -66
- package/lib/typechain-types/index.js +48 -44
- package/lib/typechain-types/index.js.map +1 -1
- package/lib/typechain-types/{seaport_v1_5 → seaport}/contracts/Seaport.d.ts +9 -5
- package/lib/typechain-types/seaport/contracts/Seaport.js.map +1 -0
- package/lib/typechain-types/seaport/contracts/conduit/Conduit.sol/LocalConduit.d.ts +133 -0
- package/lib/typechain-types/seaport/contracts/conduit/Conduit.sol/LocalConduit.js +3 -0
- package/lib/typechain-types/seaport/contracts/conduit/Conduit.sol/LocalConduit.js.map +1 -0
- package/lib/typechain-types/seaport/contracts/conduit/Conduit.sol/index.d.ts +1 -0
- package/lib/typechain-types/seaport/contracts/conduit/Conduit.sol/index.js +3 -0
- package/lib/typechain-types/seaport/contracts/conduit/Conduit.sol/index.js.map +1 -0
- package/lib/typechain-types/seaport/contracts/conduit/ConduitController.sol/LocalConduitController.d.ts +226 -0
- package/lib/typechain-types/seaport/contracts/conduit/ConduitController.sol/LocalConduitController.js +3 -0
- package/lib/typechain-types/seaport/contracts/conduit/ConduitController.sol/LocalConduitController.js.map +1 -0
- package/lib/typechain-types/seaport/contracts/conduit/ConduitController.sol/index.d.ts +1 -0
- package/lib/typechain-types/seaport/contracts/conduit/ConduitController.sol/index.js +3 -0
- package/lib/typechain-types/seaport/contracts/conduit/ConduitController.sol/index.js.map +1 -0
- package/lib/typechain-types/seaport/contracts/conduit/index.d.ts +4 -0
- package/lib/typechain-types/seaport/contracts/conduit/index.js +3 -0
- package/lib/typechain-types/seaport/contracts/conduit/index.js.map +1 -0
- package/lib/typechain-types/seaport/contracts/index.d.ts +3 -0
- package/lib/typechain-types/seaport/contracts/index.js +3 -0
- package/lib/typechain-types/seaport/contracts/index.js.map +1 -0
- package/lib/typechain-types/seaport/index.js +3 -0
- package/lib/typechain-types/seaport/index.js.map +1 -0
- package/lib/typechain-types/seaport-core/index.d.ts +2 -0
- package/lib/typechain-types/seaport-core/index.js.map +1 -0
- package/lib/typechain-types/seaport-core/src/conduit/Conduit.js.map +1 -0
- package/lib/typechain-types/seaport-core/src/conduit/ConduitController.js.map +1 -0
- package/lib/typechain-types/seaport-core/src/conduit/index.js.map +1 -0
- package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/index.d.ts +0 -3
- package/lib/typechain-types/seaport-core/src/index.js.map +1 -0
- package/lib/typechain-types/seaport-core/src/lib/AmountDeriver.js.map +1 -0
- package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/Assertions.d.ts +7 -2
- package/lib/typechain-types/seaport-core/src/lib/Assertions.js.map +1 -0
- package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/BasicOrderFulfiller.d.ts +7 -2
- package/lib/typechain-types/seaport-core/src/lib/BasicOrderFulfiller.js.map +1 -0
- package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/Consideration.d.ts +9 -5
- package/lib/typechain-types/seaport-core/src/lib/Consideration.js.map +1 -0
- package/lib/typechain-types/seaport-core/src/lib/ConsiderationBase.js.map +1 -0
- package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/CounterManager.d.ts +7 -2
- package/lib/typechain-types/seaport-core/src/lib/CounterManager.js.map +1 -0
- package/lib/typechain-types/seaport-core/src/lib/CriteriaResolution.js.map +1 -0
- package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/Executor.d.ts +7 -2
- package/lib/typechain-types/seaport-core/src/lib/Executor.js.map +1 -0
- package/lib/typechain-types/seaport-core/src/lib/FulfillmentApplier.js.map +1 -0
- package/lib/typechain-types/seaport-core/src/lib/GettersAndDerivers.js.map +1 -0
- package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderCombiner.d.ts +7 -2
- package/lib/typechain-types/seaport-core/src/lib/OrderCombiner.js.map +1 -0
- package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderFulfiller.d.ts +7 -2
- package/lib/typechain-types/seaport-core/src/lib/OrderFulfiller.js.map +1 -0
- package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderValidator.d.ts +7 -2
- package/lib/typechain-types/seaport-core/src/lib/OrderValidator.js.map +1 -0
- package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/ReentrancyGuard.d.ts +7 -2
- package/lib/typechain-types/seaport-core/src/lib/ReentrancyGuard.js.map +1 -0
- package/lib/typechain-types/seaport-core/src/lib/SignatureVerification.js.map +1 -0
- package/lib/typechain-types/seaport-core/src/lib/TokenTransferrer.js.map +1 -0
- package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/Verifiers.d.ts +7 -2
- package/lib/typechain-types/seaport-core/src/lib/Verifiers.js.map +1 -0
- package/lib/typechain-types/seaport-core/src/lib/ZoneInteraction.js.map +1 -0
- package/lib/typechain-types/seaport-core/src/lib/index.js.map +1 -0
- package/lib/typechain-types/seaport-types/index.d.ts +2 -0
- package/lib/typechain-types/seaport-types/index.js.map +1 -0
- package/lib/typechain-types/seaport-types/src/index.d.ts +2 -0
- package/lib/typechain-types/seaport-types/src/index.js +3 -0
- package/lib/typechain-types/seaport-types/src/index.js.map +1 -0
- package/lib/typechain-types/seaport-types/src/interfaces/AmountDerivationErrors.js.map +1 -0
- package/lib/typechain-types/seaport-types/src/interfaces/ConduitControllerInterface.js.map +1 -0
- package/lib/typechain-types/seaport-types/src/interfaces/ConduitInterface.js.map +1 -0
- package/lib/typechain-types/seaport-types/src/interfaces/ConsiderationEventsAndErrors.js.map +1 -0
- package/lib/typechain-types/seaport-types/src/interfaces/ConsiderationInterface.js.map +1 -0
- package/lib/typechain-types/seaport-types/src/interfaces/CriteriaResolutionErrors.js.map +1 -0
- package/lib/typechain-types/seaport-types/src/interfaces/FulfillmentApplicationErrors.js.map +1 -0
- package/lib/typechain-types/seaport-types/src/interfaces/ReentrancyErrors.js.map +1 -0
- package/lib/typechain-types/seaport-types/src/interfaces/SignatureVerificationErrors.js.map +1 -0
- package/lib/typechain-types/seaport-types/src/interfaces/TokenTransferrerErrors.js.map +1 -0
- package/lib/typechain-types/seaport-types/src/interfaces/ZoneInteractionErrors.js.map +1 -0
- package/lib/typechain-types/seaport-types/src/interfaces/index.js +3 -0
- package/lib/typechain-types/seaport-types/src/interfaces/index.js.map +1 -0
- package/lib/types.d.ts +2 -2
- package/lib/utils/balanceAndApprovalCheck.d.ts +3 -3
- package/lib/utils/criteria.d.ts +2 -2
- package/lib/utils/fulfill.d.ts +3 -2
- package/lib/utils/fulfill.js +17 -1
- package/lib/utils/fulfill.js.map +1 -1
- package/lib/utils/item.d.ts +2 -2
- package/lib/utils/order.d.ts +1 -1
- package/lib/utils/usecase.d.ts +1 -1
- package/package.json +10 -10
- package/src/abi/{Seaport_v1_5.ts → Seaport.ts} +1 -3
- package/src/artifacts/@rari-capital/solmate/src/tokens/ERC1155.sol/ERC1155.dbg.json +1 -1
- package/src/artifacts/@rari-capital/solmate/src/tokens/ERC1155.sol/ERC1155TokenReceiver.dbg.json +1 -1
- package/src/artifacts/@rari-capital/solmate/src/tokens/ERC20.sol/ERC20.dbg.json +1 -1
- package/src/artifacts/@rari-capital/solmate/src/tokens/ERC721.sol/ERC721.dbg.json +1 -1
- package/src/artifacts/@rari-capital/solmate/src/tokens/ERC721.sol/ERC721TokenReceiver.dbg.json +1 -1
- package/src/artifacts/build-info/{632b35bbd6fe5c9f99b0f05bfe6049f4.json → 90b7b45c3cdf389e1b80d1a2d21abb2f.json} +1 -1
- package/src/artifacts/seaport/contracts/Seaport.sol/Seaport.dbg.json +4 -0
- package/src/artifacts/seaport/contracts/Seaport.sol/Seaport.json +2967 -0
- package/src/artifacts/seaport/contracts/conduit/Conduit.sol/LocalConduit.dbg.json +4 -0
- package/src/artifacts/seaport/contracts/conduit/Conduit.sol/LocalConduit.json +390 -0
- package/src/artifacts/seaport/contracts/conduit/ConduitController.sol/LocalConduitController.dbg.json +4 -0
- package/src/artifacts/seaport/contracts/conduit/ConduitController.sol/LocalConduitController.json +441 -0
- package/src/artifacts/seaport-core/src/conduit/Conduit.sol/Conduit.dbg.json +4 -0
- package/src/artifacts/seaport-core/src/conduit/Conduit.sol/Conduit.json +395 -0
- package/src/artifacts/seaport-core/src/conduit/ConduitController.sol/ConduitController.dbg.json +4 -0
- package/src/artifacts/seaport-core/src/conduit/ConduitController.sol/ConduitController.json +446 -0
- package/src/artifacts/seaport-core/src/lib/AmountDeriver.sol/AmountDeriver.dbg.json +4 -0
- package/src/artifacts/seaport-core/src/lib/AmountDeriver.sol/AmountDeriver.json +16 -0
- package/src/artifacts/seaport-core/src/lib/Assertions.sol/Assertions.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts/lib/Verifiers.sol/Verifiers.json → seaport-core/src/lib/Assertions.sol/Assertions.json} +26 -30
- package/src/artifacts/seaport-core/src/lib/BasicOrderFulfiller.sol/BasicOrderFulfiller.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-core/src}/lib/BasicOrderFulfiller.sol/BasicOrderFulfiller.json +25 -3
- package/src/artifacts/seaport-core/src/lib/Consideration.sol/Consideration.dbg.json +4 -0
- package/src/artifacts/seaport-core/src/lib/Consideration.sol/Consideration.json +2967 -0
- package/src/artifacts/seaport-core/src/lib/ConsiderationBase.sol/ConsiderationBase.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts/lib/GettersAndDerivers.sol/GettersAndDerivers.json → seaport-core/src/lib/ConsiderationBase.sol/ConsiderationBase.json} +4 -4
- package/src/artifacts/seaport-core/src/lib/ConsiderationDecoder.sol/ConsiderationDecoder.dbg.json +4 -0
- package/src/artifacts/seaport-core/src/lib/ConsiderationDecoder.sol/ConsiderationDecoder.json +10 -0
- package/src/artifacts/seaport-core/src/lib/ConsiderationEncoder.sol/ConsiderationEncoder.dbg.json +4 -0
- package/src/artifacts/seaport-core/src/lib/ConsiderationEncoder.sol/ConsiderationEncoder.json +10 -0
- package/src/artifacts/seaport-core/src/lib/CounterManager.sol/CounterManager.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-core/src}/lib/CounterManager.sol/CounterManager.json +25 -3
- package/src/artifacts/seaport-core/src/lib/CriteriaResolution.sol/CriteriaResolution.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-core/src}/lib/CriteriaResolution.sol/CriteriaResolution.json +3 -3
- package/src/artifacts/seaport-core/src/lib/Executor.sol/Executor.dbg.json +4 -0
- package/src/artifacts/seaport-core/src/lib/Executor.sol/Executor.json +653 -0
- package/src/artifacts/seaport-core/src/lib/FulfillmentApplier.sol/FulfillmentApplier.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-core/src}/lib/FulfillmentApplier.sol/FulfillmentApplier.json +3 -3
- package/src/artifacts/seaport-core/src/lib/GettersAndDerivers.sol/GettersAndDerivers.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts/lib/ConsiderationBase.sol/ConsiderationBase.json → seaport-core/src/lib/GettersAndDerivers.sol/GettersAndDerivers.json} +4 -4
- package/src/artifacts/seaport-core/src/lib/LowLevelHelpers.sol/LowLevelHelpers.dbg.json +4 -0
- package/src/artifacts/seaport-core/src/lib/LowLevelHelpers.sol/LowLevelHelpers.json +10 -0
- package/src/artifacts/seaport-core/src/lib/OrderCombiner.sol/OrderCombiner.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderCombiner.sol/OrderCombiner.json +25 -3
- package/src/artifacts/seaport-core/src/lib/OrderFulfiller.sol/OrderFulfiller.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderFulfiller.sol/OrderFulfiller.json +25 -3
- package/src/artifacts/seaport-core/src/lib/OrderValidator.sol/OrderValidator.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderValidator.sol/OrderValidator.json +25 -3
- package/src/artifacts/seaport-core/src/lib/ReentrancyGuard.sol/ReentrancyGuard.dbg.json +4 -0
- package/src/artifacts/seaport-core/src/lib/ReentrancyGuard.sol/ReentrancyGuard.json +43 -0
- package/src/artifacts/seaport-core/src/lib/SignatureVerification.sol/SignatureVerification.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-core/src}/lib/SignatureVerification.sol/SignatureVerification.json +3 -3
- package/src/artifacts/seaport-core/src/lib/TokenTransferrer.sol/TokenTransferrer.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-core/src}/lib/TokenTransferrer.sol/TokenTransferrer.json +3 -3
- package/src/artifacts/seaport-core/src/lib/Verifiers.sol/Verifiers.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts/lib/Executor.sol/Executor.json → seaport-core/src/lib/Verifiers.sol/Verifiers.json} +26 -4
- package/src/artifacts/seaport-core/src/lib/ZoneInteraction.sol/ZoneInteraction.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-core/src}/lib/ZoneInteraction.sol/ZoneInteraction.json +3 -3
- package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/CalldataPointerLib.dbg.json +4 -0
- package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/CalldataPointerLib.json +10 -0
- package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/CalldataReaders.dbg.json +4 -0
- package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/CalldataReaders.json +10 -0
- package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/MemoryPointerLib.dbg.json +4 -0
- package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/MemoryPointerLib.json +10 -0
- package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/MemoryReaders.dbg.json +4 -0
- package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/MemoryReaders.json +10 -0
- package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/MemoryWriters.dbg.json +4 -0
- package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/MemoryWriters.json +10 -0
- package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/ReturndataPointerLib.dbg.json +4 -0
- package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/ReturndataPointerLib.json +10 -0
- package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/ReturndataReaders.dbg.json +4 -0
- package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/ReturndataReaders.json +10 -0
- package/src/artifacts/seaport-types/src/interfaces/AmountDerivationErrors.sol/AmountDerivationErrors.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-types/src}/interfaces/AmountDerivationErrors.sol/AmountDerivationErrors.json +1 -1
- package/src/artifacts/seaport-types/src/interfaces/ConduitControllerInterface.sol/ConduitControllerInterface.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConduitControllerInterface.sol/ConduitControllerInterface.json +1 -1
- package/src/artifacts/seaport-types/src/interfaces/ConduitInterface.sol/ConduitInterface.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConduitInterface.sol/ConduitInterface.json +1 -1
- package/src/artifacts/seaport-types/src/interfaces/ConsiderationEventsAndErrors.sol/ConsiderationEventsAndErrors.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConsiderationEventsAndErrors.sol/ConsiderationEventsAndErrors.json +1 -1
- package/src/artifacts/seaport-types/src/interfaces/ConsiderationInterface.sol/ConsiderationInterface.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConsiderationInterface.sol/ConsiderationInterface.json +1 -1
- package/src/artifacts/seaport-types/src/interfaces/CriteriaResolutionErrors.sol/CriteriaResolutionErrors.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-types/src}/interfaces/CriteriaResolutionErrors.sol/CriteriaResolutionErrors.json +1 -1
- package/src/artifacts/seaport-types/src/interfaces/FulfillmentApplicationErrors.sol/FulfillmentApplicationErrors.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-types/src}/interfaces/FulfillmentApplicationErrors.sol/FulfillmentApplicationErrors.json +1 -1
- package/src/artifacts/seaport-types/src/interfaces/ReentrancyErrors.sol/ReentrancyErrors.dbg.json +4 -0
- package/src/artifacts/seaport-types/src/interfaces/ReentrancyErrors.sol/ReentrancyErrors.json +31 -0
- package/src/artifacts/seaport-types/src/interfaces/SignatureVerificationErrors.sol/SignatureVerificationErrors.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-types/src}/interfaces/SignatureVerificationErrors.sol/SignatureVerificationErrors.json +1 -1
- package/src/artifacts/seaport-types/src/interfaces/TokenTransferrerErrors.sol/TokenTransferrerErrors.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-types/src}/interfaces/TokenTransferrerErrors.sol/TokenTransferrerErrors.json +1 -1
- package/src/artifacts/seaport-types/src/interfaces/ZoneInteractionErrors.sol/ZoneInteractionErrors.dbg.json +4 -0
- package/src/artifacts/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ZoneInteractionErrors.sol/ZoneInteractionErrors.json +1 -1
- package/src/artifacts/seaport-types/src/lib/ConsiderationStructs.sol/StructPointers.dbg.json +4 -0
- package/src/artifacts/seaport-types/src/lib/ConsiderationStructs.sol/StructPointers.json +10 -0
- package/src/artifacts/src/contracts/DomainRegistry.sol/DomainRegistry.dbg.json +1 -1
- package/src/artifacts/src/contracts/DomainRegistry.sol/DomainRegistry.json +2 -2
- package/src/artifacts/src/contracts/DomainRegistry.sol/DomainRegistryInterface.dbg.json +1 -1
- package/src/artifacts/src/contracts/test/TestERC1155.sol/TestERC1155.dbg.json +1 -1
- package/src/artifacts/src/contracts/test/TestERC1155.sol/TestERC1155.json +2 -2
- package/src/artifacts/src/contracts/test/TestERC1271Wallet.sol/IERC20Approve.dbg.json +1 -1
- package/src/artifacts/src/contracts/test/TestERC1271Wallet.sol/TestERC1271Wallet.dbg.json +1 -1
- package/src/artifacts/src/contracts/test/TestERC1271Wallet.sol/TestERC1271Wallet.json +2 -2
- package/src/artifacts/src/contracts/test/TestERC20.sol/TestERC20.dbg.json +1 -1
- package/src/artifacts/src/contracts/test/TestERC20.sol/TestERC20.json +2 -2
- package/src/artifacts/src/contracts/test/TestERC20USDC.sol/TestERC20USDC.dbg.json +1 -1
- package/src/artifacts/src/contracts/test/TestERC20USDC.sol/TestERC20USDC.json +2 -2
- package/src/artifacts/src/contracts/test/TestERC721.sol/TestERC721.dbg.json +1 -1
- package/src/artifacts/src/contracts/test/TestERC721.sol/TestERC721.json +2 -2
- package/src/constants.ts +12 -5
- package/src/contracts/Conduit.sol +2 -2
- package/src/contracts/ConduitController.sol +2 -2
- package/src/contracts/Seaport.sol +4 -0
- package/src/seaport.ts +47 -33
- package/src/typechain-types/factories/index.ts +3 -1
- package/src/typechain-types/factories/{seaport_v1_5 → seaport}/contracts/Seaport__factory.ts +26 -4
- package/src/typechain-types/factories/seaport/contracts/conduit/Conduit.sol/LocalConduit__factory.ts +446 -0
- package/src/typechain-types/factories/seaport/contracts/conduit/Conduit.sol/index.ts +4 -0
- package/src/typechain-types/factories/seaport/contracts/conduit/ConduitController.sol/LocalConduitController__factory.ts +503 -0
- package/src/typechain-types/factories/seaport/contracts/conduit/ConduitController.sol/index.ts +4 -0
- package/src/typechain-types/factories/seaport/contracts/conduit/index.ts +5 -0
- package/src/typechain-types/factories/{seaport_v1_5 → seaport}/contracts/index.ts +0 -2
- package/src/typechain-types/factories/seaport-core/index.ts +4 -0
- package/src/typechain-types/factories/seaport-core/src/conduit/ConduitController__factory.ts +502 -0
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/conduit/Conduit__factory.ts +2 -2
- package/src/typechain-types/factories/seaport-core/src/index.ts +5 -0
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/AmountDeriver__factory.ts +2 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/Assertions__factory.ts +24 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/BasicOrderFulfiller__factory.ts +24 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/ConsiderationBase__factory.ts +2 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/Consideration__factory.ts +26 -4
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/CounterManager__factory.ts +24 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/CriteriaResolution__factory.ts +2 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/Executor__factory.ts +24 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/FulfillmentApplier__factory.ts +2 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/GettersAndDerivers__factory.ts +2 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderCombiner__factory.ts +24 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderFulfiller__factory.ts +24 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderValidator__factory.ts +24 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/ReentrancyGuard__factory.ts +24 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/SignatureVerification__factory.ts +2 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/TokenTransferrer__factory.ts +2 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/Verifiers__factory.ts +24 -2
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/ZoneInteraction__factory.ts +2 -2
- package/src/typechain-types/factories/seaport-types/index.ts +4 -0
- package/src/typechain-types/factories/seaport-types/src/index.ts +4 -0
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/AmountDerivationErrors__factory.ts +1 -1
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConduitControllerInterface__factory.ts +1 -1
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConduitInterface__factory.ts +1 -1
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConsiderationEventsAndErrors__factory.ts +1 -1
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConsiderationInterface__factory.ts +1 -1
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/CriteriaResolutionErrors__factory.ts +1 -1
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/FulfillmentApplicationErrors__factory.ts +1 -1
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ReentrancyErrors__factory.ts +16 -1
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/SignatureVerificationErrors__factory.ts +1 -1
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/TokenTransferrerErrors__factory.ts +1 -1
- package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ZoneInteractionErrors__factory.ts +1 -1
- package/src/typechain-types/factories/src/contracts/DomainRegistry.sol/DomainRegistry__factory.ts +1 -1
- package/src/typechain-types/factories/src/contracts/test/TestERC1155__factory.ts +1 -1
- package/src/typechain-types/factories/src/contracts/test/TestERC1271Wallet.sol/TestERC1271Wallet__factory.ts +1 -1
- package/src/typechain-types/factories/src/contracts/test/TestERC20USDC__factory.ts +1 -1
- package/src/typechain-types/factories/src/contracts/test/TestERC20__factory.ts +1 -1
- package/src/typechain-types/factories/src/contracts/test/TestERC721__factory.ts +1 -1
- package/src/typechain-types/hardhat.d.ts +234 -198
- package/src/typechain-types/index.ts +74 -66
- package/src/typechain-types/{seaport_v1_5 → seaport}/contracts/Seaport.ts +18 -4
- package/src/typechain-types/seaport/contracts/conduit/Conduit.sol/LocalConduit.ts +255 -0
- package/src/typechain-types/seaport/contracts/conduit/Conduit.sol/index.ts +4 -0
- package/src/typechain-types/seaport/contracts/conduit/ConduitController.sol/LocalConduitController.ts +445 -0
- package/src/typechain-types/seaport/contracts/conduit/ConduitController.sol/index.ts +4 -0
- package/src/typechain-types/seaport/contracts/conduit/index.ts +7 -0
- package/src/typechain-types/seaport/contracts/index.ts +6 -0
- package/src/typechain-types/seaport-core/index.ts +5 -0
- package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/index.ts +0 -3
- package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/Assertions.ts +20 -0
- package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/BasicOrderFulfiller.ts +20 -0
- package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/Consideration.ts +18 -4
- package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/CounterManager.ts +20 -0
- package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/Executor.ts +20 -0
- package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderCombiner.ts +20 -0
- package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderFulfiller.ts +20 -0
- package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderValidator.ts +20 -0
- package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/ReentrancyGuard.ts +22 -1
- package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/Verifiers.ts +20 -0
- package/src/typechain-types/seaport-types/index.ts +5 -0
- package/src/typechain-types/seaport-types/src/index.ts +5 -0
- package/src/types.ts +6 -5
- package/src/utils/fulfill.ts +21 -1
- package/lib/abi/Seaport_v1_5.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/Seaport__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/conduit/ConduitController__factory.d.ts +0 -351
- package/lib/typechain-types/factories/seaport_v1_5/contracts/conduit/ConduitController__factory.js +0 -475
- package/lib/typechain-types/factories/seaport_v1_5/contracts/conduit/ConduitController__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/conduit/Conduit__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/conduit/index.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/index.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/AmountDerivationErrors__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConduitControllerInterface__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConduitInterface__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConsiderationEventsAndErrors__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConsiderationInterface__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/CriteriaResolutionErrors__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/FulfillmentApplicationErrors__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ReentrancyErrors__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/SignatureVerificationErrors__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/TokenTransferrerErrors__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ZoneInteractionErrors__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/index.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/AmountDeriver__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Assertions__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/BasicOrderFulfiller__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/ConsiderationBase__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Consideration__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/CounterManager__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/CriteriaResolution__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Executor__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/FulfillmentApplier__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/OrderCombiner__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/OrderFulfiller__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/OrderValidator__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/ReentrancyGuard__factory.d.ts +0 -30
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/ReentrancyGuard__factory.js +0 -50
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/ReentrancyGuard__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/SignatureVerification__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/TokenTransferrer__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Verifiers__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/ZoneInteraction__factory.js.map +0 -1
- package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/index.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/Seaport.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/conduit/Conduit.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/conduit/ConduitController.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/conduit/index.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/index.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/interfaces/AmountDerivationErrors.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConduitControllerInterface.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConduitInterface.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConsiderationEventsAndErrors.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConsiderationInterface.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/interfaces/CriteriaResolutionErrors.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/interfaces/FulfillmentApplicationErrors.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ReentrancyErrors.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/interfaces/SignatureVerificationErrors.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/interfaces/TokenTransferrerErrors.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ZoneInteractionErrors.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/interfaces/index.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/AmountDeriver.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/Assertions.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/BasicOrderFulfiller.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/Consideration.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/ConsiderationBase.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/CounterManager.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/CriteriaResolution.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/Executor.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/FulfillmentApplier.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/GettersAndDerivers.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/OrderCombiner.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/OrderFulfiller.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/OrderValidator.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/ReentrancyGuard.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/SignatureVerification.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/TokenTransferrer.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/Verifiers.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/ZoneInteraction.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/contracts/lib/index.js.map +0 -1
- package/lib/typechain-types/seaport_v1_5/index.js.map +0 -1
- package/src/artifacts/seaport_v1_5/contracts/Seaport.sol/Seaport.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/Seaport.sol/Seaport.json +0 -2945
- package/src/artifacts/seaport_v1_5/contracts/conduit/Conduit.sol/Conduit.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/conduit/Conduit.sol/Conduit.json +0 -395
- package/src/artifacts/seaport_v1_5/contracts/conduit/ConduitController.sol/ConduitController.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/conduit/ConduitController.sol/ConduitController.json +0 -446
- package/src/artifacts/seaport_v1_5/contracts/helpers/PointerLibraries.sol/CalldataPointerLib.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/helpers/PointerLibraries.sol/CalldataPointerLib.json +0 -10
- package/src/artifacts/seaport_v1_5/contracts/helpers/PointerLibraries.sol/CalldataReaders.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/helpers/PointerLibraries.sol/CalldataReaders.json +0 -10
- package/src/artifacts/seaport_v1_5/contracts/helpers/PointerLibraries.sol/MemoryPointerLib.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/helpers/PointerLibraries.sol/MemoryPointerLib.json +0 -10
- package/src/artifacts/seaport_v1_5/contracts/helpers/PointerLibraries.sol/MemoryReaders.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/helpers/PointerLibraries.sol/MemoryReaders.json +0 -10
- package/src/artifacts/seaport_v1_5/contracts/helpers/PointerLibraries.sol/MemoryWriters.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/helpers/PointerLibraries.sol/MemoryWriters.json +0 -10
- package/src/artifacts/seaport_v1_5/contracts/helpers/PointerLibraries.sol/ReturndataPointerLib.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/helpers/PointerLibraries.sol/ReturndataPointerLib.json +0 -10
- package/src/artifacts/seaport_v1_5/contracts/helpers/PointerLibraries.sol/ReturndataReaders.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/helpers/PointerLibraries.sol/ReturndataReaders.json +0 -10
- package/src/artifacts/seaport_v1_5/contracts/interfaces/AmountDerivationErrors.sol/AmountDerivationErrors.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/interfaces/ConduitControllerInterface.sol/ConduitControllerInterface.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/interfaces/ConduitInterface.sol/ConduitInterface.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/interfaces/ConsiderationEventsAndErrors.sol/ConsiderationEventsAndErrors.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/interfaces/ConsiderationInterface.sol/ConsiderationInterface.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/interfaces/CriteriaResolutionErrors.sol/CriteriaResolutionErrors.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/interfaces/FulfillmentApplicationErrors.sol/FulfillmentApplicationErrors.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/interfaces/ReentrancyErrors.sol/ReentrancyErrors.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/interfaces/ReentrancyErrors.sol/ReentrancyErrors.json +0 -16
- package/src/artifacts/seaport_v1_5/contracts/interfaces/SignatureVerificationErrors.sol/SignatureVerificationErrors.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/interfaces/TokenTransferrerErrors.sol/TokenTransferrerErrors.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/interfaces/ZoneInteractionErrors.sol/ZoneInteractionErrors.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/AmountDeriver.sol/AmountDeriver.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/AmountDeriver.sol/AmountDeriver.json +0 -16
- package/src/artifacts/seaport_v1_5/contracts/lib/Assertions.sol/Assertions.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/Assertions.sol/Assertions.json +0 -605
- package/src/artifacts/seaport_v1_5/contracts/lib/BasicOrderFulfiller.sol/BasicOrderFulfiller.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/Consideration.sol/Consideration.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/Consideration.sol/Consideration.json +0 -2945
- package/src/artifacts/seaport_v1_5/contracts/lib/ConsiderationBase.sol/ConsiderationBase.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/ConsiderationDecoder.sol/ConsiderationDecoder.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/ConsiderationDecoder.sol/ConsiderationDecoder.json +0 -10
- package/src/artifacts/seaport_v1_5/contracts/lib/ConsiderationEncoder.sol/ConsiderationEncoder.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/ConsiderationEncoder.sol/ConsiderationEncoder.json +0 -10
- package/src/artifacts/seaport_v1_5/contracts/lib/ConsiderationStructs.sol/StructPointers.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/ConsiderationStructs.sol/StructPointers.json +0 -10
- package/src/artifacts/seaport_v1_5/contracts/lib/CounterManager.sol/CounterManager.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/CriteriaResolution.sol/CriteriaResolution.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/Executor.sol/Executor.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/FulfillmentApplier.sol/FulfillmentApplier.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/GettersAndDerivers.sol/GettersAndDerivers.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/LowLevelHelpers.sol/LowLevelHelpers.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/LowLevelHelpers.sol/LowLevelHelpers.json +0 -10
- package/src/artifacts/seaport_v1_5/contracts/lib/OrderCombiner.sol/OrderCombiner.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/OrderFulfiller.sol/OrderFulfiller.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/OrderValidator.sol/OrderValidator.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/ReentrancyGuard.sol/ReentrancyGuard.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/ReentrancyGuard.sol/ReentrancyGuard.json +0 -21
- package/src/artifacts/seaport_v1_5/contracts/lib/SignatureVerification.sol/SignatureVerification.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/TokenTransferrer.sol/TokenTransferrer.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/Verifiers.sol/Verifiers.dbg.json +0 -4
- package/src/artifacts/seaport_v1_5/contracts/lib/ZoneInteraction.sol/ZoneInteraction.dbg.json +0 -4
- package/src/contracts/Seaport_v1_5.sol +0 -4
- package/src/typechain-types/factories/seaport_v1_5/contracts/conduit/ConduitController__factory.ts +0 -502
- /package/lib/typechain-types/factories/{seaport_v1_5 → seaport}/index.d.ts +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5 → seaport}/index.js +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/conduit/index.d.ts +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/conduit/index.js +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/index.d.ts +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/index.js +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/AmountDerivationErrors__factory.js +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConduitControllerInterface__factory.js +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConduitInterface__factory.js +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConsiderationEventsAndErrors__factory.js +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConsiderationInterface__factory.js +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/CriteriaResolutionErrors__factory.js +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/FulfillmentApplicationErrors__factory.js +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/SignatureVerificationErrors__factory.js +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/TokenTransferrerErrors__factory.js +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ZoneInteractionErrors__factory.js +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/index.d.ts +0 -0
- /package/lib/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/index.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5 → seaport}/contracts/Seaport.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5 → seaport}/index.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts/conduit → seaport-core}/index.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/conduit/Conduit.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/conduit/Conduit.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/conduit/ConduitController.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/conduit/ConduitController.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/conduit/index.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src/conduit}/index.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts/interfaces → seaport-core/src}/index.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/AmountDeriver.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/AmountDeriver.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/Assertions.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/BasicOrderFulfiller.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/Consideration.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/ConsiderationBase.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/ConsiderationBase.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/CounterManager.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/CriteriaResolution.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/CriteriaResolution.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/Executor.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/FulfillmentApplier.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/FulfillmentApplier.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/GettersAndDerivers.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/GettersAndDerivers.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderCombiner.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderFulfiller.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/OrderValidator.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/ReentrancyGuard.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/SignatureVerification.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/SignatureVerification.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/TokenTransferrer.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/TokenTransferrer.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/Verifiers.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/ZoneInteraction.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/ZoneInteraction.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/index.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/index.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5 → seaport-types}/index.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/AmountDerivationErrors.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/AmountDerivationErrors.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConduitControllerInterface.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConduitControllerInterface.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConduitInterface.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConduitInterface.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConsiderationEventsAndErrors.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConsiderationEventsAndErrors.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConsiderationInterface.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConsiderationInterface.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/CriteriaResolutionErrors.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/CriteriaResolutionErrors.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/FulfillmentApplicationErrors.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/FulfillmentApplicationErrors.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ReentrancyErrors.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ReentrancyErrors.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/SignatureVerificationErrors.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/SignatureVerificationErrors.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/TokenTransferrerErrors.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/TokenTransferrerErrors.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ZoneInteractionErrors.d.ts +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ZoneInteractionErrors.js +0 -0
- /package/lib/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/index.d.ts +0 -0
- /package/src/typechain-types/factories/{seaport_v1_5 → seaport}/index.ts +0 -0
- /package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/conduit/index.ts +0 -0
- /package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-core/src}/lib/index.ts +0 -0
- /package/src/typechain-types/factories/{seaport_v1_5/contracts → seaport-types/src}/interfaces/index.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5 → seaport}/index.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/conduit/Conduit.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/conduit/ConduitController.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/conduit/index.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/AmountDeriver.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/ConsiderationBase.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/CriteriaResolution.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/FulfillmentApplier.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/GettersAndDerivers.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/SignatureVerification.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/TokenTransferrer.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/ZoneInteraction.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-core/src}/lib/index.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/AmountDerivationErrors.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConduitControllerInterface.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConduitInterface.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConsiderationEventsAndErrors.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ConsiderationInterface.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/CriteriaResolutionErrors.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/FulfillmentApplicationErrors.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ReentrancyErrors.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/SignatureVerificationErrors.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/TokenTransferrerErrors.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/ZoneInteractionErrors.ts +0 -0
- /package/src/typechain-types/{seaport_v1_5/contracts → seaport-types/src}/interfaces/index.ts +0 -0
|
@@ -0,0 +1,2967 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "Seaport",
|
|
4
|
+
"sourceName": "seaport/contracts/Seaport.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "conduitController",
|
|
11
|
+
"type": "address"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"stateMutability": "nonpayable",
|
|
15
|
+
"type": "constructor"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"inputs": [],
|
|
19
|
+
"name": "BadContractSignature",
|
|
20
|
+
"type": "error"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"inputs": [],
|
|
24
|
+
"name": "BadFraction",
|
|
25
|
+
"type": "error"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"inputs": [
|
|
29
|
+
{
|
|
30
|
+
"internalType": "address",
|
|
31
|
+
"name": "token",
|
|
32
|
+
"type": "address"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"internalType": "address",
|
|
36
|
+
"name": "from",
|
|
37
|
+
"type": "address"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"internalType": "address",
|
|
41
|
+
"name": "to",
|
|
42
|
+
"type": "address"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"internalType": "uint256",
|
|
46
|
+
"name": "amount",
|
|
47
|
+
"type": "uint256"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"name": "BadReturnValueFromERC20OnTransfer",
|
|
51
|
+
"type": "error"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"inputs": [
|
|
55
|
+
{
|
|
56
|
+
"internalType": "uint8",
|
|
57
|
+
"name": "v",
|
|
58
|
+
"type": "uint8"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"name": "BadSignatureV",
|
|
62
|
+
"type": "error"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"inputs": [],
|
|
66
|
+
"name": "CannotCancelOrder",
|
|
67
|
+
"type": "error"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"inputs": [],
|
|
71
|
+
"name": "ConsiderationCriteriaResolverOutOfRange",
|
|
72
|
+
"type": "error"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"inputs": [],
|
|
76
|
+
"name": "ConsiderationLengthNotEqualToTotalOriginal",
|
|
77
|
+
"type": "error"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"inputs": [
|
|
81
|
+
{
|
|
82
|
+
"internalType": "uint256",
|
|
83
|
+
"name": "orderIndex",
|
|
84
|
+
"type": "uint256"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"internalType": "uint256",
|
|
88
|
+
"name": "considerationIndex",
|
|
89
|
+
"type": "uint256"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"internalType": "uint256",
|
|
93
|
+
"name": "shortfallAmount",
|
|
94
|
+
"type": "uint256"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"name": "ConsiderationNotMet",
|
|
98
|
+
"type": "error"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"inputs": [],
|
|
102
|
+
"name": "CriteriaNotEnabledForItem",
|
|
103
|
+
"type": "error"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"inputs": [
|
|
107
|
+
{
|
|
108
|
+
"internalType": "address",
|
|
109
|
+
"name": "token",
|
|
110
|
+
"type": "address"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"internalType": "address",
|
|
114
|
+
"name": "from",
|
|
115
|
+
"type": "address"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"internalType": "address",
|
|
119
|
+
"name": "to",
|
|
120
|
+
"type": "address"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"internalType": "uint256[]",
|
|
124
|
+
"name": "identifiers",
|
|
125
|
+
"type": "uint256[]"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"internalType": "uint256[]",
|
|
129
|
+
"name": "amounts",
|
|
130
|
+
"type": "uint256[]"
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"name": "ERC1155BatchTransferGenericFailure",
|
|
134
|
+
"type": "error"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"inputs": [],
|
|
138
|
+
"name": "InexactFraction",
|
|
139
|
+
"type": "error"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"inputs": [],
|
|
143
|
+
"name": "InsufficientNativeTokensSupplied",
|
|
144
|
+
"type": "error"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"inputs": [],
|
|
148
|
+
"name": "Invalid1155BatchTransferEncoding",
|
|
149
|
+
"type": "error"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"inputs": [],
|
|
153
|
+
"name": "InvalidBasicOrderParameterEncoding",
|
|
154
|
+
"type": "error"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"inputs": [
|
|
158
|
+
{
|
|
159
|
+
"internalType": "address",
|
|
160
|
+
"name": "conduit",
|
|
161
|
+
"type": "address"
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"name": "InvalidCallToConduit",
|
|
165
|
+
"type": "error"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"inputs": [
|
|
169
|
+
{
|
|
170
|
+
"internalType": "bytes32",
|
|
171
|
+
"name": "conduitKey",
|
|
172
|
+
"type": "bytes32"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"internalType": "address",
|
|
176
|
+
"name": "conduit",
|
|
177
|
+
"type": "address"
|
|
178
|
+
}
|
|
179
|
+
],
|
|
180
|
+
"name": "InvalidConduit",
|
|
181
|
+
"type": "error"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"inputs": [
|
|
185
|
+
{
|
|
186
|
+
"internalType": "bytes32",
|
|
187
|
+
"name": "orderHash",
|
|
188
|
+
"type": "bytes32"
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"name": "InvalidContractOrder",
|
|
192
|
+
"type": "error"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"inputs": [
|
|
196
|
+
{
|
|
197
|
+
"internalType": "uint256",
|
|
198
|
+
"name": "amount",
|
|
199
|
+
"type": "uint256"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"name": "InvalidERC721TransferAmount",
|
|
203
|
+
"type": "error"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"inputs": [],
|
|
207
|
+
"name": "InvalidFulfillmentComponentData",
|
|
208
|
+
"type": "error"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"inputs": [
|
|
212
|
+
{
|
|
213
|
+
"internalType": "uint256",
|
|
214
|
+
"name": "value",
|
|
215
|
+
"type": "uint256"
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"name": "InvalidMsgValue",
|
|
219
|
+
"type": "error"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"inputs": [],
|
|
223
|
+
"name": "InvalidNativeOfferItem",
|
|
224
|
+
"type": "error"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"inputs": [],
|
|
228
|
+
"name": "InvalidProof",
|
|
229
|
+
"type": "error"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"inputs": [
|
|
233
|
+
{
|
|
234
|
+
"internalType": "bytes32",
|
|
235
|
+
"name": "orderHash",
|
|
236
|
+
"type": "bytes32"
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
"name": "InvalidRestrictedOrder",
|
|
240
|
+
"type": "error"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"inputs": [],
|
|
244
|
+
"name": "InvalidSignature",
|
|
245
|
+
"type": "error"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"inputs": [],
|
|
249
|
+
"name": "InvalidSigner",
|
|
250
|
+
"type": "error"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"inputs": [
|
|
254
|
+
{
|
|
255
|
+
"internalType": "uint256",
|
|
256
|
+
"name": "startTime",
|
|
257
|
+
"type": "uint256"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"internalType": "uint256",
|
|
261
|
+
"name": "endTime",
|
|
262
|
+
"type": "uint256"
|
|
263
|
+
}
|
|
264
|
+
],
|
|
265
|
+
"name": "InvalidTime",
|
|
266
|
+
"type": "error"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"inputs": [
|
|
270
|
+
{
|
|
271
|
+
"internalType": "uint256",
|
|
272
|
+
"name": "fulfillmentIndex",
|
|
273
|
+
"type": "uint256"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"name": "MismatchedFulfillmentOfferAndConsiderationComponents",
|
|
277
|
+
"type": "error"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"inputs": [
|
|
281
|
+
{
|
|
282
|
+
"internalType": "enum Side",
|
|
283
|
+
"name": "side",
|
|
284
|
+
"type": "uint8"
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"name": "MissingFulfillmentComponentOnAggregation",
|
|
288
|
+
"type": "error"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"inputs": [],
|
|
292
|
+
"name": "MissingItemAmount",
|
|
293
|
+
"type": "error"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"inputs": [],
|
|
297
|
+
"name": "MissingOriginalConsiderationItems",
|
|
298
|
+
"type": "error"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"inputs": [
|
|
302
|
+
{
|
|
303
|
+
"internalType": "address",
|
|
304
|
+
"name": "account",
|
|
305
|
+
"type": "address"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"internalType": "uint256",
|
|
309
|
+
"name": "amount",
|
|
310
|
+
"type": "uint256"
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"name": "NativeTokenTransferGenericFailure",
|
|
314
|
+
"type": "error"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"inputs": [
|
|
318
|
+
{
|
|
319
|
+
"internalType": "address",
|
|
320
|
+
"name": "account",
|
|
321
|
+
"type": "address"
|
|
322
|
+
}
|
|
323
|
+
],
|
|
324
|
+
"name": "NoContract",
|
|
325
|
+
"type": "error"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"inputs": [],
|
|
329
|
+
"name": "NoReentrantCalls",
|
|
330
|
+
"type": "error"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"inputs": [],
|
|
334
|
+
"name": "NoSpecifiedOrdersAvailable",
|
|
335
|
+
"type": "error"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"inputs": [],
|
|
339
|
+
"name": "OfferAndConsiderationRequiredOnFulfillment",
|
|
340
|
+
"type": "error"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"inputs": [],
|
|
344
|
+
"name": "OfferCriteriaResolverOutOfRange",
|
|
345
|
+
"type": "error"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"inputs": [
|
|
349
|
+
{
|
|
350
|
+
"internalType": "bytes32",
|
|
351
|
+
"name": "orderHash",
|
|
352
|
+
"type": "bytes32"
|
|
353
|
+
}
|
|
354
|
+
],
|
|
355
|
+
"name": "OrderAlreadyFilled",
|
|
356
|
+
"type": "error"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"inputs": [
|
|
360
|
+
{
|
|
361
|
+
"internalType": "enum Side",
|
|
362
|
+
"name": "side",
|
|
363
|
+
"type": "uint8"
|
|
364
|
+
}
|
|
365
|
+
],
|
|
366
|
+
"name": "OrderCriteriaResolverOutOfRange",
|
|
367
|
+
"type": "error"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"inputs": [
|
|
371
|
+
{
|
|
372
|
+
"internalType": "bytes32",
|
|
373
|
+
"name": "orderHash",
|
|
374
|
+
"type": "bytes32"
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"name": "OrderIsCancelled",
|
|
378
|
+
"type": "error"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"inputs": [
|
|
382
|
+
{
|
|
383
|
+
"internalType": "bytes32",
|
|
384
|
+
"name": "orderHash",
|
|
385
|
+
"type": "bytes32"
|
|
386
|
+
}
|
|
387
|
+
],
|
|
388
|
+
"name": "OrderPartiallyFilled",
|
|
389
|
+
"type": "error"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"inputs": [],
|
|
393
|
+
"name": "PartialFillsNotEnabledForOrder",
|
|
394
|
+
"type": "error"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"inputs": [],
|
|
398
|
+
"name": "TStoreAlreadyActivated",
|
|
399
|
+
"type": "error"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"inputs": [],
|
|
403
|
+
"name": "TStoreNotSupported",
|
|
404
|
+
"type": "error"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"inputs": [],
|
|
408
|
+
"name": "TloadTestContractDeploymentFailed",
|
|
409
|
+
"type": "error"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"inputs": [
|
|
413
|
+
{
|
|
414
|
+
"internalType": "address",
|
|
415
|
+
"name": "token",
|
|
416
|
+
"type": "address"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"internalType": "address",
|
|
420
|
+
"name": "from",
|
|
421
|
+
"type": "address"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"internalType": "address",
|
|
425
|
+
"name": "to",
|
|
426
|
+
"type": "address"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"internalType": "uint256",
|
|
430
|
+
"name": "identifier",
|
|
431
|
+
"type": "uint256"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"internalType": "uint256",
|
|
435
|
+
"name": "amount",
|
|
436
|
+
"type": "uint256"
|
|
437
|
+
}
|
|
438
|
+
],
|
|
439
|
+
"name": "TokenTransferGenericFailure",
|
|
440
|
+
"type": "error"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"inputs": [
|
|
444
|
+
{
|
|
445
|
+
"internalType": "uint256",
|
|
446
|
+
"name": "orderIndex",
|
|
447
|
+
"type": "uint256"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"internalType": "uint256",
|
|
451
|
+
"name": "considerationIndex",
|
|
452
|
+
"type": "uint256"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"name": "UnresolvedConsiderationCriteria",
|
|
456
|
+
"type": "error"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"inputs": [
|
|
460
|
+
{
|
|
461
|
+
"internalType": "uint256",
|
|
462
|
+
"name": "orderIndex",
|
|
463
|
+
"type": "uint256"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"internalType": "uint256",
|
|
467
|
+
"name": "offerIndex",
|
|
468
|
+
"type": "uint256"
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"name": "UnresolvedOfferCriteria",
|
|
472
|
+
"type": "error"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"inputs": [],
|
|
476
|
+
"name": "UnusedItemParameters",
|
|
477
|
+
"type": "error"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"anonymous": false,
|
|
481
|
+
"inputs": [
|
|
482
|
+
{
|
|
483
|
+
"indexed": false,
|
|
484
|
+
"internalType": "uint256",
|
|
485
|
+
"name": "newCounter",
|
|
486
|
+
"type": "uint256"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"indexed": true,
|
|
490
|
+
"internalType": "address",
|
|
491
|
+
"name": "offerer",
|
|
492
|
+
"type": "address"
|
|
493
|
+
}
|
|
494
|
+
],
|
|
495
|
+
"name": "CounterIncremented",
|
|
496
|
+
"type": "event"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"anonymous": false,
|
|
500
|
+
"inputs": [
|
|
501
|
+
{
|
|
502
|
+
"indexed": false,
|
|
503
|
+
"internalType": "bytes32",
|
|
504
|
+
"name": "orderHash",
|
|
505
|
+
"type": "bytes32"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"indexed": true,
|
|
509
|
+
"internalType": "address",
|
|
510
|
+
"name": "offerer",
|
|
511
|
+
"type": "address"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"indexed": true,
|
|
515
|
+
"internalType": "address",
|
|
516
|
+
"name": "zone",
|
|
517
|
+
"type": "address"
|
|
518
|
+
}
|
|
519
|
+
],
|
|
520
|
+
"name": "OrderCancelled",
|
|
521
|
+
"type": "event"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"anonymous": false,
|
|
525
|
+
"inputs": [
|
|
526
|
+
{
|
|
527
|
+
"indexed": false,
|
|
528
|
+
"internalType": "bytes32",
|
|
529
|
+
"name": "orderHash",
|
|
530
|
+
"type": "bytes32"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"indexed": true,
|
|
534
|
+
"internalType": "address",
|
|
535
|
+
"name": "offerer",
|
|
536
|
+
"type": "address"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"indexed": true,
|
|
540
|
+
"internalType": "address",
|
|
541
|
+
"name": "zone",
|
|
542
|
+
"type": "address"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"indexed": false,
|
|
546
|
+
"internalType": "address",
|
|
547
|
+
"name": "recipient",
|
|
548
|
+
"type": "address"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"components": [
|
|
552
|
+
{
|
|
553
|
+
"internalType": "enum ItemType",
|
|
554
|
+
"name": "itemType",
|
|
555
|
+
"type": "uint8"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"internalType": "address",
|
|
559
|
+
"name": "token",
|
|
560
|
+
"type": "address"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"internalType": "uint256",
|
|
564
|
+
"name": "identifier",
|
|
565
|
+
"type": "uint256"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"internalType": "uint256",
|
|
569
|
+
"name": "amount",
|
|
570
|
+
"type": "uint256"
|
|
571
|
+
}
|
|
572
|
+
],
|
|
573
|
+
"indexed": false,
|
|
574
|
+
"internalType": "struct SpentItem[]",
|
|
575
|
+
"name": "offer",
|
|
576
|
+
"type": "tuple[]"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"components": [
|
|
580
|
+
{
|
|
581
|
+
"internalType": "enum ItemType",
|
|
582
|
+
"name": "itemType",
|
|
583
|
+
"type": "uint8"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"internalType": "address",
|
|
587
|
+
"name": "token",
|
|
588
|
+
"type": "address"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"internalType": "uint256",
|
|
592
|
+
"name": "identifier",
|
|
593
|
+
"type": "uint256"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"internalType": "uint256",
|
|
597
|
+
"name": "amount",
|
|
598
|
+
"type": "uint256"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"internalType": "address payable",
|
|
602
|
+
"name": "recipient",
|
|
603
|
+
"type": "address"
|
|
604
|
+
}
|
|
605
|
+
],
|
|
606
|
+
"indexed": false,
|
|
607
|
+
"internalType": "struct ReceivedItem[]",
|
|
608
|
+
"name": "consideration",
|
|
609
|
+
"type": "tuple[]"
|
|
610
|
+
}
|
|
611
|
+
],
|
|
612
|
+
"name": "OrderFulfilled",
|
|
613
|
+
"type": "event"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"anonymous": false,
|
|
617
|
+
"inputs": [
|
|
618
|
+
{
|
|
619
|
+
"indexed": false,
|
|
620
|
+
"internalType": "bytes32",
|
|
621
|
+
"name": "orderHash",
|
|
622
|
+
"type": "bytes32"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"components": [
|
|
626
|
+
{
|
|
627
|
+
"internalType": "address",
|
|
628
|
+
"name": "offerer",
|
|
629
|
+
"type": "address"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"internalType": "address",
|
|
633
|
+
"name": "zone",
|
|
634
|
+
"type": "address"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"components": [
|
|
638
|
+
{
|
|
639
|
+
"internalType": "enum ItemType",
|
|
640
|
+
"name": "itemType",
|
|
641
|
+
"type": "uint8"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"internalType": "address",
|
|
645
|
+
"name": "token",
|
|
646
|
+
"type": "address"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"internalType": "uint256",
|
|
650
|
+
"name": "identifierOrCriteria",
|
|
651
|
+
"type": "uint256"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"internalType": "uint256",
|
|
655
|
+
"name": "startAmount",
|
|
656
|
+
"type": "uint256"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"internalType": "uint256",
|
|
660
|
+
"name": "endAmount",
|
|
661
|
+
"type": "uint256"
|
|
662
|
+
}
|
|
663
|
+
],
|
|
664
|
+
"internalType": "struct OfferItem[]",
|
|
665
|
+
"name": "offer",
|
|
666
|
+
"type": "tuple[]"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"components": [
|
|
670
|
+
{
|
|
671
|
+
"internalType": "enum ItemType",
|
|
672
|
+
"name": "itemType",
|
|
673
|
+
"type": "uint8"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"internalType": "address",
|
|
677
|
+
"name": "token",
|
|
678
|
+
"type": "address"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"internalType": "uint256",
|
|
682
|
+
"name": "identifierOrCriteria",
|
|
683
|
+
"type": "uint256"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"internalType": "uint256",
|
|
687
|
+
"name": "startAmount",
|
|
688
|
+
"type": "uint256"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"internalType": "uint256",
|
|
692
|
+
"name": "endAmount",
|
|
693
|
+
"type": "uint256"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"internalType": "address payable",
|
|
697
|
+
"name": "recipient",
|
|
698
|
+
"type": "address"
|
|
699
|
+
}
|
|
700
|
+
],
|
|
701
|
+
"internalType": "struct ConsiderationItem[]",
|
|
702
|
+
"name": "consideration",
|
|
703
|
+
"type": "tuple[]"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"internalType": "enum OrderType",
|
|
707
|
+
"name": "orderType",
|
|
708
|
+
"type": "uint8"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"internalType": "uint256",
|
|
712
|
+
"name": "startTime",
|
|
713
|
+
"type": "uint256"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"internalType": "uint256",
|
|
717
|
+
"name": "endTime",
|
|
718
|
+
"type": "uint256"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"internalType": "bytes32",
|
|
722
|
+
"name": "zoneHash",
|
|
723
|
+
"type": "bytes32"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"internalType": "uint256",
|
|
727
|
+
"name": "salt",
|
|
728
|
+
"type": "uint256"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"internalType": "bytes32",
|
|
732
|
+
"name": "conduitKey",
|
|
733
|
+
"type": "bytes32"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"internalType": "uint256",
|
|
737
|
+
"name": "totalOriginalConsiderationItems",
|
|
738
|
+
"type": "uint256"
|
|
739
|
+
}
|
|
740
|
+
],
|
|
741
|
+
"indexed": false,
|
|
742
|
+
"internalType": "struct OrderParameters",
|
|
743
|
+
"name": "orderParameters",
|
|
744
|
+
"type": "tuple"
|
|
745
|
+
}
|
|
746
|
+
],
|
|
747
|
+
"name": "OrderValidated",
|
|
748
|
+
"type": "event"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"anonymous": false,
|
|
752
|
+
"inputs": [
|
|
753
|
+
{
|
|
754
|
+
"indexed": false,
|
|
755
|
+
"internalType": "bytes32[]",
|
|
756
|
+
"name": "orderHashes",
|
|
757
|
+
"type": "bytes32[]"
|
|
758
|
+
}
|
|
759
|
+
],
|
|
760
|
+
"name": "OrdersMatched",
|
|
761
|
+
"type": "event"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"inputs": [],
|
|
765
|
+
"name": "__activateTstore",
|
|
766
|
+
"outputs": [],
|
|
767
|
+
"stateMutability": "nonpayable",
|
|
768
|
+
"type": "function"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"inputs": [
|
|
772
|
+
{
|
|
773
|
+
"components": [
|
|
774
|
+
{
|
|
775
|
+
"internalType": "address",
|
|
776
|
+
"name": "offerer",
|
|
777
|
+
"type": "address"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"internalType": "address",
|
|
781
|
+
"name": "zone",
|
|
782
|
+
"type": "address"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"components": [
|
|
786
|
+
{
|
|
787
|
+
"internalType": "enum ItemType",
|
|
788
|
+
"name": "itemType",
|
|
789
|
+
"type": "uint8"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"internalType": "address",
|
|
793
|
+
"name": "token",
|
|
794
|
+
"type": "address"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"internalType": "uint256",
|
|
798
|
+
"name": "identifierOrCriteria",
|
|
799
|
+
"type": "uint256"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"internalType": "uint256",
|
|
803
|
+
"name": "startAmount",
|
|
804
|
+
"type": "uint256"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"internalType": "uint256",
|
|
808
|
+
"name": "endAmount",
|
|
809
|
+
"type": "uint256"
|
|
810
|
+
}
|
|
811
|
+
],
|
|
812
|
+
"internalType": "struct OfferItem[]",
|
|
813
|
+
"name": "offer",
|
|
814
|
+
"type": "tuple[]"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"components": [
|
|
818
|
+
{
|
|
819
|
+
"internalType": "enum ItemType",
|
|
820
|
+
"name": "itemType",
|
|
821
|
+
"type": "uint8"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"internalType": "address",
|
|
825
|
+
"name": "token",
|
|
826
|
+
"type": "address"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"internalType": "uint256",
|
|
830
|
+
"name": "identifierOrCriteria",
|
|
831
|
+
"type": "uint256"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"internalType": "uint256",
|
|
835
|
+
"name": "startAmount",
|
|
836
|
+
"type": "uint256"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"internalType": "uint256",
|
|
840
|
+
"name": "endAmount",
|
|
841
|
+
"type": "uint256"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"internalType": "address payable",
|
|
845
|
+
"name": "recipient",
|
|
846
|
+
"type": "address"
|
|
847
|
+
}
|
|
848
|
+
],
|
|
849
|
+
"internalType": "struct ConsiderationItem[]",
|
|
850
|
+
"name": "consideration",
|
|
851
|
+
"type": "tuple[]"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"internalType": "enum OrderType",
|
|
855
|
+
"name": "orderType",
|
|
856
|
+
"type": "uint8"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"internalType": "uint256",
|
|
860
|
+
"name": "startTime",
|
|
861
|
+
"type": "uint256"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"internalType": "uint256",
|
|
865
|
+
"name": "endTime",
|
|
866
|
+
"type": "uint256"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"internalType": "bytes32",
|
|
870
|
+
"name": "zoneHash",
|
|
871
|
+
"type": "bytes32"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"internalType": "uint256",
|
|
875
|
+
"name": "salt",
|
|
876
|
+
"type": "uint256"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"internalType": "bytes32",
|
|
880
|
+
"name": "conduitKey",
|
|
881
|
+
"type": "bytes32"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"internalType": "uint256",
|
|
885
|
+
"name": "counter",
|
|
886
|
+
"type": "uint256"
|
|
887
|
+
}
|
|
888
|
+
],
|
|
889
|
+
"internalType": "struct OrderComponents[]",
|
|
890
|
+
"name": "orders",
|
|
891
|
+
"type": "tuple[]"
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"name": "cancel",
|
|
895
|
+
"outputs": [
|
|
896
|
+
{
|
|
897
|
+
"internalType": "bool",
|
|
898
|
+
"name": "cancelled",
|
|
899
|
+
"type": "bool"
|
|
900
|
+
}
|
|
901
|
+
],
|
|
902
|
+
"stateMutability": "nonpayable",
|
|
903
|
+
"type": "function"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"inputs": [
|
|
907
|
+
{
|
|
908
|
+
"components": [
|
|
909
|
+
{
|
|
910
|
+
"components": [
|
|
911
|
+
{
|
|
912
|
+
"internalType": "address",
|
|
913
|
+
"name": "offerer",
|
|
914
|
+
"type": "address"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"internalType": "address",
|
|
918
|
+
"name": "zone",
|
|
919
|
+
"type": "address"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"components": [
|
|
923
|
+
{
|
|
924
|
+
"internalType": "enum ItemType",
|
|
925
|
+
"name": "itemType",
|
|
926
|
+
"type": "uint8"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"internalType": "address",
|
|
930
|
+
"name": "token",
|
|
931
|
+
"type": "address"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"internalType": "uint256",
|
|
935
|
+
"name": "identifierOrCriteria",
|
|
936
|
+
"type": "uint256"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"internalType": "uint256",
|
|
940
|
+
"name": "startAmount",
|
|
941
|
+
"type": "uint256"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"internalType": "uint256",
|
|
945
|
+
"name": "endAmount",
|
|
946
|
+
"type": "uint256"
|
|
947
|
+
}
|
|
948
|
+
],
|
|
949
|
+
"internalType": "struct OfferItem[]",
|
|
950
|
+
"name": "offer",
|
|
951
|
+
"type": "tuple[]"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"components": [
|
|
955
|
+
{
|
|
956
|
+
"internalType": "enum ItemType",
|
|
957
|
+
"name": "itemType",
|
|
958
|
+
"type": "uint8"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"internalType": "address",
|
|
962
|
+
"name": "token",
|
|
963
|
+
"type": "address"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"internalType": "uint256",
|
|
967
|
+
"name": "identifierOrCriteria",
|
|
968
|
+
"type": "uint256"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"internalType": "uint256",
|
|
972
|
+
"name": "startAmount",
|
|
973
|
+
"type": "uint256"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"internalType": "uint256",
|
|
977
|
+
"name": "endAmount",
|
|
978
|
+
"type": "uint256"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"internalType": "address payable",
|
|
982
|
+
"name": "recipient",
|
|
983
|
+
"type": "address"
|
|
984
|
+
}
|
|
985
|
+
],
|
|
986
|
+
"internalType": "struct ConsiderationItem[]",
|
|
987
|
+
"name": "consideration",
|
|
988
|
+
"type": "tuple[]"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"internalType": "enum OrderType",
|
|
992
|
+
"name": "orderType",
|
|
993
|
+
"type": "uint8"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"internalType": "uint256",
|
|
997
|
+
"name": "startTime",
|
|
998
|
+
"type": "uint256"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"internalType": "uint256",
|
|
1002
|
+
"name": "endTime",
|
|
1003
|
+
"type": "uint256"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"internalType": "bytes32",
|
|
1007
|
+
"name": "zoneHash",
|
|
1008
|
+
"type": "bytes32"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"internalType": "uint256",
|
|
1012
|
+
"name": "salt",
|
|
1013
|
+
"type": "uint256"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"internalType": "bytes32",
|
|
1017
|
+
"name": "conduitKey",
|
|
1018
|
+
"type": "bytes32"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"internalType": "uint256",
|
|
1022
|
+
"name": "totalOriginalConsiderationItems",
|
|
1023
|
+
"type": "uint256"
|
|
1024
|
+
}
|
|
1025
|
+
],
|
|
1026
|
+
"internalType": "struct OrderParameters",
|
|
1027
|
+
"name": "parameters",
|
|
1028
|
+
"type": "tuple"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"internalType": "uint120",
|
|
1032
|
+
"name": "numerator",
|
|
1033
|
+
"type": "uint120"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"internalType": "uint120",
|
|
1037
|
+
"name": "denominator",
|
|
1038
|
+
"type": "uint120"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"internalType": "bytes",
|
|
1042
|
+
"name": "signature",
|
|
1043
|
+
"type": "bytes"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"internalType": "bytes",
|
|
1047
|
+
"name": "extraData",
|
|
1048
|
+
"type": "bytes"
|
|
1049
|
+
}
|
|
1050
|
+
],
|
|
1051
|
+
"internalType": "struct AdvancedOrder",
|
|
1052
|
+
"name": "",
|
|
1053
|
+
"type": "tuple"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"components": [
|
|
1057
|
+
{
|
|
1058
|
+
"internalType": "uint256",
|
|
1059
|
+
"name": "orderIndex",
|
|
1060
|
+
"type": "uint256"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"internalType": "enum Side",
|
|
1064
|
+
"name": "side",
|
|
1065
|
+
"type": "uint8"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"internalType": "uint256",
|
|
1069
|
+
"name": "index",
|
|
1070
|
+
"type": "uint256"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"internalType": "uint256",
|
|
1074
|
+
"name": "identifier",
|
|
1075
|
+
"type": "uint256"
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"internalType": "bytes32[]",
|
|
1079
|
+
"name": "criteriaProof",
|
|
1080
|
+
"type": "bytes32[]"
|
|
1081
|
+
}
|
|
1082
|
+
],
|
|
1083
|
+
"internalType": "struct CriteriaResolver[]",
|
|
1084
|
+
"name": "",
|
|
1085
|
+
"type": "tuple[]"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"internalType": "bytes32",
|
|
1089
|
+
"name": "fulfillerConduitKey",
|
|
1090
|
+
"type": "bytes32"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"internalType": "address",
|
|
1094
|
+
"name": "recipient",
|
|
1095
|
+
"type": "address"
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
1098
|
+
"name": "fulfillAdvancedOrder",
|
|
1099
|
+
"outputs": [
|
|
1100
|
+
{
|
|
1101
|
+
"internalType": "bool",
|
|
1102
|
+
"name": "fulfilled",
|
|
1103
|
+
"type": "bool"
|
|
1104
|
+
}
|
|
1105
|
+
],
|
|
1106
|
+
"stateMutability": "payable",
|
|
1107
|
+
"type": "function"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"inputs": [
|
|
1111
|
+
{
|
|
1112
|
+
"components": [
|
|
1113
|
+
{
|
|
1114
|
+
"components": [
|
|
1115
|
+
{
|
|
1116
|
+
"internalType": "address",
|
|
1117
|
+
"name": "offerer",
|
|
1118
|
+
"type": "address"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"internalType": "address",
|
|
1122
|
+
"name": "zone",
|
|
1123
|
+
"type": "address"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"components": [
|
|
1127
|
+
{
|
|
1128
|
+
"internalType": "enum ItemType",
|
|
1129
|
+
"name": "itemType",
|
|
1130
|
+
"type": "uint8"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"internalType": "address",
|
|
1134
|
+
"name": "token",
|
|
1135
|
+
"type": "address"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"internalType": "uint256",
|
|
1139
|
+
"name": "identifierOrCriteria",
|
|
1140
|
+
"type": "uint256"
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"internalType": "uint256",
|
|
1144
|
+
"name": "startAmount",
|
|
1145
|
+
"type": "uint256"
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
"internalType": "uint256",
|
|
1149
|
+
"name": "endAmount",
|
|
1150
|
+
"type": "uint256"
|
|
1151
|
+
}
|
|
1152
|
+
],
|
|
1153
|
+
"internalType": "struct OfferItem[]",
|
|
1154
|
+
"name": "offer",
|
|
1155
|
+
"type": "tuple[]"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"components": [
|
|
1159
|
+
{
|
|
1160
|
+
"internalType": "enum ItemType",
|
|
1161
|
+
"name": "itemType",
|
|
1162
|
+
"type": "uint8"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"internalType": "address",
|
|
1166
|
+
"name": "token",
|
|
1167
|
+
"type": "address"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"internalType": "uint256",
|
|
1171
|
+
"name": "identifierOrCriteria",
|
|
1172
|
+
"type": "uint256"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"internalType": "uint256",
|
|
1176
|
+
"name": "startAmount",
|
|
1177
|
+
"type": "uint256"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"internalType": "uint256",
|
|
1181
|
+
"name": "endAmount",
|
|
1182
|
+
"type": "uint256"
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"internalType": "address payable",
|
|
1186
|
+
"name": "recipient",
|
|
1187
|
+
"type": "address"
|
|
1188
|
+
}
|
|
1189
|
+
],
|
|
1190
|
+
"internalType": "struct ConsiderationItem[]",
|
|
1191
|
+
"name": "consideration",
|
|
1192
|
+
"type": "tuple[]"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"internalType": "enum OrderType",
|
|
1196
|
+
"name": "orderType",
|
|
1197
|
+
"type": "uint8"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"internalType": "uint256",
|
|
1201
|
+
"name": "startTime",
|
|
1202
|
+
"type": "uint256"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"internalType": "uint256",
|
|
1206
|
+
"name": "endTime",
|
|
1207
|
+
"type": "uint256"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"internalType": "bytes32",
|
|
1211
|
+
"name": "zoneHash",
|
|
1212
|
+
"type": "bytes32"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"internalType": "uint256",
|
|
1216
|
+
"name": "salt",
|
|
1217
|
+
"type": "uint256"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"internalType": "bytes32",
|
|
1221
|
+
"name": "conduitKey",
|
|
1222
|
+
"type": "bytes32"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"internalType": "uint256",
|
|
1226
|
+
"name": "totalOriginalConsiderationItems",
|
|
1227
|
+
"type": "uint256"
|
|
1228
|
+
}
|
|
1229
|
+
],
|
|
1230
|
+
"internalType": "struct OrderParameters",
|
|
1231
|
+
"name": "parameters",
|
|
1232
|
+
"type": "tuple"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"internalType": "uint120",
|
|
1236
|
+
"name": "numerator",
|
|
1237
|
+
"type": "uint120"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"internalType": "uint120",
|
|
1241
|
+
"name": "denominator",
|
|
1242
|
+
"type": "uint120"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"internalType": "bytes",
|
|
1246
|
+
"name": "signature",
|
|
1247
|
+
"type": "bytes"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"internalType": "bytes",
|
|
1251
|
+
"name": "extraData",
|
|
1252
|
+
"type": "bytes"
|
|
1253
|
+
}
|
|
1254
|
+
],
|
|
1255
|
+
"internalType": "struct AdvancedOrder[]",
|
|
1256
|
+
"name": "",
|
|
1257
|
+
"type": "tuple[]"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"components": [
|
|
1261
|
+
{
|
|
1262
|
+
"internalType": "uint256",
|
|
1263
|
+
"name": "orderIndex",
|
|
1264
|
+
"type": "uint256"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"internalType": "enum Side",
|
|
1268
|
+
"name": "side",
|
|
1269
|
+
"type": "uint8"
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"internalType": "uint256",
|
|
1273
|
+
"name": "index",
|
|
1274
|
+
"type": "uint256"
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"internalType": "uint256",
|
|
1278
|
+
"name": "identifier",
|
|
1279
|
+
"type": "uint256"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"internalType": "bytes32[]",
|
|
1283
|
+
"name": "criteriaProof",
|
|
1284
|
+
"type": "bytes32[]"
|
|
1285
|
+
}
|
|
1286
|
+
],
|
|
1287
|
+
"internalType": "struct CriteriaResolver[]",
|
|
1288
|
+
"name": "",
|
|
1289
|
+
"type": "tuple[]"
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"components": [
|
|
1293
|
+
{
|
|
1294
|
+
"internalType": "uint256",
|
|
1295
|
+
"name": "orderIndex",
|
|
1296
|
+
"type": "uint256"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"internalType": "uint256",
|
|
1300
|
+
"name": "itemIndex",
|
|
1301
|
+
"type": "uint256"
|
|
1302
|
+
}
|
|
1303
|
+
],
|
|
1304
|
+
"internalType": "struct FulfillmentComponent[][]",
|
|
1305
|
+
"name": "",
|
|
1306
|
+
"type": "tuple[][]"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"components": [
|
|
1310
|
+
{
|
|
1311
|
+
"internalType": "uint256",
|
|
1312
|
+
"name": "orderIndex",
|
|
1313
|
+
"type": "uint256"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"internalType": "uint256",
|
|
1317
|
+
"name": "itemIndex",
|
|
1318
|
+
"type": "uint256"
|
|
1319
|
+
}
|
|
1320
|
+
],
|
|
1321
|
+
"internalType": "struct FulfillmentComponent[][]",
|
|
1322
|
+
"name": "",
|
|
1323
|
+
"type": "tuple[][]"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"internalType": "bytes32",
|
|
1327
|
+
"name": "fulfillerConduitKey",
|
|
1328
|
+
"type": "bytes32"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"internalType": "address",
|
|
1332
|
+
"name": "recipient",
|
|
1333
|
+
"type": "address"
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"internalType": "uint256",
|
|
1337
|
+
"name": "maximumFulfilled",
|
|
1338
|
+
"type": "uint256"
|
|
1339
|
+
}
|
|
1340
|
+
],
|
|
1341
|
+
"name": "fulfillAvailableAdvancedOrders",
|
|
1342
|
+
"outputs": [
|
|
1343
|
+
{
|
|
1344
|
+
"internalType": "bool[]",
|
|
1345
|
+
"name": "",
|
|
1346
|
+
"type": "bool[]"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"components": [
|
|
1350
|
+
{
|
|
1351
|
+
"components": [
|
|
1352
|
+
{
|
|
1353
|
+
"internalType": "enum ItemType",
|
|
1354
|
+
"name": "itemType",
|
|
1355
|
+
"type": "uint8"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"internalType": "address",
|
|
1359
|
+
"name": "token",
|
|
1360
|
+
"type": "address"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"internalType": "uint256",
|
|
1364
|
+
"name": "identifier",
|
|
1365
|
+
"type": "uint256"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"internalType": "uint256",
|
|
1369
|
+
"name": "amount",
|
|
1370
|
+
"type": "uint256"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"internalType": "address payable",
|
|
1374
|
+
"name": "recipient",
|
|
1375
|
+
"type": "address"
|
|
1376
|
+
}
|
|
1377
|
+
],
|
|
1378
|
+
"internalType": "struct ReceivedItem",
|
|
1379
|
+
"name": "item",
|
|
1380
|
+
"type": "tuple"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"internalType": "address",
|
|
1384
|
+
"name": "offerer",
|
|
1385
|
+
"type": "address"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"internalType": "bytes32",
|
|
1389
|
+
"name": "conduitKey",
|
|
1390
|
+
"type": "bytes32"
|
|
1391
|
+
}
|
|
1392
|
+
],
|
|
1393
|
+
"internalType": "struct Execution[]",
|
|
1394
|
+
"name": "",
|
|
1395
|
+
"type": "tuple[]"
|
|
1396
|
+
}
|
|
1397
|
+
],
|
|
1398
|
+
"stateMutability": "payable",
|
|
1399
|
+
"type": "function"
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"inputs": [
|
|
1403
|
+
{
|
|
1404
|
+
"components": [
|
|
1405
|
+
{
|
|
1406
|
+
"components": [
|
|
1407
|
+
{
|
|
1408
|
+
"internalType": "address",
|
|
1409
|
+
"name": "offerer",
|
|
1410
|
+
"type": "address"
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"internalType": "address",
|
|
1414
|
+
"name": "zone",
|
|
1415
|
+
"type": "address"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"components": [
|
|
1419
|
+
{
|
|
1420
|
+
"internalType": "enum ItemType",
|
|
1421
|
+
"name": "itemType",
|
|
1422
|
+
"type": "uint8"
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"internalType": "address",
|
|
1426
|
+
"name": "token",
|
|
1427
|
+
"type": "address"
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"internalType": "uint256",
|
|
1431
|
+
"name": "identifierOrCriteria",
|
|
1432
|
+
"type": "uint256"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"internalType": "uint256",
|
|
1436
|
+
"name": "startAmount",
|
|
1437
|
+
"type": "uint256"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"internalType": "uint256",
|
|
1441
|
+
"name": "endAmount",
|
|
1442
|
+
"type": "uint256"
|
|
1443
|
+
}
|
|
1444
|
+
],
|
|
1445
|
+
"internalType": "struct OfferItem[]",
|
|
1446
|
+
"name": "offer",
|
|
1447
|
+
"type": "tuple[]"
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"components": [
|
|
1451
|
+
{
|
|
1452
|
+
"internalType": "enum ItemType",
|
|
1453
|
+
"name": "itemType",
|
|
1454
|
+
"type": "uint8"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"internalType": "address",
|
|
1458
|
+
"name": "token",
|
|
1459
|
+
"type": "address"
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"internalType": "uint256",
|
|
1463
|
+
"name": "identifierOrCriteria",
|
|
1464
|
+
"type": "uint256"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"internalType": "uint256",
|
|
1468
|
+
"name": "startAmount",
|
|
1469
|
+
"type": "uint256"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"internalType": "uint256",
|
|
1473
|
+
"name": "endAmount",
|
|
1474
|
+
"type": "uint256"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"internalType": "address payable",
|
|
1478
|
+
"name": "recipient",
|
|
1479
|
+
"type": "address"
|
|
1480
|
+
}
|
|
1481
|
+
],
|
|
1482
|
+
"internalType": "struct ConsiderationItem[]",
|
|
1483
|
+
"name": "consideration",
|
|
1484
|
+
"type": "tuple[]"
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"internalType": "enum OrderType",
|
|
1488
|
+
"name": "orderType",
|
|
1489
|
+
"type": "uint8"
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"internalType": "uint256",
|
|
1493
|
+
"name": "startTime",
|
|
1494
|
+
"type": "uint256"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"internalType": "uint256",
|
|
1498
|
+
"name": "endTime",
|
|
1499
|
+
"type": "uint256"
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"internalType": "bytes32",
|
|
1503
|
+
"name": "zoneHash",
|
|
1504
|
+
"type": "bytes32"
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"internalType": "uint256",
|
|
1508
|
+
"name": "salt",
|
|
1509
|
+
"type": "uint256"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"internalType": "bytes32",
|
|
1513
|
+
"name": "conduitKey",
|
|
1514
|
+
"type": "bytes32"
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"internalType": "uint256",
|
|
1518
|
+
"name": "totalOriginalConsiderationItems",
|
|
1519
|
+
"type": "uint256"
|
|
1520
|
+
}
|
|
1521
|
+
],
|
|
1522
|
+
"internalType": "struct OrderParameters",
|
|
1523
|
+
"name": "parameters",
|
|
1524
|
+
"type": "tuple"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"internalType": "bytes",
|
|
1528
|
+
"name": "signature",
|
|
1529
|
+
"type": "bytes"
|
|
1530
|
+
}
|
|
1531
|
+
],
|
|
1532
|
+
"internalType": "struct Order[]",
|
|
1533
|
+
"name": "",
|
|
1534
|
+
"type": "tuple[]"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"components": [
|
|
1538
|
+
{
|
|
1539
|
+
"internalType": "uint256",
|
|
1540
|
+
"name": "orderIndex",
|
|
1541
|
+
"type": "uint256"
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"internalType": "uint256",
|
|
1545
|
+
"name": "itemIndex",
|
|
1546
|
+
"type": "uint256"
|
|
1547
|
+
}
|
|
1548
|
+
],
|
|
1549
|
+
"internalType": "struct FulfillmentComponent[][]",
|
|
1550
|
+
"name": "",
|
|
1551
|
+
"type": "tuple[][]"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"components": [
|
|
1555
|
+
{
|
|
1556
|
+
"internalType": "uint256",
|
|
1557
|
+
"name": "orderIndex",
|
|
1558
|
+
"type": "uint256"
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"internalType": "uint256",
|
|
1562
|
+
"name": "itemIndex",
|
|
1563
|
+
"type": "uint256"
|
|
1564
|
+
}
|
|
1565
|
+
],
|
|
1566
|
+
"internalType": "struct FulfillmentComponent[][]",
|
|
1567
|
+
"name": "",
|
|
1568
|
+
"type": "tuple[][]"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"internalType": "bytes32",
|
|
1572
|
+
"name": "fulfillerConduitKey",
|
|
1573
|
+
"type": "bytes32"
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"internalType": "uint256",
|
|
1577
|
+
"name": "maximumFulfilled",
|
|
1578
|
+
"type": "uint256"
|
|
1579
|
+
}
|
|
1580
|
+
],
|
|
1581
|
+
"name": "fulfillAvailableOrders",
|
|
1582
|
+
"outputs": [
|
|
1583
|
+
{
|
|
1584
|
+
"internalType": "bool[]",
|
|
1585
|
+
"name": "",
|
|
1586
|
+
"type": "bool[]"
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"components": [
|
|
1590
|
+
{
|
|
1591
|
+
"components": [
|
|
1592
|
+
{
|
|
1593
|
+
"internalType": "enum ItemType",
|
|
1594
|
+
"name": "itemType",
|
|
1595
|
+
"type": "uint8"
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"internalType": "address",
|
|
1599
|
+
"name": "token",
|
|
1600
|
+
"type": "address"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"internalType": "uint256",
|
|
1604
|
+
"name": "identifier",
|
|
1605
|
+
"type": "uint256"
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"internalType": "uint256",
|
|
1609
|
+
"name": "amount",
|
|
1610
|
+
"type": "uint256"
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"internalType": "address payable",
|
|
1614
|
+
"name": "recipient",
|
|
1615
|
+
"type": "address"
|
|
1616
|
+
}
|
|
1617
|
+
],
|
|
1618
|
+
"internalType": "struct ReceivedItem",
|
|
1619
|
+
"name": "item",
|
|
1620
|
+
"type": "tuple"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"internalType": "address",
|
|
1624
|
+
"name": "offerer",
|
|
1625
|
+
"type": "address"
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"internalType": "bytes32",
|
|
1629
|
+
"name": "conduitKey",
|
|
1630
|
+
"type": "bytes32"
|
|
1631
|
+
}
|
|
1632
|
+
],
|
|
1633
|
+
"internalType": "struct Execution[]",
|
|
1634
|
+
"name": "",
|
|
1635
|
+
"type": "tuple[]"
|
|
1636
|
+
}
|
|
1637
|
+
],
|
|
1638
|
+
"stateMutability": "payable",
|
|
1639
|
+
"type": "function"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"inputs": [
|
|
1643
|
+
{
|
|
1644
|
+
"components": [
|
|
1645
|
+
{
|
|
1646
|
+
"internalType": "address",
|
|
1647
|
+
"name": "considerationToken",
|
|
1648
|
+
"type": "address"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"internalType": "uint256",
|
|
1652
|
+
"name": "considerationIdentifier",
|
|
1653
|
+
"type": "uint256"
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"internalType": "uint256",
|
|
1657
|
+
"name": "considerationAmount",
|
|
1658
|
+
"type": "uint256"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"internalType": "address payable",
|
|
1662
|
+
"name": "offerer",
|
|
1663
|
+
"type": "address"
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"internalType": "address",
|
|
1667
|
+
"name": "zone",
|
|
1668
|
+
"type": "address"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"internalType": "address",
|
|
1672
|
+
"name": "offerToken",
|
|
1673
|
+
"type": "address"
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"internalType": "uint256",
|
|
1677
|
+
"name": "offerIdentifier",
|
|
1678
|
+
"type": "uint256"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"internalType": "uint256",
|
|
1682
|
+
"name": "offerAmount",
|
|
1683
|
+
"type": "uint256"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"internalType": "enum BasicOrderType",
|
|
1687
|
+
"name": "basicOrderType",
|
|
1688
|
+
"type": "uint8"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"internalType": "uint256",
|
|
1692
|
+
"name": "startTime",
|
|
1693
|
+
"type": "uint256"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"internalType": "uint256",
|
|
1697
|
+
"name": "endTime",
|
|
1698
|
+
"type": "uint256"
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"internalType": "bytes32",
|
|
1702
|
+
"name": "zoneHash",
|
|
1703
|
+
"type": "bytes32"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"internalType": "uint256",
|
|
1707
|
+
"name": "salt",
|
|
1708
|
+
"type": "uint256"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"internalType": "bytes32",
|
|
1712
|
+
"name": "offererConduitKey",
|
|
1713
|
+
"type": "bytes32"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"internalType": "bytes32",
|
|
1717
|
+
"name": "fulfillerConduitKey",
|
|
1718
|
+
"type": "bytes32"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"internalType": "uint256",
|
|
1722
|
+
"name": "totalOriginalAdditionalRecipients",
|
|
1723
|
+
"type": "uint256"
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"components": [
|
|
1727
|
+
{
|
|
1728
|
+
"internalType": "uint256",
|
|
1729
|
+
"name": "amount",
|
|
1730
|
+
"type": "uint256"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"internalType": "address payable",
|
|
1734
|
+
"name": "recipient",
|
|
1735
|
+
"type": "address"
|
|
1736
|
+
}
|
|
1737
|
+
],
|
|
1738
|
+
"internalType": "struct AdditionalRecipient[]",
|
|
1739
|
+
"name": "additionalRecipients",
|
|
1740
|
+
"type": "tuple[]"
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"internalType": "bytes",
|
|
1744
|
+
"name": "signature",
|
|
1745
|
+
"type": "bytes"
|
|
1746
|
+
}
|
|
1747
|
+
],
|
|
1748
|
+
"internalType": "struct BasicOrderParameters",
|
|
1749
|
+
"name": "",
|
|
1750
|
+
"type": "tuple"
|
|
1751
|
+
}
|
|
1752
|
+
],
|
|
1753
|
+
"name": "fulfillBasicOrder",
|
|
1754
|
+
"outputs": [
|
|
1755
|
+
{
|
|
1756
|
+
"internalType": "bool",
|
|
1757
|
+
"name": "fulfilled",
|
|
1758
|
+
"type": "bool"
|
|
1759
|
+
}
|
|
1760
|
+
],
|
|
1761
|
+
"stateMutability": "payable",
|
|
1762
|
+
"type": "function"
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"inputs": [
|
|
1766
|
+
{
|
|
1767
|
+
"components": [
|
|
1768
|
+
{
|
|
1769
|
+
"internalType": "address",
|
|
1770
|
+
"name": "considerationToken",
|
|
1771
|
+
"type": "address"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"internalType": "uint256",
|
|
1775
|
+
"name": "considerationIdentifier",
|
|
1776
|
+
"type": "uint256"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"internalType": "uint256",
|
|
1780
|
+
"name": "considerationAmount",
|
|
1781
|
+
"type": "uint256"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"internalType": "address payable",
|
|
1785
|
+
"name": "offerer",
|
|
1786
|
+
"type": "address"
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"internalType": "address",
|
|
1790
|
+
"name": "zone",
|
|
1791
|
+
"type": "address"
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"internalType": "address",
|
|
1795
|
+
"name": "offerToken",
|
|
1796
|
+
"type": "address"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"internalType": "uint256",
|
|
1800
|
+
"name": "offerIdentifier",
|
|
1801
|
+
"type": "uint256"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"internalType": "uint256",
|
|
1805
|
+
"name": "offerAmount",
|
|
1806
|
+
"type": "uint256"
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"internalType": "enum BasicOrderType",
|
|
1810
|
+
"name": "basicOrderType",
|
|
1811
|
+
"type": "uint8"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"internalType": "uint256",
|
|
1815
|
+
"name": "startTime",
|
|
1816
|
+
"type": "uint256"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"internalType": "uint256",
|
|
1820
|
+
"name": "endTime",
|
|
1821
|
+
"type": "uint256"
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"internalType": "bytes32",
|
|
1825
|
+
"name": "zoneHash",
|
|
1826
|
+
"type": "bytes32"
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"internalType": "uint256",
|
|
1830
|
+
"name": "salt",
|
|
1831
|
+
"type": "uint256"
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"internalType": "bytes32",
|
|
1835
|
+
"name": "offererConduitKey",
|
|
1836
|
+
"type": "bytes32"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"internalType": "bytes32",
|
|
1840
|
+
"name": "fulfillerConduitKey",
|
|
1841
|
+
"type": "bytes32"
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"internalType": "uint256",
|
|
1845
|
+
"name": "totalOriginalAdditionalRecipients",
|
|
1846
|
+
"type": "uint256"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"components": [
|
|
1850
|
+
{
|
|
1851
|
+
"internalType": "uint256",
|
|
1852
|
+
"name": "amount",
|
|
1853
|
+
"type": "uint256"
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"internalType": "address payable",
|
|
1857
|
+
"name": "recipient",
|
|
1858
|
+
"type": "address"
|
|
1859
|
+
}
|
|
1860
|
+
],
|
|
1861
|
+
"internalType": "struct AdditionalRecipient[]",
|
|
1862
|
+
"name": "additionalRecipients",
|
|
1863
|
+
"type": "tuple[]"
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"internalType": "bytes",
|
|
1867
|
+
"name": "signature",
|
|
1868
|
+
"type": "bytes"
|
|
1869
|
+
}
|
|
1870
|
+
],
|
|
1871
|
+
"internalType": "struct BasicOrderParameters",
|
|
1872
|
+
"name": "",
|
|
1873
|
+
"type": "tuple"
|
|
1874
|
+
}
|
|
1875
|
+
],
|
|
1876
|
+
"name": "fulfillBasicOrder_efficient_6GL6yc",
|
|
1877
|
+
"outputs": [
|
|
1878
|
+
{
|
|
1879
|
+
"internalType": "bool",
|
|
1880
|
+
"name": "fulfilled",
|
|
1881
|
+
"type": "bool"
|
|
1882
|
+
}
|
|
1883
|
+
],
|
|
1884
|
+
"stateMutability": "payable",
|
|
1885
|
+
"type": "function"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"inputs": [
|
|
1889
|
+
{
|
|
1890
|
+
"components": [
|
|
1891
|
+
{
|
|
1892
|
+
"components": [
|
|
1893
|
+
{
|
|
1894
|
+
"internalType": "address",
|
|
1895
|
+
"name": "offerer",
|
|
1896
|
+
"type": "address"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"internalType": "address",
|
|
1900
|
+
"name": "zone",
|
|
1901
|
+
"type": "address"
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"components": [
|
|
1905
|
+
{
|
|
1906
|
+
"internalType": "enum ItemType",
|
|
1907
|
+
"name": "itemType",
|
|
1908
|
+
"type": "uint8"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"internalType": "address",
|
|
1912
|
+
"name": "token",
|
|
1913
|
+
"type": "address"
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"internalType": "uint256",
|
|
1917
|
+
"name": "identifierOrCriteria",
|
|
1918
|
+
"type": "uint256"
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"internalType": "uint256",
|
|
1922
|
+
"name": "startAmount",
|
|
1923
|
+
"type": "uint256"
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"internalType": "uint256",
|
|
1927
|
+
"name": "endAmount",
|
|
1928
|
+
"type": "uint256"
|
|
1929
|
+
}
|
|
1930
|
+
],
|
|
1931
|
+
"internalType": "struct OfferItem[]",
|
|
1932
|
+
"name": "offer",
|
|
1933
|
+
"type": "tuple[]"
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"components": [
|
|
1937
|
+
{
|
|
1938
|
+
"internalType": "enum ItemType",
|
|
1939
|
+
"name": "itemType",
|
|
1940
|
+
"type": "uint8"
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"internalType": "address",
|
|
1944
|
+
"name": "token",
|
|
1945
|
+
"type": "address"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"internalType": "uint256",
|
|
1949
|
+
"name": "identifierOrCriteria",
|
|
1950
|
+
"type": "uint256"
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"internalType": "uint256",
|
|
1954
|
+
"name": "startAmount",
|
|
1955
|
+
"type": "uint256"
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"internalType": "uint256",
|
|
1959
|
+
"name": "endAmount",
|
|
1960
|
+
"type": "uint256"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"internalType": "address payable",
|
|
1964
|
+
"name": "recipient",
|
|
1965
|
+
"type": "address"
|
|
1966
|
+
}
|
|
1967
|
+
],
|
|
1968
|
+
"internalType": "struct ConsiderationItem[]",
|
|
1969
|
+
"name": "consideration",
|
|
1970
|
+
"type": "tuple[]"
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"internalType": "enum OrderType",
|
|
1974
|
+
"name": "orderType",
|
|
1975
|
+
"type": "uint8"
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"internalType": "uint256",
|
|
1979
|
+
"name": "startTime",
|
|
1980
|
+
"type": "uint256"
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"internalType": "uint256",
|
|
1984
|
+
"name": "endTime",
|
|
1985
|
+
"type": "uint256"
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
"internalType": "bytes32",
|
|
1989
|
+
"name": "zoneHash",
|
|
1990
|
+
"type": "bytes32"
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"internalType": "uint256",
|
|
1994
|
+
"name": "salt",
|
|
1995
|
+
"type": "uint256"
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"internalType": "bytes32",
|
|
1999
|
+
"name": "conduitKey",
|
|
2000
|
+
"type": "bytes32"
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"internalType": "uint256",
|
|
2004
|
+
"name": "totalOriginalConsiderationItems",
|
|
2005
|
+
"type": "uint256"
|
|
2006
|
+
}
|
|
2007
|
+
],
|
|
2008
|
+
"internalType": "struct OrderParameters",
|
|
2009
|
+
"name": "parameters",
|
|
2010
|
+
"type": "tuple"
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"internalType": "bytes",
|
|
2014
|
+
"name": "signature",
|
|
2015
|
+
"type": "bytes"
|
|
2016
|
+
}
|
|
2017
|
+
],
|
|
2018
|
+
"internalType": "struct Order",
|
|
2019
|
+
"name": "",
|
|
2020
|
+
"type": "tuple"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"internalType": "bytes32",
|
|
2024
|
+
"name": "fulfillerConduitKey",
|
|
2025
|
+
"type": "bytes32"
|
|
2026
|
+
}
|
|
2027
|
+
],
|
|
2028
|
+
"name": "fulfillOrder",
|
|
2029
|
+
"outputs": [
|
|
2030
|
+
{
|
|
2031
|
+
"internalType": "bool",
|
|
2032
|
+
"name": "fulfilled",
|
|
2033
|
+
"type": "bool"
|
|
2034
|
+
}
|
|
2035
|
+
],
|
|
2036
|
+
"stateMutability": "payable",
|
|
2037
|
+
"type": "function"
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"inputs": [
|
|
2041
|
+
{
|
|
2042
|
+
"internalType": "address",
|
|
2043
|
+
"name": "contractOfferer",
|
|
2044
|
+
"type": "address"
|
|
2045
|
+
}
|
|
2046
|
+
],
|
|
2047
|
+
"name": "getContractOffererNonce",
|
|
2048
|
+
"outputs": [
|
|
2049
|
+
{
|
|
2050
|
+
"internalType": "uint256",
|
|
2051
|
+
"name": "nonce",
|
|
2052
|
+
"type": "uint256"
|
|
2053
|
+
}
|
|
2054
|
+
],
|
|
2055
|
+
"stateMutability": "view",
|
|
2056
|
+
"type": "function"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"inputs": [
|
|
2060
|
+
{
|
|
2061
|
+
"internalType": "address",
|
|
2062
|
+
"name": "offerer",
|
|
2063
|
+
"type": "address"
|
|
2064
|
+
}
|
|
2065
|
+
],
|
|
2066
|
+
"name": "getCounter",
|
|
2067
|
+
"outputs": [
|
|
2068
|
+
{
|
|
2069
|
+
"internalType": "uint256",
|
|
2070
|
+
"name": "counter",
|
|
2071
|
+
"type": "uint256"
|
|
2072
|
+
}
|
|
2073
|
+
],
|
|
2074
|
+
"stateMutability": "view",
|
|
2075
|
+
"type": "function"
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"inputs": [
|
|
2079
|
+
{
|
|
2080
|
+
"components": [
|
|
2081
|
+
{
|
|
2082
|
+
"internalType": "address",
|
|
2083
|
+
"name": "offerer",
|
|
2084
|
+
"type": "address"
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"internalType": "address",
|
|
2088
|
+
"name": "zone",
|
|
2089
|
+
"type": "address"
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"components": [
|
|
2093
|
+
{
|
|
2094
|
+
"internalType": "enum ItemType",
|
|
2095
|
+
"name": "itemType",
|
|
2096
|
+
"type": "uint8"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"internalType": "address",
|
|
2100
|
+
"name": "token",
|
|
2101
|
+
"type": "address"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"internalType": "uint256",
|
|
2105
|
+
"name": "identifierOrCriteria",
|
|
2106
|
+
"type": "uint256"
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"internalType": "uint256",
|
|
2110
|
+
"name": "startAmount",
|
|
2111
|
+
"type": "uint256"
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"internalType": "uint256",
|
|
2115
|
+
"name": "endAmount",
|
|
2116
|
+
"type": "uint256"
|
|
2117
|
+
}
|
|
2118
|
+
],
|
|
2119
|
+
"internalType": "struct OfferItem[]",
|
|
2120
|
+
"name": "offer",
|
|
2121
|
+
"type": "tuple[]"
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"components": [
|
|
2125
|
+
{
|
|
2126
|
+
"internalType": "enum ItemType",
|
|
2127
|
+
"name": "itemType",
|
|
2128
|
+
"type": "uint8"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"internalType": "address",
|
|
2132
|
+
"name": "token",
|
|
2133
|
+
"type": "address"
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"internalType": "uint256",
|
|
2137
|
+
"name": "identifierOrCriteria",
|
|
2138
|
+
"type": "uint256"
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"internalType": "uint256",
|
|
2142
|
+
"name": "startAmount",
|
|
2143
|
+
"type": "uint256"
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"internalType": "uint256",
|
|
2147
|
+
"name": "endAmount",
|
|
2148
|
+
"type": "uint256"
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"internalType": "address payable",
|
|
2152
|
+
"name": "recipient",
|
|
2153
|
+
"type": "address"
|
|
2154
|
+
}
|
|
2155
|
+
],
|
|
2156
|
+
"internalType": "struct ConsiderationItem[]",
|
|
2157
|
+
"name": "consideration",
|
|
2158
|
+
"type": "tuple[]"
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"internalType": "enum OrderType",
|
|
2162
|
+
"name": "orderType",
|
|
2163
|
+
"type": "uint8"
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"internalType": "uint256",
|
|
2167
|
+
"name": "startTime",
|
|
2168
|
+
"type": "uint256"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"internalType": "uint256",
|
|
2172
|
+
"name": "endTime",
|
|
2173
|
+
"type": "uint256"
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"internalType": "bytes32",
|
|
2177
|
+
"name": "zoneHash",
|
|
2178
|
+
"type": "bytes32"
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"internalType": "uint256",
|
|
2182
|
+
"name": "salt",
|
|
2183
|
+
"type": "uint256"
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"internalType": "bytes32",
|
|
2187
|
+
"name": "conduitKey",
|
|
2188
|
+
"type": "bytes32"
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"internalType": "uint256",
|
|
2192
|
+
"name": "counter",
|
|
2193
|
+
"type": "uint256"
|
|
2194
|
+
}
|
|
2195
|
+
],
|
|
2196
|
+
"internalType": "struct OrderComponents",
|
|
2197
|
+
"name": "",
|
|
2198
|
+
"type": "tuple"
|
|
2199
|
+
}
|
|
2200
|
+
],
|
|
2201
|
+
"name": "getOrderHash",
|
|
2202
|
+
"outputs": [
|
|
2203
|
+
{
|
|
2204
|
+
"internalType": "bytes32",
|
|
2205
|
+
"name": "orderHash",
|
|
2206
|
+
"type": "bytes32"
|
|
2207
|
+
}
|
|
2208
|
+
],
|
|
2209
|
+
"stateMutability": "view",
|
|
2210
|
+
"type": "function"
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"inputs": [
|
|
2214
|
+
{
|
|
2215
|
+
"internalType": "bytes32",
|
|
2216
|
+
"name": "orderHash",
|
|
2217
|
+
"type": "bytes32"
|
|
2218
|
+
}
|
|
2219
|
+
],
|
|
2220
|
+
"name": "getOrderStatus",
|
|
2221
|
+
"outputs": [
|
|
2222
|
+
{
|
|
2223
|
+
"internalType": "bool",
|
|
2224
|
+
"name": "isValidated",
|
|
2225
|
+
"type": "bool"
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"internalType": "bool",
|
|
2229
|
+
"name": "isCancelled",
|
|
2230
|
+
"type": "bool"
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"internalType": "uint256",
|
|
2234
|
+
"name": "totalFilled",
|
|
2235
|
+
"type": "uint256"
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
"internalType": "uint256",
|
|
2239
|
+
"name": "totalSize",
|
|
2240
|
+
"type": "uint256"
|
|
2241
|
+
}
|
|
2242
|
+
],
|
|
2243
|
+
"stateMutability": "view",
|
|
2244
|
+
"type": "function"
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"inputs": [],
|
|
2248
|
+
"name": "incrementCounter",
|
|
2249
|
+
"outputs": [
|
|
2250
|
+
{
|
|
2251
|
+
"internalType": "uint256",
|
|
2252
|
+
"name": "newCounter",
|
|
2253
|
+
"type": "uint256"
|
|
2254
|
+
}
|
|
2255
|
+
],
|
|
2256
|
+
"stateMutability": "nonpayable",
|
|
2257
|
+
"type": "function"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"inputs": [],
|
|
2261
|
+
"name": "information",
|
|
2262
|
+
"outputs": [
|
|
2263
|
+
{
|
|
2264
|
+
"internalType": "string",
|
|
2265
|
+
"name": "version",
|
|
2266
|
+
"type": "string"
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"internalType": "bytes32",
|
|
2270
|
+
"name": "domainSeparator",
|
|
2271
|
+
"type": "bytes32"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"internalType": "address",
|
|
2275
|
+
"name": "conduitController",
|
|
2276
|
+
"type": "address"
|
|
2277
|
+
}
|
|
2278
|
+
],
|
|
2279
|
+
"stateMutability": "view",
|
|
2280
|
+
"type": "function"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"inputs": [
|
|
2284
|
+
{
|
|
2285
|
+
"components": [
|
|
2286
|
+
{
|
|
2287
|
+
"components": [
|
|
2288
|
+
{
|
|
2289
|
+
"internalType": "address",
|
|
2290
|
+
"name": "offerer",
|
|
2291
|
+
"type": "address"
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"internalType": "address",
|
|
2295
|
+
"name": "zone",
|
|
2296
|
+
"type": "address"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"components": [
|
|
2300
|
+
{
|
|
2301
|
+
"internalType": "enum ItemType",
|
|
2302
|
+
"name": "itemType",
|
|
2303
|
+
"type": "uint8"
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"internalType": "address",
|
|
2307
|
+
"name": "token",
|
|
2308
|
+
"type": "address"
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"internalType": "uint256",
|
|
2312
|
+
"name": "identifierOrCriteria",
|
|
2313
|
+
"type": "uint256"
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"internalType": "uint256",
|
|
2317
|
+
"name": "startAmount",
|
|
2318
|
+
"type": "uint256"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"internalType": "uint256",
|
|
2322
|
+
"name": "endAmount",
|
|
2323
|
+
"type": "uint256"
|
|
2324
|
+
}
|
|
2325
|
+
],
|
|
2326
|
+
"internalType": "struct OfferItem[]",
|
|
2327
|
+
"name": "offer",
|
|
2328
|
+
"type": "tuple[]"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"components": [
|
|
2332
|
+
{
|
|
2333
|
+
"internalType": "enum ItemType",
|
|
2334
|
+
"name": "itemType",
|
|
2335
|
+
"type": "uint8"
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"internalType": "address",
|
|
2339
|
+
"name": "token",
|
|
2340
|
+
"type": "address"
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
"internalType": "uint256",
|
|
2344
|
+
"name": "identifierOrCriteria",
|
|
2345
|
+
"type": "uint256"
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"internalType": "uint256",
|
|
2349
|
+
"name": "startAmount",
|
|
2350
|
+
"type": "uint256"
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"internalType": "uint256",
|
|
2354
|
+
"name": "endAmount",
|
|
2355
|
+
"type": "uint256"
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"internalType": "address payable",
|
|
2359
|
+
"name": "recipient",
|
|
2360
|
+
"type": "address"
|
|
2361
|
+
}
|
|
2362
|
+
],
|
|
2363
|
+
"internalType": "struct ConsiderationItem[]",
|
|
2364
|
+
"name": "consideration",
|
|
2365
|
+
"type": "tuple[]"
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"internalType": "enum OrderType",
|
|
2369
|
+
"name": "orderType",
|
|
2370
|
+
"type": "uint8"
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"internalType": "uint256",
|
|
2374
|
+
"name": "startTime",
|
|
2375
|
+
"type": "uint256"
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"internalType": "uint256",
|
|
2379
|
+
"name": "endTime",
|
|
2380
|
+
"type": "uint256"
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"internalType": "bytes32",
|
|
2384
|
+
"name": "zoneHash",
|
|
2385
|
+
"type": "bytes32"
|
|
2386
|
+
},
|
|
2387
|
+
{
|
|
2388
|
+
"internalType": "uint256",
|
|
2389
|
+
"name": "salt",
|
|
2390
|
+
"type": "uint256"
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"internalType": "bytes32",
|
|
2394
|
+
"name": "conduitKey",
|
|
2395
|
+
"type": "bytes32"
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"internalType": "uint256",
|
|
2399
|
+
"name": "totalOriginalConsiderationItems",
|
|
2400
|
+
"type": "uint256"
|
|
2401
|
+
}
|
|
2402
|
+
],
|
|
2403
|
+
"internalType": "struct OrderParameters",
|
|
2404
|
+
"name": "parameters",
|
|
2405
|
+
"type": "tuple"
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"internalType": "uint120",
|
|
2409
|
+
"name": "numerator",
|
|
2410
|
+
"type": "uint120"
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
"internalType": "uint120",
|
|
2414
|
+
"name": "denominator",
|
|
2415
|
+
"type": "uint120"
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"internalType": "bytes",
|
|
2419
|
+
"name": "signature",
|
|
2420
|
+
"type": "bytes"
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"internalType": "bytes",
|
|
2424
|
+
"name": "extraData",
|
|
2425
|
+
"type": "bytes"
|
|
2426
|
+
}
|
|
2427
|
+
],
|
|
2428
|
+
"internalType": "struct AdvancedOrder[]",
|
|
2429
|
+
"name": "",
|
|
2430
|
+
"type": "tuple[]"
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"components": [
|
|
2434
|
+
{
|
|
2435
|
+
"internalType": "uint256",
|
|
2436
|
+
"name": "orderIndex",
|
|
2437
|
+
"type": "uint256"
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"internalType": "enum Side",
|
|
2441
|
+
"name": "side",
|
|
2442
|
+
"type": "uint8"
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"internalType": "uint256",
|
|
2446
|
+
"name": "index",
|
|
2447
|
+
"type": "uint256"
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"internalType": "uint256",
|
|
2451
|
+
"name": "identifier",
|
|
2452
|
+
"type": "uint256"
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"internalType": "bytes32[]",
|
|
2456
|
+
"name": "criteriaProof",
|
|
2457
|
+
"type": "bytes32[]"
|
|
2458
|
+
}
|
|
2459
|
+
],
|
|
2460
|
+
"internalType": "struct CriteriaResolver[]",
|
|
2461
|
+
"name": "",
|
|
2462
|
+
"type": "tuple[]"
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"components": [
|
|
2466
|
+
{
|
|
2467
|
+
"components": [
|
|
2468
|
+
{
|
|
2469
|
+
"internalType": "uint256",
|
|
2470
|
+
"name": "orderIndex",
|
|
2471
|
+
"type": "uint256"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"internalType": "uint256",
|
|
2475
|
+
"name": "itemIndex",
|
|
2476
|
+
"type": "uint256"
|
|
2477
|
+
}
|
|
2478
|
+
],
|
|
2479
|
+
"internalType": "struct FulfillmentComponent[]",
|
|
2480
|
+
"name": "offerComponents",
|
|
2481
|
+
"type": "tuple[]"
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"components": [
|
|
2485
|
+
{
|
|
2486
|
+
"internalType": "uint256",
|
|
2487
|
+
"name": "orderIndex",
|
|
2488
|
+
"type": "uint256"
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"internalType": "uint256",
|
|
2492
|
+
"name": "itemIndex",
|
|
2493
|
+
"type": "uint256"
|
|
2494
|
+
}
|
|
2495
|
+
],
|
|
2496
|
+
"internalType": "struct FulfillmentComponent[]",
|
|
2497
|
+
"name": "considerationComponents",
|
|
2498
|
+
"type": "tuple[]"
|
|
2499
|
+
}
|
|
2500
|
+
],
|
|
2501
|
+
"internalType": "struct Fulfillment[]",
|
|
2502
|
+
"name": "",
|
|
2503
|
+
"type": "tuple[]"
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"internalType": "address",
|
|
2507
|
+
"name": "recipient",
|
|
2508
|
+
"type": "address"
|
|
2509
|
+
}
|
|
2510
|
+
],
|
|
2511
|
+
"name": "matchAdvancedOrders",
|
|
2512
|
+
"outputs": [
|
|
2513
|
+
{
|
|
2514
|
+
"components": [
|
|
2515
|
+
{
|
|
2516
|
+
"components": [
|
|
2517
|
+
{
|
|
2518
|
+
"internalType": "enum ItemType",
|
|
2519
|
+
"name": "itemType",
|
|
2520
|
+
"type": "uint8"
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"internalType": "address",
|
|
2524
|
+
"name": "token",
|
|
2525
|
+
"type": "address"
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"internalType": "uint256",
|
|
2529
|
+
"name": "identifier",
|
|
2530
|
+
"type": "uint256"
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"internalType": "uint256",
|
|
2534
|
+
"name": "amount",
|
|
2535
|
+
"type": "uint256"
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"internalType": "address payable",
|
|
2539
|
+
"name": "recipient",
|
|
2540
|
+
"type": "address"
|
|
2541
|
+
}
|
|
2542
|
+
],
|
|
2543
|
+
"internalType": "struct ReceivedItem",
|
|
2544
|
+
"name": "item",
|
|
2545
|
+
"type": "tuple"
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"internalType": "address",
|
|
2549
|
+
"name": "offerer",
|
|
2550
|
+
"type": "address"
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"internalType": "bytes32",
|
|
2554
|
+
"name": "conduitKey",
|
|
2555
|
+
"type": "bytes32"
|
|
2556
|
+
}
|
|
2557
|
+
],
|
|
2558
|
+
"internalType": "struct Execution[]",
|
|
2559
|
+
"name": "",
|
|
2560
|
+
"type": "tuple[]"
|
|
2561
|
+
}
|
|
2562
|
+
],
|
|
2563
|
+
"stateMutability": "payable",
|
|
2564
|
+
"type": "function"
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"inputs": [
|
|
2568
|
+
{
|
|
2569
|
+
"components": [
|
|
2570
|
+
{
|
|
2571
|
+
"components": [
|
|
2572
|
+
{
|
|
2573
|
+
"internalType": "address",
|
|
2574
|
+
"name": "offerer",
|
|
2575
|
+
"type": "address"
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
"internalType": "address",
|
|
2579
|
+
"name": "zone",
|
|
2580
|
+
"type": "address"
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"components": [
|
|
2584
|
+
{
|
|
2585
|
+
"internalType": "enum ItemType",
|
|
2586
|
+
"name": "itemType",
|
|
2587
|
+
"type": "uint8"
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"internalType": "address",
|
|
2591
|
+
"name": "token",
|
|
2592
|
+
"type": "address"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"internalType": "uint256",
|
|
2596
|
+
"name": "identifierOrCriteria",
|
|
2597
|
+
"type": "uint256"
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"internalType": "uint256",
|
|
2601
|
+
"name": "startAmount",
|
|
2602
|
+
"type": "uint256"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"internalType": "uint256",
|
|
2606
|
+
"name": "endAmount",
|
|
2607
|
+
"type": "uint256"
|
|
2608
|
+
}
|
|
2609
|
+
],
|
|
2610
|
+
"internalType": "struct OfferItem[]",
|
|
2611
|
+
"name": "offer",
|
|
2612
|
+
"type": "tuple[]"
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"components": [
|
|
2616
|
+
{
|
|
2617
|
+
"internalType": "enum ItemType",
|
|
2618
|
+
"name": "itemType",
|
|
2619
|
+
"type": "uint8"
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"internalType": "address",
|
|
2623
|
+
"name": "token",
|
|
2624
|
+
"type": "address"
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"internalType": "uint256",
|
|
2628
|
+
"name": "identifierOrCriteria",
|
|
2629
|
+
"type": "uint256"
|
|
2630
|
+
},
|
|
2631
|
+
{
|
|
2632
|
+
"internalType": "uint256",
|
|
2633
|
+
"name": "startAmount",
|
|
2634
|
+
"type": "uint256"
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
"internalType": "uint256",
|
|
2638
|
+
"name": "endAmount",
|
|
2639
|
+
"type": "uint256"
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"internalType": "address payable",
|
|
2643
|
+
"name": "recipient",
|
|
2644
|
+
"type": "address"
|
|
2645
|
+
}
|
|
2646
|
+
],
|
|
2647
|
+
"internalType": "struct ConsiderationItem[]",
|
|
2648
|
+
"name": "consideration",
|
|
2649
|
+
"type": "tuple[]"
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"internalType": "enum OrderType",
|
|
2653
|
+
"name": "orderType",
|
|
2654
|
+
"type": "uint8"
|
|
2655
|
+
},
|
|
2656
|
+
{
|
|
2657
|
+
"internalType": "uint256",
|
|
2658
|
+
"name": "startTime",
|
|
2659
|
+
"type": "uint256"
|
|
2660
|
+
},
|
|
2661
|
+
{
|
|
2662
|
+
"internalType": "uint256",
|
|
2663
|
+
"name": "endTime",
|
|
2664
|
+
"type": "uint256"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"internalType": "bytes32",
|
|
2668
|
+
"name": "zoneHash",
|
|
2669
|
+
"type": "bytes32"
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"internalType": "uint256",
|
|
2673
|
+
"name": "salt",
|
|
2674
|
+
"type": "uint256"
|
|
2675
|
+
},
|
|
2676
|
+
{
|
|
2677
|
+
"internalType": "bytes32",
|
|
2678
|
+
"name": "conduitKey",
|
|
2679
|
+
"type": "bytes32"
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
"internalType": "uint256",
|
|
2683
|
+
"name": "totalOriginalConsiderationItems",
|
|
2684
|
+
"type": "uint256"
|
|
2685
|
+
}
|
|
2686
|
+
],
|
|
2687
|
+
"internalType": "struct OrderParameters",
|
|
2688
|
+
"name": "parameters",
|
|
2689
|
+
"type": "tuple"
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"internalType": "bytes",
|
|
2693
|
+
"name": "signature",
|
|
2694
|
+
"type": "bytes"
|
|
2695
|
+
}
|
|
2696
|
+
],
|
|
2697
|
+
"internalType": "struct Order[]",
|
|
2698
|
+
"name": "",
|
|
2699
|
+
"type": "tuple[]"
|
|
2700
|
+
},
|
|
2701
|
+
{
|
|
2702
|
+
"components": [
|
|
2703
|
+
{
|
|
2704
|
+
"components": [
|
|
2705
|
+
{
|
|
2706
|
+
"internalType": "uint256",
|
|
2707
|
+
"name": "orderIndex",
|
|
2708
|
+
"type": "uint256"
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"internalType": "uint256",
|
|
2712
|
+
"name": "itemIndex",
|
|
2713
|
+
"type": "uint256"
|
|
2714
|
+
}
|
|
2715
|
+
],
|
|
2716
|
+
"internalType": "struct FulfillmentComponent[]",
|
|
2717
|
+
"name": "offerComponents",
|
|
2718
|
+
"type": "tuple[]"
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"components": [
|
|
2722
|
+
{
|
|
2723
|
+
"internalType": "uint256",
|
|
2724
|
+
"name": "orderIndex",
|
|
2725
|
+
"type": "uint256"
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"internalType": "uint256",
|
|
2729
|
+
"name": "itemIndex",
|
|
2730
|
+
"type": "uint256"
|
|
2731
|
+
}
|
|
2732
|
+
],
|
|
2733
|
+
"internalType": "struct FulfillmentComponent[]",
|
|
2734
|
+
"name": "considerationComponents",
|
|
2735
|
+
"type": "tuple[]"
|
|
2736
|
+
}
|
|
2737
|
+
],
|
|
2738
|
+
"internalType": "struct Fulfillment[]",
|
|
2739
|
+
"name": "",
|
|
2740
|
+
"type": "tuple[]"
|
|
2741
|
+
}
|
|
2742
|
+
],
|
|
2743
|
+
"name": "matchOrders",
|
|
2744
|
+
"outputs": [
|
|
2745
|
+
{
|
|
2746
|
+
"components": [
|
|
2747
|
+
{
|
|
2748
|
+
"components": [
|
|
2749
|
+
{
|
|
2750
|
+
"internalType": "enum ItemType",
|
|
2751
|
+
"name": "itemType",
|
|
2752
|
+
"type": "uint8"
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"internalType": "address",
|
|
2756
|
+
"name": "token",
|
|
2757
|
+
"type": "address"
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"internalType": "uint256",
|
|
2761
|
+
"name": "identifier",
|
|
2762
|
+
"type": "uint256"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"internalType": "uint256",
|
|
2766
|
+
"name": "amount",
|
|
2767
|
+
"type": "uint256"
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"internalType": "address payable",
|
|
2771
|
+
"name": "recipient",
|
|
2772
|
+
"type": "address"
|
|
2773
|
+
}
|
|
2774
|
+
],
|
|
2775
|
+
"internalType": "struct ReceivedItem",
|
|
2776
|
+
"name": "item",
|
|
2777
|
+
"type": "tuple"
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
"internalType": "address",
|
|
2781
|
+
"name": "offerer",
|
|
2782
|
+
"type": "address"
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
"internalType": "bytes32",
|
|
2786
|
+
"name": "conduitKey",
|
|
2787
|
+
"type": "bytes32"
|
|
2788
|
+
}
|
|
2789
|
+
],
|
|
2790
|
+
"internalType": "struct Execution[]",
|
|
2791
|
+
"name": "",
|
|
2792
|
+
"type": "tuple[]"
|
|
2793
|
+
}
|
|
2794
|
+
],
|
|
2795
|
+
"stateMutability": "payable",
|
|
2796
|
+
"type": "function"
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"inputs": [],
|
|
2800
|
+
"name": "name",
|
|
2801
|
+
"outputs": [
|
|
2802
|
+
{
|
|
2803
|
+
"internalType": "string",
|
|
2804
|
+
"name": "",
|
|
2805
|
+
"type": "string"
|
|
2806
|
+
}
|
|
2807
|
+
],
|
|
2808
|
+
"stateMutability": "pure",
|
|
2809
|
+
"type": "function"
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
"inputs": [
|
|
2813
|
+
{
|
|
2814
|
+
"components": [
|
|
2815
|
+
{
|
|
2816
|
+
"components": [
|
|
2817
|
+
{
|
|
2818
|
+
"internalType": "address",
|
|
2819
|
+
"name": "offerer",
|
|
2820
|
+
"type": "address"
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"internalType": "address",
|
|
2824
|
+
"name": "zone",
|
|
2825
|
+
"type": "address"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"components": [
|
|
2829
|
+
{
|
|
2830
|
+
"internalType": "enum ItemType",
|
|
2831
|
+
"name": "itemType",
|
|
2832
|
+
"type": "uint8"
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"internalType": "address",
|
|
2836
|
+
"name": "token",
|
|
2837
|
+
"type": "address"
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"internalType": "uint256",
|
|
2841
|
+
"name": "identifierOrCriteria",
|
|
2842
|
+
"type": "uint256"
|
|
2843
|
+
},
|
|
2844
|
+
{
|
|
2845
|
+
"internalType": "uint256",
|
|
2846
|
+
"name": "startAmount",
|
|
2847
|
+
"type": "uint256"
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"internalType": "uint256",
|
|
2851
|
+
"name": "endAmount",
|
|
2852
|
+
"type": "uint256"
|
|
2853
|
+
}
|
|
2854
|
+
],
|
|
2855
|
+
"internalType": "struct OfferItem[]",
|
|
2856
|
+
"name": "offer",
|
|
2857
|
+
"type": "tuple[]"
|
|
2858
|
+
},
|
|
2859
|
+
{
|
|
2860
|
+
"components": [
|
|
2861
|
+
{
|
|
2862
|
+
"internalType": "enum ItemType",
|
|
2863
|
+
"name": "itemType",
|
|
2864
|
+
"type": "uint8"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"internalType": "address",
|
|
2868
|
+
"name": "token",
|
|
2869
|
+
"type": "address"
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
"internalType": "uint256",
|
|
2873
|
+
"name": "identifierOrCriteria",
|
|
2874
|
+
"type": "uint256"
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"internalType": "uint256",
|
|
2878
|
+
"name": "startAmount",
|
|
2879
|
+
"type": "uint256"
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"internalType": "uint256",
|
|
2883
|
+
"name": "endAmount",
|
|
2884
|
+
"type": "uint256"
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"internalType": "address payable",
|
|
2888
|
+
"name": "recipient",
|
|
2889
|
+
"type": "address"
|
|
2890
|
+
}
|
|
2891
|
+
],
|
|
2892
|
+
"internalType": "struct ConsiderationItem[]",
|
|
2893
|
+
"name": "consideration",
|
|
2894
|
+
"type": "tuple[]"
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"internalType": "enum OrderType",
|
|
2898
|
+
"name": "orderType",
|
|
2899
|
+
"type": "uint8"
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"internalType": "uint256",
|
|
2903
|
+
"name": "startTime",
|
|
2904
|
+
"type": "uint256"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"internalType": "uint256",
|
|
2908
|
+
"name": "endTime",
|
|
2909
|
+
"type": "uint256"
|
|
2910
|
+
},
|
|
2911
|
+
{
|
|
2912
|
+
"internalType": "bytes32",
|
|
2913
|
+
"name": "zoneHash",
|
|
2914
|
+
"type": "bytes32"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"internalType": "uint256",
|
|
2918
|
+
"name": "salt",
|
|
2919
|
+
"type": "uint256"
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"internalType": "bytes32",
|
|
2923
|
+
"name": "conduitKey",
|
|
2924
|
+
"type": "bytes32"
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"internalType": "uint256",
|
|
2928
|
+
"name": "totalOriginalConsiderationItems",
|
|
2929
|
+
"type": "uint256"
|
|
2930
|
+
}
|
|
2931
|
+
],
|
|
2932
|
+
"internalType": "struct OrderParameters",
|
|
2933
|
+
"name": "parameters",
|
|
2934
|
+
"type": "tuple"
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"internalType": "bytes",
|
|
2938
|
+
"name": "signature",
|
|
2939
|
+
"type": "bytes"
|
|
2940
|
+
}
|
|
2941
|
+
],
|
|
2942
|
+
"internalType": "struct Order[]",
|
|
2943
|
+
"name": "",
|
|
2944
|
+
"type": "tuple[]"
|
|
2945
|
+
}
|
|
2946
|
+
],
|
|
2947
|
+
"name": "validate",
|
|
2948
|
+
"outputs": [
|
|
2949
|
+
{
|
|
2950
|
+
"internalType": "bool",
|
|
2951
|
+
"name": "",
|
|
2952
|
+
"type": "bool"
|
|
2953
|
+
}
|
|
2954
|
+
],
|
|
2955
|
+
"stateMutability": "nonpayable",
|
|
2956
|
+
"type": "function"
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
"stateMutability": "payable",
|
|
2960
|
+
"type": "receive"
|
|
2961
|
+
}
|
|
2962
|
+
],
|
|
2963
|
+
"bytecode": "0x61020060405234801562000011575f80fd5b50604051620061dc380380620061dc83398101604081905262000034916200031b565b808080808080808080806200004862000179565b610120526101005260e05260c081905260a082815246610140819052604080515f9485526020879052948152606091825230608090815292842085825293909152939052610160526001600160a01b038316610180819052630a96ad3960e01b825282519092630a96ad3992600480820193918290030181865afa158015620000d3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190620000f991906200034a565b506101a052505f90506200010c620002a0565b90506001600160a01b0381166200013657604051632aea588760e01b815260040160405180910390fd5b5f6200014282620002b9565b8015156101c0526001600160a01b0383166101e0529050806200016857600163929eee14555b5050505050505050505050620003e8565b5f8080808080620001a460408051808201909152600781526614d9585c1bdc9d60ca1b602082015290565b8051906020012095506040518060400160405280600381526020016218971b60e91b8152508051906020012094505f6040518060a00160405280606a815260200162006172606a913990505f6040518060c001604052806084815260200162005fc86084913990505f60405180610100016040528060d481526020016200609e60d4913990506040518060800160405280605281526020016200604c6052913980519060200120965082805190602001209550818051906020012094505f81838560405160200162000279939291906200039c565b60405160208183030381529060405290508080519060200120945050505050909192939495565b5f696002601e613d5c3d52f35f52600a60165ff0905090565b5f816001600160a01b0316600a5a620002d39190620003c8565b6040515f8181818686fa925050503d805f81146200030d576040519150601f19603f3d011682016040523d82523d5f602084013e62000312565b606091505b50909392505050565b5f602082840312156200032c575f80fd5b81516001600160a01b038116811462000343575f80fd5b9392505050565b5f80604083850312156200035c575f80fd5b505080516020909101519092909150565b5f81515f5b818110156200038e576020818501810151868301520162000372565b505f93019283525090919050565b5f620003bf620003b8620003b184886200036d565b866200036d565b846200036d565b95945050505050565b5f82620003e357634e487b7160e01b5f52601260045260245ffd5b500490565b60805160a05160c05160e05161010051610120516101405161016051610180516101a0516101c0516101e051615b24620004a45f395f61047f01525f818161036d0152818161043401528181611a7201528181611ac501526124e501525f61309501525f81816112b7015261306501525f612f2d01525f612e7501525f8181610c27015261165201525f8181610bb6015261149b01525f8181610b5001526115e401525f612ea501525f612eee01525f612eca0152615b245ff3fe608060405260043610610103575f3560e01c8063a900866b11610092578063f07ec37311610062578063f07ec373146102f7578063f2d12b1214610316578063f47b774014610329578063fb0f3ee114610116578063fd9f1e101461034c575f80fd5b8063a900866b1461028a578063b3a34c4c146102be578063e7acab24146102d1578063ed98a574146102e4575f80fd5b80637423eb3c116100d85780637423eb3c146101f757806379df72bd1461020b57806387201b411461022a578063881477321461024b578063a81744041461026a575f80fd5b801561011657806306fdde031461013e57806346423aa71461015f5780635b34b966146101d5575f80fd5b366101125761011061036b565b005b5f80fd5b61012961012436600461513d565b610402565b60405190151581526020015b60405180910390f35b348015610149575f80fd5b50610152610411565b60405161013591906151b7565b34801561016a575f80fd5b506101b36101793660046151c9565b5f9081526001602052604090205460ff808216926101008304909116916001600160781b03620100008204811692600160881b9092041690565b6040805194151585529215156020850152918301526060820152608001610135565b3480156101e0575f80fd5b506101e9610420565b604051908152602001610135565b348015610202575f80fd5b50610110610429565b348015610216575f80fd5b506101e96102253660046151e0565b6104ca565b61023d610238366004615274565b610501565b604051610135929190615418565b348015610256575f80fd5b50610129610265366004615467565b61057a565b61027d6102783660046154a5565b610598565b604051610135919061550b565b348015610295575f80fd5b506101e96102a436600461551d565b6001600160a01b03165f9081526002602052604090205490565b6101296102cc366004615536565b610633565b6101296102df36600461557b565b6106ac565b61023d6102f23660046155ff565b6106ea565b348015610302575f80fd5b506101e961031136600461551d565b61078d565b61027d61032436600461569f565b6107aa565b348015610334575f80fd5b5061033d6107f3565b60405161013593929190615741565b348015610357575f80fd5b50610129610366366004615467565b61080a565b7f000000000000000000000000000000000000000000000000000000000000000080156103b057600263929eee145c146103b05763a61be9f05f52346020526024601cfd5b806103ff5763929eee1454806103de57600263929eee145c146103de5763a61be9f05f52346020526024601cfd5b600381141581151516156103fd5763a61be9f05f52346020526024601cfd5b505b50565b5f61040b610815565b92915050565b606061041b6109c9565b905090565b5f61041b6109e1565b63929eee14546001147f00000000000000000000000000000000000000000000000000000000000000008061045c575080155b1561047a57604051630f45b98b60e41b815260040160405180910390fd5b6104a37f0000000000000000000000000000000000000000000000000000000000000000610a4e565b6104c0576040516370a4078f60e01b815260040160405180910390fd5b5f63929eee145550565b5f806104d66004610aac565b90506104fa6104eb82610abc5b63ffffffff16565b610140830135610b39565b3590565b9392505050565b60608061056661051c6105146004610aac565b610c7d6104e3565b61053361052b60046020610ce5565b610d036104e3565b61054a61054260046040610ce5565b610d5b6104e3565b61055961054260046060610ce5565b89338a15028a0189610db3565b915091509b509b9950505050505050505050565b5f6104fa61059361058b6004610aac565b610ded6104e3565b610e45565b60606106286105b26105aa6004610aac565b610f666104e3565b604080515f808252602082019092529061060a565b6105f76040805160a081019091525f808252602082019081526020015f81526020015f8152602001606081525090565b8152602001906001900390816105c75790505b5061062261061a60046020610ce5565b610fbe6104e3565b33611016565b90505b949350505050565b5f6104fa61064c6106446004610aac565b6110546104e3565b604080515f80825260208201909252906106a4565b6106916040805160a081019091525f808252602082019081526020015f81526020015f8152602001606081525090565b8152602001906001900390816106615790505b5084336110ca565b5f6106e06106c56106bd6004610aac565b6112496104e3565b6106d461052b60046020610ce5565b853386150286016110ca565b9695505050505050565b60608061077c6106fd6105aa6004610aac565b604080515f8082526020820190925290610755565b6107426040805160a081019091525f808252602082019081526020015f81526020015f8152602001606081525090565b8152602001906001900390816107125790505b5061076561054260046020610ce5565b61077461054260046040610ce5565b883389610db3565b915091509850989650505050505050565b6001600160a01b0381165f9081526020819052604081205461040b565b60606107e56107bc6105146004610aac565b6107cb61052b60046020610ce5565b6107da61061a60046040610ce5565b338615028601611016565b90505b979650505050505050565b60605f806107ff6112a5565b925092509250909192565b5f6104fa83836112f1565b5f61012435600281901c906003166001821183341582148061083a5761083a3461142c565b506003841160a0810260240135906502030203010160d01b861a905f630101020360d01b881a61086d888289888861143d565b9096509150506101c4600583901b01355f87600581111561089057610890615351565b036108c55760443560243517156108ae57636ab37ce75f526004601cfd5b6108b8848261175a565b6108c0611824565b6109a6565b6040805160208082528183019092525f9160208201818036833701905050905060028a60058111156108f9576108f9615351565b0361091c5761091760c4356084353360e435610104355b87876118a4565b610991565b60038a600581111561093057610930615351565b0361094e5761091760c4356084353360e435610104355b87876118ef565b60048a600581111561096257610962615351565b0361097c5761091760243533608435604435606435610910565b61099160243533608435604435606435610947565b61099b8482611925565b6109a4816119df565b505b6109b1868984611a03565b6109b9611a70565b6001995050505050505050505090565b6060602080526707536561706f727460475260606020f35b5f6109ea611ac3565b600143034060801c335f525f60205260405f208054820192508281555050336001600160a01b03167f721c20121297512b72821b97f5326877ea8ecf4bb9948fea5bfcb6453074d37f82604051610a4391815260200190565b60405180910390a290565b5f816001600160a01b0316600a5a610a66919061579b565b6040515f8181818686fa925050503d805f8114610a9e576040519150601f19603f3d011682016040523d82523d5f602084013e610aa3565b606091505b50909392505050565b5f813563ffffffff16820161040b565b5f610acf61016060408051918201905290565b9050610ade8282610140611b40565b610afb610af4610aef846040610ce5565b611b49565b6040830152565b5f610b0f610b0a846060610ce5565b611b9c565b9050610b1c816060840152565b610b2f610b27825190565b610140840152565b50919050565b0190565b610140820151604080519084015180515f939284927f000000000000000000000000000000000000000000000000000000000000000092602090910190845b81811015610ba5578251601f1901805186825260c082208652905260209384019390920191600101610b78565b508060051b6040512094505050505f7f0000000000000000000000000000000000000000000000000000000000000000915060405160206060890151015f5b86811015610c11578151601f1901805186825260e082208552905260209283019290910190600101610be4565b505060408051600587901b9020601f198a0180517f00000000000000000000000000000000000000000000000000000000000000008252928b01805197815260608c018051938152610140909c019a8b5261018082209390915295909552939097525050925250919050565b5f8063ffffffff8335169050600581901b610ca16020820160408051918201905290565b828152925060208381019085015f5b83811015610cdb57610cd3610ccd610cc88484610ce5565b611249565b82850152565b602001610cb0565b5050505050919050565b5f6104fa63ffffffff610cfd6104f68686610b358516565b16840190565b5f8063ffffffff8335169050600581901b610d276020820160408051918201905290565b828152925060208381019085015f5b83811015610cdb57610d53610ccd610d4e8484610ce5565b611bdf565b602001610d36565b5f8063ffffffff8335169050600581901b610d7f6020820160408051918201905290565b828152925060208381019085015f5b83811015610cdb57610dab610ccd610da68484610ce5565b611c21565b602001610d8e565b60608036155f80610dc78c8c85898b611c64565b91509150610dda8c8b8b8b8b8787612041565b9450945050505097509795505050505050565b5f8063ffffffff8335169050600581901b610e116020820160408051918201905290565b828152925060208381019085015f5b83811015610cdb57610e3d610ccd610e388484610ce5565b612173565b602001610e20565b5f610e4e611ac3565b5f805f80855190505f5b81811015610f59575f878281518110610e7357610e736157ba565b60209081029190910101518051909150600481608001516004811115610e9b57610e9b615351565b03610ea7575050610f51565b80519450610eb4816121b6565b5f8181526001602052604081209850909650610ed690879089903615156121ef565b50865460ff16610f4e5780610140015181606001515114610ef957610ef961227d565b610f088587846020015161228a565b865460ff191660011787556040517ff280791efe782edcf06ce15c8f4dff17601db3b88eb3805a0db7d77faf757f0490610f4590889084906158bd565b60405180910390a15b50505b600101610e58565b5060019695505050505050565b5f8063ffffffff8335169050600581901b610f8a6020820160408051918201905290565b828152925060208381019085015f5b83811015610cdb57610fb6610ccd610fb18484610ce5565b611054565b602001610f99565b5f8063ffffffff8335169050600581901b610fe26020820160408051918201905290565b828152925060208381019085015f5b83811015610cdb5761100e610ccd6110098484610ce5565b612326565b602001610ff1565b60605f36151590505f8061102e8888858b5189611c64565b9150915061103b82612359565b6110488887848885612398565b98975050505050505050565b5f61106761020060408051918201905290565b60a0810180825290915061108361107d84610aac565b8261246b565b61108f60016020840152565b61109b60016040840152565b6110b86110b16110ac856020610ce5565b6124a1565b6060840152565b610b2f6110c36124c9565b6080840152565b835160808101515f91906110f160048260048111156110eb576110eb615351565b146124e3565b5f80806111008a361515612586565b60408051600180825281830190925293965091945092505f9190816020015b61112761504f565b81526020019060019003908161111f5790505090508a815f8151811061114f5761114f6157ba565b6020026020010181905250611164818b61277e565b6111708684848b6128f7565b6040805160018082528183019092525f9160208083019080368337509192505050361515600487818111156111a7576111a7615351565b146111ca576111b88d83885f6129f7565b6111c486868684612a49565b506111dc565b6111d9888e6080015183612b4d565b95505b6111e7888c8c612c1d565b85825f815181106111fa576111fa6157ba565b6020026020010181815250506112118d8388612d40565b61122e86895f01518a602001518d8c604001518d60600151612e0d565b611236611a70565b5060019c9b505050505050505050505050565b5f61125c61020060408051918201905290565b905061127060208381019083016040611b40565b60a0810180825261128361107d84610aac565b6112946110b16110ac856060610ce5565b610b2f6110c36110ac856080610ce5565b60605f805f6112b2612e72565b90505f7f0000000000000000000000000000000000000000000000000000000000000000905060605f5281602052806040526303312e3660635260a05ff35b5f6112fa611ac3565b5f8083815b81811015611411573687878381811061131a5761131a6157ba565b905060200281019061132c919061599f565b90505f61133c602083018361551d565b90505f61134f604084016020850161551d565b90505f61136260a08501608086016159be565b905081331483331417156004821417871796505f61139661138b6113838790565b610abc6104e3565b866101400135610b39565b5f8181526001602052604090819020805461ffff19166101001781559051909a509091506001600160a01b0380851691908616907f6bacc01dbe442496068f7d234edd811f1a5f833243e0aec824f86ab861f3c90d906113f99085815260200190565b60405180910390a385600101955050505050506112ff565b5050801561142157611421612f4f565b506001949350505050565b63a61be9f05f52806020526024601cfd5b5f806114485f6124e3565b611450612f5c565b42610164351115426101443511171561147e576321ccfeb75f5261014435602052610164356040526044601cfd5b610204356102643510156114995763466aa6165f526004601cfd5b7f0000000000000000000000000000000000000000000000000000000000000000608081905260a08790526060602460c037604060646101203760e060802061016052610264356102043560051b6102a0016001820181526020810190508881526080602460208301376101608860a0528760c0525f60e0525f6102043593505f5b8481101561156f578060400261028401602081610100376040816101203760208101358317925060208401935060e0608020845260a0850194508b85528a602086015260408160608701375060010161151b565b6001850160051b610160206060526102643594505b848110156115bf578060400261028401925060a0840193508a8452896020850152604083606086013760208301359190911790600101611584565b506001600160a01b038111156115dc576339f3e3fd5f526004601cfd5b50505050505f7f00000000000000000000000000000000000000000000000000000000000000009050806080528360a052606060c460c0376020610104610120375060c06080205f9081526020812060e05260843590611650826001600160a01b03165f9081526020819052604090205490565b7f000000000000000000000000000000000000000000000000000000000000000060808190529091506040608460a03760605161010052896101205260a061014461014037816101e05261018060802094505050506102043560051b61018001828152336020820152608060408201526101206060820152600160808201528360a0820152606060c460c083013760a061026435026101e00160a4356084357f9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f318385a35f60605260608101820160405250505f61172c83612fa7565b90506117388389612ff8565b7101000000000000000000000000000001000182559150509550959350505050565b60c43560843560e4356101043584156117cb576117768161304d565b5f6040519050632671a55160e11b815260206004820152600160248201528660448201528460648201528360848201523360a48201528260c48201528160e48201526117c5868261010461305f565b5061181c565b60028660058111156117df576117df615351565b0361180657806001146117f5576117f581613116565b61180184843385613127565b61181c565b61180f8161304d565b61181c84843385856131dc565b505050505050565b346064356084356102643560061b5f80805b838110156118755761028481013592506102a481013591508683111561185e5761185e6132b3565b828703965061186d82846132c0565b604001611836565b5085851115611886576118866132b3565b61189084866132c0565b8486111561181c5761181c338688036132c0565b6118ae81836132f6565b816118d557826001146118c4576118c483613116565b6118d087878787613127565b6118e6565b6118e6828260028a8a8a8a8a613314565b50505050505050565b6118f88361304d565b61190281836132f6565b81611914576118d087878787876131dc565b6118e6828260038a8a8a8a8a613314565b5f805f805f861561194a57505060843592503391505060c4356101043560e43561195f565b50339350506084359150506024356064356044355b801561196d5761196d613393565b50600586901b6101e403356102643560061b5f80805b838110156119c45761028481013592506102a481013591508a156119ae576119ab83876159dc565b95505b6119bc878a8486898f6133a0565b604001611983565b506119d386898988888e6133a0565b50505050505050505050565b60408151146119eb5750565b5f6119f7826020015190565b90506103fd81836133d5565b611a1f8260a4355b331415600182116004909210919091161690565b15611a6b57805f611a2e825190565b9050608081901c63ffffffff8216611a4684826133f9565b601c840163fb5014fc6060529350611a6260a435888685613409565b5f6060526118e6565b505050565b7f00000000000000000000000000000000000000000000000000000000000000008015611aa1575f63929eee145d50565b63929eee145480611ab7575f63929eee145d5050565b50600163929eee145550565b7f00000000000000000000000000000000000000000000000000000000000000008015611b025763929eee145c15611b0257637fa8a9875f526004601cfd5b806103ff5763929eee145480611b2a5763929eee145c15611b2a57637fa8a9875f526004601cfd5b60018111156103fd57637fa8a9875f526004601cfd5b80838337505050565b5f63ffffffff8235166040519150808252602082018160051b81018060a084026020870183378293505b81841015611b8c5780845260209093019260a001611b73565b60405250919392505050565b9052565b5f63ffffffff8235166040519150808252602082018160051b81018060c084026020870183378293505b81841015611b8c5780845260209093019260c001611bc6565b5f611bf160a060408051918201905290565b9050611bff82826080611b40565b611c1c611c15611c10846080610ce5565b613451565b6080830152565b919050565b5f63ffffffff8235166040519150808252602082018160051b8101808360061b6020870183378293505b81841015611b8c57808452602090930192604001611c4b565b60605f611c7160016124e3565b86515f90600160e61b82351690806001600160401b03811115611c9657611c96615773565b604051908082528060200260200182016040528015611cbf578160200160208202803683370190505b50945060010160051b91505f60205b83811015611ec0575f611ce48c83613cf86104e3565b90505f805f611cf3848e612586565b6001600160781b0382166020880152919450925090505f829003611d1a5750505050611eb8565b6001600160781b0381166040808601919091528a8601849052845160a081015160c0820151608083015192909301518051600184119d909d179c600490931099509092915f5b81811015611e02575f838281518110611d7b57611d7b6157ba565b602002602001015190508b8151108d179c505f611d9d89898460800151613488565b90508160800151826060015103611dba5760608201819052611dcf565b611dc989898460600151613488565b60608301525b5f611de88360600151838a8a611de3361590565b6134c4565b606084018190526080909301929092525050600101611d60565b5087516060015180515f5b81811015611eac575f838281518110611e2857611e286157ba565b602002602001015190505f611e428b8b8460800151613488565b90508160800151826060015103611e5f5760608201819052611e74565b611e6e8b8b8460600151613488565b60608301525b5f611e898360600151838c8c611de336151590565b6060840181905260a0840180516080909501949094529092525050600101611e0d565b50505050505050505050505b602001611cce565b50506001600160e61b018103611ed857611ed8613517565b50611ee3888861277e565b5f8060205b8381101561202657858101519250821561201e575f611f0a8c83613cf86104e3565b9050885f03611f25575f87830181905260209091015261201e565b60048151608001516004811115611f3e57611f3e615351565b14611fc157611f578188866001600587901c038e613524565b611f6d575f87830181905260209091015261201e565b602080820151604083015183516080810151930151611fa69388936001600160781b039081169316913314156001909111168e17612a49565b611fbc575f87830181905260209091015261201e565b611fec565b611fd3815f015182608001518c612b4d565b878301819052935083611fec575f60209091015261201e565b886001900398505f815f0151905061201785825f015183602001518c85604001518660600151612e0d565b6001935050505b602001611ee8565b50806120345761203461357f565b5050509550959350505050565b85518551606091829161205481836159ef565b6001600160401b0381111561206b5761206b615773565b6040519080825280602002602001820160405280156120a457816020015b612091615082565b8152602001906001900390816120895790505b5092505f5b828110156120fc576120d78c5f8d84815181106120c8576120c86157ba565b60200260200101518c8c61358c565b8482815181106120e9576120e96157ba565b60209081029190910101526001016120a9565b505f5b818110156121555761212e8c60018c848151811061211f5761211f6157ba565b60200260200101518c5f61358c565b8484830181518110612142576121426157ba565b60209081029190910101526001016120ff565b506121638b84888a896135db565b9350505097509795505050505050565b5f6121846040808051918201905290565b905061219e61219a61219584610aac565b6138c4565b8252565b611c1c6121af6110ac846020610ce5565b6020830152565b5f6121cb8260600151518361014001516138e3565b81516001600160a01b03165f9081526020819052604090205461040b908390610b39565b82545f90610100900460ff161561221657811561220f5761220f856138f3565b505f61062b565b83546201000090046001600160781b031680156122715783156122415761223c86613904565b612271565b8454600160881b90046001600160781b031681106122715782156122685761226886613915565b5f91505061062b565b50600195945050505050565b632165628a5f526004601cfd5b33831480156122995750505050565b5f6122a2612e72565b61190160f01b5f9081526002828152602287815260428320908390528651939450929190601f601d840116106102e2606219840110161561230c576122e78688613926565b61190160f01b5f9081526002869052602282815260428220919052909750905061230f565b50815b61231c888285858a6139bc565b5050505050505050565b5f6123376040808051918201905290565b905061234861219a610da684610aac565b611c1c6121af610da6846020610ce5565b80518060051b6040019050602082038051602082527f4b9f2d36e1b4c93de62cc077b00b1a91d84b6c31b4a14e012718dcca230689e78383a190525050565b8351606090806001600160401b038111156123b5576123b5615773565b6040519080825280602002602001820160405280156123ee57816020015b6123db615082565b8152602001906001900390816123d35790505b5091505f5b81811015612451575f87828151811061240e5761240e6157ba565b6020026020010151905061242b89825f0151836020015185613b05565b84838151811061243d5761243d6157ba565b6020908102919091010152506001016123f3565b5061245f87838787876135db565b50505b95945050505050565b6124788282610160611b40565b612489610af4610aef846040610ce5565b6103fd61249a610b0a846060610ce5565b6060830152565b6040518135601f0163ffffffe01660200180838337913563ffffffff16815290810160405290565b5f6124db602060408051918201905290565b5f8152905090565b7f000000000000000000000000000000000000000000000000000000000000000080156125315763929eee145c1561252257637fa8a9875f526004601cfd5b8160010163929eee145d6103fd565b63929eee1454806125645763929eee145c1561255457637fa8a9875f526004601cfd5b8260010163929eee145d506103fd565b6001811461257957637fa8a9875f526004601cfd5b505060020163929eee1455565b5f805f80855f015190506125a38160a001518260c0015187613caa565b6125b657505f9250829150819050612777565b602086015160408701516001600160781b0391821694501691505f6004826080015160048111156125e9576125e9615351565b03612616576001838502189050801561260457612604613ccd565b50600193508392508291506127779050565b50818311831517801561262b5761262b613ccd565b608082015160011615848411161561264557612645613cda565b61264e826121b6565b5f81815260016020526040812091965061266c90879083908a6121ef565b61267f57505f9350839250612777915050565b805460ff1661269a5761269a835f0151878a6060015161228a565b8054608881901c806126ae57869150612771565b6001600160781b038260101c169150600186036126d2578181039650809550612771565b8086036126ed57908601858103868211029096039590612771565b80860296810291909502810186810387821102918290039695919003906001600160781b0386111561277157612731565b5f5b8215610b2f57908290069190612720565b61274461273e878461271e565b8861271e565b8015019687900496909504946001600160781b0386111561277157634e487b715f5260116020526024601cfd5b50505050505b9250925092565b805182515f5b8281101561286d575f84828151811061279f5761279f6157ba565b602002602001015190505f815f015190508381106127c4576127c48260200151613ce7565b5f8782815181106127d7576127d76157ba565b6020026020010151905080602001516001600160781b03165f036127fd57505050612865565b80516040808201519085015163bfb3f8ce5f8760200151600181111561282557612825615351565b14612841575f612836856060613cf8565b9350636088d7de9150505b8251821061285257805f526004601cfd5b61285d838389613d03565b505050505050505b600101612784565b505f5b818110156128f0575f85828151811061288b5761288b6157ba565b6020026020010151905080602001516001600160781b03165f036128af57506128e8565b8051608081015160608201516128cc9085908363a8930e9a613db4565b6128e48483604001518363d69293326104e3613db490565b5050505b600101612870565b5050505050565b60a084015160c08501516040860151515f805b82811015612974575f89604001518281518110612929576129296157ba565b602002602001015190505f815f01519050801584179350505f612960826060015183608001518c8c8b8b61295b361590565b613e1b565b60608301525060800186905260010161290a565b506080880151600481108216801561298e5761298e613517565b505050506060860151515f5b8181101561231c575f886060015182815181106129b9576129b96157ba565b602002602001015190505f6129de826060015183608001518b8b8a8a61295b36151590565b60608301525060a081015160809091015260010161299a565b8351608081015160208201513314156001821160049092109190911616156128f0575f80612a2c858489608001518988613e56565b63fb5014fc6060529092509050611a628360200151868484613409565b5f848152600160205260408120805482908290608881901c80612a6e57889150612af6565b6001600160781b038260101c169150808803612a9257908801878111935090612af6565b97880297808802979190910288018781119350906001600160781b038083119089111715612af657612ac4888361271e565b8015019788900497909104906001600160781b038083119089111715612af657634e487b715f5260116020526024601cfd5b508215612b2f578515612b23576040516310fda3e160e01b8152600481018a905260240160405180910390fd5b5f94505050505061062b565b8660881b8160101b1760011782556001945050505050949350505050565b5f83610140015184606001515114612b6757612b6761227d565b83515f8080612b768888613fd4565b915091505f8082845f885af16001600160a01b0385165f908152600260205260409020805460018101909155606086901b189550925082612bd5578515612bc857612bbf61407e565b612bc8856140c5565b505f93506104fa92505050565b505050505f805f612bf2876040015188606001516104e36140d690565b925092509250825f14612c0857612c08846140c5565b60408701919091526060860152509392505050565b6040805160208082528183019092525f916020820181803683375050506040850151519091505f5b81811015612c95575f86604001518281518110612c6457612c646157ba565b60200260200101519050846080820152612c8c81885f0151896101200151876104e361434f90565b50600101612c45565b50506060840151515f90815b81811015612d23575f87606001518281518110612cc057612cc06157ba565b602002602001015190505f6005811115612cdc57612cdc615351565b81516005811115612cef57612cef615351565b03612d0b574793508381606001511115612d0b57612d0b6132b3565b612d1a8133898861434f6104e3565b50600101612ca1565b5050612d2e826119df565b504780156128f0576128f033826132c0565b8251608081015160208201515f92839283928392916004811060019091111633909114151615612da257612d83612d7d61010083015190565b5190565b88614444565b9093509150612d9460208201612d79565b945063fb5014fc9350612dee565b600481608001516004811115612dba57612dba615351565b0361231c57805194505f8560601b9050612ddb87838b608001518b85614485565b639397928596509094509250612dee9050565b612df86060859052565b612e0485878585613409565b5f60605261231c565b60608290506060829050856001600160a01b0316876001600160a01b03167f9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f318a888686604051612e609493929190615a3b565b60405180910390a35050505050505050565b5f7f00000000000000000000000000000000000000000000000000000000000000004614612f2a575060408051608080517f00000000000000000000000000000000000000000000000000000000000000005f9081527f00000000000000000000000000000000000000000000000000000000000000006020527f0000000000000000000000000000000000000000000000000000000000000000855246606090815230845260a08220949095529093529190915290565b507f000000000000000000000000000000000000000000000000000000000000000090565b63fed398fc5f526004601cfd5b600435602014610224356102401416610244356102606102643560061b01141660186101243510600160a01b60843560a4351760c4356024351717101616806103ff576103ff614550565b5f8181526001602081905260409091209060843590612fcc90849084903615156121ef565b50815460ff16610b2f57610b2f8184612ff3602463ffffffff6102443516016124a16104e3565b61228a565b5f6130058260a435611a0b565b1561040b575f805f6130168661455d565b63fb5014fc6060529194509250905061303660a43587601c860185613409565b5f60605260209190910160801b1781529392505050565b806103ff576391b3e5145f526004601cfd5b604080517f000000000000000000000000000000000000000000000000000000000000000060ff60a01b175f90815260208690527f000000000000000000000000000000000000000000000000000000000000000083526055600b20919092526001600160a01b031690505f805f805260205f85875f875af191505f519050816130f4576130eb61407e565b6130f483614615565b6001600160e01b03198116632671a55160e11b1461181c5761181c8684614626565b6369f958275f52806020526024601cfd5b833b61313e57635f15d6725f52836020526024601cfd5b6040516323b872dd60e01b5f528360045282602452816044525f8060645f80895af1806131ce573d156131ac57601f3d0160051c8260051c8160030281831115613195578183036003028280028480020360091c01015b5a6020820110156131a8573d5f803e3d5ffd5b5050505b63f486bc875f5285602052846040528360605282608052600160a05260a4601cfd5b5060405250505f6060525050565b843b6131f357635f15d6725f52846020526024601cfd5b60405160805160a05160c051637921219560e11b5f528760045286602452856044528460645260a06084525f60a4525f8060c45f808d5af180613298573d1561327757601f3d0160051c8560051c8160030281831115613260578183036003028280028480020360091c01015b5a602082011015613273573d5f803e3d5ffd5b5050505b63f486bc875f52896020528860405287606052866080528560a05260a4601cfd5b5060809290925260a05260c05260405250505f606052505050565b638ffff9805f526004601cfd5b6132c98161304d565b5f805f805f85875af1905080611a6b576132e161407e565b63bc806b965f5282602052816040526044601cfd5b5f613302836020015190565b9050818114611a6b57611a6b836119df565b5f602088510361334e5750604080885260208089018a9052632671a55160e11b91890191909152604488015260016064880181905261335d565b50606487018051600101908190525b603c60c082028901038781528660208201528560408201528460608201528360808201528260a082015250505050505050505050565b636ab37ce75f526004601cfd5b6133a98361304d565b6133b381836132f6565b816133c4576118018686868661463b565b61181c828260018989895f8a613314565b6064810151604082019060c0026044016133f084838361305f565b50506020905250565b6317b1f9428252600181526103fd565b5f806001600160e01b03198451165f805260205f85875f8b5af15f51909350149050816134425761343861407e565b846080526024607cfd5b8061181c57846080526024607cfd5b5f8063ffffffff83351690506001810160051b6134748160408051918201905290565b9250613481848483611b40565b5050919050565b5f8284036134975750806104fa565b82848309156134ad5763c63cf0895f526004601cfd5b5f6134b88584615ad7565b93909304949350505050565b5f84861461350d57838303428590038082035f6134e1838a615ad7565b6134eb838c615ad7565b6134f591906159ef565b90508584878303040181151502945050505050612462565b5092949350505050565b6312d3f5a35f526004601cfd5b8451608081015160208201515f92916004811060019091111633909114151615610f59575f8061355b87848b608001518b8a613e56565b91509150613575836020015188848463fb5014fc8a61472f565b9350505050612462565b63d5da9a1b5f526004601cfd5b613594615082565b83515f036135a5576135a58561479c565b5f8560018111156135b8576135b8615351565b036135ce576135c9868583856147ad565b612462565b612462868583338761491d565b84516060905f816001600160401b038111156135f9576135f9615773565b604051908082528060200260200182016040528015613622578160200160208202803683370190505b506040805160208082528183019092529192505f9190602082018180368337505089519192505060010160051b60205b818110156136b1575f6136688b83613cf86104e3565b805160608101519192509080156136a657478111825115161561369257638ffff9805f526004601cfd5b6136a682846020015185604001518961434f565b505050602001613652565b50505f5b8381101561381d575f8a82815181106136d0576136d06157ba565b6020026020010151905080602001516001600160781b03165f03613717575f848381518110613701576137016157ba565b9115156020928302919091019091015250613815565b600184838151811061372b5761372b6157ba565b911515602092830291909101909101528051604081015180515f5b818110156137b0575f838281518110613761576137616157ba565b6020026020010151905080606001515f1461379d57608081018051908e905285516101208701516137979184918c61434f6104e3565b60808201525b6080810151606090910152600101613746565b505050606081015180515f5b8181101561380f575f8382815181106137d7576137d76157ba565b602002602001015190505f81606001519050805f146137fb576137fb888483614a54565b5060a08101516060909101526001016137bc565b50505050505b6001016136b5565b50613827816119df565b4780156138385761383833826132c0565b85156138ae575f5b848110156138ac5783818151811061385a5761385a6157ba565b6020026020010151156138a4576138a48b828151811061387c5761387c6157ba565b60200260200101518a8b8481518110613897576138976157ba565b6020026020010151612d40565b600101613840565b505b6138b6611a70565b509098975050505050505050565b5f6138d761016060408051918201905290565b9050611c1c828261246b565b808210156103fd576103fd614a6d565b631a5155745f52806020526024601cfd5b63ee9e0e635f52806020526024601cfd5b6310fda3e15f52806020526024601cfd5b5f805f84516001811660410380820360051c9250808752806020018701915050805160e81c6003820191506001811660051b868152825160208218525060015b838110156139925760405f2082821c60051b602090811691825293840180519190941852600101613966565b50505060405f2091505f6139a582614a7a565b5f9081526020939093525050604090209392505050565b5f805f528151602083038051826041035f60018211613a1f57604087015160608801515f1a8315613a0057601b8260ff1c0190506001600160ff1b03821660408a01525b88528a855260205f60808760015afa508385528588526040880152505f515b8a148a1515169450849050613ae857858552604082526044850380516040870351630b135d3f60e11b835289604089035260205f60648b01858f5afa96508615613adc57630b135d3f60e11b5f5114613adc578b3b15613a8657634f7fb80d5f526004601cfd5b6001866041031115613a9f57638baa579f5f526004601cfd5b64010100000060608901515f1a1a15604187141615613acf57631f003d0a5f5260608801515f1a6020526024601cfd5b63815e1d645f526004601cfd5b8385529152603f198601525b5050508061181c57613af861407e565b634f7fb80d5f526004601cfd5b613b0d615082565b8251158451151715613b26576398e9db6e5f526004601cfd5b613b2e615082565b613b3b8685835f8061491d565b805160608101515f03613b505750905061062b565b613b6087878584608001516147ad565b82516040828101519082015160208085015190840151855185511891181791181715613b975763bced929d5f52846020526024601cfd5b806060015182606001511115613c1e575f865f81518110613bba57613bba6157ba565b60200260200101519050816060015183606001510389825f015181518110613be457613be46157ba565b60200260200101515f015160600151826020015181518110613c0857613c086157ba565b6020026020010151606001818152505050613c9f565b5f875f81518110613c3157613c316157ba565b60200260200101519050826060015182606001510389825f015181518110613c5b57613c5b6157ba565b60200260200101515f015160400151826020015181518110613c7f57613c7f6157ba565b602002602001015160600181815250508260600151826060018181525050505b505050949350505050565b428084111590831116818015613cbe575080155b156104fa576104fa8484614e89565b635a052b325f526004601cfd5b63a11b63ff5f526004601cfd5b63133c37c65f52806020526024601cfd5b5f6104fa8284015190565b5f838381518110613d1657613d166157ba565b602002602001015190505f815f01519050613d318160031090565b613d3d57613d3d614e9e565b60408201518015613d6057613d5b8460600151828660800151614eab565b613d73565b60808401515115613d7357613d73614ef5565b600119820183816005811115613d8b57613d8b615351565b90816005811115613d9e57613d9e615351565b9052505050606090920151604090910152505050565b82515f5b8181101561181c575f858281518110613dd357613dd36157ba565b60209081029190910101518051604082015191925090600382116004881415821515171615613e0d57855f5288602052836040526044601cfd5b505050806001019050613db8565b5f868803613e3557613e2e868689613488565b90506107e8565b6107e5613e4387878b613488565b613e4e88888b613488565b8686866134c4565b5f805f613e61614f02565b6301e4d72a815260208082015260408101898152336060830152601c820194509091508751604082015287613ea1613e9a60a083015190565b60e0840152565b613eb7613eaf60c083015190565b610100840152565b613ecd613ec560e083015190565b610120840152565b610140613edb816060850152565b5f613ee7604084015190565b90505f613ef682848701614f0c565b928301929050613f07836080870152565b5f613f13606086015190565b90505f613f2282868901614f72565b948501949050613f338560a0890152565b5f613f408e878a01614fd7565b959095019450613f518560c0890152565b8685015f613f5f8e83614ff6565b602497019687019a50613f7b9050613f768c8c0190565b615026565b8060408b901b60808b901b17178f610100018181525050613fa58c82611b9890919063ffffffff16565b60058c8e51613fb491906159dc565b613fbf911b8b6159dc565b99505050505050505050509550959350505050565b5f8083613fdf614f02565b639891976581523360208201908152608060408301819052601c9092019450905f61400b604085015190565b90505f61401a82848601614f0c565b92830192905061402b836040860152565b5f614037606087015190565b90505f61404682868801614f0c565b948501949050614057856060880152565b895f61406582898901614fd7565b9a9d96909a016004019b50949950505050505050505050565b3d156140c357601f3d0160051c60405160051c81600302818311156140b0578183036003028280028480020360091c01015b5a602082011015611a6b573d5f803e3d5ffd5b565b63939792855f52806020526024601cfd5b60603d105f8080808080866141485760405f803e5f51935060205192503d60208501113d60208501118082179850505086614148576020845f3e5f51915060208360203e60205190508160071b60208501018160a0026020850101803d10823d101761ffff8486171117985050505f80525b8661417a575f8061415d84602088018d614183565b9250975061416f83602087018c614263565b929092179850909550505b50505050612777565b5f806040519150825160c08602602001830160405285835260208660010160051b8085018360010160051b87016141c1858b81811090829003020190565b60010160051b8a861196505b8085101561422157828589015260808a843e6060830151955085608084015260608201518681116141fe858561430a565b17881797505060808a01995060a08301925060a0820191506020850194506141cd565b50505b81831015614257578083870152608088823e6060810151608082015260808801975060a081019050602083019250614224565b50505050935093915050565b604051815180851190808603818710028101602060e08202850181016040528185526001928301600590811b87019390920190911b908185015b8282101561425757808287015260a088823e60206060890160a083013e606081015160608501516142da6080840151608088015180159114171590565b818311176142e8848861430a565b60a09b909b019a179690961795505060c093840193602092909201910161429d565b5f81516040830151801560038311161561432c57506040840151600119909101905b604085015181148551831460208701516020870151141616159250505092915050565b5f8451600581111561436357614363615351565b036143a057604084015160208501516001600160a01b0316171561438957614389613393565b61439b846080015185606001516132c0565b61443e565b6001845160058111156143b5576143b5615351565b036143e6576040840151156143cc576143cc613393565b61439b8460200151848660800151876060015186866133a0565b6002845160058111156143fb576143fb615351565b0361441f5761439b84602001518486608001518760400151886060015187876118a4565b61443e84602001518486608001518760400151886060015187876118ef565b50505050565b608082901c63ffffffff604084901c8116908085169061446c9084906317b1f94290611b9816565b601c8301925061447c8482614ff6565b50509250929050565b5f8061448f614f02565b63f4dd92ce815287841860a0820152601c8101925060200160a0808252875f6144b9604083015190565b90505f6144c882858701614f0c565b9384019390506144d9846020870152565b5f6144e5606085015190565b90505f6144f482878901614f72565b958601959050614505866040890152565b5f6145128d888a01614fd7565b9687019690506145238760608a0152565b5f6145308d898b01614ff6565b905080880197508760040199505050505050505050509550959350505050565b6339f3e3fd5f526004601cfd5b6301e4d72a6102043560051b6080019081525f808260208082015260408101858152336060830152601c9190910190614597608435610af4565b6145a861014460e083016060611b40565b6101406145b6816060840152565b6145c460a082016080840152565b61016060a06102643581029290920101906145e0908290840152565b6145ea5f82840152565b6020016145f88160c0840152565b5f9181019182526020820196909652939560449095019492505050565b63d13d53d45f52806020526024601cfd5b631cf99b265f5281602052806040526044601cfd5b6040516323b872dd60e01b5f5283600452826024528160445260205f60645f80895af1803d15601f3d1160015f51141617163d151581166147205780873b151516614720578061470f57816146f2573d156146d157601f3d0160051c8360051c81600302818311156146ba578183036003028280028480020360091c01015b5a6020820110156146cd573d5f803e3d5ffd5b5050505b63f486bc875f528660205285604052846060525f6080528360a05260a4601cfd5b63988919235f52866020528560405284606052836080526084601cfd5b635f15d6725f52866020526024601cfd5b505060405250505f6060525050565b5f805f6001600160e01b03198751165f805260205f888a5f8e5af15f519093501490508161477b5783614766575f925050506106e0565b61476e61407e565b845f52876020526024601cfd5b8061478d57845f52876020526024601cfd5b50600198975050505050505050565b63375c24c15f52806020526024601cfd5b5f805f85865160051b87015b808210156148ca576020820191508851825151106147d9576147d96148fe565b81515160051b60208a01015180516020845101515f60408301516020850151158151841015171561480e5750505050506147b9565b8260051b60208201015191505060608101935083518901915083511589831060011b17881797508198505f84528a5193508615600181146148775760608220881860408d01516101208601511860208e0151865118171715614872576148726148fe565b6148c0565b8151855260208201516020860152604082015160408601528a6080860152835160208d015261012084015160408d015260608520975060208d019250868318156148c057865183525b50505050506147b9565b5050508160608551015280156148f757600181036148ef576391b3e5145f526004601cfd5b6148f761490b565b505061443e565b637fda72795f526004601cfd5b634e487b715f5260116020526024601cfd5b5f805f86875160051b88015b80821015614a1f576020820191508151518a51811061494a5761494a6148fe565b8060051b60208c01015190506020835101515f6060835101516020840151158151841015171561497d5750505050614929565b8260051b60208201015191505060608101925082518801915082511588831060011b17871796508197505f83528a5192508515600181146149cf5760a0822087146149ca576149ca6148fe565b614a16565b815184526020820151602085015260408201516040850152608082015160808501528a60208d01528960408d015260a08220965060208d01925085831815614a1657855183525b50505050614929565b50508551606001839052508015614a4d5760018103614a45576391b3e5145f526004601cfd5b614a4d61490b565b50506128f0565b63a5f542085f528260205281604052806060526064601cfd5b63466aa6165f526004601cfd5b5f614e80565b5f6009821015614bd9576005821015614b36576003821015614ae9577f832c58a5b611aadcfa6a082ac9d04bace53d8278387f10040347b7e98eb5b30260018314027fbf8e29b89f29ed9b529c154a63038ffca562f8d7cd1e2545dda53a1b582dde301861040b565b7ff3e8417a785f980bdaf134fa0274a6bf891eeb8195cd94b09d2aa651046e28bc60038314027fa02eb7ff164c884e5e2c336dc85f81c6a93329d8e9adf214b32729b894de2af11861040b565b6007821015614b8c577f25d02425402d882d211a7ab774c0ed6eca048c4d03d9af40132475744753b2a360058314027f1c19f71958cdd8f081b4c31f7caf5c010b29d12950be2fa1c95070dc47e30b551861040b565b7fb58d772fb09b426b9dece637f61ca9065f2b994f1464b51e9207f55f7c8f594860078314027f7ff98d9d4e55d876c5cfac10b43c04039522f3ddfb0ea9bfe70c68cfb5c7cc141861040b565b6011821015614d3157600d821015614c8e57600b821015614c41577f6f0ec38c21f6f583ab7f3c5413c773ffd5344c34fde1d390958e438bf667448f60098314027fd1d97d1ef5eaa37a4ee5fbf234e6f6d64eb511eb562221cd7edfbdde0848da051861040b565b7f32f4e7485d6485f9f6c255929b9905c62ba919758bbe231f231eaeecf33d810c600b8314027fbb98d87cc12922b83759626c5f07d72266da9702d19ffad6a514c73a89002f5f1861040b565b600f821015614ce4577f8df51df98847160517f5b1186b4bc3f418d98b8a7f17f1292f392d79d600d79e600d8314027f6b5b04cbae4fcb1a9d78e7b2dfc51a36933d023cf6e347e03d517b472a8525901861040b565b7fcc4886e37eedd9aacd6c1c2c9247197a621a71282e87a7cbc673f3736d9aa141600f8314027f1da3eed3ecef6ebaa6e5023c057ec2c75150693fd0dac5c90f4a142f9879fde81861040b565b6015821015614ddd576013821015614d90577f2d7a3ed6dab270fdb8e054b2ad525f0ce2a8b89cc76c17f0965434740f673a5560118314027fc3939feff011e53ab8c35ca3370aad54c5df1fc2938cd62543174fa6e7d858771861040b565b7f54b3212a178782f104e0d514b41a9a5c4ca9c980bf6597c3cecbf280917e202a60138314027f5a4f867d3d458dabecad65f6201ceeaba0096df2d0c491cc32e6ea4e643500171861040b565b6017821015614e33577fbb40bf8cea3a5a716e2b6eb08bbdac8ec159f82f380783db3c56904f15a43d0460158314027f3bd8cff538aba49a9c374c806d277181e9651624b3e31111bc0624574f8bca1d1861040b565b7f403be09941a31d05cfc2f896505811353d45d38743288b016630cce39435476a60178314027f1d51df90cba8de7637ca3e8fe1e3511d1dc2f23487d05dbdecb781860c21ac1c1861040b565b61040b82614a80565b6321ccfeb75f5281602052806040526044601cfd5b6394eb6af65f526004601cfd5b5f835f5260205f2060208301835160051b81015b80821015614ee657815180841160051b93845260209384185260405f209290910190614ebf565b5050831490508061443e5761443e5b6309bde3395f526004601cfd5b5f61041b60405190565b5f825180835260208401602084018260051b82015b80831015614f5f5782518051835260208101516020840152604081015160408401526060810151606084015250602083019250608082019150614f21565b5050508060071b60200191505092915050565b5f80614f7c845190565b8084529050602084810190600583901b860181019085015b82821115614fc4575f614fa684615030565b9050614fb4818360a0615039565b506020929092019160a001614f94565b60a0840260200194505050505092915050565b5f63ffffffe0603f614fe7855190565b0116905061040b838383615039565b5f80615000845190565b8084529050600581901b61501b602086810190860183615039565b602001949350505050565b6103ff6040829052565b5f61040b825190565b8082828560045afa80153d15171561443e575f80fd5b6040518060a001604052806150626150c4565b81525f602082018190526040820152606080820181905260809091015290565b60408051610100810182525f606082018181526080830182905260a0830182905260c0830182905260e083018290528252602082018190529181019190915290565b6040518061016001604052805f6001600160a01b031681526020015f6001600160a01b0316815260200160608152602001606081526020015f600481111561510e5761510e615351565b81525f6020820181905260408201819052606082018190526080820181905260a0820181905260c09091015290565b5f6020828403121561514d575f80fd5b81356001600160401b03811115615162575f80fd5b820161024081850312156104fa575f80fd5b5f81518084525f5b818110156151985760208185018101518683018201520161517c565b505f602082860101526020601f19601f83011685010191505092915050565b602081525f6104fa6020830184615174565b5f602082840312156151d9575f80fd5b5035919050565b5f602082840312156151f0575f80fd5b81356001600160401b03811115615205575f80fd5b820161016081850312156104fa575f80fd5b5f8083601f840112615227575f80fd5b5081356001600160401b0381111561523d575f80fd5b6020830191508360208260051b8501011115615257575f80fd5b9250929050565b80356001600160a01b0381168114611c1c575f80fd5b5f805f805f805f805f805f60e08c8e03121561528e575f80fd5b6001600160401b03808d3511156152a3575f80fd5b6152b08e8e358f01615217565b909c509a5060208d01358110156152c5575f80fd5b6152d58e60208f01358f01615217565b909a50985060408d01358110156152ea575f80fd5b6152fa8e60408f01358f01615217565b909850965060608d013581101561530f575f80fd5b506153208d60608e01358e01615217565b909550935060808c0135925061533860a08d0161525e565b915060c08c013590509295989b509295989b9093969950565b634e487b7160e01b5f52602160045260245ffd5b60068110611b9857611b98615351565b615380828251615365565b6020818101516001600160a01b0390811691840191909152604080830151908401526060808301519084015260809182015116910152565b5f815180845260208085019450602084015f5b8381101561540d5781516153e0888251615375565b808401516001600160a01b031660a08901526040015160c088015260e090960195908201906001016153cb565b509495945050505050565b604080825283519082018190525f906020906060840190828701845b82811015615452578151151584529284019290840190600101615434565b50505083810360208501526106e081866153b8565b5f8060208385031215615478575f80fd5b82356001600160401b0381111561548d575f80fd5b61549985828601615217565b90969095509350505050565b5f805f80604085870312156154b8575f80fd5b84356001600160401b03808211156154ce575f80fd5b6154da88838901615217565b909650945060208701359150808211156154f2575f80fd5b506154ff87828801615217565b95989497509550505050565b602081525f6104fa60208301846153b8565b5f6020828403121561552d575f80fd5b6104fa8261525e565b5f8060408385031215615547575f80fd5b82356001600160401b0381111561555c575f80fd5b83016040818603121561556d575f80fd5b946020939093013593505050565b5f805f805f6080868803121561558f575f80fd5b85356001600160401b03808211156155a5575f80fd5b9087019060a0828a0312156155b8575f80fd5b909550602087013590808211156155cd575f80fd5b506155da88828901615217565b909550935050604086013591506155f36060870161525e565b90509295509295909350565b5f805f805f805f8060a0898b031215615616575f80fd5b88356001600160401b038082111561562c575f80fd5b6156388c838d01615217565b909a50985060208b0135915080821115615650575f80fd5b61565c8c838d01615217565b909850965060408b0135915080821115615674575f80fd5b506156818b828c01615217565b999c989b509699959896976060870135966080013595509350505050565b5f805f805f805f6080888a0312156156b5575f80fd5b87356001600160401b03808211156156cb575f80fd5b6156d78b838c01615217565b909950975060208a01359150808211156156ef575f80fd5b6156fb8b838c01615217565b909750955060408a0135915080821115615713575f80fd5b506157208a828b01615217565b909450925061573390506060890161525e565b905092959891949750929550565b606081525f6157536060830186615174565b6020830194909452506001600160a01b0391909116604090910152919050565b634e487b7160e01b5f52604160045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b5f826157b557634e487b7160e01b5f52601260045260245ffd5b500490565b634e487b7160e01b5f52603260045260245ffd5b5f815180845260208085019450602084015f5b8381101561540d5781516157f6888251615365565b838101516001600160a01b03168885015260408082015190890152606080820151908901526080908101519088015260a090960195908201906001016157e1565b5f815180845260208085019450602084015f5b8381101561540d57815161585f888251615365565b808401516001600160a01b0390811689860152604080830151908a0152606080830151908a0152608080830151908a015260a091820151169088015260c0909601959082019060010161584a565b60058110611b9857611b98615351565b828152604060208201526158dd6040820183516001600160a01b03169052565b5f60208301516158f860608401826001600160a01b03169052565b5060408301516101608060808501526159156101a08501836157ce565b91506060850151603f198584030160a08601526159328382615837565b925050608085015161594760c08601826158ad565b5060a085015160e085015260c0850151610100818187015260e0870151915061012082818801528188015192506101409150828288015280880151848801525080870151610180870152505050809150509392505050565b5f823561015e198336030181126159b4575f80fd5b9190910192915050565b5f602082840312156159ce575f80fd5b8135600581106104fa575f80fd5b8181038181111561040b5761040b615787565b8082018082111561040b5761040b615787565b5f815180845260208085019450602084015f5b8381101561540d57615a28878351615375565b60a0969096019590820190600101615a15565b5f6080808301878452602060018060a01b03808916602087015260406080604088015283895180865260a08901915060208b0195505f5b81811015615ab3578651615a87848251615365565b808701518616848801528481015185850152606090810151908401529585019591870191600101615a72565b50508781036060890152615ac7818a615a02565b9c9b505050505050505050505050565b808202811582820484141761040b5761040b61578756fea264697066735822122096875ef1894bdfe7b2f5edc7307457fb7330844836c1e3538c6f67427177396564736f6c63430008180033436f6e73696465726174696f6e4974656d2875696e7438206974656d547970652c6164647265737320746f6b656e2c75696e74323536206964656e7469666965724f7243726974657269612c75696e74323536207374617274416d6f756e742c75696e7432353620656e64416d6f756e742c6164647265737320726563697069656e7429454950373132446f6d61696e28737472696e67206e616d652c737472696e672076657273696f6e2c75696e7432353620636861696e49642c6164647265737320766572696679696e67436f6e7472616374294f72646572436f6d706f6e656e74732861646472657373206f6666657265722c61646472657373207a6f6e652c4f666665724974656d5b5d206f666665722c436f6e73696465726174696f6e4974656d5b5d20636f6e73696465726174696f6e2c75696e7438206f72646572547970652c75696e7432353620737461727454696d652c75696e7432353620656e6454696d652c62797465733332207a6f6e65486173682c75696e743235362073616c742c6279746573333220636f6e647569744b65792c75696e7432353620636f756e746572294f666665724974656d2875696e7438206974656d547970652c6164647265737320746f6b656e2c75696e74323536206964656e7469666965724f7243726974657269612c75696e74323536207374617274416d6f756e742c75696e7432353620656e64416d6f756e7429",
|
|
2964
|
+
"deployedBytecode": "0x608060405260043610610103575f3560e01c8063a900866b11610092578063f07ec37311610062578063f07ec373146102f7578063f2d12b1214610316578063f47b774014610329578063fb0f3ee114610116578063fd9f1e101461034c575f80fd5b8063a900866b1461028a578063b3a34c4c146102be578063e7acab24146102d1578063ed98a574146102e4575f80fd5b80637423eb3c116100d85780637423eb3c146101f757806379df72bd1461020b57806387201b411461022a578063881477321461024b578063a81744041461026a575f80fd5b801561011657806306fdde031461013e57806346423aa71461015f5780635b34b966146101d5575f80fd5b366101125761011061036b565b005b5f80fd5b61012961012436600461513d565b610402565b60405190151581526020015b60405180910390f35b348015610149575f80fd5b50610152610411565b60405161013591906151b7565b34801561016a575f80fd5b506101b36101793660046151c9565b5f9081526001602052604090205460ff808216926101008304909116916001600160781b03620100008204811692600160881b9092041690565b6040805194151585529215156020850152918301526060820152608001610135565b3480156101e0575f80fd5b506101e9610420565b604051908152602001610135565b348015610202575f80fd5b50610110610429565b348015610216575f80fd5b506101e96102253660046151e0565b6104ca565b61023d610238366004615274565b610501565b604051610135929190615418565b348015610256575f80fd5b50610129610265366004615467565b61057a565b61027d6102783660046154a5565b610598565b604051610135919061550b565b348015610295575f80fd5b506101e96102a436600461551d565b6001600160a01b03165f9081526002602052604090205490565b6101296102cc366004615536565b610633565b6101296102df36600461557b565b6106ac565b61023d6102f23660046155ff565b6106ea565b348015610302575f80fd5b506101e961031136600461551d565b61078d565b61027d61032436600461569f565b6107aa565b348015610334575f80fd5b5061033d6107f3565b60405161013593929190615741565b348015610357575f80fd5b50610129610366366004615467565b61080a565b7f000000000000000000000000000000000000000000000000000000000000000080156103b057600263929eee145c146103b05763a61be9f05f52346020526024601cfd5b806103ff5763929eee1454806103de57600263929eee145c146103de5763a61be9f05f52346020526024601cfd5b600381141581151516156103fd5763a61be9f05f52346020526024601cfd5b505b50565b5f61040b610815565b92915050565b606061041b6109c9565b905090565b5f61041b6109e1565b63929eee14546001147f00000000000000000000000000000000000000000000000000000000000000008061045c575080155b1561047a57604051630f45b98b60e41b815260040160405180910390fd5b6104a37f0000000000000000000000000000000000000000000000000000000000000000610a4e565b6104c0576040516370a4078f60e01b815260040160405180910390fd5b5f63929eee145550565b5f806104d66004610aac565b90506104fa6104eb82610abc5b63ffffffff16565b610140830135610b39565b3590565b9392505050565b60608061056661051c6105146004610aac565b610c7d6104e3565b61053361052b60046020610ce5565b610d036104e3565b61054a61054260046040610ce5565b610d5b6104e3565b61055961054260046060610ce5565b89338a15028a0189610db3565b915091509b509b9950505050505050505050565b5f6104fa61059361058b6004610aac565b610ded6104e3565b610e45565b60606106286105b26105aa6004610aac565b610f666104e3565b604080515f808252602082019092529061060a565b6105f76040805160a081019091525f808252602082019081526020015f81526020015f8152602001606081525090565b8152602001906001900390816105c75790505b5061062261061a60046020610ce5565b610fbe6104e3565b33611016565b90505b949350505050565b5f6104fa61064c6106446004610aac565b6110546104e3565b604080515f80825260208201909252906106a4565b6106916040805160a081019091525f808252602082019081526020015f81526020015f8152602001606081525090565b8152602001906001900390816106615790505b5084336110ca565b5f6106e06106c56106bd6004610aac565b6112496104e3565b6106d461052b60046020610ce5565b853386150286016110ca565b9695505050505050565b60608061077c6106fd6105aa6004610aac565b604080515f8082526020820190925290610755565b6107426040805160a081019091525f808252602082019081526020015f81526020015f8152602001606081525090565b8152602001906001900390816107125790505b5061076561054260046020610ce5565b61077461054260046040610ce5565b883389610db3565b915091509850989650505050505050565b6001600160a01b0381165f9081526020819052604081205461040b565b60606107e56107bc6105146004610aac565b6107cb61052b60046020610ce5565b6107da61061a60046040610ce5565b338615028601611016565b90505b979650505050505050565b60605f806107ff6112a5565b925092509250909192565b5f6104fa83836112f1565b5f61012435600281901c906003166001821183341582148061083a5761083a3461142c565b506003841160a0810260240135906502030203010160d01b861a905f630101020360d01b881a61086d888289888861143d565b9096509150506101c4600583901b01355f87600581111561089057610890615351565b036108c55760443560243517156108ae57636ab37ce75f526004601cfd5b6108b8848261175a565b6108c0611824565b6109a6565b6040805160208082528183019092525f9160208201818036833701905050905060028a60058111156108f9576108f9615351565b0361091c5761091760c4356084353360e435610104355b87876118a4565b610991565b60038a600581111561093057610930615351565b0361094e5761091760c4356084353360e435610104355b87876118ef565b60048a600581111561096257610962615351565b0361097c5761091760243533608435604435606435610910565b61099160243533608435604435606435610947565b61099b8482611925565b6109a4816119df565b505b6109b1868984611a03565b6109b9611a70565b6001995050505050505050505090565b6060602080526707536561706f727460475260606020f35b5f6109ea611ac3565b600143034060801c335f525f60205260405f208054820192508281555050336001600160a01b03167f721c20121297512b72821b97f5326877ea8ecf4bb9948fea5bfcb6453074d37f82604051610a4391815260200190565b60405180910390a290565b5f816001600160a01b0316600a5a610a66919061579b565b6040515f8181818686fa925050503d805f8114610a9e576040519150601f19603f3d011682016040523d82523d5f602084013e610aa3565b606091505b50909392505050565b5f813563ffffffff16820161040b565b5f610acf61016060408051918201905290565b9050610ade8282610140611b40565b610afb610af4610aef846040610ce5565b611b49565b6040830152565b5f610b0f610b0a846060610ce5565b611b9c565b9050610b1c816060840152565b610b2f610b27825190565b610140840152565b50919050565b0190565b610140820151604080519084015180515f939284927f000000000000000000000000000000000000000000000000000000000000000092602090910190845b81811015610ba5578251601f1901805186825260c082208652905260209384019390920191600101610b78565b508060051b6040512094505050505f7f0000000000000000000000000000000000000000000000000000000000000000915060405160206060890151015f5b86811015610c11578151601f1901805186825260e082208552905260209283019290910190600101610be4565b505060408051600587901b9020601f198a0180517f00000000000000000000000000000000000000000000000000000000000000008252928b01805197815260608c018051938152610140909c019a8b5261018082209390915295909552939097525050925250919050565b5f8063ffffffff8335169050600581901b610ca16020820160408051918201905290565b828152925060208381019085015f5b83811015610cdb57610cd3610ccd610cc88484610ce5565b611249565b82850152565b602001610cb0565b5050505050919050565b5f6104fa63ffffffff610cfd6104f68686610b358516565b16840190565b5f8063ffffffff8335169050600581901b610d276020820160408051918201905290565b828152925060208381019085015f5b83811015610cdb57610d53610ccd610d4e8484610ce5565b611bdf565b602001610d36565b5f8063ffffffff8335169050600581901b610d7f6020820160408051918201905290565b828152925060208381019085015f5b83811015610cdb57610dab610ccd610da68484610ce5565b611c21565b602001610d8e565b60608036155f80610dc78c8c85898b611c64565b91509150610dda8c8b8b8b8b8787612041565b9450945050505097509795505050505050565b5f8063ffffffff8335169050600581901b610e116020820160408051918201905290565b828152925060208381019085015f5b83811015610cdb57610e3d610ccd610e388484610ce5565b612173565b602001610e20565b5f610e4e611ac3565b5f805f80855190505f5b81811015610f59575f878281518110610e7357610e736157ba565b60209081029190910101518051909150600481608001516004811115610e9b57610e9b615351565b03610ea7575050610f51565b80519450610eb4816121b6565b5f8181526001602052604081209850909650610ed690879089903615156121ef565b50865460ff16610f4e5780610140015181606001515114610ef957610ef961227d565b610f088587846020015161228a565b865460ff191660011787556040517ff280791efe782edcf06ce15c8f4dff17601db3b88eb3805a0db7d77faf757f0490610f4590889084906158bd565b60405180910390a15b50505b600101610e58565b5060019695505050505050565b5f8063ffffffff8335169050600581901b610f8a6020820160408051918201905290565b828152925060208381019085015f5b83811015610cdb57610fb6610ccd610fb18484610ce5565b611054565b602001610f99565b5f8063ffffffff8335169050600581901b610fe26020820160408051918201905290565b828152925060208381019085015f5b83811015610cdb5761100e610ccd6110098484610ce5565b612326565b602001610ff1565b60605f36151590505f8061102e8888858b5189611c64565b9150915061103b82612359565b6110488887848885612398565b98975050505050505050565b5f61106761020060408051918201905290565b60a0810180825290915061108361107d84610aac565b8261246b565b61108f60016020840152565b61109b60016040840152565b6110b86110b16110ac856020610ce5565b6124a1565b6060840152565b610b2f6110c36124c9565b6080840152565b835160808101515f91906110f160048260048111156110eb576110eb615351565b146124e3565b5f80806111008a361515612586565b60408051600180825281830190925293965091945092505f9190816020015b61112761504f565b81526020019060019003908161111f5790505090508a815f8151811061114f5761114f6157ba565b6020026020010181905250611164818b61277e565b6111708684848b6128f7565b6040805160018082528183019092525f9160208083019080368337509192505050361515600487818111156111a7576111a7615351565b146111ca576111b88d83885f6129f7565b6111c486868684612a49565b506111dc565b6111d9888e6080015183612b4d565b95505b6111e7888c8c612c1d565b85825f815181106111fa576111fa6157ba565b6020026020010181815250506112118d8388612d40565b61122e86895f01518a602001518d8c604001518d60600151612e0d565b611236611a70565b5060019c9b505050505050505050505050565b5f61125c61020060408051918201905290565b905061127060208381019083016040611b40565b60a0810180825261128361107d84610aac565b6112946110b16110ac856060610ce5565b610b2f6110c36110ac856080610ce5565b60605f805f6112b2612e72565b90505f7f0000000000000000000000000000000000000000000000000000000000000000905060605f5281602052806040526303312e3660635260a05ff35b5f6112fa611ac3565b5f8083815b81811015611411573687878381811061131a5761131a6157ba565b905060200281019061132c919061599f565b90505f61133c602083018361551d565b90505f61134f604084016020850161551d565b90505f61136260a08501608086016159be565b905081331483331417156004821417871796505f61139661138b6113838790565b610abc6104e3565b866101400135610b39565b5f8181526001602052604090819020805461ffff19166101001781559051909a509091506001600160a01b0380851691908616907f6bacc01dbe442496068f7d234edd811f1a5f833243e0aec824f86ab861f3c90d906113f99085815260200190565b60405180910390a385600101955050505050506112ff565b5050801561142157611421612f4f565b506001949350505050565b63a61be9f05f52806020526024601cfd5b5f806114485f6124e3565b611450612f5c565b42610164351115426101443511171561147e576321ccfeb75f5261014435602052610164356040526044601cfd5b610204356102643510156114995763466aa6165f526004601cfd5b7f0000000000000000000000000000000000000000000000000000000000000000608081905260a08790526060602460c037604060646101203760e060802061016052610264356102043560051b6102a0016001820181526020810190508881526080602460208301376101608860a0528760c0525f60e0525f6102043593505f5b8481101561156f578060400261028401602081610100376040816101203760208101358317925060208401935060e0608020845260a0850194508b85528a602086015260408160608701375060010161151b565b6001850160051b610160206060526102643594505b848110156115bf578060400261028401925060a0840193508a8452896020850152604083606086013760208301359190911790600101611584565b506001600160a01b038111156115dc576339f3e3fd5f526004601cfd5b50505050505f7f00000000000000000000000000000000000000000000000000000000000000009050806080528360a052606060c460c0376020610104610120375060c06080205f9081526020812060e05260843590611650826001600160a01b03165f9081526020819052604090205490565b7f000000000000000000000000000000000000000000000000000000000000000060808190529091506040608460a03760605161010052896101205260a061014461014037816101e05261018060802094505050506102043560051b61018001828152336020820152608060408201526101206060820152600160808201528360a0820152606060c460c083013760a061026435026101e00160a4356084357f9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f318385a35f60605260608101820160405250505f61172c83612fa7565b90506117388389612ff8565b7101000000000000000000000000000001000182559150509550959350505050565b60c43560843560e4356101043584156117cb576117768161304d565b5f6040519050632671a55160e11b815260206004820152600160248201528660448201528460648201528360848201523360a48201528260c48201528160e48201526117c5868261010461305f565b5061181c565b60028660058111156117df576117df615351565b0361180657806001146117f5576117f581613116565b61180184843385613127565b61181c565b61180f8161304d565b61181c84843385856131dc565b505050505050565b346064356084356102643560061b5f80805b838110156118755761028481013592506102a481013591508683111561185e5761185e6132b3565b828703965061186d82846132c0565b604001611836565b5085851115611886576118866132b3565b61189084866132c0565b8486111561181c5761181c338688036132c0565b6118ae81836132f6565b816118d557826001146118c4576118c483613116565b6118d087878787613127565b6118e6565b6118e6828260028a8a8a8a8a613314565b50505050505050565b6118f88361304d565b61190281836132f6565b81611914576118d087878787876131dc565b6118e6828260038a8a8a8a8a613314565b5f805f805f861561194a57505060843592503391505060c4356101043560e43561195f565b50339350506084359150506024356064356044355b801561196d5761196d613393565b50600586901b6101e403356102643560061b5f80805b838110156119c45761028481013592506102a481013591508a156119ae576119ab83876159dc565b95505b6119bc878a8486898f6133a0565b604001611983565b506119d386898988888e6133a0565b50505050505050505050565b60408151146119eb5750565b5f6119f7826020015190565b90506103fd81836133d5565b611a1f8260a4355b331415600182116004909210919091161690565b15611a6b57805f611a2e825190565b9050608081901c63ffffffff8216611a4684826133f9565b601c840163fb5014fc6060529350611a6260a435888685613409565b5f6060526118e6565b505050565b7f00000000000000000000000000000000000000000000000000000000000000008015611aa1575f63929eee145d50565b63929eee145480611ab7575f63929eee145d5050565b50600163929eee145550565b7f00000000000000000000000000000000000000000000000000000000000000008015611b025763929eee145c15611b0257637fa8a9875f526004601cfd5b806103ff5763929eee145480611b2a5763929eee145c15611b2a57637fa8a9875f526004601cfd5b60018111156103fd57637fa8a9875f526004601cfd5b80838337505050565b5f63ffffffff8235166040519150808252602082018160051b81018060a084026020870183378293505b81841015611b8c5780845260209093019260a001611b73565b60405250919392505050565b9052565b5f63ffffffff8235166040519150808252602082018160051b81018060c084026020870183378293505b81841015611b8c5780845260209093019260c001611bc6565b5f611bf160a060408051918201905290565b9050611bff82826080611b40565b611c1c611c15611c10846080610ce5565b613451565b6080830152565b919050565b5f63ffffffff8235166040519150808252602082018160051b8101808360061b6020870183378293505b81841015611b8c57808452602090930192604001611c4b565b60605f611c7160016124e3565b86515f90600160e61b82351690806001600160401b03811115611c9657611c96615773565b604051908082528060200260200182016040528015611cbf578160200160208202803683370190505b50945060010160051b91505f60205b83811015611ec0575f611ce48c83613cf86104e3565b90505f805f611cf3848e612586565b6001600160781b0382166020880152919450925090505f829003611d1a5750505050611eb8565b6001600160781b0381166040808601919091528a8601849052845160a081015160c0820151608083015192909301518051600184119d909d179c600490931099509092915f5b81811015611e02575f838281518110611d7b57611d7b6157ba565b602002602001015190508b8151108d179c505f611d9d89898460800151613488565b90508160800151826060015103611dba5760608201819052611dcf565b611dc989898460600151613488565b60608301525b5f611de88360600151838a8a611de3361590565b6134c4565b606084018190526080909301929092525050600101611d60565b5087516060015180515f5b81811015611eac575f838281518110611e2857611e286157ba565b602002602001015190505f611e428b8b8460800151613488565b90508160800151826060015103611e5f5760608201819052611e74565b611e6e8b8b8460600151613488565b60608301525b5f611e898360600151838c8c611de336151590565b6060840181905260a0840180516080909501949094529092525050600101611e0d565b50505050505050505050505b602001611cce565b50506001600160e61b018103611ed857611ed8613517565b50611ee3888861277e565b5f8060205b8381101561202657858101519250821561201e575f611f0a8c83613cf86104e3565b9050885f03611f25575f87830181905260209091015261201e565b60048151608001516004811115611f3e57611f3e615351565b14611fc157611f578188866001600587901c038e613524565b611f6d575f87830181905260209091015261201e565b602080820151604083015183516080810151930151611fa69388936001600160781b039081169316913314156001909111168e17612a49565b611fbc575f87830181905260209091015261201e565b611fec565b611fd3815f015182608001518c612b4d565b878301819052935083611fec575f60209091015261201e565b886001900398505f815f0151905061201785825f015183602001518c85604001518660600151612e0d565b6001935050505b602001611ee8565b50806120345761203461357f565b5050509550959350505050565b85518551606091829161205481836159ef565b6001600160401b0381111561206b5761206b615773565b6040519080825280602002602001820160405280156120a457816020015b612091615082565b8152602001906001900390816120895790505b5092505f5b828110156120fc576120d78c5f8d84815181106120c8576120c86157ba565b60200260200101518c8c61358c565b8482815181106120e9576120e96157ba565b60209081029190910101526001016120a9565b505f5b818110156121555761212e8c60018c848151811061211f5761211f6157ba565b60200260200101518c5f61358c565b8484830181518110612142576121426157ba565b60209081029190910101526001016120ff565b506121638b84888a896135db565b9350505097509795505050505050565b5f6121846040808051918201905290565b905061219e61219a61219584610aac565b6138c4565b8252565b611c1c6121af6110ac846020610ce5565b6020830152565b5f6121cb8260600151518361014001516138e3565b81516001600160a01b03165f9081526020819052604090205461040b908390610b39565b82545f90610100900460ff161561221657811561220f5761220f856138f3565b505f61062b565b83546201000090046001600160781b031680156122715783156122415761223c86613904565b612271565b8454600160881b90046001600160781b031681106122715782156122685761226886613915565b5f91505061062b565b50600195945050505050565b632165628a5f526004601cfd5b33831480156122995750505050565b5f6122a2612e72565b61190160f01b5f9081526002828152602287815260428320908390528651939450929190601f601d840116106102e2606219840110161561230c576122e78688613926565b61190160f01b5f9081526002869052602282815260428220919052909750905061230f565b50815b61231c888285858a6139bc565b5050505050505050565b5f6123376040808051918201905290565b905061234861219a610da684610aac565b611c1c6121af610da6846020610ce5565b80518060051b6040019050602082038051602082527f4b9f2d36e1b4c93de62cc077b00b1a91d84b6c31b4a14e012718dcca230689e78383a190525050565b8351606090806001600160401b038111156123b5576123b5615773565b6040519080825280602002602001820160405280156123ee57816020015b6123db615082565b8152602001906001900390816123d35790505b5091505f5b81811015612451575f87828151811061240e5761240e6157ba565b6020026020010151905061242b89825f0151836020015185613b05565b84838151811061243d5761243d6157ba565b6020908102919091010152506001016123f3565b5061245f87838787876135db565b50505b95945050505050565b6124788282610160611b40565b612489610af4610aef846040610ce5565b6103fd61249a610b0a846060610ce5565b6060830152565b6040518135601f0163ffffffe01660200180838337913563ffffffff16815290810160405290565b5f6124db602060408051918201905290565b5f8152905090565b7f000000000000000000000000000000000000000000000000000000000000000080156125315763929eee145c1561252257637fa8a9875f526004601cfd5b8160010163929eee145d6103fd565b63929eee1454806125645763929eee145c1561255457637fa8a9875f526004601cfd5b8260010163929eee145d506103fd565b6001811461257957637fa8a9875f526004601cfd5b505060020163929eee1455565b5f805f80855f015190506125a38160a001518260c0015187613caa565b6125b657505f9250829150819050612777565b602086015160408701516001600160781b0391821694501691505f6004826080015160048111156125e9576125e9615351565b03612616576001838502189050801561260457612604613ccd565b50600193508392508291506127779050565b50818311831517801561262b5761262b613ccd565b608082015160011615848411161561264557612645613cda565b61264e826121b6565b5f81815260016020526040812091965061266c90879083908a6121ef565b61267f57505f9350839250612777915050565b805460ff1661269a5761269a835f0151878a6060015161228a565b8054608881901c806126ae57869150612771565b6001600160781b038260101c169150600186036126d2578181039650809550612771565b8086036126ed57908601858103868211029096039590612771565b80860296810291909502810186810387821102918290039695919003906001600160781b0386111561277157612731565b5f5b8215610b2f57908290069190612720565b61274461273e878461271e565b8861271e565b8015019687900496909504946001600160781b0386111561277157634e487b715f5260116020526024601cfd5b50505050505b9250925092565b805182515f5b8281101561286d575f84828151811061279f5761279f6157ba565b602002602001015190505f815f015190508381106127c4576127c48260200151613ce7565b5f8782815181106127d7576127d76157ba565b6020026020010151905080602001516001600160781b03165f036127fd57505050612865565b80516040808201519085015163bfb3f8ce5f8760200151600181111561282557612825615351565b14612841575f612836856060613cf8565b9350636088d7de9150505b8251821061285257805f526004601cfd5b61285d838389613d03565b505050505050505b600101612784565b505f5b818110156128f0575f85828151811061288b5761288b6157ba565b6020026020010151905080602001516001600160781b03165f036128af57506128e8565b8051608081015160608201516128cc9085908363a8930e9a613db4565b6128e48483604001518363d69293326104e3613db490565b5050505b600101612870565b5050505050565b60a084015160c08501516040860151515f805b82811015612974575f89604001518281518110612929576129296157ba565b602002602001015190505f815f01519050801584179350505f612960826060015183608001518c8c8b8b61295b361590565b613e1b565b60608301525060800186905260010161290a565b506080880151600481108216801561298e5761298e613517565b505050506060860151515f5b8181101561231c575f886060015182815181106129b9576129b96157ba565b602002602001015190505f6129de826060015183608001518b8b8a8a61295b36151590565b60608301525060a081015160809091015260010161299a565b8351608081015160208201513314156001821160049092109190911616156128f0575f80612a2c858489608001518988613e56565b63fb5014fc6060529092509050611a628360200151868484613409565b5f848152600160205260408120805482908290608881901c80612a6e57889150612af6565b6001600160781b038260101c169150808803612a9257908801878111935090612af6565b97880297808802979190910288018781119350906001600160781b038083119089111715612af657612ac4888361271e565b8015019788900497909104906001600160781b038083119089111715612af657634e487b715f5260116020526024601cfd5b508215612b2f578515612b23576040516310fda3e160e01b8152600481018a905260240160405180910390fd5b5f94505050505061062b565b8660881b8160101b1760011782556001945050505050949350505050565b5f83610140015184606001515114612b6757612b6761227d565b83515f8080612b768888613fd4565b915091505f8082845f885af16001600160a01b0385165f908152600260205260409020805460018101909155606086901b189550925082612bd5578515612bc857612bbf61407e565b612bc8856140c5565b505f93506104fa92505050565b505050505f805f612bf2876040015188606001516104e36140d690565b925092509250825f14612c0857612c08846140c5565b60408701919091526060860152509392505050565b6040805160208082528183019092525f916020820181803683375050506040850151519091505f5b81811015612c95575f86604001518281518110612c6457612c646157ba565b60200260200101519050846080820152612c8c81885f0151896101200151876104e361434f90565b50600101612c45565b50506060840151515f90815b81811015612d23575f87606001518281518110612cc057612cc06157ba565b602002602001015190505f6005811115612cdc57612cdc615351565b81516005811115612cef57612cef615351565b03612d0b574793508381606001511115612d0b57612d0b6132b3565b612d1a8133898861434f6104e3565b50600101612ca1565b5050612d2e826119df565b504780156128f0576128f033826132c0565b8251608081015160208201515f92839283928392916004811060019091111633909114151615612da257612d83612d7d61010083015190565b5190565b88614444565b9093509150612d9460208201612d79565b945063fb5014fc9350612dee565b600481608001516004811115612dba57612dba615351565b0361231c57805194505f8560601b9050612ddb87838b608001518b85614485565b639397928596509094509250612dee9050565b612df86060859052565b612e0485878585613409565b5f60605261231c565b60608290506060829050856001600160a01b0316876001600160a01b03167f9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f318a888686604051612e609493929190615a3b565b60405180910390a35050505050505050565b5f7f00000000000000000000000000000000000000000000000000000000000000004614612f2a575060408051608080517f00000000000000000000000000000000000000000000000000000000000000005f9081527f00000000000000000000000000000000000000000000000000000000000000006020527f0000000000000000000000000000000000000000000000000000000000000000855246606090815230845260a08220949095529093529190915290565b507f000000000000000000000000000000000000000000000000000000000000000090565b63fed398fc5f526004601cfd5b600435602014610224356102401416610244356102606102643560061b01141660186101243510600160a01b60843560a4351760c4356024351717101616806103ff576103ff614550565b5f8181526001602081905260409091209060843590612fcc90849084903615156121ef565b50815460ff16610b2f57610b2f8184612ff3602463ffffffff6102443516016124a16104e3565b61228a565b5f6130058260a435611a0b565b1561040b575f805f6130168661455d565b63fb5014fc6060529194509250905061303660a43587601c860185613409565b5f60605260209190910160801b1781529392505050565b806103ff576391b3e5145f526004601cfd5b604080517f000000000000000000000000000000000000000000000000000000000000000060ff60a01b175f90815260208690527f000000000000000000000000000000000000000000000000000000000000000083526055600b20919092526001600160a01b031690505f805f805260205f85875f875af191505f519050816130f4576130eb61407e565b6130f483614615565b6001600160e01b03198116632671a55160e11b1461181c5761181c8684614626565b6369f958275f52806020526024601cfd5b833b61313e57635f15d6725f52836020526024601cfd5b6040516323b872dd60e01b5f528360045282602452816044525f8060645f80895af1806131ce573d156131ac57601f3d0160051c8260051c8160030281831115613195578183036003028280028480020360091c01015b5a6020820110156131a8573d5f803e3d5ffd5b5050505b63f486bc875f5285602052846040528360605282608052600160a05260a4601cfd5b5060405250505f6060525050565b843b6131f357635f15d6725f52846020526024601cfd5b60405160805160a05160c051637921219560e11b5f528760045286602452856044528460645260a06084525f60a4525f8060c45f808d5af180613298573d1561327757601f3d0160051c8560051c8160030281831115613260578183036003028280028480020360091c01015b5a602082011015613273573d5f803e3d5ffd5b5050505b63f486bc875f52896020528860405287606052866080528560a05260a4601cfd5b5060809290925260a05260c05260405250505f606052505050565b638ffff9805f526004601cfd5b6132c98161304d565b5f805f805f85875af1905080611a6b576132e161407e565b63bc806b965f5282602052816040526044601cfd5b5f613302836020015190565b9050818114611a6b57611a6b836119df565b5f602088510361334e5750604080885260208089018a9052632671a55160e11b91890191909152604488015260016064880181905261335d565b50606487018051600101908190525b603c60c082028901038781528660208201528560408201528460608201528360808201528260a082015250505050505050505050565b636ab37ce75f526004601cfd5b6133a98361304d565b6133b381836132f6565b816133c4576118018686868661463b565b61181c828260018989895f8a613314565b6064810151604082019060c0026044016133f084838361305f565b50506020905250565b6317b1f9428252600181526103fd565b5f806001600160e01b03198451165f805260205f85875f8b5af15f51909350149050816134425761343861407e565b846080526024607cfd5b8061181c57846080526024607cfd5b5f8063ffffffff83351690506001810160051b6134748160408051918201905290565b9250613481848483611b40565b5050919050565b5f8284036134975750806104fa565b82848309156134ad5763c63cf0895f526004601cfd5b5f6134b88584615ad7565b93909304949350505050565b5f84861461350d57838303428590038082035f6134e1838a615ad7565b6134eb838c615ad7565b6134f591906159ef565b90508584878303040181151502945050505050612462565b5092949350505050565b6312d3f5a35f526004601cfd5b8451608081015160208201515f92916004811060019091111633909114151615610f59575f8061355b87848b608001518b8a613e56565b91509150613575836020015188848463fb5014fc8a61472f565b9350505050612462565b63d5da9a1b5f526004601cfd5b613594615082565b83515f036135a5576135a58561479c565b5f8560018111156135b8576135b8615351565b036135ce576135c9868583856147ad565b612462565b612462868583338761491d565b84516060905f816001600160401b038111156135f9576135f9615773565b604051908082528060200260200182016040528015613622578160200160208202803683370190505b506040805160208082528183019092529192505f9190602082018180368337505089519192505060010160051b60205b818110156136b1575f6136688b83613cf86104e3565b805160608101519192509080156136a657478111825115161561369257638ffff9805f526004601cfd5b6136a682846020015185604001518961434f565b505050602001613652565b50505f5b8381101561381d575f8a82815181106136d0576136d06157ba565b6020026020010151905080602001516001600160781b03165f03613717575f848381518110613701576137016157ba565b9115156020928302919091019091015250613815565b600184838151811061372b5761372b6157ba565b911515602092830291909101909101528051604081015180515f5b818110156137b0575f838281518110613761576137616157ba565b6020026020010151905080606001515f1461379d57608081018051908e905285516101208701516137979184918c61434f6104e3565b60808201525b6080810151606090910152600101613746565b505050606081015180515f5b8181101561380f575f8382815181106137d7576137d76157ba565b602002602001015190505f81606001519050805f146137fb576137fb888483614a54565b5060a08101516060909101526001016137bc565b50505050505b6001016136b5565b50613827816119df565b4780156138385761383833826132c0565b85156138ae575f5b848110156138ac5783818151811061385a5761385a6157ba565b6020026020010151156138a4576138a48b828151811061387c5761387c6157ba565b60200260200101518a8b8481518110613897576138976157ba565b6020026020010151612d40565b600101613840565b505b6138b6611a70565b509098975050505050505050565b5f6138d761016060408051918201905290565b9050611c1c828261246b565b808210156103fd576103fd614a6d565b631a5155745f52806020526024601cfd5b63ee9e0e635f52806020526024601cfd5b6310fda3e15f52806020526024601cfd5b5f805f84516001811660410380820360051c9250808752806020018701915050805160e81c6003820191506001811660051b868152825160208218525060015b838110156139925760405f2082821c60051b602090811691825293840180519190941852600101613966565b50505060405f2091505f6139a582614a7a565b5f9081526020939093525050604090209392505050565b5f805f528151602083038051826041035f60018211613a1f57604087015160608801515f1a8315613a0057601b8260ff1c0190506001600160ff1b03821660408a01525b88528a855260205f60808760015afa508385528588526040880152505f515b8a148a1515169450849050613ae857858552604082526044850380516040870351630b135d3f60e11b835289604089035260205f60648b01858f5afa96508615613adc57630b135d3f60e11b5f5114613adc578b3b15613a8657634f7fb80d5f526004601cfd5b6001866041031115613a9f57638baa579f5f526004601cfd5b64010100000060608901515f1a1a15604187141615613acf57631f003d0a5f5260608801515f1a6020526024601cfd5b63815e1d645f526004601cfd5b8385529152603f198601525b5050508061181c57613af861407e565b634f7fb80d5f526004601cfd5b613b0d615082565b8251158451151715613b26576398e9db6e5f526004601cfd5b613b2e615082565b613b3b8685835f8061491d565b805160608101515f03613b505750905061062b565b613b6087878584608001516147ad565b82516040828101519082015160208085015190840151855185511891181791181715613b975763bced929d5f52846020526024601cfd5b806060015182606001511115613c1e575f865f81518110613bba57613bba6157ba565b60200260200101519050816060015183606001510389825f015181518110613be457613be46157ba565b60200260200101515f015160600151826020015181518110613c0857613c086157ba565b6020026020010151606001818152505050613c9f565b5f875f81518110613c3157613c316157ba565b60200260200101519050826060015182606001510389825f015181518110613c5b57613c5b6157ba565b60200260200101515f015160400151826020015181518110613c7f57613c7f6157ba565b602002602001015160600181815250508260600151826060018181525050505b505050949350505050565b428084111590831116818015613cbe575080155b156104fa576104fa8484614e89565b635a052b325f526004601cfd5b63a11b63ff5f526004601cfd5b63133c37c65f52806020526024601cfd5b5f6104fa8284015190565b5f838381518110613d1657613d166157ba565b602002602001015190505f815f01519050613d318160031090565b613d3d57613d3d614e9e565b60408201518015613d6057613d5b8460600151828660800151614eab565b613d73565b60808401515115613d7357613d73614ef5565b600119820183816005811115613d8b57613d8b615351565b90816005811115613d9e57613d9e615351565b9052505050606090920151604090910152505050565b82515f5b8181101561181c575f858281518110613dd357613dd36157ba565b60209081029190910101518051604082015191925090600382116004881415821515171615613e0d57855f5288602052836040526044601cfd5b505050806001019050613db8565b5f868803613e3557613e2e868689613488565b90506107e8565b6107e5613e4387878b613488565b613e4e88888b613488565b8686866134c4565b5f805f613e61614f02565b6301e4d72a815260208082015260408101898152336060830152601c820194509091508751604082015287613ea1613e9a60a083015190565b60e0840152565b613eb7613eaf60c083015190565b610100840152565b613ecd613ec560e083015190565b610120840152565b610140613edb816060850152565b5f613ee7604084015190565b90505f613ef682848701614f0c565b928301929050613f07836080870152565b5f613f13606086015190565b90505f613f2282868901614f72565b948501949050613f338560a0890152565b5f613f408e878a01614fd7565b959095019450613f518560c0890152565b8685015f613f5f8e83614ff6565b602497019687019a50613f7b9050613f768c8c0190565b615026565b8060408b901b60808b901b17178f610100018181525050613fa58c82611b9890919063ffffffff16565b60058c8e51613fb491906159dc565b613fbf911b8b6159dc565b99505050505050505050509550959350505050565b5f8083613fdf614f02565b639891976581523360208201908152608060408301819052601c9092019450905f61400b604085015190565b90505f61401a82848601614f0c565b92830192905061402b836040860152565b5f614037606087015190565b90505f61404682868801614f0c565b948501949050614057856060880152565b895f61406582898901614fd7565b9a9d96909a016004019b50949950505050505050505050565b3d156140c357601f3d0160051c60405160051c81600302818311156140b0578183036003028280028480020360091c01015b5a602082011015611a6b573d5f803e3d5ffd5b565b63939792855f52806020526024601cfd5b60603d105f8080808080866141485760405f803e5f51935060205192503d60208501113d60208501118082179850505086614148576020845f3e5f51915060208360203e60205190508160071b60208501018160a0026020850101803d10823d101761ffff8486171117985050505f80525b8661417a575f8061415d84602088018d614183565b9250975061416f83602087018c614263565b929092179850909550505b50505050612777565b5f806040519150825160c08602602001830160405285835260208660010160051b8085018360010160051b87016141c1858b81811090829003020190565b60010160051b8a861196505b8085101561422157828589015260808a843e6060830151955085608084015260608201518681116141fe858561430a565b17881797505060808a01995060a08301925060a0820191506020850194506141cd565b50505b81831015614257578083870152608088823e6060810151608082015260808801975060a081019050602083019250614224565b50505050935093915050565b604051815180851190808603818710028101602060e08202850181016040528185526001928301600590811b87019390920190911b908185015b8282101561425757808287015260a088823e60206060890160a083013e606081015160608501516142da6080840151608088015180159114171590565b818311176142e8848861430a565b60a09b909b019a179690961795505060c093840193602092909201910161429d565b5f81516040830151801560038311161561432c57506040840151600119909101905b604085015181148551831460208701516020870151141616159250505092915050565b5f8451600581111561436357614363615351565b036143a057604084015160208501516001600160a01b0316171561438957614389613393565b61439b846080015185606001516132c0565b61443e565b6001845160058111156143b5576143b5615351565b036143e6576040840151156143cc576143cc613393565b61439b8460200151848660800151876060015186866133a0565b6002845160058111156143fb576143fb615351565b0361441f5761439b84602001518486608001518760400151886060015187876118a4565b61443e84602001518486608001518760400151886060015187876118ef565b50505050565b608082901c63ffffffff604084901c8116908085169061446c9084906317b1f94290611b9816565b601c8301925061447c8482614ff6565b50509250929050565b5f8061448f614f02565b63f4dd92ce815287841860a0820152601c8101925060200160a0808252875f6144b9604083015190565b90505f6144c882858701614f0c565b9384019390506144d9846020870152565b5f6144e5606085015190565b90505f6144f482878901614f72565b958601959050614505866040890152565b5f6145128d888a01614fd7565b9687019690506145238760608a0152565b5f6145308d898b01614ff6565b905080880197508760040199505050505050505050509550959350505050565b6339f3e3fd5f526004601cfd5b6301e4d72a6102043560051b6080019081525f808260208082015260408101858152336060830152601c9190910190614597608435610af4565b6145a861014460e083016060611b40565b6101406145b6816060840152565b6145c460a082016080840152565b61016060a06102643581029290920101906145e0908290840152565b6145ea5f82840152565b6020016145f88160c0840152565b5f9181019182526020820196909652939560449095019492505050565b63d13d53d45f52806020526024601cfd5b631cf99b265f5281602052806040526044601cfd5b6040516323b872dd60e01b5f5283600452826024528160445260205f60645f80895af1803d15601f3d1160015f51141617163d151581166147205780873b151516614720578061470f57816146f2573d156146d157601f3d0160051c8360051c81600302818311156146ba578183036003028280028480020360091c01015b5a6020820110156146cd573d5f803e3d5ffd5b5050505b63f486bc875f528660205285604052846060525f6080528360a05260a4601cfd5b63988919235f52866020528560405284606052836080526084601cfd5b635f15d6725f52866020526024601cfd5b505060405250505f6060525050565b5f805f6001600160e01b03198751165f805260205f888a5f8e5af15f519093501490508161477b5783614766575f925050506106e0565b61476e61407e565b845f52876020526024601cfd5b8061478d57845f52876020526024601cfd5b50600198975050505050505050565b63375c24c15f52806020526024601cfd5b5f805f85865160051b87015b808210156148ca576020820191508851825151106147d9576147d96148fe565b81515160051b60208a01015180516020845101515f60408301516020850151158151841015171561480e5750505050506147b9565b8260051b60208201015191505060608101935083518901915083511589831060011b17881797508198505f84528a5193508615600181146148775760608220881860408d01516101208601511860208e0151865118171715614872576148726148fe565b6148c0565b8151855260208201516020860152604082015160408601528a6080860152835160208d015261012084015160408d015260608520975060208d019250868318156148c057865183525b50505050506147b9565b5050508160608551015280156148f757600181036148ef576391b3e5145f526004601cfd5b6148f761490b565b505061443e565b637fda72795f526004601cfd5b634e487b715f5260116020526024601cfd5b5f805f86875160051b88015b80821015614a1f576020820191508151518a51811061494a5761494a6148fe565b8060051b60208c01015190506020835101515f6060835101516020840151158151841015171561497d5750505050614929565b8260051b60208201015191505060608101925082518801915082511588831060011b17871796508197505f83528a5192508515600181146149cf5760a0822087146149ca576149ca6148fe565b614a16565b815184526020820151602085015260408201516040850152608082015160808501528a60208d01528960408d015260a08220965060208d01925085831815614a1657855183525b50505050614929565b50508551606001839052508015614a4d5760018103614a45576391b3e5145f526004601cfd5b614a4d61490b565b50506128f0565b63a5f542085f528260205281604052806060526064601cfd5b63466aa6165f526004601cfd5b5f614e80565b5f6009821015614bd9576005821015614b36576003821015614ae9577f832c58a5b611aadcfa6a082ac9d04bace53d8278387f10040347b7e98eb5b30260018314027fbf8e29b89f29ed9b529c154a63038ffca562f8d7cd1e2545dda53a1b582dde301861040b565b7ff3e8417a785f980bdaf134fa0274a6bf891eeb8195cd94b09d2aa651046e28bc60038314027fa02eb7ff164c884e5e2c336dc85f81c6a93329d8e9adf214b32729b894de2af11861040b565b6007821015614b8c577f25d02425402d882d211a7ab774c0ed6eca048c4d03d9af40132475744753b2a360058314027f1c19f71958cdd8f081b4c31f7caf5c010b29d12950be2fa1c95070dc47e30b551861040b565b7fb58d772fb09b426b9dece637f61ca9065f2b994f1464b51e9207f55f7c8f594860078314027f7ff98d9d4e55d876c5cfac10b43c04039522f3ddfb0ea9bfe70c68cfb5c7cc141861040b565b6011821015614d3157600d821015614c8e57600b821015614c41577f6f0ec38c21f6f583ab7f3c5413c773ffd5344c34fde1d390958e438bf667448f60098314027fd1d97d1ef5eaa37a4ee5fbf234e6f6d64eb511eb562221cd7edfbdde0848da051861040b565b7f32f4e7485d6485f9f6c255929b9905c62ba919758bbe231f231eaeecf33d810c600b8314027fbb98d87cc12922b83759626c5f07d72266da9702d19ffad6a514c73a89002f5f1861040b565b600f821015614ce4577f8df51df98847160517f5b1186b4bc3f418d98b8a7f17f1292f392d79d600d79e600d8314027f6b5b04cbae4fcb1a9d78e7b2dfc51a36933d023cf6e347e03d517b472a8525901861040b565b7fcc4886e37eedd9aacd6c1c2c9247197a621a71282e87a7cbc673f3736d9aa141600f8314027f1da3eed3ecef6ebaa6e5023c057ec2c75150693fd0dac5c90f4a142f9879fde81861040b565b6015821015614ddd576013821015614d90577f2d7a3ed6dab270fdb8e054b2ad525f0ce2a8b89cc76c17f0965434740f673a5560118314027fc3939feff011e53ab8c35ca3370aad54c5df1fc2938cd62543174fa6e7d858771861040b565b7f54b3212a178782f104e0d514b41a9a5c4ca9c980bf6597c3cecbf280917e202a60138314027f5a4f867d3d458dabecad65f6201ceeaba0096df2d0c491cc32e6ea4e643500171861040b565b6017821015614e33577fbb40bf8cea3a5a716e2b6eb08bbdac8ec159f82f380783db3c56904f15a43d0460158314027f3bd8cff538aba49a9c374c806d277181e9651624b3e31111bc0624574f8bca1d1861040b565b7f403be09941a31d05cfc2f896505811353d45d38743288b016630cce39435476a60178314027f1d51df90cba8de7637ca3e8fe1e3511d1dc2f23487d05dbdecb781860c21ac1c1861040b565b61040b82614a80565b6321ccfeb75f5281602052806040526044601cfd5b6394eb6af65f526004601cfd5b5f835f5260205f2060208301835160051b81015b80821015614ee657815180841160051b93845260209384185260405f209290910190614ebf565b5050831490508061443e5761443e5b6309bde3395f526004601cfd5b5f61041b60405190565b5f825180835260208401602084018260051b82015b80831015614f5f5782518051835260208101516020840152604081015160408401526060810151606084015250602083019250608082019150614f21565b5050508060071b60200191505092915050565b5f80614f7c845190565b8084529050602084810190600583901b860181019085015b82821115614fc4575f614fa684615030565b9050614fb4818360a0615039565b506020929092019160a001614f94565b60a0840260200194505050505092915050565b5f63ffffffe0603f614fe7855190565b0116905061040b838383615039565b5f80615000845190565b8084529050600581901b61501b602086810190860183615039565b602001949350505050565b6103ff6040829052565b5f61040b825190565b8082828560045afa80153d15171561443e575f80fd5b6040518060a001604052806150626150c4565b81525f602082018190526040820152606080820181905260809091015290565b60408051610100810182525f606082018181526080830182905260a0830182905260c0830182905260e083018290528252602082018190529181019190915290565b6040518061016001604052805f6001600160a01b031681526020015f6001600160a01b0316815260200160608152602001606081526020015f600481111561510e5761510e615351565b81525f6020820181905260408201819052606082018190526080820181905260a0820181905260c09091015290565b5f6020828403121561514d575f80fd5b81356001600160401b03811115615162575f80fd5b820161024081850312156104fa575f80fd5b5f81518084525f5b818110156151985760208185018101518683018201520161517c565b505f602082860101526020601f19601f83011685010191505092915050565b602081525f6104fa6020830184615174565b5f602082840312156151d9575f80fd5b5035919050565b5f602082840312156151f0575f80fd5b81356001600160401b03811115615205575f80fd5b820161016081850312156104fa575f80fd5b5f8083601f840112615227575f80fd5b5081356001600160401b0381111561523d575f80fd5b6020830191508360208260051b8501011115615257575f80fd5b9250929050565b80356001600160a01b0381168114611c1c575f80fd5b5f805f805f805f805f805f60e08c8e03121561528e575f80fd5b6001600160401b03808d3511156152a3575f80fd5b6152b08e8e358f01615217565b909c509a5060208d01358110156152c5575f80fd5b6152d58e60208f01358f01615217565b909a50985060408d01358110156152ea575f80fd5b6152fa8e60408f01358f01615217565b909850965060608d013581101561530f575f80fd5b506153208d60608e01358e01615217565b909550935060808c0135925061533860a08d0161525e565b915060c08c013590509295989b509295989b9093969950565b634e487b7160e01b5f52602160045260245ffd5b60068110611b9857611b98615351565b615380828251615365565b6020818101516001600160a01b0390811691840191909152604080830151908401526060808301519084015260809182015116910152565b5f815180845260208085019450602084015f5b8381101561540d5781516153e0888251615375565b808401516001600160a01b031660a08901526040015160c088015260e090960195908201906001016153cb565b509495945050505050565b604080825283519082018190525f906020906060840190828701845b82811015615452578151151584529284019290840190600101615434565b50505083810360208501526106e081866153b8565b5f8060208385031215615478575f80fd5b82356001600160401b0381111561548d575f80fd5b61549985828601615217565b90969095509350505050565b5f805f80604085870312156154b8575f80fd5b84356001600160401b03808211156154ce575f80fd5b6154da88838901615217565b909650945060208701359150808211156154f2575f80fd5b506154ff87828801615217565b95989497509550505050565b602081525f6104fa60208301846153b8565b5f6020828403121561552d575f80fd5b6104fa8261525e565b5f8060408385031215615547575f80fd5b82356001600160401b0381111561555c575f80fd5b83016040818603121561556d575f80fd5b946020939093013593505050565b5f805f805f6080868803121561558f575f80fd5b85356001600160401b03808211156155a5575f80fd5b9087019060a0828a0312156155b8575f80fd5b909550602087013590808211156155cd575f80fd5b506155da88828901615217565b909550935050604086013591506155f36060870161525e565b90509295509295909350565b5f805f805f805f8060a0898b031215615616575f80fd5b88356001600160401b038082111561562c575f80fd5b6156388c838d01615217565b909a50985060208b0135915080821115615650575f80fd5b61565c8c838d01615217565b909850965060408b0135915080821115615674575f80fd5b506156818b828c01615217565b999c989b509699959896976060870135966080013595509350505050565b5f805f805f805f6080888a0312156156b5575f80fd5b87356001600160401b03808211156156cb575f80fd5b6156d78b838c01615217565b909950975060208a01359150808211156156ef575f80fd5b6156fb8b838c01615217565b909750955060408a0135915080821115615713575f80fd5b506157208a828b01615217565b909450925061573390506060890161525e565b905092959891949750929550565b606081525f6157536060830186615174565b6020830194909452506001600160a01b0391909116604090910152919050565b634e487b7160e01b5f52604160045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b5f826157b557634e487b7160e01b5f52601260045260245ffd5b500490565b634e487b7160e01b5f52603260045260245ffd5b5f815180845260208085019450602084015f5b8381101561540d5781516157f6888251615365565b838101516001600160a01b03168885015260408082015190890152606080820151908901526080908101519088015260a090960195908201906001016157e1565b5f815180845260208085019450602084015f5b8381101561540d57815161585f888251615365565b808401516001600160a01b0390811689860152604080830151908a0152606080830151908a0152608080830151908a015260a091820151169088015260c0909601959082019060010161584a565b60058110611b9857611b98615351565b828152604060208201526158dd6040820183516001600160a01b03169052565b5f60208301516158f860608401826001600160a01b03169052565b5060408301516101608060808501526159156101a08501836157ce565b91506060850151603f198584030160a08601526159328382615837565b925050608085015161594760c08601826158ad565b5060a085015160e085015260c0850151610100818187015260e0870151915061012082818801528188015192506101409150828288015280880151848801525080870151610180870152505050809150509392505050565b5f823561015e198336030181126159b4575f80fd5b9190910192915050565b5f602082840312156159ce575f80fd5b8135600581106104fa575f80fd5b8181038181111561040b5761040b615787565b8082018082111561040b5761040b615787565b5f815180845260208085019450602084015f5b8381101561540d57615a28878351615375565b60a0969096019590820190600101615a15565b5f6080808301878452602060018060a01b03808916602087015260406080604088015283895180865260a08901915060208b0195505f5b81811015615ab3578651615a87848251615365565b808701518616848801528481015185850152606090810151908401529585019591870191600101615a72565b50508781036060890152615ac7818a615a02565b9c9b505050505050505050505050565b808202811582820484141761040b5761040b61578756fea264697066735822122096875ef1894bdfe7b2f5edc7307457fb7330844836c1e3538c6f67427177396564736f6c63430008180033",
|
|
2965
|
+
"linkReferences": {},
|
|
2966
|
+
"deployedLinkReferences": {}
|
|
2967
|
+
}
|