Events
LogUpdateProposer
event LogUpdateProposer(address proposer, bool isProposer)
Emitted when an address is added or removed from the allowed proposers
LogRootProposed
event LogRootProposed(uint256 cycle, bytes32 root, bytes32 contentHash, uint256 timestamp, uint256 blockNumber)
Emitted when a new cycle root hash is proposed
LogRootUpdated
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
event LogClaimed(address user, uint256 amount, uint256 cycle, address fToken, uint256 timestamp, uint256 blockNumber)
Emitted when a user
claims amount
via a valid merkle proof