Erc721Deposit
An ERC-721 token deposit
struct Erc721Deposit {
IERC721 token;
address sender;
uint256 tokenId;
}
Properties
| Name | Type | Description |
|---|---|---|
token | IERC721 | The token contract |
sender | address | The token sender |
tokenId | uint256 | The token identifier |
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
An ERC-721 token deposit
struct Erc721Deposit {
IERC721 token;
address sender;
uint256 tokenId;
}
Properties
| Name | Type | Description |
|---|---|---|
token | IERC721 | The token contract |
sender | address | The token sender |
tokenId | uint256 | The token identifier |