IERC1410.sol
event TransferByPartition(bytes32 indexed _fromPartition, address _operator, address indexed _from, address indexed _to, uint256 _value, bytes _data, bytes _operatorData);
event AuthorizedOperator(address indexed operator, address indexed tokenHolder);
event RevokedOperator(address indexed operator, address indexed tokenHolder);
event AuthorizedOperatorByPartition(bytes32 indexed partition, address indexed operator, address indexed tokenHolder);
event RevokedOperatorByPartition(bytes32 indexed partition, address indexed operator, address indexed tokenHolder);
event IssuedByPartition(bytes32 indexed partition, address indexed to, uint256 value, bytes data);
event RedeemedByPartition(bytes32 indexed partition, address indexed operator, address indexed from, uint256 value, bytes data, bytes operatorData);Functions
balanceOfByPartition
transferByPartition
operatorTransferByPartition
canTransferByPartition
authorizeOperator
revokeOperator
authorizeOperatorByPartition
revokeOperatorByPartition
issueByPartition
redeemByPartition
operatorRedeemByPartition
PreviousTransfer Manager module for core transfer validation functionality (GeneralTransferManagerStorage.soNextVotingCheckpoint.sol
Last updated
Was this helpful?