Events ​
LogUpdateProposer ​
solidity
event LogUpdateProposer(address proposer, bool isProposer)
Emitted when an address is added or removed from the allowed proposers
LogUpdateApprover ​
solidity
event LogUpdateApprover(address approver, bool isApprover)
Emitted when an address is added or removed from the allowed approvers
LogRootProposed ​
solidity
event LogRootProposed(uint256 cycle, bytes32 root, bytes32 contentHash, uint256 timestamp, uint256 blockNumber)
Emitted when a new cycle root hash is proposed
LogRootUpdated ​
solidity
event LogRootUpdated(uint256 cycle, bytes32 root, bytes32 contentHash, uint256 timestamp, uint256 blockNumber)
Emitted when a new cycle root hash is approved by the owner and becomes the new active root
LogClaimed ​
solidity
event LogClaimed(address user, uint256 amount, uint256 cycle, bytes32 positionId, uint256 timestamp, uint256 blockNumber)
Emitted when a user
claims amount
via a valid merkle proof