Replies: 2 comments 3 replies
|
you call fulfill and then it gets upgraded to a basicorder. |
0 replies
|
what is the error you're running into? you don't need to do this in a contract, you can send a tx to fulfillBasicOrder directly |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
i've create a smart contract who buy nft, and i'm using opensea-js to obtain basicOrderParam with function getOrder. But i think i'm not good..
this my contract: `contract OpenSea {
AdditionalRecipient[] additionalRecipients;
event Received(address, uint256);
}`
does anyone have a working example? thank's
All reactions