Partially finish ERC721
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
--- token/ERC721/ERC721.sol 2023-08-11 20:33:54
|
||||
+++ token/ERC721/ERC721.sol 2023-08-13 09:56:16
|
||||
@@ -214,6 +214,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
+ // FV
|
||||
+ function _getApproved(uint256 tokenId) internal view returns (address) {
|
||||
+ return _tokenApprovals[tokenId];
|
||||
+ }
|
||||
+
|
||||
/**
|
||||
* @dev Unsafe write access to the balances, used by extensions that "mint" tokens using an {ownerOf} override.
|
||||
*
|
||||
Reference in New Issue
Block a user