Emitter with support of events history for PlatformsManager /// 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/PlatformsManagerEmitter.sol

event

Error 9cf38cf2

inputs0addressself
inputs1uint256errorCode
event

PlatformAttached cdc5b8b2

inputs0addressself
inputs1addressplatform
inputs2addressby
event

PlatformDetached 91fa8213

inputs0addressself
inputs1addressplatform
inputs2addressby
event

PlatformRequested 675ebf44

inputs0addressself
inputs1addressplatform
inputs2addresstokenExtension
inputs3addressby
function

emitError df26ca08

inputs0uint256_errorCode
function

emitPlatformAttached 4ddeb7d5

inputs0address_platform
inputs1address_by
function

emitPlatformDetached 237932cf

inputs0address_platform
inputs1address_by
function

emitPlatformRequested 47ab61b4

inputs0address_platform
inputs1address_tokenExtension
inputs2address_by