Emitter with support of events history for VotingManager /// 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/vote/VotingManagerEmitter.sol

event

Error 9cf38cf2

inputs0addressself
inputs1uint256errorCode
event

PollCreated 02c09d2d

inputs0addressself
inputs1addresspollAddress
inputs2uint256optionsCount
inputs3bytes32detailsIpfsHash
inputs4uint256votelimit
inputs5uint256deadline
event

PollRemoved f8bb25a0

inputs0addressself
inputs1addresspollAddress
event

VotingSharesPercentUpdated 5598993b

inputs0addressself
inputs1uint256percent
function

emitError df26ca08

inputs0uint256errorCode
function

emitPollCreated 9f24f2b6

inputs0address_pollAddress
inputs1uint256_optionsCount
inputs2bytes32_detailsIpfsHash
inputs3uint256_votelimit
inputs4uint256_deadline
function

emitPollRemoved 5c053ca8

inputs0addresspollAddress
function

emitVotingSharesPercentUpdated 98d22b01

inputs0uint256_percent