Events

Git Source

Author: Daniel Yamagata & Naveen Ailawadi

A library for all events emitted throughout the Mezzanine protocol

Events

UpgradeProposed

event UpgradeProposed(address newImplementation, uint256 pendingUpgradeSnapshot);

UpgradeCanceled

event UpgradeCanceled(address caller);

OwnershipTransferCanceled

event OwnershipTransferCanceled(address caller);

ProtocolStateSet

event ProtocolStateSet(DataTypes.ProtocolState state);

ProtocolFrozen

event ProtocolFrozen(address indexed freezer, uint256 freezeDuration, uint256 frozenSnapshot);

ImplementationFrozenStateSet

DeploymentFrozenStateSet

DocumentRegistrySet

MezzDeployerSet

FeeControllerSet

DenominationAssetAddedToWhitelist

DenominationAssetRemovedFromWhitelist

DefenderAdded

DefenderRemoved

MezzInstanceDeployed

GuardDeployed

DepartmentDeployed

ModuleDeployed

AssetDeployed

GovernorDeployed

GuardSelectorDefaultAdded

GuardSelectorDefaultRemoved

GuardContractDefaultAdded

GuardContractDefaultRemoved

NewCoreVersionSet

ContractUpgraded

CoreVersionDeleted

CoreVersionReset

ContractResetToPatchedVersion

DocumentAdded

DocumentUpdated

ImplementationFeeSet

FeesCollected

InvoiceSent

InvoicePaid

InvoiceCanceled

InvoiceDocumentUpdated

AdminAdded

AdminRemoved

ChildInserted

ChildRemoved

AncestorAddedOwner

AncestorRemovedOwner

AncestorSwappedGuard

AncestorChangedThreshold

Spent

SharesIssued

SharesAuthorized

SharesBurned

DelegateVotesChanged

AssetAddedToCapitalStack

AssetRemovedFromCapitalStack

ShareClassAdded

ShareClassRemoved

GovernorChanged

PayrollSpent

ChildSpent

SharesVested

SharesVestingCompleted

SharesVestingCanceledAtTimepoint

SharesVestingCanceled

SharesVestingDurationExtended

SharesVestingAmountIncreased

SharesReleased

DelegateVotesChanged

SeniorityLevelAdded

SeniorityLevelRemoved

AssetAdded

AssetRemoved

AssetDocumentUpdated

DelegateChanged

EmployeeHired

CashPaid

EquityPaid

EmployeeTerminated

UnpaidTimeOffIncreased

EmployeeResigned

EmployeeRecipientChanged

ActionProposed

CashSalaryChangeProposed

CashPaymentProposed

EquityPaymentProposed

EquityPaymentsExtensionProposed

NewEquityPaymentsProposed

PendingActionCanceled

CashSalaryChanged

ExtendedEquityPayments

NewEquityPaymentsSet

EmployeeDocumentUpdated

VotingDelaySet

VotingPeriodSet

ProposalThresholdPercentageSet

QuorumPercentageSet

ProposalCanceled

ProposalExecuted

VoteCast

VoteCastWithParams

Executed

ProposalCreated

GovernorChangedTreasuryThreshold

ShareClassBoardSeatsIncreased

ShareClassBoardMemberAdded

ShareClassBoardMemberRemoved

SelectorAddedToList

SelectorRemovedFromList

ContractAddedToList

ContractRemovedFromList

PricedRoundOpened

InvestorAllocationSet

InvestorShareAllocationIncreased

InvestorShareAllocationDecreased

RoundOpened

MinimumRaiseIncreased

RoundExtended

RoundCanceled

RoundClosed

InvestedInRound

InvestmentRevoked

InvestmentRecouped

SharesClaimed

Last updated