IERC1644.sol
event ControllerTransfer(address _controller, address indexed _from, address indexed _to, uint256 _value, bytes _data, bytes _operatorData);
event ControllerRedemption(address _controller, address indexed _tokenHolder, uint256 _value, bytes _data, bytes _operatorData);Functions
isControllable
function isControllable() external view
returns(bool)controllerTransfer
controllerRedeem
PreviousFactory for deploying DummySTO module (DummySTOFactory.sol)NextCore functionality for registry upgradability (PolymathRegistry.sol)
Last updated
Was this helpful?