August 2019
Intermediate to advanced
486 pages
13h 52m
English
The Approval event is triggered when the approval of a token is given or changed.
The event takes three arguments:
All of the preceding arguments are indexed in the event, which would allow the client applications to filter out the events:
event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId);
The Approval event is triggered only from the approve() function of the ERC721 implementation.