Events are emitted by functions when they are called in a transaction. You can click on any event below to view more details about when and why it's emitted, and see recent examples of transactions that emitted it.
The `ClaimStatusUpdated` event is emitted by the `MiniByte` contract to notify listeners of changes to the claim status, which is a boolean value indicating whether claims are currently allowed
The `EndTimeUpdated` event is crucial in the `MiniByte` contract, signaling that the end time for a specific event or sale has been successfully updated
The `Paused` event is crucial in the contract's lifecycle, signaling that the contract has entered a paused state, which temporarily halts all operations
The `Registered` event is emitted by the `register` function in the `MiniByte` contract to signal the successful registration of a new user along with their associated inviter and referral details