π΄ββ οΈ Loot Box
What is a PoolTogether Loot Box?
Last updated
function plunder(
address erc721,
uint256 tokenId,
address[] calldata erc20s,
WithdrawERC721[] calldata erc721s,
WithdrawERC1155[] calldata erc1155s
)struct WithdrawERC721 {
address token;
uint256[] tokenIds;
}struct WithdrawERC1155 {
address token;
uint256[] ids;
uint256[] amounts;
bytes data;
}