Issue with fulfillBasicOrder while executing it through a smart contract #639
Replies: 4 comments 6 replies
-
According to https://sig.eth.samczsun.com/ the custom error |
Beta Was this translation helpful? Give feedback.
-
Hi, I am also trying to call the fulfillBasicOrder function via Etherscan and generate the parameters manually. But I encountered a problem here. Can you tell me how to generate the parameters and the signature? |
Beta Was this translation helpful? Give feedback.
-
i've same problem have you solved ? |
Beta Was this translation helpful? Give feedback.
-
Same issue on my end as well! |
Beta Was this translation helpful? Give feedback.
-
I tried to fulfil an order for an NFT with WETH. But when I tried to implement it through a smart contract, I'm getting the following error. I have enough WETH in my account and enough ETH for the gas(Rinkeby).
Here is the function I'm trying to execute.
` function fulfillSeaportOrder() public returns(bool) {
Beta Was this translation helpful? Give feedback.
All reactions