Error when Listing an ERC-721 and fulfilling it #564
-
Trying to fulfill an order with these, but been unable to, so far const offerer = "0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"; const order = await executeAllActions(); const { executeAllActions: executeAllFulfillActions } = await seaport.fulfillOrder({ const transaction = executeAllFulfillActions() When i executed this, i got an approval request and Eip-712 payload, but then this error comes up Error: cannot estimate gas; transaction may fail or may require manual gas limit [ See: https://links.ethers.org/v5-errors-UNPREDICTABLE_GAS_LIMIT ] (reason="execution reverted", method="estimateGas", transaction={"from":"0x0BB5690957d9def9Ac09dA2e9666cb15a4D43800","to":"0x00000000006c3852cbEf3e08E8dF289169EdE581","value":{"type":"BigNumber","hex":"0x51dac207a000"},,"accessList":null}, error={"code":-32603,"message":"execution reverted","data":{"originalError":{"code":3,"data":"0x6f7eac26","message":"execution reverted"}}}, code=UNPREDICTABLE_GAS_LIMIT, version=providers/5.6.8) what am i missing pls |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
This question is related to seaport-js, not seaport; please ask the question on the seaport-js repository. |
Beta Was this translation helpful? Give feedback.
-
Try this code.
|
Beta Was this translation helpful? Give feedback.
Try this code.