IComplianceModule
Last updated
Was this helpful?
Last updated
Was this helpful?
Interface for modules that check and enforce compliance.
Called before tokens are createLoted/transferred.
The implementation should revert if the transfer is not allowed.
Parameters
from
address
The address tokens are moving from (or address(0) on createLot).
to
address
The destination address.
quantity
uint96
The “real” token quantity (after applying splits/dividends).
tokenId
bytes32
The lot identifier (or zero for new createLots).
data
bytes
Additional data associated with the lot.