@opensea/seaport-js 3.0.2 → 4.0.0
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 +8 -11
- 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/fulfill.d.ts +3 -2
- package/lib/utils/fulfill.js +17 -1
- package/lib/utils/fulfill.js.map +1 -1
- package/lib/utils/usecase.d.ts +1 -1
- package/package.json +9 -9
- 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 → 6e47d4a0e1c5dd2d6134126f692291ed.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 +19 -20
- 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 +20 -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": "Consideration",
|
|
4
|
+
"sourceName": "seaport-core/src/lib/Consideration.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": "0x61020060405234801562000011575f80fd5b50604051620061d4380380620061d483398101604081905262000034916200031f565b8080808080808080806200004762000177565b610120526101005260e05260c081905260a082815246610140819052604080515f9485526020879052948152606091825230608090815292842085825293909152939052610160526001600160a01b038316610180819052630a96ad3960e01b825282519092630a96ad3992600480820193918290030181865afa158015620000d2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190620000f891906200034e565b506101a052505f90506200010b620002a4565b90506001600160a01b0381166200013557604051632aea588760e01b815260040160405180910390fd5b5f6200014182620002bd565b8015156101c0526001600160a01b0383166101e0529050806200016757600163929eee14555b50505050505050505050620003ec565b5f8080808080620001a860408051808201909152600d81526c21b7b739b4b232b930ba34b7b760991b602082015290565b8051906020012095506040518060400160405280600381526020016218971b60e91b8152508051906020012094505f6040518060a00160405280606a81526020016200616a606a913990505f6040518060c001604052806084815260200162005fc06084913990505f60405180610100016040528060d481526020016200609660d491399050604051806080016040528060528152602001620060446052913980519060200120965082805190602001209550818051906020012094505f8183856040516020016200027d93929190620003a0565b60405160208183030381529060405290508080519060200120945050505050909192939495565b5f696002601e613d5c3d52f35f52600a60165ff0905090565b5f816001600160a01b0316600a5a620002d79190620003cc565b6040515f8181818686fa925050503d805f811462000311576040519150601f19603f3d011682016040523d82523d5f602084013e62000316565b606091505b50909392505050565b5f6020828403121562000330575f80fd5b81516001600160a01b038116811462000347575f80fd5b9392505050565b5f806040838503121562000360575f80fd5b505080516020909101519092909150565b5f81515f5b8181101562000392576020818501810151868301520162000376565b505f93019283525090919050565b5f620003c3620003bc620003b5848862000371565b8662000371565b8462000371565b95945050505050565b5f82620003e757634e487b7160e01b5f52601260045260245ffd5b500490565b60805160a05160c05160e05161010051610120516101405161016051610180516101a0516101c0516101e051615b18620004a85f395f61047f01525f818161036d0152818161043401528181611a6601528181611ab901526124d901525f61307701525f81816112bd015261304701525f612f2101525f612e6901525f8181610c2d015261165801525f8181610bbc01526114a101525f8181610b5601526115ea01525f612e9901525f612ee201525f612ebe0152615b185ff3fe608060405260043610610103575f3560e01c8063a900866b11610092578063f07ec37311610062578063f07ec373146102f7578063f2d12b1214610316578063f47b774014610329578063fb0f3ee114610116578063fd9f1e101461034c575f80fd5b8063a900866b1461028a578063b3a34c4c146102be578063e7acab24146102d1578063ed98a574146102e4575f80fd5b80637423eb3c116100d85780637423eb3c146101f757806379df72bd1461020b57806387201b411461022a578063881477321461024b578063a81744041461026a575f80fd5b801561011657806306fdde031461013e57806346423aa71461015f5780635b34b966146101d5575f80fd5b366101125761011061036b565b005b5f80fd5b610129610124366004615131565b610402565b60405190151581526020015b60405180910390f35b348015610149575f80fd5b50610152610411565b60405161013591906151ab565b34801561016a575f80fd5b506101b36101793660046151bd565b5f9081526001602052604090205460ff808216926101008304909116916001600160781b03620100008204811692600160881b9092041690565b6040805194151585529215156020850152918301526060820152608001610135565b3480156101e0575f80fd5b506101e9610420565b604051908152602001610135565b348015610202575f80fd5b50610110610429565b348015610216575f80fd5b506101e96102253660046151d4565b6104ca565b61023d610238366004615268565b610501565b60405161013592919061540c565b348015610256575f80fd5b5061012961026536600461545b565b61057a565b61027d610278366004615499565b610598565b60405161013591906154ff565b348015610295575f80fd5b506101e96102a4366004615511565b6001600160a01b03165f9081526002602052604090205490565b6101296102cc36600461552a565b610633565b6101296102df36600461556f565b6106ac565b61023d6102f23660046155f3565b6106ea565b348015610302575f80fd5b506101e9610311366004615511565b61078d565b61027d610324366004615693565b6107aa565b348015610334575f80fd5b5061033d6107f3565b60405161013593929190615735565b348015610357575f80fd5b5061012961036636600461545b565b61080a565b7f000000000000000000000000000000000000000000000000000000000000000080156103b057600263929eee145c146103b05763a61be9f05f52346020526024601cfd5b806103ff5763929eee1454806103de57600263929eee145c146103de5763a61be9f05f52346020526024601cfd5b600381141581151516156103fd5763a61be9f05f52346020526024601cfd5b505b50565b5f61040b610815565b92915050565b606061041b6109c9565b905090565b5f61041b6109e7565b63929eee14546001147f00000000000000000000000000000000000000000000000000000000000000008061045c575080155b1561047a57604051630f45b98b60e41b815260040160405180910390fd5b6104a37f0000000000000000000000000000000000000000000000000000000000000000610a54565b6104c0576040516370a4078f60e01b815260040160405180910390fd5b5f63929eee145550565b5f806104d66004610ab2565b90506104fa6104eb82610ac25b63ffffffff16565b610140830135610b3f565b3590565b9392505050565b60608061056661051c6105146004610ab2565b610c836104e3565b61053361052b60046020610ceb565b610d096104e3565b61054a61054260046040610ceb565b610d616104e3565b61055961054260046060610ceb565b89338a15028a0189610db9565b915091509b509b9950505050505050505050565b5f6104fa61059361058b6004610ab2565b610df36104e3565b610e4b565b60606106286105b26105aa6004610ab2565b610f6c6104e3565b604080515f808252602082019092529061060a565b6105f76040805160a081019091525f808252602082019081526020015f81526020015f8152602001606081525090565b8152602001906001900390816105c75790505b5061062261061a60046020610ceb565b610fc46104e3565b3361101c565b90505b949350505050565b5f6104fa61064c6106446004610ab2565b61105a6104e3565b604080515f80825260208201909252906106a4565b6106916040805160a081019091525f808252602082019081526020015f81526020015f8152602001606081525090565b8152602001906001900390816106615790505b5084336110d0565b5f6106e06106c56106bd6004610ab2565b61124f6104e3565b6106d461052b60046020610ceb565b853386150286016110d0565b9695505050505050565b60608061077c6106fd6105aa6004610ab2565b604080515f8082526020820190925290610755565b6107426040805160a081019091525f808252602082019081526020015f81526020015f8152602001606081525090565b8152602001906001900390816107125790505b5061076561054260046020610ceb565b61077461054260046040610ceb565b883389610db9565b915091509850989650505050505050565b6001600160a01b0381165f9081526020819052604081205461040b565b60606107e56107bc6105146004610ab2565b6107cb61052b60046020610ceb565b6107da61061a60046040610ceb565b33861502860161101c565b90505b979650505050505050565b60605f806107ff6112ab565b925092509250909192565b5f6104fa83836112f7565b5f61012435600281901c906003166001821183341582148061083a5761083a34611432565b506003841160a0810260240135906502030203010160d01b861a905f630101020360d01b881a61086d8882898888611443565b9096509150506101c4600583901b01355f87600581111561089057610890615345565b036108c55760443560243517156108ae57636ab37ce75f526004601cfd5b6108b88482611760565b6108c0611818565b6109a6565b6040805160208082528183019092525f9160208201818036833701905050905060028a60058111156108f9576108f9615345565b0361091c5761091760c4356084353360e435610104355b8787611898565b610991565b60038a600581111561093057610930615345565b0361094e5761091760c4356084353360e435610104355b87876118e3565b60048a600581111561096257610962615345565b0361097c5761091760243533608435604435606435610910565b61099160243533608435604435606435610947565b61099b8482611919565b6109a4816119d3565b505b6109b18689846119f7565b6109b9611a64565b6001995050505050505050505090565b6060602080526d0d436f6e73696465726174696f6e604d5260606020f35b5f6109f0611ab7565b600143034060801c335f525f60205260405f208054820192508281555050336001600160a01b03167f721c20121297512b72821b97f5326877ea8ecf4bb9948fea5bfcb6453074d37f82604051610a4991815260200190565b60405180910390a290565b5f816001600160a01b0316600a5a610a6c919061578f565b6040515f8181818686fa925050503d805f8114610aa4576040519150601f19603f3d011682016040523d82523d5f602084013e610aa9565b606091505b50909392505050565b5f813563ffffffff16820161040b565b5f610ad561016060408051918201905290565b9050610ae48282610140611b34565b610b01610afa610af5846040610ceb565b611b3d565b6040830152565b5f610b15610b10846060610ceb565b611b90565b9050610b22816060840152565b610b35610b2d825190565b610140840152565b50919050565b0190565b610140820151604080519084015180515f939284927f000000000000000000000000000000000000000000000000000000000000000092602090910190845b81811015610bab578251601f1901805186825260c082208652905260209384019390920191600101610b7e565b508060051b6040512094505050505f7f0000000000000000000000000000000000000000000000000000000000000000915060405160206060890151015f5b86811015610c17578151601f1901805186825260e082208552905260209283019290910190600101610bea565b505060408051600587901b9020601f198a0180517f00000000000000000000000000000000000000000000000000000000000000008252928b01805197815260608c018051938152610140909c019a8b5261018082209390915295909552939097525050925250919050565b5f8063ffffffff8335169050600581901b610ca76020820160408051918201905290565b828152925060208381019085015f5b83811015610ce157610cd9610cd3610cce8484610ceb565b61124f565b82850152565b602001610cb6565b5050505050919050565b5f6104fa63ffffffff610d036104f68686610b3b8516565b16840190565b5f8063ffffffff8335169050600581901b610d2d6020820160408051918201905290565b828152925060208381019085015f5b83811015610ce157610d59610cd3610d548484610ceb565b611bd3565b602001610d3c565b5f8063ffffffff8335169050600581901b610d856020820160408051918201905290565b828152925060208381019085015f5b83811015610ce157610db1610cd3610dac8484610ceb565b611c15565b602001610d94565b60608036155f80610dcd8c8c85898b611c58565b91509150610de08c8b8b8b8b8787612035565b9450945050505097509795505050505050565b5f8063ffffffff8335169050600581901b610e176020820160408051918201905290565b828152925060208381019085015f5b83811015610ce157610e43610cd3610e3e8484610ceb565b612167565b602001610e26565b5f610e54611ab7565b5f805f80855190505f5b81811015610f5f575f878281518110610e7957610e796157ae565b60209081029190910101518051909150600481608001516004811115610ea157610ea1615345565b03610ead575050610f57565b80519450610eba816121aa565b5f8181526001602052604081209850909650610edc90879089903615156121e3565b50865460ff16610f545780610140015181606001515114610eff57610eff612271565b610f0e8587846020015161227e565b865460ff191660011787556040517ff280791efe782edcf06ce15c8f4dff17601db3b88eb3805a0db7d77faf757f0490610f4b90889084906158b1565b60405180910390a15b50505b600101610e5e565b5060019695505050505050565b5f8063ffffffff8335169050600581901b610f906020820160408051918201905290565b828152925060208381019085015f5b83811015610ce157610fbc610cd3610fb78484610ceb565b61105a565b602001610f9f565b5f8063ffffffff8335169050600581901b610fe86020820160408051918201905290565b828152925060208381019085015f5b83811015610ce157611014610cd361100f8484610ceb565b61231a565b602001610ff7565b60605f36151590505f806110348888858b5189611c58565b915091506110418261234d565b61104e888784888561238c565b98975050505050505050565b5f61106d61020060408051918201905290565b60a0810180825290915061108961108384610ab2565b8261245f565b61109560016020840152565b6110a160016040840152565b6110be6110b76110b2856020610ceb565b612495565b6060840152565b610b356110c96124bd565b6080840152565b835160808101515f91906110f760048260048111156110f1576110f1615345565b146124d7565b5f80806111068a36151561257a565b60408051600180825281830190925293965091945092505f9190816020015b61112d615043565b8152602001906001900390816111255790505090508a815f81518110611155576111556157ae565b602002602001018190525061116a818b612772565b6111768684848b6128eb565b6040805160018082528183019092525f9160208083019080368337509192505050361515600487818111156111ad576111ad615345565b146111d0576111be8d83885f6129eb565b6111ca86868684612a3d565b506111e2565b6111df888e6080015183612b41565b95505b6111ed888c8c612c11565b85825f81518110611200576112006157ae565b6020026020010181815250506112178d8388612d34565b61123486895f01518a602001518d8c604001518d60600151612e01565b61123c611a64565b5060019c9b505050505050505050505050565b5f61126261020060408051918201905290565b905061127660208381019083016040611b34565b60a0810180825261128961108384610ab2565b61129a6110b76110b2856060610ceb565b610b356110c96110b2856080610ceb565b60605f805f6112b8612e66565b90505f7f0000000000000000000000000000000000000000000000000000000000000000905060605f5281602052806040526303312e3660635260a05ff35b5f611300611ab7565b5f8083815b818110156114175736878783818110611320576113206157ae565b90506020028101906113329190615993565b90505f6113426020830183615511565b90505f6113556040840160208501615511565b90505f61136860a08501608086016159b2565b905081331483331417156004821417871796505f61139c6113916113898790565b610ac26104e3565b866101400135610b3f565b5f8181526001602052604090819020805461ffff19166101001781559051909a509091506001600160a01b0380851691908616907f6bacc01dbe442496068f7d234edd811f1a5f833243e0aec824f86ab861f3c90d906113ff9085815260200190565b60405180910390a38560010195505050505050611305565b5050801561142757611427612f43565b506001949350505050565b63a61be9f05f52806020526024601cfd5b5f8061144e5f6124d7565b611456612f50565b426101643511154261014435111715611484576321ccfeb75f5261014435602052610164356040526044601cfd5b6102043561026435101561149f5763466aa6165f526004601cfd5b7f0000000000000000000000000000000000000000000000000000000000000000608081905260a08790526060602460c037604060646101203760e060802061016052610264356102043560051b6102a0016001820181526020810190508881526080602460208301376101608860a0528760c0525f60e0525f6102043593505f5b84811015611575578060400261028401602081610100376040816101203760208101358317925060208401935060e0608020845260a0850194508b85528a6020860152604081606087013750600101611521565b6001850160051b610160206060526102643594505b848110156115c5578060400261028401925060a0840193508a845289602085015260408360608601376020830135919091179060010161158a565b506001600160a01b038111156115e2576339f3e3fd5f526004601cfd5b50505050505f7f00000000000000000000000000000000000000000000000000000000000000009050806080528360a052606060c460c0376020610104610120375060c06080205f9081526020812060e05260843590611656826001600160a01b03165f9081526020819052604090205490565b7f000000000000000000000000000000000000000000000000000000000000000060808190529091506040608460a03760605161010052896101205260a061014461014037816101e05261018060802094505050506102043560051b61018001828152336020820152608060408201526101206060820152600160808201528360a0820152606060c460c083013760a061026435026101e00160a4356084357f9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f318385a35f60605260608101820160405250505f61173283612f9b565b905061173e8389612fec565b7101000000000000000000000000000001000182559150509550959350505050565b60c43560843560e4356101043584156117c8575f6040519050632671a55160e11b815260206004820152600160248201528660448201528460648201528360848201523360a48201528260c48201528160e48201526117c28682610104613041565b50611810565b60028660058111156117dc576117dc615345565b0361180357806001146117f2576117f2816130f8565b6117fe84843385613109565b611810565b61181084843385856131be565b505050505050565b346064356084356102643560061b5f80805b838110156118695761028481013592506102a481013591508683111561185257611852613295565b828703965061186182846132a2565b60400161182a565b508585111561187a5761187a613295565b61188484866132a2565b8486111561181057611810338688036132a2565b6118a281836132d8565b816118c957826001146118b8576118b8836130f8565b6118c487878787613109565b6118da565b6118da828260028a8a8a8a8a6132f6565b50505050505050565b6118ec83613375565b6118f681836132d8565b81611908576118c487878787876131be565b6118da828260038a8a8a8a8a6132f6565b5f805f805f861561193e57505060843592503391505060c4356101043560e435611953565b50339350506084359150506024356064356044355b801561196157611961613387565b50600586901b6101e403356102643560061b5f80805b838110156119b85761028481013592506102a481013591508a156119a25761199f83876159d0565b95505b6119b0878a8486898f613394565b604001611977565b506119c786898988888e613394565b50505050505050505050565b60408151146119df5750565b5f6119eb826020015190565b90506103fd81836133c9565b611a138260a4355b331415600182116004909210919091161690565b15611a5f57805f611a22825190565b9050608081901c63ffffffff8216611a3a84826133ed565b601c840163fb5014fc6060529350611a5660a4358886856133fd565b5f6060526118da565b505050565b7f00000000000000000000000000000000000000000000000000000000000000008015611a95575f63929eee145d50565b63929eee145480611aab575f63929eee145d5050565b50600163929eee145550565b7f00000000000000000000000000000000000000000000000000000000000000008015611af65763929eee145c15611af657637fa8a9875f526004601cfd5b806103ff5763929eee145480611b1e5763929eee145c15611b1e57637fa8a9875f526004601cfd5b60018111156103fd57637fa8a9875f526004601cfd5b80838337505050565b5f63ffffffff8235166040519150808252602082018160051b81018060a084026020870183378293505b81841015611b805780845260209093019260a001611b67565b60405250919392505050565b9052565b5f63ffffffff8235166040519150808252602082018160051b81018060c084026020870183378293505b81841015611b805780845260209093019260c001611bba565b5f611be560a060408051918201905290565b9050611bf382826080611b34565b611c10611c09611c04846080610ceb565b613445565b6080830152565b919050565b5f63ffffffff8235166040519150808252602082018160051b8101808360061b6020870183378293505b81841015611b8057808452602090930192604001611c3f565b60605f611c6560016124d7565b86515f90600160e61b82351690806001600160401b03811115611c8a57611c8a615767565b604051908082528060200260200182016040528015611cb3578160200160208202803683370190505b50945060010160051b91505f60205b83811015611eb4575f611cd88c83613cec6104e3565b90505f805f611ce7848e61257a565b6001600160781b0382166020880152919450925090505f829003611d0e5750505050611eac565b6001600160781b0381166040808601919091528a8601849052845160a081015160c0820151608083015192909301518051600184119d909d179c600490931099509092915f5b81811015611df6575f838281518110611d6f57611d6f6157ae565b602002602001015190508b8151108d179c505f611d918989846080015161347c565b90508160800151826060015103611dae5760608201819052611dc3565b611dbd8989846060015161347c565b60608301525b5f611ddc8360600151838a8a611dd7361590565b6134b8565b606084018190526080909301929092525050600101611d54565b5087516060015180515f5b81811015611ea0575f838281518110611e1c57611e1c6157ae565b602002602001015190505f611e368b8b846080015161347c565b90508160800151826060015103611e535760608201819052611e68565b611e628b8b846060015161347c565b60608301525b5f611e7d8360600151838c8c611dd736151590565b6060840181905260a0840180516080909501949094529092525050600101611e01565b50505050505050505050505b602001611cc2565b50506001600160e61b018103611ecc57611ecc61350b565b50611ed78888612772565b5f8060205b8381101561201a578581015192508215612012575f611efe8c83613cec6104e3565b9050885f03611f19575f878301819052602090910152612012565b60048151608001516004811115611f3257611f32615345565b14611fb557611f4b8188866001600587901c038e613518565b611f61575f878301819052602090910152612012565b602080820151604083015183516080810151930151611f9a9388936001600160781b039081169316913314156001909111168e17612a3d565b611fb0575f878301819052602090910152612012565b611fe0565b611fc7815f015182608001518c612b41565b878301819052935083611fe0575f602090910152612012565b886001900398505f815f0151905061200b85825f015183602001518c85604001518660600151612e01565b6001935050505b602001611edc565b508061202857612028613573565b5050509550959350505050565b85518551606091829161204881836159e3565b6001600160401b0381111561205f5761205f615767565b60405190808252806020026020018201604052801561209857816020015b612085615076565b81526020019060019003908161207d5790505b5092505f5b828110156120f0576120cb8c5f8d84815181106120bc576120bc6157ae565b60200260200101518c8c613580565b8482815181106120dd576120dd6157ae565b602090810291909101015260010161209d565b505f5b81811015612149576121228c60018c8481518110612113576121136157ae565b60200260200101518c5f613580565b8484830181518110612136576121366157ae565b60209081029190910101526001016120f3565b506121578b84888a896135cf565b9350505097509795505050505050565b5f6121786040808051918201905290565b905061219261218e61218984610ab2565b6138b8565b8252565b611c106121a36110b2846020610ceb565b6020830152565b5f6121bf8260600151518361014001516138d7565b81516001600160a01b03165f9081526020819052604090205461040b908390610b3f565b82545f90610100900460ff161561220a57811561220357612203856138e7565b505f61062b565b83546201000090046001600160781b0316801561226557831561223557612230866138f8565b612265565b8454600160881b90046001600160781b0316811061226557821561225c5761225c86613909565b5f91505061062b565b50600195945050505050565b632165628a5f526004601cfd5b338314801561228d5750505050565b5f612296612e66565b61190160f01b5f9081526002828152602287815260428320908390528651939450929190601f601d840116106102e26062198401101615612300576122db868861391a565b61190160f01b5f90815260028690526022828152604282209190529097509050612303565b50815b612310888285858a6139b0565b5050505050505050565b5f61232b6040808051918201905290565b905061233c61218e610dac84610ab2565b611c106121a3610dac846020610ceb565b80518060051b6040019050602082038051602082527f4b9f2d36e1b4c93de62cc077b00b1a91d84b6c31b4a14e012718dcca230689e78383a190525050565b8351606090806001600160401b038111156123a9576123a9615767565b6040519080825280602002602001820160405280156123e257816020015b6123cf615076565b8152602001906001900390816123c75790505b5091505f5b81811015612445575f878281518110612402576124026157ae565b6020026020010151905061241f89825f0151836020015185613af9565b848381518110612431576124316157ae565b6020908102919091010152506001016123e7565b5061245387838787876135cf565b50505b95945050505050565b61246c8282610160611b34565b61247d610afa610af5846040610ceb565b6103fd61248e610b10846060610ceb565b6060830152565b6040518135601f0163ffffffe01660200180838337913563ffffffff16815290810160405290565b5f6124cf602060408051918201905290565b5f8152905090565b7f000000000000000000000000000000000000000000000000000000000000000080156125255763929eee145c1561251657637fa8a9875f526004601cfd5b8160010163929eee145d6103fd565b63929eee1454806125585763929eee145c1561254857637fa8a9875f526004601cfd5b8260010163929eee145d506103fd565b6001811461256d57637fa8a9875f526004601cfd5b505060020163929eee1455565b5f805f80855f015190506125978160a001518260c0015187613c9e565b6125aa57505f925082915081905061276b565b602086015160408701516001600160781b0391821694501691505f6004826080015160048111156125dd576125dd615345565b0361260a57600183850218905080156125f8576125f8613cc1565b506001935083925082915061276b9050565b50818311831517801561261f5761261f613cc1565b608082015160011615848411161561263957612639613cce565b612642826121aa565b5f81815260016020526040812091965061266090879083908a6121e3565b61267357505f935083925061276b915050565b805460ff1661268e5761268e835f0151878a6060015161227e565b8054608881901c806126a257869150612765565b6001600160781b038260101c169150600186036126c6578181039650809550612765565b8086036126e157908601858103868211029096039590612765565b80860296810291909502810186810387821102918290039695919003906001600160781b0386111561276557612725565b5f5b8215610b3557908290069190612714565b6127386127328784612712565b88612712565b8015019687900496909504946001600160781b0386111561276557634e487b715f5260116020526024601cfd5b50505050505b9250925092565b805182515f5b82811015612861575f848281518110612793576127936157ae565b602002602001015190505f815f015190508381106127b8576127b88260200151613cdb565b5f8782815181106127cb576127cb6157ae565b6020026020010151905080602001516001600160781b03165f036127f157505050612859565b80516040808201519085015163bfb3f8ce5f8760200151600181111561281957612819615345565b14612835575f61282a856060613cec565b9350636088d7de9150505b8251821061284657805f526004601cfd5b612851838389613cf7565b505050505050505b600101612778565b505f5b818110156128e4575f85828151811061287f5761287f6157ae565b6020026020010151905080602001516001600160781b03165f036128a357506128dc565b8051608081015160608201516128c09085908363a8930e9a613da8565b6128d88483604001518363d69293326104e3613da890565b5050505b600101612864565b5050505050565b60a084015160c08501516040860151515f805b82811015612968575f8960400151828151811061291d5761291d6157ae565b602002602001015190505f815f01519050801584179350505f612954826060015183608001518c8c8b8b61294f361590565b613e0f565b6060830152506080018690526001016128fe565b50608088015160048110821680156129825761298261350b565b505050506060860151515f5b81811015612310575f886060015182815181106129ad576129ad6157ae565b602002602001015190505f6129d2826060015183608001518b8b8a8a61294f36151590565b60608301525060a081015160809091015260010161298e565b8351608081015160208201513314156001821160049092109190911616156128e4575f80612a20858489608001518988613e4a565b63fb5014fc6060529092509050611a5683602001518684846133fd565b5f848152600160205260408120805482908290608881901c80612a6257889150612aea565b6001600160781b038260101c169150808803612a8657908801878111935090612aea565b97880297808802979190910288018781119350906001600160781b038083119089111715612aea57612ab88883612712565b8015019788900497909104906001600160781b038083119089111715612aea57634e487b715f5260116020526024601cfd5b508215612b23578515612b17576040516310fda3e160e01b8152600481018a905260240160405180910390fd5b5f94505050505061062b565b8660881b8160101b1760011782556001945050505050949350505050565b5f83610140015184606001515114612b5b57612b5b612271565b83515f8080612b6a8888613fc8565b915091505f8082845f885af16001600160a01b0385165f908152600260205260409020805460018101909155606086901b189550925082612bc9578515612bbc57612bb3614072565b612bbc856140b9565b505f93506104fa92505050565b505050505f805f612be6876040015188606001516104e36140ca90565b925092509250825f14612bfc57612bfc846140b9565b60408701919091526060860152509392505050565b6040805160208082528183019092525f916020820181803683375050506040850151519091505f5b81811015612c89575f86604001518281518110612c5857612c586157ae565b60200260200101519050846080820152612c8081885f0151896101200151876104e361434390565b50600101612c39565b50506060840151515f90815b81811015612d17575f87606001518281518110612cb457612cb46157ae565b602002602001015190505f6005811115612cd057612cd0615345565b81516005811115612ce357612ce3615345565b03612cff574793508381606001511115612cff57612cff613295565b612d0e813389886143436104e3565b50600101612c95565b5050612d22826119d3565b504780156128e4576128e433826132a2565b8251608081015160208201515f92839283928392916004811060019091111633909114151615612d9657612d77612d7161010083015190565b5190565b88614438565b9093509150612d8860208201612d6d565b945063fb5014fc9350612de2565b600481608001516004811115612dae57612dae615345565b0361231057805194505f8560601b9050612dcf87838b608001518b85614479565b639397928596509094509250612de29050565b612dec6060859052565b612df8858785856133fd565b5f606052612310565b60608290506060829050856001600160a01b0316876001600160a01b03167f9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f318a888686604051612e549493929190615a2f565b60405180910390a35050505050505050565b5f7f00000000000000000000000000000000000000000000000000000000000000004614612f1e575060408051608080517f00000000000000000000000000000000000000000000000000000000000000005f9081527f00000000000000000000000000000000000000000000000000000000000000006020527f0000000000000000000000000000000000000000000000000000000000000000855246606090815230845260a08220949095529093529190915290565b507f000000000000000000000000000000000000000000000000000000000000000090565b63fed398fc5f526004601cfd5b600435602014610224356102401416610244356102606102643560061b01141660186101243510600160a01b60843560a4351760c4356024351717101616806103ff576103ff614544565b5f8181526001602081905260409091209060843590612fc090849084903615156121e3565b50815460ff16610b3557610b358184612fe7602463ffffffff6102443516016124956104e3565b61227e565b5f612ff98260a4356119ff565b1561040b575f805f61300a86614551565b63fb5014fc6060529194509250905061302a60a43587601c8601856133fd565b5f60605260209190910160801b1781529392505050565b604080517f000000000000000000000000000000000000000000000000000000000000000060ff60a01b175f90815260208690527f000000000000000000000000000000000000000000000000000000000000000083526055600b20919092526001600160a01b031690505f805f805260205f85875f875af191505f519050816130d6576130cd614072565b6130d683614609565b6001600160e01b03198116632671a55160e11b1461181057611810868461461a565b6369f958275f52806020526024601cfd5b833b61312057635f15d6725f52836020526024601cfd5b6040516323b872dd60e01b5f528360045282602452816044525f8060645f80895af1806131b0573d1561318e57601f3d0160051c8260051c8160030281831115613177578183036003028280028480020360091c01015b5a60208201101561318a573d5f803e3d5ffd5b5050505b63f486bc875f5285602052846040528360605282608052600160a05260a4601cfd5b5060405250505f6060525050565b843b6131d557635f15d6725f52846020526024601cfd5b60405160805160a05160c051637921219560e11b5f528760045286602452856044528460645260a06084525f60a4525f8060c45f808d5af18061327a573d1561325957601f3d0160051c8560051c8160030281831115613242578183036003028280028480020360091c01015b5a602082011015613255573d5f803e3d5ffd5b5050505b63f486bc875f52896020528860405287606052866080528560a05260a4601cfd5b5060809290925260a05260c05260405250505f606052505050565b638ffff9805f526004601cfd5b6132ab81613375565b5f805f805f85875af1905080611a5f576132c3614072565b63bc806b965f5282602052816040526044601cfd5b5f6132e4836020015190565b9050818114611a5f57611a5f836119d3565b5f60208851036133305750604080885260208089018a9052632671a55160e11b91890191909152604488015260016064880181905261333f565b50606487018051600101908190525b603c60c082028901038781528660208201528560408201528460608201528360808201528260a082015250505050505050505050565b806103ff576391b3e5145f526004601cfd5b636ab37ce75f526004601cfd5b61339d83613375565b6133a781836132d8565b816133b8576117fe8686868661462f565b611810828260018989895f8a6132f6565b6064810151604082019060c0026044016133e4848383613041565b50506020905250565b6317b1f9428252600181526103fd565b5f806001600160e01b03198451165f805260205f85875f8b5af15f51909350149050816134365761342c614072565b846080526024607cfd5b8061181057846080526024607cfd5b5f8063ffffffff83351690506001810160051b6134688160408051918201905290565b9250613475848483611b34565b5050919050565b5f82840361348b5750806104fa565b82848309156134a15763c63cf0895f526004601cfd5b5f6134ac8584615acb565b93909304949350505050565b5f84861461350157838303428590038082035f6134d5838a615acb565b6134df838c615acb565b6134e991906159e3565b90508584878303040181151502945050505050612456565b5092949350505050565b6312d3f5a35f526004601cfd5b8451608081015160208201515f92916004811060019091111633909114151615610f5f575f8061354f87848b608001518b8a613e4a565b91509150613569836020015188848463fb5014fc8a614723565b9350505050612456565b63d5da9a1b5f526004601cfd5b613588615076565b83515f036135995761359985614790565b5f8560018111156135ac576135ac615345565b036135c2576135bd868583856147a1565b612456565b6124568685833387614911565b84516060905f816001600160401b038111156135ed576135ed615767565b604051908082528060200260200182016040528015613616578160200160208202803683370190505b506040805160208082528183019092529192505f9190602082018180368337505089519192505060010160051b60205b818110156136a5575f61365c8b83613cec6104e3565b8051606081015191925090801561369a57478111825115161561368657638ffff9805f526004601cfd5b61369a828460200151856040015189614343565b505050602001613646565b50505f5b83811015613811575f8a82815181106136c4576136c46157ae565b6020026020010151905080602001516001600160781b03165f0361370b575f8483815181106136f5576136f56157ae565b9115156020928302919091019091015250613809565b600184838151811061371f5761371f6157ae565b911515602092830291909101909101528051604081015180515f5b818110156137a4575f838281518110613755576137556157ae565b6020026020010151905080606001515f1461379157608081018051908e9052855161012087015161378b9184918c6143436104e3565b60808201525b608081015160609091015260010161373a565b505050606081015180515f5b81811015613803575f8382815181106137cb576137cb6157ae565b602002602001015190505f81606001519050805f146137ef576137ef888483614a48565b5060a08101516060909101526001016137b0565b50505050505b6001016136a9565b5061381b816119d3565b47801561382c5761382c33826132a2565b85156138a2575f5b848110156138a05783818151811061384e5761384e6157ae565b602002602001015115613898576138988b8281518110613870576138706157ae565b60200260200101518a8b848151811061388b5761388b6157ae565b6020026020010151612d34565b600101613834565b505b6138aa611a64565b509098975050505050505050565b5f6138cb61016060408051918201905290565b9050611c10828261245f565b808210156103fd576103fd614a61565b631a5155745f52806020526024601cfd5b63ee9e0e635f52806020526024601cfd5b6310fda3e15f52806020526024601cfd5b5f805f84516001811660410380820360051c9250808752806020018701915050805160e81c6003820191506001811660051b868152825160208218525060015b838110156139865760405f2082821c60051b60209081169182529384018051919094185260010161395a565b50505060405f2091505f61399982614a6e565b5f9081526020939093525050604090209392505050565b5f805f528151602083038051826041035f60018211613a1357604087015160608801515f1a83156139f457601b8260ff1c0190506001600160ff1b03821660408a01525b88528a855260205f60808760015afa508385528588526040880152505f515b8a148a1515169450849050613adc57858552604082526044850380516040870351630b135d3f60e11b835289604089035260205f60648b01858f5afa96508615613ad057630b135d3f60e11b5f5114613ad0578b3b15613a7a57634f7fb80d5f526004601cfd5b6001866041031115613a9357638baa579f5f526004601cfd5b64010100000060608901515f1a1a15604187141615613ac357631f003d0a5f5260608801515f1a6020526024601cfd5b63815e1d645f526004601cfd5b8385529152603f198601525b5050508061181057613aec614072565b634f7fb80d5f526004601cfd5b613b01615076565b8251158451151715613b1a576398e9db6e5f526004601cfd5b613b22615076565b613b2f8685835f80614911565b805160608101515f03613b445750905061062b565b613b5487878584608001516147a1565b82516040828101519082015160208085015190840151855185511891181791181715613b8b5763bced929d5f52846020526024601cfd5b806060015182606001511115613c12575f865f81518110613bae57613bae6157ae565b60200260200101519050816060015183606001510389825f015181518110613bd857613bd86157ae565b60200260200101515f015160600151826020015181518110613bfc57613bfc6157ae565b6020026020010151606001818152505050613c93565b5f875f81518110613c2557613c256157ae565b60200260200101519050826060015182606001510389825f015181518110613c4f57613c4f6157ae565b60200260200101515f015160400151826020015181518110613c7357613c736157ae565b602002602001015160600181815250508260600151826060018181525050505b505050949350505050565b428084111590831116818015613cb2575080155b156104fa576104fa8484614e7d565b635a052b325f526004601cfd5b63a11b63ff5f526004601cfd5b63133c37c65f52806020526024601cfd5b5f6104fa8284015190565b5f838381518110613d0a57613d0a6157ae565b602002602001015190505f815f01519050613d258160031090565b613d3157613d31614e92565b60408201518015613d5457613d4f8460600151828660800151614e9f565b613d67565b60808401515115613d6757613d67614ee9565b600119820183816005811115613d7f57613d7f615345565b90816005811115613d9257613d92615345565b9052505050606090920151604090910152505050565b82515f5b81811015611810575f858281518110613dc757613dc76157ae565b60209081029190910101518051604082015191925090600382116004881415821515171615613e0157855f5288602052836040526044601cfd5b505050806001019050613dac565b5f868803613e2957613e2286868961347c565b90506107e8565b6107e5613e3787878b61347c565b613e4288888b61347c565b8686866134b8565b5f805f613e55614ef6565b6301e4d72a815260208082015260408101898152336060830152601c820194509091508751604082015287613e95613e8e60a083015190565b60e0840152565b613eab613ea360c083015190565b610100840152565b613ec1613eb960e083015190565b610120840152565b610140613ecf816060850152565b5f613edb604084015190565b90505f613eea82848701614f00565b928301929050613efb836080870152565b5f613f07606086015190565b90505f613f1682868901614f66565b948501949050613f278560a0890152565b5f613f348e878a01614fcb565b959095019450613f458560c0890152565b8685015f613f538e83614fea565b602497019687019a50613f6f9050613f6a8c8c0190565b61501a565b8060408b901b60808b901b17178f610100018181525050613f998c82611b8c90919063ffffffff16565b60058c8e51613fa891906159d0565b613fb3911b8b6159d0565b99505050505050505050509550959350505050565b5f8083613fd3614ef6565b639891976581523360208201908152608060408301819052601c9092019450905f613fff604085015190565b90505f61400e82848601614f00565b92830192905061401f836040860152565b5f61402b606087015190565b90505f61403a82868801614f00565b94850194905061404b856060880152565b895f61405982898901614fcb565b9a9d96909a016004019b50949950505050505050505050565b3d156140b757601f3d0160051c60405160051c81600302818311156140a4578183036003028280028480020360091c01015b5a602082011015611a5f573d5f803e3d5ffd5b565b63939792855f52806020526024601cfd5b60603d105f80808080808661413c5760405f803e5f51935060205192503d60208501113d6020850111808217985050508661413c576020845f3e5f51915060208360203e60205190508160071b60208501018160a0026020850101803d10823d101761ffff8486171117985050505f80525b8661416e575f8061415184602088018d614177565b9250975061416383602087018c614257565b929092179850909550505b5050505061276b565b5f806040519150825160c08602602001830160405285835260208660010160051b8085018360010160051b87016141b5858b81811090829003020190565b60010160051b8a861196505b8085101561421557828589015260808a843e6060830151955085608084015260608201518681116141f285856142fe565b17881797505060808a01995060a08301925060a0820191506020850194506141c1565b50505b8183101561424b578083870152608088823e6060810151608082015260808801975060a081019050602083019250614218565b50505050935093915050565b604051815180851190808603818710028101602060e08202850181016040528185526001928301600590811b87019390920190911b908185015b8282101561424b57808287015260a088823e60206060890160a083013e606081015160608501516142ce6080840151608088015180159114171590565b818311176142dc84886142fe565b60a09b909b019a179690961795505060c0938401936020929092019101614291565b5f81516040830151801560038311161561432057506040840151600119909101905b604085015181148551831460208701516020870151141616159250505092915050565b5f8451600581111561435757614357615345565b0361439457604084015160208501516001600160a01b0316171561437d5761437d613387565b61438f846080015185606001516132a2565b614432565b6001845160058111156143a9576143a9615345565b036143da576040840151156143c0576143c0613387565b61438f846020015184866080015187606001518686613394565b6002845160058111156143ef576143ef615345565b036144135761438f8460200151848660800151876040015188606001518787611898565b61443284602001518486608001518760400151886060015187876118e3565b50505050565b608082901c63ffffffff604084901c811690808516906144609084906317b1f94290611b8c16565b601c830192506144708482614fea565b50509250929050565b5f80614483614ef6565b63f4dd92ce815287841860a0820152601c8101925060200160a0808252875f6144ad604083015190565b90505f6144bc82858701614f00565b9384019390506144cd846020870152565b5f6144d9606085015190565b90505f6144e882878901614f66565b9586019590506144f9866040890152565b5f6145068d888a01614fcb565b9687019690506145178760608a0152565b5f6145248d898b01614fea565b905080880197508760040199505050505050505050509550959350505050565b6339f3e3fd5f526004601cfd5b6301e4d72a6102043560051b6080019081525f808260208082015260408101858152336060830152601c919091019061458b608435610afa565b61459c61014460e083016060611b34565b6101406145aa816060840152565b6145b860a082016080840152565b61016060a06102643581029290920101906145d4908290840152565b6145de5f82840152565b6020016145ec8160c0840152565b5f9181019182526020820196909652939560449095019492505050565b63d13d53d45f52806020526024601cfd5b631cf99b265f5281602052806040526044601cfd5b6040516323b872dd60e01b5f5283600452826024528160445260205f60645f80895af1803d15601f3d1160015f51141617163d151581166147145780873b151516614714578061470357816146e6573d156146c557601f3d0160051c8360051c81600302818311156146ae578183036003028280028480020360091c01015b5a6020820110156146c1573d5f803e3d5ffd5b5050505b63f486bc875f528660205285604052846060525f6080528360a05260a4601cfd5b63988919235f52866020528560405284606052836080526084601cfd5b635f15d6725f52866020526024601cfd5b505060405250505f6060525050565b5f805f6001600160e01b03198751165f805260205f888a5f8e5af15f519093501490508161476f578361475a575f925050506106e0565b614762614072565b845f52876020526024601cfd5b8061478157845f52876020526024601cfd5b50600198975050505050505050565b63375c24c15f52806020526024601cfd5b5f805f85865160051b87015b808210156148be576020820191508851825151106147cd576147cd6148f2565b81515160051b60208a01015180516020845101515f6040830151602085015115815184101517156148025750505050506147ad565b8260051b60208201015191505060608101935083518901915083511589831060011b17881797508198505f84528a51935086156001811461486b5760608220881860408d01516101208601511860208e0151865118171715614866576148666148f2565b6148b4565b8151855260208201516020860152604082015160408601528a6080860152835160208d015261012084015160408d015260608520975060208d019250868318156148b457865183525b50505050506147ad565b5050508160608551015280156148eb57600181036148e3576391b3e5145f526004601cfd5b6148eb6148ff565b5050614432565b637fda72795f526004601cfd5b634e487b715f5260116020526024601cfd5b5f805f86875160051b88015b80821015614a13576020820191508151518a51811061493e5761493e6148f2565b8060051b60208c01015190506020835101515f60608351015160208401511581518410151715614971575050505061491d565b8260051b60208201015191505060608101925082518801915082511588831060011b17871796508197505f83528a5192508515600181146149c35760a0822087146149be576149be6148f2565b614a0a565b815184526020820151602085015260408201516040850152608082015160808501528a60208d01528960408d015260a08220965060208d01925085831815614a0a57855183525b5050505061491d565b50508551606001839052508015614a415760018103614a39576391b3e5145f526004601cfd5b614a416148ff565b50506128e4565b63a5f542085f528260205281604052806060526064601cfd5b63466aa6165f526004601cfd5b5f614e74565b5f6009821015614bcd576005821015614b2a576003821015614add577f832c58a5b611aadcfa6a082ac9d04bace53d8278387f10040347b7e98eb5b30260018314027fbf8e29b89f29ed9b529c154a63038ffca562f8d7cd1e2545dda53a1b582dde301861040b565b7ff3e8417a785f980bdaf134fa0274a6bf891eeb8195cd94b09d2aa651046e28bc60038314027fa02eb7ff164c884e5e2c336dc85f81c6a93329d8e9adf214b32729b894de2af11861040b565b6007821015614b80577f25d02425402d882d211a7ab774c0ed6eca048c4d03d9af40132475744753b2a360058314027f1c19f71958cdd8f081b4c31f7caf5c010b29d12950be2fa1c95070dc47e30b551861040b565b7fb58d772fb09b426b9dece637f61ca9065f2b994f1464b51e9207f55f7c8f594860078314027f7ff98d9d4e55d876c5cfac10b43c04039522f3ddfb0ea9bfe70c68cfb5c7cc141861040b565b6011821015614d2557600d821015614c8257600b821015614c35577f6f0ec38c21f6f583ab7f3c5413c773ffd5344c34fde1d390958e438bf667448f60098314027fd1d97d1ef5eaa37a4ee5fbf234e6f6d64eb511eb562221cd7edfbdde0848da051861040b565b7f32f4e7485d6485f9f6c255929b9905c62ba919758bbe231f231eaeecf33d810c600b8314027fbb98d87cc12922b83759626c5f07d72266da9702d19ffad6a514c73a89002f5f1861040b565b600f821015614cd8577f8df51df98847160517f5b1186b4bc3f418d98b8a7f17f1292f392d79d600d79e600d8314027f6b5b04cbae4fcb1a9d78e7b2dfc51a36933d023cf6e347e03d517b472a8525901861040b565b7fcc4886e37eedd9aacd6c1c2c9247197a621a71282e87a7cbc673f3736d9aa141600f8314027f1da3eed3ecef6ebaa6e5023c057ec2c75150693fd0dac5c90f4a142f9879fde81861040b565b6015821015614dd1576013821015614d84577f2d7a3ed6dab270fdb8e054b2ad525f0ce2a8b89cc76c17f0965434740f673a5560118314027fc3939feff011e53ab8c35ca3370aad54c5df1fc2938cd62543174fa6e7d858771861040b565b7f54b3212a178782f104e0d514b41a9a5c4ca9c980bf6597c3cecbf280917e202a60138314027f5a4f867d3d458dabecad65f6201ceeaba0096df2d0c491cc32e6ea4e643500171861040b565b6017821015614e27577fbb40bf8cea3a5a716e2b6eb08bbdac8ec159f82f380783db3c56904f15a43d0460158314027f3bd8cff538aba49a9c374c806d277181e9651624b3e31111bc0624574f8bca1d1861040b565b7f403be09941a31d05cfc2f896505811353d45d38743288b016630cce39435476a60178314027f1d51df90cba8de7637ca3e8fe1e3511d1dc2f23487d05dbdecb781860c21ac1c1861040b565b61040b82614a74565b6321ccfeb75f5281602052806040526044601cfd5b6394eb6af65f526004601cfd5b5f835f5260205f2060208301835160051b81015b80821015614eda57815180841160051b93845260209384185260405f209290910190614eb3565b50508314905080614432576144325b6309bde3395f526004601cfd5b5f61041b60405190565b5f825180835260208401602084018260051b82015b80831015614f535782518051835260208101516020840152604081015160408401526060810151606084015250602083019250608082019150614f15565b5050508060071b60200191505092915050565b5f80614f70845190565b8084529050602084810190600583901b860181019085015b82821115614fb8575f614f9a84615024565b9050614fa8818360a061502d565b506020929092019160a001614f88565b60a0840260200194505050505092915050565b5f63ffffffe0603f614fdb855190565b0116905061040b83838361502d565b5f80614ff4845190565b8084529050600581901b61500f60208681019086018361502d565b602001949350505050565b6103ff6040829052565b5f61040b825190565b8082828560045afa80153d151715614432575f80fd5b6040518060a001604052806150566150b8565b81525f602082018190526040820152606080820181905260809091015290565b60408051610100810182525f606082018181526080830182905260a0830182905260c0830182905260e083018290528252602082018190529181019190915290565b6040518061016001604052805f6001600160a01b031681526020015f6001600160a01b0316815260200160608152602001606081526020015f600481111561510257615102615345565b81525f6020820181905260408201819052606082018190526080820181905260a0820181905260c09091015290565b5f60208284031215615141575f80fd5b81356001600160401b03811115615156575f80fd5b820161024081850312156104fa575f80fd5b5f81518084525f5b8181101561518c57602081850181015186830182015201615170565b505f602082860101526020601f19601f83011685010191505092915050565b602081525f6104fa6020830184615168565b5f602082840312156151cd575f80fd5b5035919050565b5f602082840312156151e4575f80fd5b81356001600160401b038111156151f9575f80fd5b820161016081850312156104fa575f80fd5b5f8083601f84011261521b575f80fd5b5081356001600160401b03811115615231575f80fd5b6020830191508360208260051b850101111561524b575f80fd5b9250929050565b80356001600160a01b0381168114611c10575f80fd5b5f805f805f805f805f805f60e08c8e031215615282575f80fd5b6001600160401b03808d351115615297575f80fd5b6152a48e8e358f0161520b565b909c509a5060208d01358110156152b9575f80fd5b6152c98e60208f01358f0161520b565b909a50985060408d01358110156152de575f80fd5b6152ee8e60408f01358f0161520b565b909850965060608d0135811015615303575f80fd5b506153148d60608e01358e0161520b565b909550935060808c0135925061532c60a08d01615252565b915060c08c013590509295989b509295989b9093969950565b634e487b7160e01b5f52602160045260245ffd5b60068110611b8c57611b8c615345565b615374828251615359565b6020818101516001600160a01b0390811691840191909152604080830151908401526060808301519084015260809182015116910152565b5f815180845260208085019450602084015f5b838110156154015781516153d4888251615369565b808401516001600160a01b031660a08901526040015160c088015260e090960195908201906001016153bf565b509495945050505050565b604080825283519082018190525f906020906060840190828701845b82811015615446578151151584529284019290840190600101615428565b50505083810360208501526106e081866153ac565b5f806020838503121561546c575f80fd5b82356001600160401b03811115615481575f80fd5b61548d8582860161520b565b90969095509350505050565b5f805f80604085870312156154ac575f80fd5b84356001600160401b03808211156154c2575f80fd5b6154ce8883890161520b565b909650945060208701359150808211156154e6575f80fd5b506154f38782880161520b565b95989497509550505050565b602081525f6104fa60208301846153ac565b5f60208284031215615521575f80fd5b6104fa82615252565b5f806040838503121561553b575f80fd5b82356001600160401b03811115615550575f80fd5b830160408186031215615561575f80fd5b946020939093013593505050565b5f805f805f60808688031215615583575f80fd5b85356001600160401b0380821115615599575f80fd5b9087019060a0828a0312156155ac575f80fd5b909550602087013590808211156155c1575f80fd5b506155ce8882890161520b565b909550935050604086013591506155e760608701615252565b90509295509295909350565b5f805f805f805f8060a0898b03121561560a575f80fd5b88356001600160401b0380821115615620575f80fd5b61562c8c838d0161520b565b909a50985060208b0135915080821115615644575f80fd5b6156508c838d0161520b565b909850965060408b0135915080821115615668575f80fd5b506156758b828c0161520b565b999c989b509699959896976060870135966080013595509350505050565b5f805f805f805f6080888a0312156156a9575f80fd5b87356001600160401b03808211156156bf575f80fd5b6156cb8b838c0161520b565b909950975060208a01359150808211156156e3575f80fd5b6156ef8b838c0161520b565b909750955060408a0135915080821115615707575f80fd5b506157148a828b0161520b565b9094509250615727905060608901615252565b905092959891949750929550565b606081525f6157476060830186615168565b6020830194909452506001600160a01b0391909116604090910152919050565b634e487b7160e01b5f52604160045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b5f826157a957634e487b7160e01b5f52601260045260245ffd5b500490565b634e487b7160e01b5f52603260045260245ffd5b5f815180845260208085019450602084015f5b838110156154015781516157ea888251615359565b838101516001600160a01b03168885015260408082015190890152606080820151908901526080908101519088015260a090960195908201906001016157d5565b5f815180845260208085019450602084015f5b83811015615401578151615853888251615359565b808401516001600160a01b0390811689860152604080830151908a0152606080830151908a0152608080830151908a015260a091820151169088015260c0909601959082019060010161583e565b60058110611b8c57611b8c615345565b828152604060208201526158d16040820183516001600160a01b03169052565b5f60208301516158ec60608401826001600160a01b03169052565b5060408301516101608060808501526159096101a08501836157c2565b91506060850151603f198584030160a0860152615926838261582b565b925050608085015161593b60c08601826158a1565b5060a085015160e085015260c0850151610100818187015260e0870151915061012082818801528188015192506101409150828288015280880151848801525080870151610180870152505050809150509392505050565b5f823561015e198336030181126159a8575f80fd5b9190910192915050565b5f602082840312156159c2575f80fd5b8135600581106104fa575f80fd5b8181038181111561040b5761040b61577b565b8082018082111561040b5761040b61577b565b5f815180845260208085019450602084015f5b8381101561540157615a1c878351615369565b60a0969096019590820190600101615a09565b5f6080808301878452602060018060a01b03808916602087015260406080604088015283895180865260a08901915060208b0195505f5b81811015615aa7578651615a7b848251615359565b808701518616848801528481015185850152606090810151908401529585019591870191600101615a66565b50508781036060890152615abb818a6159f6565b9c9b505050505050505050505050565b808202811582820484141761040b5761040b61577b56fea2646970667358221220c12ad94d5138372ef8920f722c0676ad91f3ef80bfad0dc9ab721bbcd218a79a64736f6c63430008180033436f6e73696465726174696f6e4974656d2875696e7438206974656d547970652c6164647265737320746f6b656e2c75696e74323536206964656e7469666965724f7243726974657269612c75696e74323536207374617274416d6f756e742c75696e7432353620656e64416d6f756e742c6164647265737320726563697069656e7429454950373132446f6d61696e28737472696e67206e616d652c737472696e672076657273696f6e2c75696e7432353620636861696e49642c6164647265737320766572696679696e67436f6e7472616374294f72646572436f6d706f6e656e74732861646472657373206f6666657265722c61646472657373207a6f6e652c4f666665724974656d5b5d206f666665722c436f6e73696465726174696f6e4974656d5b5d20636f6e73696465726174696f6e2c75696e7438206f72646572547970652c75696e7432353620737461727454696d652c75696e7432353620656e6454696d652c62797465733332207a6f6e65486173682c75696e743235362073616c742c6279746573333220636f6e647569744b65792c75696e7432353620636f756e746572294f666665724974656d2875696e7438206974656d547970652c6164647265737320746f6b656e2c75696e74323536206964656e7469666965724f7243726974657269612c75696e74323536207374617274416d6f756e742c75696e7432353620656e64416d6f756e7429",
|
|
2964
|
+
"deployedBytecode": "0x608060405260043610610103575f3560e01c8063a900866b11610092578063f07ec37311610062578063f07ec373146102f7578063f2d12b1214610316578063f47b774014610329578063fb0f3ee114610116578063fd9f1e101461034c575f80fd5b8063a900866b1461028a578063b3a34c4c146102be578063e7acab24146102d1578063ed98a574146102e4575f80fd5b80637423eb3c116100d85780637423eb3c146101f757806379df72bd1461020b57806387201b411461022a578063881477321461024b578063a81744041461026a575f80fd5b801561011657806306fdde031461013e57806346423aa71461015f5780635b34b966146101d5575f80fd5b366101125761011061036b565b005b5f80fd5b610129610124366004615131565b610402565b60405190151581526020015b60405180910390f35b348015610149575f80fd5b50610152610411565b60405161013591906151ab565b34801561016a575f80fd5b506101b36101793660046151bd565b5f9081526001602052604090205460ff808216926101008304909116916001600160781b03620100008204811692600160881b9092041690565b6040805194151585529215156020850152918301526060820152608001610135565b3480156101e0575f80fd5b506101e9610420565b604051908152602001610135565b348015610202575f80fd5b50610110610429565b348015610216575f80fd5b506101e96102253660046151d4565b6104ca565b61023d610238366004615268565b610501565b60405161013592919061540c565b348015610256575f80fd5b5061012961026536600461545b565b61057a565b61027d610278366004615499565b610598565b60405161013591906154ff565b348015610295575f80fd5b506101e96102a4366004615511565b6001600160a01b03165f9081526002602052604090205490565b6101296102cc36600461552a565b610633565b6101296102df36600461556f565b6106ac565b61023d6102f23660046155f3565b6106ea565b348015610302575f80fd5b506101e9610311366004615511565b61078d565b61027d610324366004615693565b6107aa565b348015610334575f80fd5b5061033d6107f3565b60405161013593929190615735565b348015610357575f80fd5b5061012961036636600461545b565b61080a565b7f000000000000000000000000000000000000000000000000000000000000000080156103b057600263929eee145c146103b05763a61be9f05f52346020526024601cfd5b806103ff5763929eee1454806103de57600263929eee145c146103de5763a61be9f05f52346020526024601cfd5b600381141581151516156103fd5763a61be9f05f52346020526024601cfd5b505b50565b5f61040b610815565b92915050565b606061041b6109c9565b905090565b5f61041b6109e7565b63929eee14546001147f00000000000000000000000000000000000000000000000000000000000000008061045c575080155b1561047a57604051630f45b98b60e41b815260040160405180910390fd5b6104a37f0000000000000000000000000000000000000000000000000000000000000000610a54565b6104c0576040516370a4078f60e01b815260040160405180910390fd5b5f63929eee145550565b5f806104d66004610ab2565b90506104fa6104eb82610ac25b63ffffffff16565b610140830135610b3f565b3590565b9392505050565b60608061056661051c6105146004610ab2565b610c836104e3565b61053361052b60046020610ceb565b610d096104e3565b61054a61054260046040610ceb565b610d616104e3565b61055961054260046060610ceb565b89338a15028a0189610db9565b915091509b509b9950505050505050505050565b5f6104fa61059361058b6004610ab2565b610df36104e3565b610e4b565b60606106286105b26105aa6004610ab2565b610f6c6104e3565b604080515f808252602082019092529061060a565b6105f76040805160a081019091525f808252602082019081526020015f81526020015f8152602001606081525090565b8152602001906001900390816105c75790505b5061062261061a60046020610ceb565b610fc46104e3565b3361101c565b90505b949350505050565b5f6104fa61064c6106446004610ab2565b61105a6104e3565b604080515f80825260208201909252906106a4565b6106916040805160a081019091525f808252602082019081526020015f81526020015f8152602001606081525090565b8152602001906001900390816106615790505b5084336110d0565b5f6106e06106c56106bd6004610ab2565b61124f6104e3565b6106d461052b60046020610ceb565b853386150286016110d0565b9695505050505050565b60608061077c6106fd6105aa6004610ab2565b604080515f8082526020820190925290610755565b6107426040805160a081019091525f808252602082019081526020015f81526020015f8152602001606081525090565b8152602001906001900390816107125790505b5061076561054260046020610ceb565b61077461054260046040610ceb565b883389610db9565b915091509850989650505050505050565b6001600160a01b0381165f9081526020819052604081205461040b565b60606107e56107bc6105146004610ab2565b6107cb61052b60046020610ceb565b6107da61061a60046040610ceb565b33861502860161101c565b90505b979650505050505050565b60605f806107ff6112ab565b925092509250909192565b5f6104fa83836112f7565b5f61012435600281901c906003166001821183341582148061083a5761083a34611432565b506003841160a0810260240135906502030203010160d01b861a905f630101020360d01b881a61086d8882898888611443565b9096509150506101c4600583901b01355f87600581111561089057610890615345565b036108c55760443560243517156108ae57636ab37ce75f526004601cfd5b6108b88482611760565b6108c0611818565b6109a6565b6040805160208082528183019092525f9160208201818036833701905050905060028a60058111156108f9576108f9615345565b0361091c5761091760c4356084353360e435610104355b8787611898565b610991565b60038a600581111561093057610930615345565b0361094e5761091760c4356084353360e435610104355b87876118e3565b60048a600581111561096257610962615345565b0361097c5761091760243533608435604435606435610910565b61099160243533608435604435606435610947565b61099b8482611919565b6109a4816119d3565b505b6109b18689846119f7565b6109b9611a64565b6001995050505050505050505090565b6060602080526d0d436f6e73696465726174696f6e604d5260606020f35b5f6109f0611ab7565b600143034060801c335f525f60205260405f208054820192508281555050336001600160a01b03167f721c20121297512b72821b97f5326877ea8ecf4bb9948fea5bfcb6453074d37f82604051610a4991815260200190565b60405180910390a290565b5f816001600160a01b0316600a5a610a6c919061578f565b6040515f8181818686fa925050503d805f8114610aa4576040519150601f19603f3d011682016040523d82523d5f602084013e610aa9565b606091505b50909392505050565b5f813563ffffffff16820161040b565b5f610ad561016060408051918201905290565b9050610ae48282610140611b34565b610b01610afa610af5846040610ceb565b611b3d565b6040830152565b5f610b15610b10846060610ceb565b611b90565b9050610b22816060840152565b610b35610b2d825190565b610140840152565b50919050565b0190565b610140820151604080519084015180515f939284927f000000000000000000000000000000000000000000000000000000000000000092602090910190845b81811015610bab578251601f1901805186825260c082208652905260209384019390920191600101610b7e565b508060051b6040512094505050505f7f0000000000000000000000000000000000000000000000000000000000000000915060405160206060890151015f5b86811015610c17578151601f1901805186825260e082208552905260209283019290910190600101610bea565b505060408051600587901b9020601f198a0180517f00000000000000000000000000000000000000000000000000000000000000008252928b01805197815260608c018051938152610140909c019a8b5261018082209390915295909552939097525050925250919050565b5f8063ffffffff8335169050600581901b610ca76020820160408051918201905290565b828152925060208381019085015f5b83811015610ce157610cd9610cd3610cce8484610ceb565b61124f565b82850152565b602001610cb6565b5050505050919050565b5f6104fa63ffffffff610d036104f68686610b3b8516565b16840190565b5f8063ffffffff8335169050600581901b610d2d6020820160408051918201905290565b828152925060208381019085015f5b83811015610ce157610d59610cd3610d548484610ceb565b611bd3565b602001610d3c565b5f8063ffffffff8335169050600581901b610d856020820160408051918201905290565b828152925060208381019085015f5b83811015610ce157610db1610cd3610dac8484610ceb565b611c15565b602001610d94565b60608036155f80610dcd8c8c85898b611c58565b91509150610de08c8b8b8b8b8787612035565b9450945050505097509795505050505050565b5f8063ffffffff8335169050600581901b610e176020820160408051918201905290565b828152925060208381019085015f5b83811015610ce157610e43610cd3610e3e8484610ceb565b612167565b602001610e26565b5f610e54611ab7565b5f805f80855190505f5b81811015610f5f575f878281518110610e7957610e796157ae565b60209081029190910101518051909150600481608001516004811115610ea157610ea1615345565b03610ead575050610f57565b80519450610eba816121aa565b5f8181526001602052604081209850909650610edc90879089903615156121e3565b50865460ff16610f545780610140015181606001515114610eff57610eff612271565b610f0e8587846020015161227e565b865460ff191660011787556040517ff280791efe782edcf06ce15c8f4dff17601db3b88eb3805a0db7d77faf757f0490610f4b90889084906158b1565b60405180910390a15b50505b600101610e5e565b5060019695505050505050565b5f8063ffffffff8335169050600581901b610f906020820160408051918201905290565b828152925060208381019085015f5b83811015610ce157610fbc610cd3610fb78484610ceb565b61105a565b602001610f9f565b5f8063ffffffff8335169050600581901b610fe86020820160408051918201905290565b828152925060208381019085015f5b83811015610ce157611014610cd361100f8484610ceb565b61231a565b602001610ff7565b60605f36151590505f806110348888858b5189611c58565b915091506110418261234d565b61104e888784888561238c565b98975050505050505050565b5f61106d61020060408051918201905290565b60a0810180825290915061108961108384610ab2565b8261245f565b61109560016020840152565b6110a160016040840152565b6110be6110b76110b2856020610ceb565b612495565b6060840152565b610b356110c96124bd565b6080840152565b835160808101515f91906110f760048260048111156110f1576110f1615345565b146124d7565b5f80806111068a36151561257a565b60408051600180825281830190925293965091945092505f9190816020015b61112d615043565b8152602001906001900390816111255790505090508a815f81518110611155576111556157ae565b602002602001018190525061116a818b612772565b6111768684848b6128eb565b6040805160018082528183019092525f9160208083019080368337509192505050361515600487818111156111ad576111ad615345565b146111d0576111be8d83885f6129eb565b6111ca86868684612a3d565b506111e2565b6111df888e6080015183612b41565b95505b6111ed888c8c612c11565b85825f81518110611200576112006157ae565b6020026020010181815250506112178d8388612d34565b61123486895f01518a602001518d8c604001518d60600151612e01565b61123c611a64565b5060019c9b505050505050505050505050565b5f61126261020060408051918201905290565b905061127660208381019083016040611b34565b60a0810180825261128961108384610ab2565b61129a6110b76110b2856060610ceb565b610b356110c96110b2856080610ceb565b60605f805f6112b8612e66565b90505f7f0000000000000000000000000000000000000000000000000000000000000000905060605f5281602052806040526303312e3660635260a05ff35b5f611300611ab7565b5f8083815b818110156114175736878783818110611320576113206157ae565b90506020028101906113329190615993565b90505f6113426020830183615511565b90505f6113556040840160208501615511565b90505f61136860a08501608086016159b2565b905081331483331417156004821417871796505f61139c6113916113898790565b610ac26104e3565b866101400135610b3f565b5f8181526001602052604090819020805461ffff19166101001781559051909a509091506001600160a01b0380851691908616907f6bacc01dbe442496068f7d234edd811f1a5f833243e0aec824f86ab861f3c90d906113ff9085815260200190565b60405180910390a38560010195505050505050611305565b5050801561142757611427612f43565b506001949350505050565b63a61be9f05f52806020526024601cfd5b5f8061144e5f6124d7565b611456612f50565b426101643511154261014435111715611484576321ccfeb75f5261014435602052610164356040526044601cfd5b6102043561026435101561149f5763466aa6165f526004601cfd5b7f0000000000000000000000000000000000000000000000000000000000000000608081905260a08790526060602460c037604060646101203760e060802061016052610264356102043560051b6102a0016001820181526020810190508881526080602460208301376101608860a0528760c0525f60e0525f6102043593505f5b84811015611575578060400261028401602081610100376040816101203760208101358317925060208401935060e0608020845260a0850194508b85528a6020860152604081606087013750600101611521565b6001850160051b610160206060526102643594505b848110156115c5578060400261028401925060a0840193508a845289602085015260408360608601376020830135919091179060010161158a565b506001600160a01b038111156115e2576339f3e3fd5f526004601cfd5b50505050505f7f00000000000000000000000000000000000000000000000000000000000000009050806080528360a052606060c460c0376020610104610120375060c06080205f9081526020812060e05260843590611656826001600160a01b03165f9081526020819052604090205490565b7f000000000000000000000000000000000000000000000000000000000000000060808190529091506040608460a03760605161010052896101205260a061014461014037816101e05261018060802094505050506102043560051b61018001828152336020820152608060408201526101206060820152600160808201528360a0820152606060c460c083013760a061026435026101e00160a4356084357f9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f318385a35f60605260608101820160405250505f61173283612f9b565b905061173e8389612fec565b7101000000000000000000000000000001000182559150509550959350505050565b60c43560843560e4356101043584156117c8575f6040519050632671a55160e11b815260206004820152600160248201528660448201528460648201528360848201523360a48201528260c48201528160e48201526117c28682610104613041565b50611810565b60028660058111156117dc576117dc615345565b0361180357806001146117f2576117f2816130f8565b6117fe84843385613109565b611810565b61181084843385856131be565b505050505050565b346064356084356102643560061b5f80805b838110156118695761028481013592506102a481013591508683111561185257611852613295565b828703965061186182846132a2565b60400161182a565b508585111561187a5761187a613295565b61188484866132a2565b8486111561181057611810338688036132a2565b6118a281836132d8565b816118c957826001146118b8576118b8836130f8565b6118c487878787613109565b6118da565b6118da828260028a8a8a8a8a6132f6565b50505050505050565b6118ec83613375565b6118f681836132d8565b81611908576118c487878787876131be565b6118da828260038a8a8a8a8a6132f6565b5f805f805f861561193e57505060843592503391505060c4356101043560e435611953565b50339350506084359150506024356064356044355b801561196157611961613387565b50600586901b6101e403356102643560061b5f80805b838110156119b85761028481013592506102a481013591508a156119a25761199f83876159d0565b95505b6119b0878a8486898f613394565b604001611977565b506119c786898988888e613394565b50505050505050505050565b60408151146119df5750565b5f6119eb826020015190565b90506103fd81836133c9565b611a138260a4355b331415600182116004909210919091161690565b15611a5f57805f611a22825190565b9050608081901c63ffffffff8216611a3a84826133ed565b601c840163fb5014fc6060529350611a5660a4358886856133fd565b5f6060526118da565b505050565b7f00000000000000000000000000000000000000000000000000000000000000008015611a95575f63929eee145d50565b63929eee145480611aab575f63929eee145d5050565b50600163929eee145550565b7f00000000000000000000000000000000000000000000000000000000000000008015611af65763929eee145c15611af657637fa8a9875f526004601cfd5b806103ff5763929eee145480611b1e5763929eee145c15611b1e57637fa8a9875f526004601cfd5b60018111156103fd57637fa8a9875f526004601cfd5b80838337505050565b5f63ffffffff8235166040519150808252602082018160051b81018060a084026020870183378293505b81841015611b805780845260209093019260a001611b67565b60405250919392505050565b9052565b5f63ffffffff8235166040519150808252602082018160051b81018060c084026020870183378293505b81841015611b805780845260209093019260c001611bba565b5f611be560a060408051918201905290565b9050611bf382826080611b34565b611c10611c09611c04846080610ceb565b613445565b6080830152565b919050565b5f63ffffffff8235166040519150808252602082018160051b8101808360061b6020870183378293505b81841015611b8057808452602090930192604001611c3f565b60605f611c6560016124d7565b86515f90600160e61b82351690806001600160401b03811115611c8a57611c8a615767565b604051908082528060200260200182016040528015611cb3578160200160208202803683370190505b50945060010160051b91505f60205b83811015611eb4575f611cd88c83613cec6104e3565b90505f805f611ce7848e61257a565b6001600160781b0382166020880152919450925090505f829003611d0e5750505050611eac565b6001600160781b0381166040808601919091528a8601849052845160a081015160c0820151608083015192909301518051600184119d909d179c600490931099509092915f5b81811015611df6575f838281518110611d6f57611d6f6157ae565b602002602001015190508b8151108d179c505f611d918989846080015161347c565b90508160800151826060015103611dae5760608201819052611dc3565b611dbd8989846060015161347c565b60608301525b5f611ddc8360600151838a8a611dd7361590565b6134b8565b606084018190526080909301929092525050600101611d54565b5087516060015180515f5b81811015611ea0575f838281518110611e1c57611e1c6157ae565b602002602001015190505f611e368b8b846080015161347c565b90508160800151826060015103611e535760608201819052611e68565b611e628b8b846060015161347c565b60608301525b5f611e7d8360600151838c8c611dd736151590565b6060840181905260a0840180516080909501949094529092525050600101611e01565b50505050505050505050505b602001611cc2565b50506001600160e61b018103611ecc57611ecc61350b565b50611ed78888612772565b5f8060205b8381101561201a578581015192508215612012575f611efe8c83613cec6104e3565b9050885f03611f19575f878301819052602090910152612012565b60048151608001516004811115611f3257611f32615345565b14611fb557611f4b8188866001600587901c038e613518565b611f61575f878301819052602090910152612012565b602080820151604083015183516080810151930151611f9a9388936001600160781b039081169316913314156001909111168e17612a3d565b611fb0575f878301819052602090910152612012565b611fe0565b611fc7815f015182608001518c612b41565b878301819052935083611fe0575f602090910152612012565b886001900398505f815f0151905061200b85825f015183602001518c85604001518660600151612e01565b6001935050505b602001611edc565b508061202857612028613573565b5050509550959350505050565b85518551606091829161204881836159e3565b6001600160401b0381111561205f5761205f615767565b60405190808252806020026020018201604052801561209857816020015b612085615076565b81526020019060019003908161207d5790505b5092505f5b828110156120f0576120cb8c5f8d84815181106120bc576120bc6157ae565b60200260200101518c8c613580565b8482815181106120dd576120dd6157ae565b602090810291909101015260010161209d565b505f5b81811015612149576121228c60018c8481518110612113576121136157ae565b60200260200101518c5f613580565b8484830181518110612136576121366157ae565b60209081029190910101526001016120f3565b506121578b84888a896135cf565b9350505097509795505050505050565b5f6121786040808051918201905290565b905061219261218e61218984610ab2565b6138b8565b8252565b611c106121a36110b2846020610ceb565b6020830152565b5f6121bf8260600151518361014001516138d7565b81516001600160a01b03165f9081526020819052604090205461040b908390610b3f565b82545f90610100900460ff161561220a57811561220357612203856138e7565b505f61062b565b83546201000090046001600160781b0316801561226557831561223557612230866138f8565b612265565b8454600160881b90046001600160781b0316811061226557821561225c5761225c86613909565b5f91505061062b565b50600195945050505050565b632165628a5f526004601cfd5b338314801561228d5750505050565b5f612296612e66565b61190160f01b5f9081526002828152602287815260428320908390528651939450929190601f601d840116106102e26062198401101615612300576122db868861391a565b61190160f01b5f90815260028690526022828152604282209190529097509050612303565b50815b612310888285858a6139b0565b5050505050505050565b5f61232b6040808051918201905290565b905061233c61218e610dac84610ab2565b611c106121a3610dac846020610ceb565b80518060051b6040019050602082038051602082527f4b9f2d36e1b4c93de62cc077b00b1a91d84b6c31b4a14e012718dcca230689e78383a190525050565b8351606090806001600160401b038111156123a9576123a9615767565b6040519080825280602002602001820160405280156123e257816020015b6123cf615076565b8152602001906001900390816123c75790505b5091505f5b81811015612445575f878281518110612402576124026157ae565b6020026020010151905061241f89825f0151836020015185613af9565b848381518110612431576124316157ae565b6020908102919091010152506001016123e7565b5061245387838787876135cf565b50505b95945050505050565b61246c8282610160611b34565b61247d610afa610af5846040610ceb565b6103fd61248e610b10846060610ceb565b6060830152565b6040518135601f0163ffffffe01660200180838337913563ffffffff16815290810160405290565b5f6124cf602060408051918201905290565b5f8152905090565b7f000000000000000000000000000000000000000000000000000000000000000080156125255763929eee145c1561251657637fa8a9875f526004601cfd5b8160010163929eee145d6103fd565b63929eee1454806125585763929eee145c1561254857637fa8a9875f526004601cfd5b8260010163929eee145d506103fd565b6001811461256d57637fa8a9875f526004601cfd5b505060020163929eee1455565b5f805f80855f015190506125978160a001518260c0015187613c9e565b6125aa57505f925082915081905061276b565b602086015160408701516001600160781b0391821694501691505f6004826080015160048111156125dd576125dd615345565b0361260a57600183850218905080156125f8576125f8613cc1565b506001935083925082915061276b9050565b50818311831517801561261f5761261f613cc1565b608082015160011615848411161561263957612639613cce565b612642826121aa565b5f81815260016020526040812091965061266090879083908a6121e3565b61267357505f935083925061276b915050565b805460ff1661268e5761268e835f0151878a6060015161227e565b8054608881901c806126a257869150612765565b6001600160781b038260101c169150600186036126c6578181039650809550612765565b8086036126e157908601858103868211029096039590612765565b80860296810291909502810186810387821102918290039695919003906001600160781b0386111561276557612725565b5f5b8215610b3557908290069190612714565b6127386127328784612712565b88612712565b8015019687900496909504946001600160781b0386111561276557634e487b715f5260116020526024601cfd5b50505050505b9250925092565b805182515f5b82811015612861575f848281518110612793576127936157ae565b602002602001015190505f815f015190508381106127b8576127b88260200151613cdb565b5f8782815181106127cb576127cb6157ae565b6020026020010151905080602001516001600160781b03165f036127f157505050612859565b80516040808201519085015163bfb3f8ce5f8760200151600181111561281957612819615345565b14612835575f61282a856060613cec565b9350636088d7de9150505b8251821061284657805f526004601cfd5b612851838389613cf7565b505050505050505b600101612778565b505f5b818110156128e4575f85828151811061287f5761287f6157ae565b6020026020010151905080602001516001600160781b03165f036128a357506128dc565b8051608081015160608201516128c09085908363a8930e9a613da8565b6128d88483604001518363d69293326104e3613da890565b5050505b600101612864565b5050505050565b60a084015160c08501516040860151515f805b82811015612968575f8960400151828151811061291d5761291d6157ae565b602002602001015190505f815f01519050801584179350505f612954826060015183608001518c8c8b8b61294f361590565b613e0f565b6060830152506080018690526001016128fe565b50608088015160048110821680156129825761298261350b565b505050506060860151515f5b81811015612310575f886060015182815181106129ad576129ad6157ae565b602002602001015190505f6129d2826060015183608001518b8b8a8a61294f36151590565b60608301525060a081015160809091015260010161298e565b8351608081015160208201513314156001821160049092109190911616156128e4575f80612a20858489608001518988613e4a565b63fb5014fc6060529092509050611a5683602001518684846133fd565b5f848152600160205260408120805482908290608881901c80612a6257889150612aea565b6001600160781b038260101c169150808803612a8657908801878111935090612aea565b97880297808802979190910288018781119350906001600160781b038083119089111715612aea57612ab88883612712565b8015019788900497909104906001600160781b038083119089111715612aea57634e487b715f5260116020526024601cfd5b508215612b23578515612b17576040516310fda3e160e01b8152600481018a905260240160405180910390fd5b5f94505050505061062b565b8660881b8160101b1760011782556001945050505050949350505050565b5f83610140015184606001515114612b5b57612b5b612271565b83515f8080612b6a8888613fc8565b915091505f8082845f885af16001600160a01b0385165f908152600260205260409020805460018101909155606086901b189550925082612bc9578515612bbc57612bb3614072565b612bbc856140b9565b505f93506104fa92505050565b505050505f805f612be6876040015188606001516104e36140ca90565b925092509250825f14612bfc57612bfc846140b9565b60408701919091526060860152509392505050565b6040805160208082528183019092525f916020820181803683375050506040850151519091505f5b81811015612c89575f86604001518281518110612c5857612c586157ae565b60200260200101519050846080820152612c8081885f0151896101200151876104e361434390565b50600101612c39565b50506060840151515f90815b81811015612d17575f87606001518281518110612cb457612cb46157ae565b602002602001015190505f6005811115612cd057612cd0615345565b81516005811115612ce357612ce3615345565b03612cff574793508381606001511115612cff57612cff613295565b612d0e813389886143436104e3565b50600101612c95565b5050612d22826119d3565b504780156128e4576128e433826132a2565b8251608081015160208201515f92839283928392916004811060019091111633909114151615612d9657612d77612d7161010083015190565b5190565b88614438565b9093509150612d8860208201612d6d565b945063fb5014fc9350612de2565b600481608001516004811115612dae57612dae615345565b0361231057805194505f8560601b9050612dcf87838b608001518b85614479565b639397928596509094509250612de29050565b612dec6060859052565b612df8858785856133fd565b5f606052612310565b60608290506060829050856001600160a01b0316876001600160a01b03167f9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f318a888686604051612e549493929190615a2f565b60405180910390a35050505050505050565b5f7f00000000000000000000000000000000000000000000000000000000000000004614612f1e575060408051608080517f00000000000000000000000000000000000000000000000000000000000000005f9081527f00000000000000000000000000000000000000000000000000000000000000006020527f0000000000000000000000000000000000000000000000000000000000000000855246606090815230845260a08220949095529093529190915290565b507f000000000000000000000000000000000000000000000000000000000000000090565b63fed398fc5f526004601cfd5b600435602014610224356102401416610244356102606102643560061b01141660186101243510600160a01b60843560a4351760c4356024351717101616806103ff576103ff614544565b5f8181526001602081905260409091209060843590612fc090849084903615156121e3565b50815460ff16610b3557610b358184612fe7602463ffffffff6102443516016124956104e3565b61227e565b5f612ff98260a4356119ff565b1561040b575f805f61300a86614551565b63fb5014fc6060529194509250905061302a60a43587601c8601856133fd565b5f60605260209190910160801b1781529392505050565b604080517f000000000000000000000000000000000000000000000000000000000000000060ff60a01b175f90815260208690527f000000000000000000000000000000000000000000000000000000000000000083526055600b20919092526001600160a01b031690505f805f805260205f85875f875af191505f519050816130d6576130cd614072565b6130d683614609565b6001600160e01b03198116632671a55160e11b1461181057611810868461461a565b6369f958275f52806020526024601cfd5b833b61312057635f15d6725f52836020526024601cfd5b6040516323b872dd60e01b5f528360045282602452816044525f8060645f80895af1806131b0573d1561318e57601f3d0160051c8260051c8160030281831115613177578183036003028280028480020360091c01015b5a60208201101561318a573d5f803e3d5ffd5b5050505b63f486bc875f5285602052846040528360605282608052600160a05260a4601cfd5b5060405250505f6060525050565b843b6131d557635f15d6725f52846020526024601cfd5b60405160805160a05160c051637921219560e11b5f528760045286602452856044528460645260a06084525f60a4525f8060c45f808d5af18061327a573d1561325957601f3d0160051c8560051c8160030281831115613242578183036003028280028480020360091c01015b5a602082011015613255573d5f803e3d5ffd5b5050505b63f486bc875f52896020528860405287606052866080528560a05260a4601cfd5b5060809290925260a05260c05260405250505f606052505050565b638ffff9805f526004601cfd5b6132ab81613375565b5f805f805f85875af1905080611a5f576132c3614072565b63bc806b965f5282602052816040526044601cfd5b5f6132e4836020015190565b9050818114611a5f57611a5f836119d3565b5f60208851036133305750604080885260208089018a9052632671a55160e11b91890191909152604488015260016064880181905261333f565b50606487018051600101908190525b603c60c082028901038781528660208201528560408201528460608201528360808201528260a082015250505050505050505050565b806103ff576391b3e5145f526004601cfd5b636ab37ce75f526004601cfd5b61339d83613375565b6133a781836132d8565b816133b8576117fe8686868661462f565b611810828260018989895f8a6132f6565b6064810151604082019060c0026044016133e4848383613041565b50506020905250565b6317b1f9428252600181526103fd565b5f806001600160e01b03198451165f805260205f85875f8b5af15f51909350149050816134365761342c614072565b846080526024607cfd5b8061181057846080526024607cfd5b5f8063ffffffff83351690506001810160051b6134688160408051918201905290565b9250613475848483611b34565b5050919050565b5f82840361348b5750806104fa565b82848309156134a15763c63cf0895f526004601cfd5b5f6134ac8584615acb565b93909304949350505050565b5f84861461350157838303428590038082035f6134d5838a615acb565b6134df838c615acb565b6134e991906159e3565b90508584878303040181151502945050505050612456565b5092949350505050565b6312d3f5a35f526004601cfd5b8451608081015160208201515f92916004811060019091111633909114151615610f5f575f8061354f87848b608001518b8a613e4a565b91509150613569836020015188848463fb5014fc8a614723565b9350505050612456565b63d5da9a1b5f526004601cfd5b613588615076565b83515f036135995761359985614790565b5f8560018111156135ac576135ac615345565b036135c2576135bd868583856147a1565b612456565b6124568685833387614911565b84516060905f816001600160401b038111156135ed576135ed615767565b604051908082528060200260200182016040528015613616578160200160208202803683370190505b506040805160208082528183019092529192505f9190602082018180368337505089519192505060010160051b60205b818110156136a5575f61365c8b83613cec6104e3565b8051606081015191925090801561369a57478111825115161561368657638ffff9805f526004601cfd5b61369a828460200151856040015189614343565b505050602001613646565b50505f5b83811015613811575f8a82815181106136c4576136c46157ae565b6020026020010151905080602001516001600160781b03165f0361370b575f8483815181106136f5576136f56157ae565b9115156020928302919091019091015250613809565b600184838151811061371f5761371f6157ae565b911515602092830291909101909101528051604081015180515f5b818110156137a4575f838281518110613755576137556157ae565b6020026020010151905080606001515f1461379157608081018051908e9052855161012087015161378b9184918c6143436104e3565b60808201525b608081015160609091015260010161373a565b505050606081015180515f5b81811015613803575f8382815181106137cb576137cb6157ae565b602002602001015190505f81606001519050805f146137ef576137ef888483614a48565b5060a08101516060909101526001016137b0565b50505050505b6001016136a9565b5061381b816119d3565b47801561382c5761382c33826132a2565b85156138a2575f5b848110156138a05783818151811061384e5761384e6157ae565b602002602001015115613898576138988b8281518110613870576138706157ae565b60200260200101518a8b848151811061388b5761388b6157ae565b6020026020010151612d34565b600101613834565b505b6138aa611a64565b509098975050505050505050565b5f6138cb61016060408051918201905290565b9050611c10828261245f565b808210156103fd576103fd614a61565b631a5155745f52806020526024601cfd5b63ee9e0e635f52806020526024601cfd5b6310fda3e15f52806020526024601cfd5b5f805f84516001811660410380820360051c9250808752806020018701915050805160e81c6003820191506001811660051b868152825160208218525060015b838110156139865760405f2082821c60051b60209081169182529384018051919094185260010161395a565b50505060405f2091505f61399982614a6e565b5f9081526020939093525050604090209392505050565b5f805f528151602083038051826041035f60018211613a1357604087015160608801515f1a83156139f457601b8260ff1c0190506001600160ff1b03821660408a01525b88528a855260205f60808760015afa508385528588526040880152505f515b8a148a1515169450849050613adc57858552604082526044850380516040870351630b135d3f60e11b835289604089035260205f60648b01858f5afa96508615613ad057630b135d3f60e11b5f5114613ad0578b3b15613a7a57634f7fb80d5f526004601cfd5b6001866041031115613a9357638baa579f5f526004601cfd5b64010100000060608901515f1a1a15604187141615613ac357631f003d0a5f5260608801515f1a6020526024601cfd5b63815e1d645f526004601cfd5b8385529152603f198601525b5050508061181057613aec614072565b634f7fb80d5f526004601cfd5b613b01615076565b8251158451151715613b1a576398e9db6e5f526004601cfd5b613b22615076565b613b2f8685835f80614911565b805160608101515f03613b445750905061062b565b613b5487878584608001516147a1565b82516040828101519082015160208085015190840151855185511891181791181715613b8b5763bced929d5f52846020526024601cfd5b806060015182606001511115613c12575f865f81518110613bae57613bae6157ae565b60200260200101519050816060015183606001510389825f015181518110613bd857613bd86157ae565b60200260200101515f015160600151826020015181518110613bfc57613bfc6157ae565b6020026020010151606001818152505050613c93565b5f875f81518110613c2557613c256157ae565b60200260200101519050826060015182606001510389825f015181518110613c4f57613c4f6157ae565b60200260200101515f015160400151826020015181518110613c7357613c736157ae565b602002602001015160600181815250508260600151826060018181525050505b505050949350505050565b428084111590831116818015613cb2575080155b156104fa576104fa8484614e7d565b635a052b325f526004601cfd5b63a11b63ff5f526004601cfd5b63133c37c65f52806020526024601cfd5b5f6104fa8284015190565b5f838381518110613d0a57613d0a6157ae565b602002602001015190505f815f01519050613d258160031090565b613d3157613d31614e92565b60408201518015613d5457613d4f8460600151828660800151614e9f565b613d67565b60808401515115613d6757613d67614ee9565b600119820183816005811115613d7f57613d7f615345565b90816005811115613d9257613d92615345565b9052505050606090920151604090910152505050565b82515f5b81811015611810575f858281518110613dc757613dc76157ae565b60209081029190910101518051604082015191925090600382116004881415821515171615613e0157855f5288602052836040526044601cfd5b505050806001019050613dac565b5f868803613e2957613e2286868961347c565b90506107e8565b6107e5613e3787878b61347c565b613e4288888b61347c565b8686866134b8565b5f805f613e55614ef6565b6301e4d72a815260208082015260408101898152336060830152601c820194509091508751604082015287613e95613e8e60a083015190565b60e0840152565b613eab613ea360c083015190565b610100840152565b613ec1613eb960e083015190565b610120840152565b610140613ecf816060850152565b5f613edb604084015190565b90505f613eea82848701614f00565b928301929050613efb836080870152565b5f613f07606086015190565b90505f613f1682868901614f66565b948501949050613f278560a0890152565b5f613f348e878a01614fcb565b959095019450613f458560c0890152565b8685015f613f538e83614fea565b602497019687019a50613f6f9050613f6a8c8c0190565b61501a565b8060408b901b60808b901b17178f610100018181525050613f998c82611b8c90919063ffffffff16565b60058c8e51613fa891906159d0565b613fb3911b8b6159d0565b99505050505050505050509550959350505050565b5f8083613fd3614ef6565b639891976581523360208201908152608060408301819052601c9092019450905f613fff604085015190565b90505f61400e82848601614f00565b92830192905061401f836040860152565b5f61402b606087015190565b90505f61403a82868801614f00565b94850194905061404b856060880152565b895f61405982898901614fcb565b9a9d96909a016004019b50949950505050505050505050565b3d156140b757601f3d0160051c60405160051c81600302818311156140a4578183036003028280028480020360091c01015b5a602082011015611a5f573d5f803e3d5ffd5b565b63939792855f52806020526024601cfd5b60603d105f80808080808661413c5760405f803e5f51935060205192503d60208501113d6020850111808217985050508661413c576020845f3e5f51915060208360203e60205190508160071b60208501018160a0026020850101803d10823d101761ffff8486171117985050505f80525b8661416e575f8061415184602088018d614177565b9250975061416383602087018c614257565b929092179850909550505b5050505061276b565b5f806040519150825160c08602602001830160405285835260208660010160051b8085018360010160051b87016141b5858b81811090829003020190565b60010160051b8a861196505b8085101561421557828589015260808a843e6060830151955085608084015260608201518681116141f285856142fe565b17881797505060808a01995060a08301925060a0820191506020850194506141c1565b50505b8183101561424b578083870152608088823e6060810151608082015260808801975060a081019050602083019250614218565b50505050935093915050565b604051815180851190808603818710028101602060e08202850181016040528185526001928301600590811b87019390920190911b908185015b8282101561424b57808287015260a088823e60206060890160a083013e606081015160608501516142ce6080840151608088015180159114171590565b818311176142dc84886142fe565b60a09b909b019a179690961795505060c0938401936020929092019101614291565b5f81516040830151801560038311161561432057506040840151600119909101905b604085015181148551831460208701516020870151141616159250505092915050565b5f8451600581111561435757614357615345565b0361439457604084015160208501516001600160a01b0316171561437d5761437d613387565b61438f846080015185606001516132a2565b614432565b6001845160058111156143a9576143a9615345565b036143da576040840151156143c0576143c0613387565b61438f846020015184866080015187606001518686613394565b6002845160058111156143ef576143ef615345565b036144135761438f8460200151848660800151876040015188606001518787611898565b61443284602001518486608001518760400151886060015187876118e3565b50505050565b608082901c63ffffffff604084901c811690808516906144609084906317b1f94290611b8c16565b601c830192506144708482614fea565b50509250929050565b5f80614483614ef6565b63f4dd92ce815287841860a0820152601c8101925060200160a0808252875f6144ad604083015190565b90505f6144bc82858701614f00565b9384019390506144cd846020870152565b5f6144d9606085015190565b90505f6144e882878901614f66565b9586019590506144f9866040890152565b5f6145068d888a01614fcb565b9687019690506145178760608a0152565b5f6145248d898b01614fea565b905080880197508760040199505050505050505050509550959350505050565b6339f3e3fd5f526004601cfd5b6301e4d72a6102043560051b6080019081525f808260208082015260408101858152336060830152601c919091019061458b608435610afa565b61459c61014460e083016060611b34565b6101406145aa816060840152565b6145b860a082016080840152565b61016060a06102643581029290920101906145d4908290840152565b6145de5f82840152565b6020016145ec8160c0840152565b5f9181019182526020820196909652939560449095019492505050565b63d13d53d45f52806020526024601cfd5b631cf99b265f5281602052806040526044601cfd5b6040516323b872dd60e01b5f5283600452826024528160445260205f60645f80895af1803d15601f3d1160015f51141617163d151581166147145780873b151516614714578061470357816146e6573d156146c557601f3d0160051c8360051c81600302818311156146ae578183036003028280028480020360091c01015b5a6020820110156146c1573d5f803e3d5ffd5b5050505b63f486bc875f528660205285604052846060525f6080528360a05260a4601cfd5b63988919235f52866020528560405284606052836080526084601cfd5b635f15d6725f52866020526024601cfd5b505060405250505f6060525050565b5f805f6001600160e01b03198751165f805260205f888a5f8e5af15f519093501490508161476f578361475a575f925050506106e0565b614762614072565b845f52876020526024601cfd5b8061478157845f52876020526024601cfd5b50600198975050505050505050565b63375c24c15f52806020526024601cfd5b5f805f85865160051b87015b808210156148be576020820191508851825151106147cd576147cd6148f2565b81515160051b60208a01015180516020845101515f6040830151602085015115815184101517156148025750505050506147ad565b8260051b60208201015191505060608101935083518901915083511589831060011b17881797508198505f84528a51935086156001811461486b5760608220881860408d01516101208601511860208e0151865118171715614866576148666148f2565b6148b4565b8151855260208201516020860152604082015160408601528a6080860152835160208d015261012084015160408d015260608520975060208d019250868318156148b457865183525b50505050506147ad565b5050508160608551015280156148eb57600181036148e3576391b3e5145f526004601cfd5b6148eb6148ff565b5050614432565b637fda72795f526004601cfd5b634e487b715f5260116020526024601cfd5b5f805f86875160051b88015b80821015614a13576020820191508151518a51811061493e5761493e6148f2565b8060051b60208c01015190506020835101515f60608351015160208401511581518410151715614971575050505061491d565b8260051b60208201015191505060608101925082518801915082511588831060011b17871796508197505f83528a5192508515600181146149c35760a0822087146149be576149be6148f2565b614a0a565b815184526020820151602085015260408201516040850152608082015160808501528a60208d01528960408d015260a08220965060208d01925085831815614a0a57855183525b5050505061491d565b50508551606001839052508015614a415760018103614a39576391b3e5145f526004601cfd5b614a416148ff565b50506128e4565b63a5f542085f528260205281604052806060526064601cfd5b63466aa6165f526004601cfd5b5f614e74565b5f6009821015614bcd576005821015614b2a576003821015614add577f832c58a5b611aadcfa6a082ac9d04bace53d8278387f10040347b7e98eb5b30260018314027fbf8e29b89f29ed9b529c154a63038ffca562f8d7cd1e2545dda53a1b582dde301861040b565b7ff3e8417a785f980bdaf134fa0274a6bf891eeb8195cd94b09d2aa651046e28bc60038314027fa02eb7ff164c884e5e2c336dc85f81c6a93329d8e9adf214b32729b894de2af11861040b565b6007821015614b80577f25d02425402d882d211a7ab774c0ed6eca048c4d03d9af40132475744753b2a360058314027f1c19f71958cdd8f081b4c31f7caf5c010b29d12950be2fa1c95070dc47e30b551861040b565b7fb58d772fb09b426b9dece637f61ca9065f2b994f1464b51e9207f55f7c8f594860078314027f7ff98d9d4e55d876c5cfac10b43c04039522f3ddfb0ea9bfe70c68cfb5c7cc141861040b565b6011821015614d2557600d821015614c8257600b821015614c35577f6f0ec38c21f6f583ab7f3c5413c773ffd5344c34fde1d390958e438bf667448f60098314027fd1d97d1ef5eaa37a4ee5fbf234e6f6d64eb511eb562221cd7edfbdde0848da051861040b565b7f32f4e7485d6485f9f6c255929b9905c62ba919758bbe231f231eaeecf33d810c600b8314027fbb98d87cc12922b83759626c5f07d72266da9702d19ffad6a514c73a89002f5f1861040b565b600f821015614cd8577f8df51df98847160517f5b1186b4bc3f418d98b8a7f17f1292f392d79d600d79e600d8314027f6b5b04cbae4fcb1a9d78e7b2dfc51a36933d023cf6e347e03d517b472a8525901861040b565b7fcc4886e37eedd9aacd6c1c2c9247197a621a71282e87a7cbc673f3736d9aa141600f8314027f1da3eed3ecef6ebaa6e5023c057ec2c75150693fd0dac5c90f4a142f9879fde81861040b565b6015821015614dd1576013821015614d84577f2d7a3ed6dab270fdb8e054b2ad525f0ce2a8b89cc76c17f0965434740f673a5560118314027fc3939feff011e53ab8c35ca3370aad54c5df1fc2938cd62543174fa6e7d858771861040b565b7f54b3212a178782f104e0d514b41a9a5c4ca9c980bf6597c3cecbf280917e202a60138314027f5a4f867d3d458dabecad65f6201ceeaba0096df2d0c491cc32e6ea4e643500171861040b565b6017821015614e27577fbb40bf8cea3a5a716e2b6eb08bbdac8ec159f82f380783db3c56904f15a43d0460158314027f3bd8cff538aba49a9c374c806d277181e9651624b3e31111bc0624574f8bca1d1861040b565b7f403be09941a31d05cfc2f896505811353d45d38743288b016630cce39435476a60178314027f1d51df90cba8de7637ca3e8fe1e3511d1dc2f23487d05dbdecb781860c21ac1c1861040b565b61040b82614a74565b6321ccfeb75f5281602052806040526044601cfd5b6394eb6af65f526004601cfd5b5f835f5260205f2060208301835160051b81015b80821015614eda57815180841160051b93845260209384185260405f209290910190614eb3565b50508314905080614432576144325b6309bde3395f526004601cfd5b5f61041b60405190565b5f825180835260208401602084018260051b82015b80831015614f535782518051835260208101516020840152604081015160408401526060810151606084015250602083019250608082019150614f15565b5050508060071b60200191505092915050565b5f80614f70845190565b8084529050602084810190600583901b860181019085015b82821115614fb8575f614f9a84615024565b9050614fa8818360a061502d565b506020929092019160a001614f88565b60a0840260200194505050505092915050565b5f63ffffffe0603f614fdb855190565b0116905061040b83838361502d565b5f80614ff4845190565b8084529050600581901b61500f60208681019086018361502d565b602001949350505050565b6103ff6040829052565b5f61040b825190565b8082828560045afa80153d151715614432575f80fd5b6040518060a001604052806150566150b8565b81525f602082018190526040820152606080820181905260809091015290565b60408051610100810182525f606082018181526080830182905260a0830182905260c0830182905260e083018290528252602082018190529181019190915290565b6040518061016001604052805f6001600160a01b031681526020015f6001600160a01b0316815260200160608152602001606081526020015f600481111561510257615102615345565b81525f6020820181905260408201819052606082018190526080820181905260a0820181905260c09091015290565b5f60208284031215615141575f80fd5b81356001600160401b03811115615156575f80fd5b820161024081850312156104fa575f80fd5b5f81518084525f5b8181101561518c57602081850181015186830182015201615170565b505f602082860101526020601f19601f83011685010191505092915050565b602081525f6104fa6020830184615168565b5f602082840312156151cd575f80fd5b5035919050565b5f602082840312156151e4575f80fd5b81356001600160401b038111156151f9575f80fd5b820161016081850312156104fa575f80fd5b5f8083601f84011261521b575f80fd5b5081356001600160401b03811115615231575f80fd5b6020830191508360208260051b850101111561524b575f80fd5b9250929050565b80356001600160a01b0381168114611c10575f80fd5b5f805f805f805f805f805f60e08c8e031215615282575f80fd5b6001600160401b03808d351115615297575f80fd5b6152a48e8e358f0161520b565b909c509a5060208d01358110156152b9575f80fd5b6152c98e60208f01358f0161520b565b909a50985060408d01358110156152de575f80fd5b6152ee8e60408f01358f0161520b565b909850965060608d0135811015615303575f80fd5b506153148d60608e01358e0161520b565b909550935060808c0135925061532c60a08d01615252565b915060c08c013590509295989b509295989b9093969950565b634e487b7160e01b5f52602160045260245ffd5b60068110611b8c57611b8c615345565b615374828251615359565b6020818101516001600160a01b0390811691840191909152604080830151908401526060808301519084015260809182015116910152565b5f815180845260208085019450602084015f5b838110156154015781516153d4888251615369565b808401516001600160a01b031660a08901526040015160c088015260e090960195908201906001016153bf565b509495945050505050565b604080825283519082018190525f906020906060840190828701845b82811015615446578151151584529284019290840190600101615428565b50505083810360208501526106e081866153ac565b5f806020838503121561546c575f80fd5b82356001600160401b03811115615481575f80fd5b61548d8582860161520b565b90969095509350505050565b5f805f80604085870312156154ac575f80fd5b84356001600160401b03808211156154c2575f80fd5b6154ce8883890161520b565b909650945060208701359150808211156154e6575f80fd5b506154f38782880161520b565b95989497509550505050565b602081525f6104fa60208301846153ac565b5f60208284031215615521575f80fd5b6104fa82615252565b5f806040838503121561553b575f80fd5b82356001600160401b03811115615550575f80fd5b830160408186031215615561575f80fd5b946020939093013593505050565b5f805f805f60808688031215615583575f80fd5b85356001600160401b0380821115615599575f80fd5b9087019060a0828a0312156155ac575f80fd5b909550602087013590808211156155c1575f80fd5b506155ce8882890161520b565b909550935050604086013591506155e760608701615252565b90509295509295909350565b5f805f805f805f8060a0898b03121561560a575f80fd5b88356001600160401b0380821115615620575f80fd5b61562c8c838d0161520b565b909a50985060208b0135915080821115615644575f80fd5b6156508c838d0161520b565b909850965060408b0135915080821115615668575f80fd5b506156758b828c0161520b565b999c989b509699959896976060870135966080013595509350505050565b5f805f805f805f6080888a0312156156a9575f80fd5b87356001600160401b03808211156156bf575f80fd5b6156cb8b838c0161520b565b909950975060208a01359150808211156156e3575f80fd5b6156ef8b838c0161520b565b909750955060408a0135915080821115615707575f80fd5b506157148a828b0161520b565b9094509250615727905060608901615252565b905092959891949750929550565b606081525f6157476060830186615168565b6020830194909452506001600160a01b0391909116604090910152919050565b634e487b7160e01b5f52604160045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b5f826157a957634e487b7160e01b5f52601260045260245ffd5b500490565b634e487b7160e01b5f52603260045260245ffd5b5f815180845260208085019450602084015f5b838110156154015781516157ea888251615359565b838101516001600160a01b03168885015260408082015190890152606080820151908901526080908101519088015260a090960195908201906001016157d5565b5f815180845260208085019450602084015f5b83811015615401578151615853888251615359565b808401516001600160a01b0390811689860152604080830151908a0152606080830151908a0152608080830151908a015260a091820151169088015260c0909601959082019060010161583e565b60058110611b8c57611b8c615345565b828152604060208201526158d16040820183516001600160a01b03169052565b5f60208301516158ec60608401826001600160a01b03169052565b5060408301516101608060808501526159096101a08501836157c2565b91506060850151603f198584030160a0860152615926838261582b565b925050608085015161593b60c08601826158a1565b5060a085015160e085015260c0850151610100818187015260e0870151915061012082818801528188015192506101409150828288015280880151848801525080870151610180870152505050809150509392505050565b5f823561015e198336030181126159a8575f80fd5b9190910192915050565b5f602082840312156159c2575f80fd5b8135600581106104fa575f80fd5b8181038181111561040b5761040b61577b565b8082018082111561040b5761040b61577b565b5f815180845260208085019450602084015f5b8381101561540157615a1c878351615369565b60a0969096019590820190600101615a09565b5f6080808301878452602060018060a01b03808916602087015260406080604088015283895180865260a08901915060208b0195505f5b81811015615aa7578651615a7b848251615359565b808701518616848801528481015185850152606090810151908401529585019591870191600101615a66565b50508781036060890152615abb818a6159f6565b9c9b505050505050505050505050565b808202811582820484141761040b5761040b61577b56fea2646970667358221220c12ad94d5138372ef8920f722c0676ad91f3ef80bfad0dc9ab721bbcd218a79a64736f6c63430008180033",
|
|
2965
|
+
"linkReferences": {},
|
|
2966
|
+
"deployedLinkReferences": {}
|
|
2967
|
+
}
|