MiniByte
Source:Verified
Events (7)

Contract Events

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.
View details for ClaimStatusUpdated
ClaimStatusUpdated
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
View details for Claimed
Claimed
The `Claimed` event is emitted by the `claim` function in the `MiniByte` contract to notify that a user has successfully claimed their rewards
View details for EndTimeUpdated
EndTimeUpdated
The `EndTimeUpdated` event is crucial in the `MiniByte` contract, signaling that the end time for a specific event or sale has been successfully updated
View details for OwnershipTransferred
OwnershipTransferred
The `OwnershipTransferred` event is crucial in the `Ownable` contract, signaling a change in ownership of the contract
View details for Paused
Paused
The `Paused` event is crucial in the contract's lifecycle, signaling that the contract has entered a paused state, which temporarily halts all operations
View details for Registered
Registered
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
View details for Unpaused
Unpaused
The `Unpaused` event is crucial in the contract's lifecycle, signaling that the contract has transitioned from a paused state to an operational state