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

Erc1155SingleDeposit

Git Source

An ERC-1155 single token deposit

struct Erc1155SingleDeposit {
IERC1155 token;
address sender;
uint256 tokenId;
uint256 value;
}

Properties

NameTypeDescription
tokenIERC1155The token contract
senderaddressThe token sender
tokenIduint256The token identifier
valueuint256The token amount