mirror of https://github.com/status-im/EIPs.git
Automatically merged updates to draft EIP(s) 721
Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing
This commit is contained in:
parent
cd57cb477f
commit
1c9668e28d
|
@ -112,7 +112,7 @@ interface ERC721 /* is ERC165 */ {
|
||||||
/// @param _tokenId The NFT to transfer
|
/// @param _tokenId The NFT to transfer
|
||||||
function transferFrom(address _from, address _to, uint256 _tokenId) external payable;
|
function transferFrom(address _from, address _to, uint256 _tokenId) external payable;
|
||||||
|
|
||||||
/// @notice Set or reaffirm the approved address for an NFT
|
/// @notice Change or reaffirm the approved address for an NFT.
|
||||||
/// @dev The zero address indicates there is no approved address.
|
/// @dev The zero address indicates there is no approved address.
|
||||||
/// @dev Throws unless `msg.sender` is the current NFT owner, or an authorized
|
/// @dev Throws unless `msg.sender` is the current NFT owner, or an authorized
|
||||||
/// operator of the current owner.
|
/// operator of the current owner.
|
||||||
|
|
Loading…
Reference in New Issue