Skip to content

Consider supporting payable ERC721's safeTransferFrom, transferFrom, and approveΒ #1015

Open
@cwhinfrey

Description

@cwhinfrey

πŸŽ‰ Description

The ERC721 EIP lists:

  • safeTransferFrom(address, address, uint256, bytes)
  • safeTransferFrom(address, address, uint256)
  • transferFrom(address, address, uint256)
  • approve(address, uint256)

as payable functions. The payable modifier should be added to these functions in ERC721Basic.sol and ERC721BasicToken.sol.

  • πŸ› This is a bug report.
  • πŸ“ˆ This is a feature request.

πŸ’» Environment

OpenZeppelin v1.10.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    contractsSmart contract code.featureNew contracts, functions, or helpers.on holdPut on hold for some reason that must be specified in a comment.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions