ERC20 Manager emitter contract /// 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/core/erc20/ERC20ManagerEmitter.sol

event

Error 9cf38cf2

inputs0addressself
inputs1uint256errorCode
event

LogAddToken d8fe3623

inputs0addressself
inputs1addresstoken
inputs2bytes32name
inputs3bytes32symbol
inputs4bytes32url
inputs5uint8decimals
inputs6bytes32ipfsHash
inputs7bytes32swarmHash
event

LogRemoveToken 8f1f2078

inputs0addressself
inputs1addresstoken
inputs2bytes32name
inputs3bytes32symbol
inputs4bytes32url
inputs5uint8decimals
inputs6bytes32ipfsHash
inputs7bytes32swarmHash
event

LogTokenChange 2a4090d9

inputs0addressself
inputs1addressoldToken
inputs2addresstoken
inputs3bytes32name
inputs4bytes32symbol
inputs5bytes32url
inputs6uint8decimals
inputs7bytes32ipfsHash
inputs8bytes32swarmHash
function

emitError df26ca08

inputs0uint256error
function

emitLogAddToken b4310b7c

inputs0addresstoken
inputs1bytes32name
inputs2bytes32symbol
inputs3bytes32url
inputs4uint8decimals
inputs5bytes32ipfsHash
inputs6bytes32swarmHash
function

emitLogRemoveToken eaa4ab0b

inputs0addresstoken
inputs1bytes32name
inputs2bytes32symbol
inputs3bytes32url
inputs4uint8decimals
inputs5bytes32ipfsHash
inputs6bytes32swarmHash
function

emitLogTokenChange 709c529c

inputs0addressoldToken
inputs1addresstoken
inputs2bytes32name
inputs3bytes32symbol
inputs4bytes32url
inputs5uint8decimals
inputs6bytes32ipfsHash
inputs7bytes32swarmHash