ERC721SeaDropContractOfferer safeTransferFrom selector #99
Closed
dcapitator
started this conversation in
General
Replies: 2 comments
-
the 1155 transfer in the 721 seadrop is a way to pass the mint quantity to the contract via seaport by using the "amount" field, so it is only used for that purpose |
Beta Was this translation helpful? Give feedback.
0 replies
-
yes i figured it out , this is an old discussion . Thanks for the reply |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
1-Is it used just because IERC721A has 2 safeTransferFrom signatures??
2-just seaport is allowed to operate secondary sales even after minting ??
in which case would seaport call ERC721SeaDrop with ERC1155.safeTransferFrom.selector ?
-why the checks of "from: token.address" ? and why it is not checked in fallback function erc1155contractOfferer(consistency)?
u missed the check for safeBatchTransferFrom ?
-u override safeTransferFrom inside erc1155contractOfferer and erc1155PreapprovedConduit !! (either this or that no? )
@ryanio thank for clarifications
Beta Was this translation helpful? Give feedback.
All reactions