MultiplePartiesTransferPacketsFacetStorage
MultiplePartiesTransferPacketsFacetStorage
InvalidNonEqualArraysLength
Thrown when attempting to setAndCheck with non equal addresses and proportions arrays length.
WrongProportionsInput
Thrown when attempting to setAndCheck with totalProportion not equal to 100%.
InvalidInputAddresses
Thrown when attempting to setAndCheck with zero addresses.
STORAGE_SLOT
================================================== STORAGE =================================================
Unique identifier for the storage slot where the Layout struct is stored. Derived from the ERC7201 formula. STORAGE_SLOT: TO-DO
Layout
CampaignInfo
layout
Retrieves a reference to the Layout struct stored at a specified storage slot
setAndCheckDoPurchase
Sets the addresses to receive the packets and also what proportion each address should receive. param addressesOfParties The addresses of the parties to receive the packets. param proportionsOfParties The proportion that each address of the parties will receive.