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

Erc1155BatchDeposit

Git Source

An ERC-1155 batch token deposit

struct Erc1155BatchDeposit {
IERC1155 token;
address sender;
uint256[] tokenIds;
uint256[] values;
}

Properties

NameTypeDescription
tokenIERC1155The token contract
senderaddressThe token sender
tokenIdsuint256[]The token identifiers
valuesuint256[]The token amounts per token type