Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Erc721Deposit

Git Source

An ERC-721 token deposit

struct Erc721Deposit {
IERC721 token;
address sender;
uint256 tokenId;
}

Properties

NameTypeDescription
tokenIERC721The token contract
senderaddressThe token sender
tokenIduint256The token identifier