Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transferFrom, approve, safeTransferFrom function are payable function in the ERC721 Standard #4950

Closed
XdpCs opened this issue Mar 12, 2024 · 2 comments

Comments

@XdpCs
Copy link

XdpCs commented Mar 12, 2024

Can you explain to me the reasoning behind implementing it in this particular way?

function safeTransferFrom(address from, address to, uint256 tokenId, bytes memory data) public virtual {

ref: https://eips.ethereum.org/EIPS/eip-721

@Amxx
Copy link
Collaborator

Amxx commented Mar 13, 2024

@Amxx
Copy link
Collaborator

Amxx commented Mar 13, 2024

(closing as duplicate, we can continue the discussion in #1015 if needed)

@Amxx Amxx closed this as completed Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants