Emitter with support of events history for TokenExtensionRouter /// Contains all the original event emitting function definitions and events. In case of new events needed later, additional emitters can be developed. All the functions is meant to be called using delegatecall.
/contracts/assets/extensions/PlatformTokenExtensionGatewayManagerEmitter.sol

event

AssetCreated 8a1e3d1b

inputs0addressself
inputs1addressplatform
inputs2bytes32symbol
inputs3addresstoken
inputs4addressby
event

CrowdsaleCampaignCreated a4ceb18b

inputs0addressself
inputs1addressplatform
inputs2bytes32symbol
inputs3addresscampaign
inputs4addressby
event

CrowdsaleCampaignRemoved c6867e4e

inputs0addressself
inputs1addressplatform
inputs2bytes32symbol
inputs3addresscampaign
inputs4addressby
event

Error 9cf38cf2

inputs0addressself
inputs1uint256errorCode
function

emitAssetCreated 22629b26

inputs0address_platform
inputs1bytes32_symbol
inputs2address_token
inputs3address_by
function

emitCrowdsaleCampaignCreated ae8bb1bc

inputs0address_platform
inputs1bytes32_symbol
inputs2address_campaign
inputs3address_by
function

emitCrowdsaleCampaignRemoved 0252fbce

inputs0address_platform
inputs1bytes32_symbol
inputs2address_campaign
inputs3address_by
function

emitError df26ca08

inputs0uint256_errorCode