Skip to Content
Mastering Blockchain Programming with Solidity
book

Mastering Blockchain Programming with Solidity

by Jitendra Chittoda
August 2019
Intermediate to advanced
486 pages
13h 52m
English
Packt Publishing
Content preview from Mastering Blockchain Programming with Solidity

ERC721 inherits from IERC721

As we have seen in the previous inheritance graph, the ERC721 contract inherits from IERC721. The IERC721 is the interface definition present in the OpenZeppelin library. The contract defines all basic events and functions that the ERC721 NFT standard constitutes. The IERC721 interface also inherits from IERC165, which also contains the interface definition for ERC165 standard interface detection. The following is the contract inheritance of IERC721.sol:

contract IERC721 is IERC165 {

This interface is defined as the preceding preset in the OpenZeppelin source code. We looked into the ERC721 interface graph and the corresponding contracts it inherits from; now, let's look into the different state variables present ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Ethereum

Mastering Ethereum

Andreas M. Antonopoulos, Gavin Wood
Complete Cryptocurrency and Blockchain Course | Learn Solidity

Complete Cryptocurrency and Blockchain Course | Learn Solidity

Ravinder Deol, Codestars By Rob Percival, Thomas Wiesner

Publisher Resources

ISBN: 9781839218262Supplemental Content