Events
Events are emitted for certain operations on the runtime. The following sections describe the events that are part of the default Substrate runtime.
(NOTE: These were generated from a static/snapshot view of a recent Substrate master node. Some items may not be available in older nodes, or in any customized implementations.)
#
assetsAssetId
, AccountId
, AccountId
)#
ApprovalCancelled(- interface:
api.events.assets.ApprovalCancelled.is
- summary: An approval for account
delegate
was cancelled byowner
. [id, owner, delegate]
AssetId
, AccountId
, AccountId
, TAssetBalance
)#
ApprovedTransfer(- interface:
api.events.assets.ApprovedTransfer.is
- summary: (Additional) funds have been approved for transfer to a destination account. [asset_id, source, delegate, amount]
AssetId
)#
AssetFrozen(- interface:
api.events.assets.AssetFrozen.is
- summary: Some asset
asset_id
was frozen. [asset_id]
AssetId
)#
AssetStatusChanged(- interface:
api.events.assets.AssetStatusChanged.is
- summary: An asset has had its attributes changed by the
Force
origin. [id]
AssetId
)#
AssetThawed(- interface:
api.events.assets.AssetThawed.is
- summary: Some asset
asset_id
was thawed. [asset_id]
AssetId
, AccountId
, TAssetBalance
)#
Burned(- interface:
api.events.assets.Burned.is
- summary: Some assets were destroyed. [asset_id, owner, balance]
AssetId
, AccountId
, AccountId
)#
Created(- interface:
api.events.assets.Created.is
- summary: Some asset class was created. [asset_id, creator, owner]
AssetId
)#
Destroyed(- interface:
api.events.assets.Destroyed.is
- summary: An asset class was destroyed.
AssetId
, AccountId
)#
ForceCreated(- interface:
api.events.assets.ForceCreated.is
- summary: Some asset class was force-created. [asset_id, owner]
AssetId
, AccountId
)#
Frozen(- interface:
api.events.assets.Frozen.is
- summary: Some account
who
was frozen. [asset_id, who]
AssetId
, AccountId
, TAssetBalance
)#
Issued(- interface:
api.events.assets.Issued.is
- summary: Some assets were issued. [asset_id, owner, total_supply]
AssetId
)#
MetadataCleared(- interface:
api.events.assets.MetadataCleared.is
- summary: Metadata has been cleared for an asset. [asset_id]
AssetId
, Bytes
, Bytes
, u8
, bool
)#
MetadataSet(- interface:
api.events.assets.MetadataSet.is
- summary: New metadata has been set for an asset. [asset_id, name, symbol, decimals, is_frozen]
AssetId
, AccountId
)#
OwnerChanged(- interface:
api.events.assets.OwnerChanged.is
- summary: The owner changed [asset_id, owner]
AssetId
, AccountId
, AccountId
, AccountId
)#
TeamChanged(- interface:
api.events.assets.TeamChanged.is
- summary: The management team changed [asset_id, issuer, admin, freezer]
AssetId
, AccountId
)#
Thawed(- interface:
api.events.assets.Thawed.is
- summary: Some account
who
was thawed. [asset_id, who]
AssetId
, AccountId
, AccountId
, TAssetBalance
)#
Transferred(- interface:
api.events.assets.Transferred.is
- summary: Some assets were transferred. [asset_id, from, to, amount]
AssetId
, AccountId
, AccountId
, AccountId
, TAssetBalance
)#
TransferredApproved(- interface:
api.events.assets.TransferredApproved.is
- summary: An
amount
was transferred in its entirety fromowner
todestination
by the approveddelegate
. [id, owner, delegate, destination]
#
balancesAccountId
, Balance
, Balance
)#
BalanceSet(- interface:
api.events.balances.BalanceSet.is
- summary: A balance was set by root. [who, free, reserved]
AccountId
, Balance
)#
Deposit(- interface:
api.events.balances.Deposit.is
- summary: Some amount was deposited (e.g. for transaction fees). [who, deposit]
AccountId
, Balance
)#
DustLost(- interface:
api.events.balances.DustLost.is
- summary: An account was removed whose balance was non-zero but below ExistentialDeposit, resulting in an outright loss. [account, balance]
AccountId
, Balance
)#
Endowed(- interface:
api.events.balances.Endowed.is
- summary: An account was created with some free balance. [account, free_balance]
AccountId
, Balance
)#
Reserved(- interface:
api.events.balances.Reserved.is
- summary: Some balance was reserved (moved from free to reserved). [who, value]
AccountId
, AccountId
, Balance
, BalanceStatus
)#
ReserveRepatriated(- interface:
api.events.balances.ReserveRepatriated.is
- summary: Some balance was moved from the reserve of the first account to the second account. Final argument indicates the destination balance type. [from, to, balance, destination_status]
AccountId
, AccountId
, Balance
)#
Transfer(- interface:
api.events.balances.Transfer.is
- summary: Transfer succeeded. [from, to, value]
AccountId
, Balance
)#
Unreserved(- interface:
api.events.balances.Unreserved.is
- summary: Some balance was unreserved (moved from reserved to free). [who, value]
#
bountiesBountyIndex
, AccountId
)#
BountyAwarded(- interface:
api.events.bounties.BountyAwarded.is
- summary: A bounty is awarded to a beneficiary. [index, beneficiary]
BountyIndex
)#
BountyBecameActive(- interface:
api.events.bounties.BountyBecameActive.is
- summary: A bounty proposal is funded and became active. [index]
BountyIndex
)#
BountyCanceled(- interface:
api.events.bounties.BountyCanceled.is
- summary: A bounty is cancelled. [index]
BountyIndex
, Balance
, AccountId
)#
BountyClaimed(- interface:
api.events.bounties.BountyClaimed.is
- summary: A bounty is claimed by beneficiary. [index, payout, beneficiary]
BountyIndex
)#
BountyExtended(- interface:
api.events.bounties.BountyExtended.is
- summary: A bounty expiry is extended. [index]
BountyIndex
)#
BountyProposed(- interface:
api.events.bounties.BountyProposed.is
- summary: New bounty proposal. [index]
BountyIndex
, Balance
)#
BountyRejected(- interface:
api.events.bounties.BountyRejected.is
- summary: A bounty proposal was rejected; funds were slashed. [index, bond]
#
bandOracleAccountId
, Vec<(OracleKey,OracleValue)>
)#
NewFeedData(- summary: New feed data is submitted. [sender, values]
#
cdpEngineRate
)#
GlobalStabilityFeeUpdated(- summary: The global stability fee for all types of collateral updated. [new_global_stability_fee]
CurrencyId
, AccountId
, Balance
, Balance
, LiquidationStrategy
)#
LiquidateUnsafeCDP(- summary: Liquidate the unsafe CDP. [collateral_type, owner, collateral_amount, bad_debt_value, liquidation_strategy]
CurrencyId
, Option<Rate>
)#
LiquidationPenaltyUpdated(- summary: The liquidation penalty rate for specific collateral type updated. [collateral_type, new_liquidation_panelty]
CurrencyId
, Option<Ratio>
)#
LiquidationRatioUpdated(- summary: The liquidation fee for specific collateral type updated. [collateral_type, new_liquidation_ratio]
CurrencyId
, Balance
)#
MaximumTotalDebitValueUpdated(- summary: The hard cap of total debit value for specific collateral type updated. [collateral_type, new_total_debit_value]
CurrencyId
, Option<Ratio>
)#
RequiredCollateralRatioUpdated(- summary: The required collateral penalty rate for specific collateral type updated. [collateral_type, new_required_collateral_ratio]
CurrencyId
, AccountId
)#
SettleCDPInDebit(- summary: Settle the CDP has debit. [collateral_type, owner]
CurrencyId
, Option<Rate>
)#
StabilityFeeUpdated(- summary: The stability fee for specific collateral type updated. [collateral_type, new_stability_fee]
#
cdpTreasuryCurrencyId
, Balance
)#
CollateralAuctionMaximumSizeUpdated(- summary: The fixed size for collateral auction under specific collateral type updated. [collateral_type, new_size]
#
contractsHash
)#
CodeRemoved(interface:
api.events.contracts.CodeRemoved.is
summary: A code with the specified hash was removed. [code_hash]
This happens when the last contract that uses this code hash was removed or evicted.
Hash
)#
CodeStored(- interface:
api.events.contracts.CodeStored.is
- summary: Code with the specified hash has been stored. [code_hash]
AccountId
, Bytes
)#
ContractEmitted(interface:
api.events.contracts.ContractEmitted.is
summary: A custom event emitted by the contract. [contract, data]
#
Paramscontract
: The contract that emitted the event.data
: Data supplied by the contract. Metadata generated during contract compilation is needed to decode it.
AccountId
)#
Evicted(- interface:
api.events.contracts.Evicted.is
- summary: Contract has been evicted and is now in tombstone state. [contract]
AccountId
, AccountId
)#
Instantiated(- interface:
api.events.contracts.Instantiated.is
- summary: Contract deployed by address at the specified address. [deployer, contract]
AccountId
, AccountId
, Hash
, Balance
)#
Restored(interface:
api.events.contracts.Restored.is
summary: Restoration of a contract has been successful. [restorer, dest, code_hash, rent_allowance]
#
Paramsrestorer
: Account ID of the restoring contract.dest
: Account ID of the restored contract.code_hash
: Code hash of the restored contract.rent_allowance
: Rent allowance of the restored contract.
u32
)#
ScheduleUpdated(interface:
api.events.contracts.ScheduleUpdated.is
summary: Triggered when the current schedule is updated. [version]
#
Paramsversion
: The version of the newly set schedule.
AccountId
, AccountId
)#
Terminated(interface:
api.events.contracts.Terminated.is
summary: Contract has been terminated without leaving a tombstone. [contract, beneficiary]
#
Paramscontract
: The contract that was terminated.beneficiary
: The account that received the contracts remaining balance.#
NoteThe only way for a contract to be removed without a tombstone and emitting this event is by calling
seal_terminate
.
#
currenciesCurrencyId
, AccountId
, Amount
)#
BalanceUpdated(- summary: Update balance success. [currency_id, who, amount]
CurrencyId
, AccountId
, Balance
)#
Deposited(- summary: Deposit success. [currency_id, who, amount]
CurrencyId
, AccountId
, AccountId
, Balance
)#
Transferred(- summary: Currency transfer success. [currency_id, from, to, amount]
CurrencyId
, AccountId
, Balance
)#
Withdrawn(- summary: Withdraw success. [currency_id, who, amount]
#
dexAccountId
, CurrencyId
, Balance
, CurrencyId
, Balance
, Balance
)#
AddLiquidity(- summary: Add liquidity success. [who, currency_id_0, pool_0_increment, currency_id_1, pool_1_increment, share_increment]
AccountId
, CurrencyId
, Balance
, CurrencyId
, Balance
)#
AddProvision(- summary: add provision success [who, currency_id_0, contribution_0, currency_id_1, contribution_1]
TradingPair
)#
DisableTradingPair(- summary: Disable trading pair. [trading_pair]
TradingPair
)#
EnableTradingPair(- summary: Enable trading pair. [trading_pair]
TradingPair
)#
ListTradingPair(- summary: List trading pair. [trading_pair]
TradingPair
, Balance
, Balance
, Balance
)#
ProvisioningToEnabled(- summary: Provisioning trading pair convert to Enabled. [trading_pair, pool_0_amount, pool_1_amount, total_share_amount]
AccountId
, CurrencyId
, Balance
, CurrencyId
, Balance
, Balance
)#
RemoveLiquidity(- summary: Remove liquidity from the trading pool success. [who, currency_id_0, pool_0_decrement, currency_id_1, pool_1_decrement, share_decrement]
AccountId
, Vec<CurrencyId>
, Balance
, Balance
)#
Swap(- summary: Use supply currency to swap target currency. [trader, trading_path, supply_currency_amount, target_currency_amount]
#
electionsPhragmenAccountId
, Balance
)#
CandidateSlashed(- summary: A candidate was slashed due to failing to obtain a seat as member or runner-up
#
ElectionError()- summary: Internal error happened while trying to perform election.
#
EmptyTerm()- summary: No (or not enough) candidates existed for this round. This is different from
NewTerm(\[\])
. See the description ofNewTerm
.
AccountId
)#
MemberKicked(- summary: A [member] has been removed. This should always be followed by either
NewTerm
orEmptyTerm
.
AccountId
)#
MemberRenounced(- summary: A [member] has renounced their candidacy.
Vec<(AccountId,Balance)>
)#
NewTerm(- summary: A new term with [new_members]. This indicates that enough candidates existed to run the election, not that enough have has been elected. The inner value must be examined for this purpose. A
NewTerm(\[\])
indicates that some candidates got their bond slashed and none were elected, whilstEmptyTerm
means that no candidates existed to begin with.
AccountId
, Balance
)#
SeatHolderSlashed(- summary: A seat holder (member or runner-up) was slashed due to failing to retaining their position.
AccountId
, AccountId
, bool
)#
VoterReported(- summary: A voter was reported with the the report being successful or not. [voter, reporter, success]
#
emergencyShutdownBlockNumber
)#
OpenRefund(- summary: The final redemption opened. [block_number]
AccountId
, Balance
, Vec<(CurrencyId,Balance)>
)#
Refund(- summary: Refund info. [caller, stable_coin_amount, refund_list]
BlockNumber
)#
Shutdown(- summary: Emergency shutdown occurs. [block_number]
#
evmEvmAddress
, u32
)#
AddStorageQuota(- summary: A quota has been added at a given address. [address, bytes]
AccountId
, EvmAddress
, U256
)#
BalanceDeposit(- summary: A deposit has been made at a given address. [sender, address, value]
AccountId
, EvmAddress
, U256
)#
BalanceWithdraw(- summary: A withdrawal has been made from a given address. [sender, address, value]
EvmAddress
, EvmAddress
)#
CanceledTransferMaintainer(- summary: Canceled the transfer maintainer. [contract, address]
EvmAddress
, EvmAddress
)#
ConfirmedTransferMaintainer(- summary: Confirmed the transfer maintainer. [contract, address]
EvmAddress
)#
ContractDeployed(- summary: Deployed contract. [contract]
AccountId
)#
ContractDevelopmentDisabled(- summary: Disabled contract development. [who]
AccountId
)#
ContractDevelopmentEnabled(- summary: Enabled contract development. [who]
EvmAddress
)#
Created(- summary: A contract has been created at given [address].
EvmAddress
, ExitReason
, Bytes
)#
CreatedFailed(- summary: A contract was attempted to be created, but the execution failed. [contract, exit_reason, output]
EvmAddress
)#
Executed(- summary: A [contract] has been executed successfully with states applied.
EvmAddress
, ExitReason
, Bytes
)#
ExecutedFailed(- summary: A contract has been executed with errors. States are reverted with only gas fees applied. [contract, exit_reason, output]
Log
)#
Log(- summary: Ethereum events from contracts.
EvmAddress
, EvmAddress
)#
RejectedTransferMaintainer(- summary: Rejected the transfer maintainer. [contract, address]
EvmAddress
, u32
)#
RemoveStorageQuota(- summary: A quota has been removed at a given address. [address, bytes]
EvmAddress
, EvmAddress
)#
RequestedTransferMaintainer(- summary: Requested the transfer maintainer. [contract, address]
#
evmAccountsAccountId
, EvmAddress
)#
ClaimAccount(- summary: Mapping between Substrate accounts and EVM accounts claim account. [account_id, evm_address]
#
generalCouncilHash
)#
Approved(- interface:
api.events.council.Approved.is
- summary: A motion was approved by the required threshold. [proposal_hash]
Hash
, MemberCount
, MemberCount
)#
Closed(- interface:
api.events.council.Closed.is
- summary: A proposal was closed because its threshold was reached or after its duration was up. [proposal_hash, yes, no]
Hash
)#
Disapproved(- interface:
api.events.council.Disapproved.is
- summary: A motion was not approved by the required threshold. [proposal_hash]
Hash
, DispatchResult
)#
Executed(- interface:
api.events.council.Executed.is
- summary: A motion was executed; result will be
Ok
if it returned without error. [proposal_hash, result]
Hash
, DispatchResult
)#
MemberExecuted(- interface:
api.events.council.MemberExecuted.is
- summary: A single member did some action; result will be
Ok
if it returned without error. [proposal_hash, result]
AccountId
, ProposalIndex
, Hash
, MemberCount
)#
Proposed(- interface:
api.events.council.Proposed.is
- summary: A motion (given hash) has been proposed (by given account) with a threshold (given
MemberCount
). [account, proposal_index, proposal_hash, threshold]
AccountId
, Hash
, bool
, MemberCount
, MemberCount
)#
Voted(- interface:
api.events.council.Voted.is
- summary: A motion (given hash) has been voted on by given account, leaving a tally (yes votes and no votes given respectively as
MemberCount
). [account, proposal_hash, voted, yes, no]
#
generalCouncilMembershipHash
)#
Blacklisted(- interface:
api.events.democracy.Blacklisted.is
- summary: A proposal [hash] has been blacklisted permanently.
ReferendumIndex
)#
Cancelled(- interface:
api.events.democracy.Cancelled.is
- summary: A referendum has been cancelled. [ref_index]
AccountId
, AccountId
)#
Delegated(- interface:
api.events.democracy.Delegated.is
- summary: An account has delegated their vote to another account. [who, target]
ReferendumIndex
, bool
)#
Executed(- interface:
api.events.democracy.Executed.is
- summary: A proposal has been enacted. [ref_index, is_ok]
#
ExternalTabled()- interface:
api.events.democracy.ExternalTabled.is
- summary: An external proposal has been tabled.
ReferendumIndex
)#
NotPassed(- interface:
api.events.democracy.NotPassed.is
- summary: A proposal has been rejected by referendum. [ref_index]
ReferendumIndex
)#
Passed(- interface:
api.events.democracy.Passed.is
- summary: A proposal has been approved by referendum. [ref_index]
Hash
, ReferendumIndex
)#
PreimageInvalid(- interface:
api.events.democracy.PreimageInvalid.is
- summary: A proposal could not be executed because its preimage was invalid. [proposal_hash, ref_index]
Hash
, ReferendumIndex
)#
PreimageMissing(- interface:
api.events.democracy.PreimageMissing.is
- summary: A proposal could not be executed because its preimage was missing. [proposal_hash, ref_index]
Hash
, AccountId
, Balance
)#
PreimageNoted(- interface:
api.events.democracy.PreimageNoted.is
- summary: A proposal's preimage was noted, and the deposit taken. [proposal_hash, who, deposit]
Hash
, AccountId
, Balance
, AccountId
)#
PreimageReaped(- interface:
api.events.democracy.PreimageReaped.is
- summary: A registered preimage was removed and the deposit collected by the reaper. [proposal_hash, provider, deposit, reaper]
Hash
, AccountId
, Balance
)#
PreimageUsed(- interface:
api.events.democracy.PreimageUsed.is
- summary: A proposal preimage was removed and used (the deposit was returned). [proposal_hash, provider, deposit]
PropIndex
, Balance
)#
Proposed(- interface:
api.events.democracy.Proposed.is
- summary: A motion has been proposed by a public account. [proposal_index, deposit]
ReferendumIndex
, VoteThreshold
)#
Started(- interface:
api.events.democracy.Started.is
- summary: A referendum has begun. [ref_index, threshold]
PropIndex
, Balance
, Vec<AccountId>
)#
Tabled(- interface:
api.events.democracy.Tabled.is
- summary: A public proposal has been tabled for referendum vote. [proposal_index, deposit, depositors]
AccountId
)#
Undelegated(- interface:
api.events.democracy.Undelegated.is
- summary: An [account] has cancelled a previous delegation operation.
AccountId
)#
Unlocked(- interface:
api.events.democracy.Unlocked.is
- summary: An [account] has been unlocked successfully.
AccountId
, Hash
, BlockNumber
)#
Vetoed(- interface:
api.events.democracy.Vetoed.is
- summary: An external proposal has been vetoed. [who, proposal_hash, until]
#
electionProviderMultiPhaseOption<ElectionCompute>
)#
ElectionFinalized(- interface:
api.events.electionProviderMultiPhase.ElectionFinalized.is
- summary: The election has been finalized, with
Some
of the given computation, or else if the election failed,None
.
AccountId
)#
Rewarded(- interface:
api.events.electionProviderMultiPhase.Rewarded.is
- summary: An account has been rewarded for their signed submission being finalized.
u32
)#
SignedPhaseStarted(- interface:
api.events.electionProviderMultiPhase.SignedPhaseStarted.is
- summary: The signed phase of the given round has started.
AccountId
)#
Slashed(- interface:
api.events.electionProviderMultiPhase.Slashed.is
- summary: An account has been slashed for submitting an invalid signed submission.
ElectionCompute
)#
SolutionStored(interface:
api.events.electionProviderMultiPhase.SolutionStored.is
summary: A solution was stored with the given compute.
If the solution is signed, this means that it hasn't yet been processed. If the solution is unsigned, this means that it has also been processed.
u32
)#
UnsignedPhaseStarted(- interface:
api.events.electionProviderMultiPhase.UnsignedPhaseStarted.is
- summary: The unsigned phase of the given round has started.
#
homaCouncilMembershipAccountId
, Balance
)#
CandidateSlashed(interface:
api.events.elections.CandidateSlashed.is
summary: A [candidate] was slashed by [amount] due to failing to obtain a seat as member or runner-up.
Note that old members and runners-up are also candidates.
#
ElectionError()- interface:
api.events.elections.ElectionError.is
- summary: Internal error happened while trying to perform election.
#
EmptyTerm()- interface:
api.events.elections.EmptyTerm.is
- summary: No (or not enough) candidates existed for this round. This is different from
NewTerm(\[\])
. See the description ofNewTerm
.
AccountId
)#
MemberKicked(- interface:
api.events.elections.MemberKicked.is
- summary: A [member] has been removed. This should always be followed by either
NewTerm
orEmptyTerm
.
Vec<(AccountId,Balance)>
)#
NewTerm(- interface:
api.events.elections.NewTerm.is
- summary: A new term with [new_members]. This indicates that enough candidates existed to run the election, not that enough have has been elected. The inner value must be examined for this purpose. A
NewTerm(\[\])
indicates that some candidates got their bond slashed and none were elected, whilstEmptyTerm
means that no candidates existed to begin with.
AccountId
)#
Renounced(- interface:
api.events.elections.Renounced.is
- summary: Someone has renounced their candidacy.
AccountId
, Balance
)#
SeatHolderSlashed(- interface:
api.events.elections.SeatHolderSlashed.is
- summary: A [seat holder] was slashed by [amount] by being forcefully removed from the set.
#
giltAccountId
, BalanceOf
, u32
)#
BidPlaced(- interface:
api.events.gilt.BidPlaced.is
- summary: A bid was successfully placed. [ who, amount, duration ]
AccountId
, BalanceOf
, u32
)#
BidRetracted(- interface:
api.events.gilt.BidRetracted.is
- summary: A bid was successfully removed (before being accepted as a gilt). [ who, amount, duration ]
ActiveIndex
, BlockNumber
, AccountId
, BalanceOf
)#
GiltIssued(- interface:
api.events.gilt.GiltIssued.is
- summary: A bid was accepted as a gilt. The balance may not be released until expiry. [ index, expiry, who, amount ]
ActiveIndex
, AccountId
, BalanceOf
, BalanceOf
)#
GiltThawed(- interface:
api.events.gilt.GiltThawed.is
- summary: An expired gilt has been thawed. [ index, who, original_amount, additional_amount ]
#
honzonAuthorityList
)#
NewAuthorities(- interface:
api.events.grandpa.NewAuthorities.is
- summary: New authority set has been applied. [authority_set]
#
Paused()- interface:
api.events.grandpa.Paused.is
- summary: Current authority set has been paused.
#
Resumed()- interface:
api.events.grandpa.Resumed.is
- summary: Current authority set has been resumed.
#
honzonCouncilHash
)#
Approved(- summary: A motion was approved by the required threshold. [proposal_hash]
Hash
, MemberCount
, MemberCount
)#
Closed(- summary: A proposal was closed because its threshold was reached or after its duration was up. [proposal_hash, yes, no]
AccountId
, Balance
)#
IdentityCleared(- interface:
api.events.identity.IdentityCleared.is
- summary: A name was cleared, and the given balance returned. [who, deposit]
AccountId
, Balance
)#
IdentityKilled(- interface:
api.events.identity.IdentityKilled.is
- summary: A name was removed and the given balance slashed. [who, deposit]
AccountId
)#
IdentitySet(- interface:
api.events.identity.IdentitySet.is
- summary: A name was set or reset (which will remove all judgements). [who]
AccountId
, RegistrarIndex
)#
JudgementGiven(- interface:
api.events.identity.JudgementGiven.is
- summary: A judgement was given by a registrar. [target, registrar_index]
AccountId
, RegistrarIndex
)#
JudgementRequested(- interface:
api.events.identity.JudgementRequested.is
- summary: A judgement was asked from a registrar. [who, registrar_index]
AccountId
, RegistrarIndex
)#
JudgementUnrequested(- interface:
api.events.identity.JudgementUnrequested.is
- summary: A judgement request was retracted. [who, registrar_index]
RegistrarIndex
)#
RegistrarAdded(- interface:
api.events.identity.RegistrarAdded.is
- summary: A registrar was added. [registrar_index]
AccountId
, AccountId
, Balance
)#
SubIdentityAdded(- interface:
api.events.identity.SubIdentityAdded.is
- summary: A sub-identity was added to an identity and the deposit paid. [sub, main, deposit]
AccountId
, AccountId
, Balance
)#
SubIdentityRemoved(- interface:
api.events.identity.SubIdentityRemoved.is
- summary: A sub-identity was removed from an identity and the deposit freed. [sub, main, deposit]
AccountId
, AccountId
, Balance
)#
SubIdentityRevoked(- interface:
api.events.identity.SubIdentityRevoked.is
- summary: A sub-identity was cleared, and the given deposit repatriated from the main identity account to the sub-identity account. [sub, main, deposit]
#
imOnline#
AllGood()- interface:
api.events.imOnline.AllGood.is
- summary: At the end of the session, no offence was committed.
AuthorityId
)#
HeartbeatReceived(- interface:
api.events.imOnline.HeartbeatReceived.is
- summary: A new heartbeat was received from
AuthorityId
[authority_id]
Vec<IdentificationTuple>
)#
SomeOffline(- interface:
api.events.imOnline.SomeOffline.is
- summary: At the end of the session, at least one validator was found to be [offline].
#
indicesAccountId
, AccountIndex
)#
IndexAssigned(- interface:
api.events.indices.IndexAssigned.is
- summary: A account index was assigned. [index, who]
AccountIndex
)#
IndexFreed(- interface:
api.events.indices.IndexFreed.is
- summary: A account index has been freed up (unassigned). [index]
AccountIndex
, AccountId
)#
IndexFrozen(- interface:
api.events.indices.IndexFrozen.is
- summary: A account index has been frozen to its current account ID. [index, who]
#
lottery#
CallsUpdated()- interface:
api.events.lottery.CallsUpdated.is
- summary: A new set of calls have been set!
#
LotteryStarted()- interface:
api.events.lottery.LotteryStarted.is
- summary: A lottery has been started!
AccountId
, CallIndex
)#
TicketBought(- interface:
api.events.lottery.TicketBought.is
- summary: A ticket has been bought!
AccountId
, Balance
)#
Winner(- interface:
api.events.lottery.Winner.is
- summary: A winner has been chosen!
#
multisigAccountId
, Timepoint
, AccountId
, CallHash
)#
MultisigApproval(- interface:
api.events.multisig.MultisigApproval.is
- summary: A multisig operation has been approved by someone. [approving, timepoint, multisig, call_hash]
AccountId
, Timepoint
, AccountId
, CallHash
)#
MultisigCancelled(- interface:
api.events.multisig.MultisigCancelled.is
- summary: A multisig operation has been cancelled. [cancelling, timepoint, multisig, call_hash]
AccountId
, Timepoint
, AccountId
, CallHash
, DispatchResult
)#
MultisigExecuted(- interface:
api.events.multisig.MultisigExecuted.is
- summary: A multisig operation has been executed. [approving, timepoint, multisig, call_hash]
AccountId
, AccountId
, CallHash
)#
NewMultisig(- interface:
api.events.multisig.NewMultisig.is
- summary: A new multisig operation has begun. [approving, multisig, call_hash]
#
nftAccountId
, ClassId
, TokenId
)#
BurnedToken(- summary: Burned NFT token. [owner, class_id, token_id]
Kind
, OpaqueTimeSlot
)#
Offence(- interface:
api.events.offences.Offence.is
- summary: There is an offence reported of the given
kind
happened at thesession_index
and (kind-specific) time slot. This event is not deposited for duplicate slashes. [kind, timeslot].
#
proxyAccountId
, AccountId
, Hash
)#
Announced(- interface:
api.events.proxy.Announced.is
- summary: An announcement was placed to make a call in the future. [real, proxy, call_hash]
AccountId
, AccountId
, ProxyType
, u16
)#
AnonymousCreated(- interface:
api.events.proxy.AnonymousCreated.is
- summary: Anonymous account has been created by new proxy with given disambiguation index and proxy type. [anonymous, who, proxy_type, disambiguation_index]
DispatchResult
)#
ProxyExecuted(- interface:
api.events.proxy.ProxyExecuted.is
- summary: A proxy was executed correctly, with the given [result].
#
recoveryAccountId
, AccountId
)#
AccountRecovered(- interface:
api.events.recovery.AccountRecovered.is
- summary: Lost account has been successfully recovered by rescuer account. [lost, rescuer]
AccountId
, AccountId
)#
RecoveryClosed(- interface:
api.events.recovery.RecoveryClosed.is
- summary: A recovery process for lost account by rescuer account has been closed. [lost, rescuer]
AccountId
)#
RecoveryCreated(- interface:
api.events.recovery.RecoveryCreated.is
- summary: A recovery process has been set up for an [account].
AccountId
, AccountId
)#
RecoveryInitiated(- interface:
api.events.recovery.RecoveryInitiated.is
- summary: A recovery process has been initiated for lost account by rescuer account. [lost, rescuer]
AccountId
)#
RecoveryRemoved(- interface:
api.events.recovery.RecoveryRemoved.is
- summary: A recovery process has been removed for an [account].
AccountId
, AccountId
, AccountId
)#
RecoveryVouched(- interface:
api.events.recovery.RecoveryVouched.is
- summary: A recovery process for lost account by rescuer account has been vouched for by sender. [lost, rescuer, sender]
#
renVmBridgeAccountId
, DestAddress
, Balance
)#
Burnt(- summary: Asset burnt in this chain [owner, dest, amount]
AccountId
, Balance
)#
Minted(- summary: Asset minted. [owner, amount]
#
schedulerBlockNumber
, u32
)#
Canceled(- interface:
api.events.scheduler.Canceled.is
- summary: Canceled some task. [when, index]
TaskAddress
, Option<Bytes>
, DispatchResult
)#
Dispatched(- interface:
api.events.scheduler.Dispatched.is
- summary: Dispatched some task. [task, id, result]
BlockNumber
, u32
)#
Scheduled(- interface:
api.events.scheduler.Scheduled.is
- summary: Scheduled some task. [when, index]
#
sessionSessionIndex
)#
NewSession(- interface:
api.events.session.NewSession.is
- summary: New session has happened. Note that the argument is the [session_index], not the block number as the type might suggest.
#
societyAccountId
)#
AutoUnbid(- interface:
api.events.society.AutoUnbid.is
- summary: A [candidate] was dropped (due to an excess of bids in the system).
AccountId
, Balance
)#
Bid(- interface:
api.events.society.Bid.is
- summary: A membership bid just happened. The given account is the candidate's ID and their offer is the second. [candidate_id, offer]
AccountId
)#
CandidateSuspended(- interface:
api.events.society.CandidateSuspended.is
- summary: A [candidate] has been suspended
AccountId
)#
Challenged(- interface:
api.events.society.Challenged.is
- summary: A [member] has been challenged
AccountId
, bool
)#
DefenderVote(- interface:
api.events.society.DefenderVote.is
- summary: A vote has been placed for a defending member [voter, vote]
Balance
)#
Deposit(- interface:
api.events.society.Deposit.is
- summary: Some funds were deposited into the society account. [value]
AccountId
)#
Founded(- interface:
api.events.society.Founded.is
- summary: The society is founded by the given identity. [founder]
AccountId
, Vec<AccountId>
)#
Inducted(- interface:
api.events.society.Inducted.is
- summary: A group of candidates have been inducted. The batch's primary is the first value, the batch in full is the second. [primary, candidates]
AccountId
)#
MemberSuspended(- interface:
api.events.society.MemberSuspended.is
- summary: A [member] has been suspended
u32
)#
NewMaxMembers(- interface:
api.events.society.NewMaxMembers.is
- summary: A new [max] member count has been set
AccountId
, bool
)#
SuspendedMemberJudgement(- interface:
api.events.society.SuspendedMemberJudgement.is
- summary: A suspended member has been judged. [who, judged]
AccountId
)#
Unbid(- interface:
api.events.society.Unbid.is
- summary: A [candidate] was dropped (by their request).
AccountId
)#
Unfounded(- interface:
api.events.society.Unfounded.is
- summary: Society is unfounded. [founder]
AccountId
)#
Unvouch(- interface:
api.events.society.Unvouch.is
- summary: A [candidate] was dropped (by request of who vouched for them).
AccountId
, AccountId
, bool
)#
Vote(- interface:
api.events.society.Vote.is
- summary: A vote has been placed [candidate, voter, vote]
AccountId
, Balance
, AccountId
)#
Vouch(- interface:
api.events.society.Vouch.is
- summary: A membership bid just happened by vouching. The given account is the candidate's ID and their offer is the second. The vouching party is the third. [candidate_id, offer, vouching]
#
stakingAccountId
, Balance
)#
Bonded(interface:
api.events.staking.Bonded.is
summary: An account has bonded this amount. [stash, amount]
NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably, it will not be emitted for staking rewards when they are added to stake.
EraIndex
, Balance
, Balance
)#
EraPayout(- interface:
api.events.staking.EraPayout.is
- summary: The era payout has been set; the first balance is the validator-payout; the second is the remainder from the maximum amount of reward. [era_index, validator_payout, remainder]
AccountId
, AccountId
)#
Kicked(- interface:
api.events.staking.Kicked.is
- summary: A nominator has been kicked from a validator. [nominator, stash]
SessionIndex
)#
OldSlashingReportDiscarded(- interface:
api.events.staking.OldSlashingReportDiscarded.is
- summary: An old slashing report from a prior era was discarded because it could not be processed. [session_index]
AccountId
, Balance
)#
Reward(- interface:
api.events.staking.Reward.is
- summary: The staker has been rewarded by this amount. [stash, amount]
AccountId
, Balance
)#
Slash(- interface:
api.events.staking.Slash.is
- summary: One validator (and its nominators) has been slashed by the given amount. [validator, amount]
#
StakingElection()- interface:
api.events.staking.StakingElection.is
- summary: A new set of stakers was elected.
#
StakingElectionFailed()- interface:
api.events.staking.StakingElectionFailed.is
- summary: The election failed. No new era is planned.
AccountId
, Balance
)#
Unbonded(- interface:
api.events.staking.Unbonded.is
- summary: An account has unbonded this amount. [stash, amount]
AccountId
, Balance
)#
Withdrawn(- interface:
api.events.staking.Withdrawn.is
- summary: An account has called
withdraw_unbonded
and removed unbonding chunks worthBalance
from the unlocking queue. [stash, amount]
#
stakingPoolAccountId
, Balance
, Balance
)#
MintLiquid(- summary: Deposit staking currency(DOT) to staking pool and issue liquid currency(LDOT). [who, staking_amount_deposited, liquid_amount_issued]
AccountId
, EraIndex
, Balance
, Balance
, Balance
)#
RedeemByClaimUnbonding(- summary: Burn liquid currency(LDOT) and redeem staking currency(DOT) by claim the unbonding_to_free of specific era. [who, target_era, fee_in_staking, liquid_amount_burned, staking_amount_redeemed]
AccountId
, Balance
, Balance
, Balance
)#
RedeemByFreeUnbonded(- summary: Burn liquid currency(LDOT) and redeem staking currency(DOT) by free pool immediately. [who, fee_in_staking, liquid_amount_burned, staking_amount_redeemed]
AccountId
, Balance
, Balance
)#
RedeemByUnbond(- summary: Burn liquid currency(LDOT) and redeem staking currency(DOT) by waiting for complete unbond eras. [who, liquid_amount_burned, staking_amount_redeemed]
#
sudoAccountId
)#
KeyChanged(- interface:
api.events.sudo.KeyChanged.is
- summary: The [sudoer] just switched identity; the old key is supplied.
DispatchResult
)#
Sudid(- interface:
api.events.sudo.Sudid.is
- summary: A sudo just took place. [result]
DispatchResult
)#
SudoAsDone(- interface:
api.events.sudo.SudoAsDone.is
- summary: A sudo just took place. [result]
#
system#
CodeUpdated()- interface:
api.events.system.CodeUpdated.is
- summary:
:code
was updated.
DispatchError
, DispatchInfo
)#
ExtrinsicFailed(- interface:
api.events.system.ExtrinsicFailed.is
- summary: An extrinsic failed. [error, info]
DispatchInfo
)#
ExtrinsicSuccess(- interface:
api.events.system.ExtrinsicSuccess.is
- summary: An extrinsic completed successfully. [info]
AccountId
)#
KilledAccount(- interface:
api.events.system.KilledAccount.is
- summary: An [account] was reaped.
AccountId
)#
NewAccount(- interface:
api.events.system.NewAccount.is
- summary: A new [account] was created.
AccountId
, Hash
)#
Remarked(- interface:
api.events.system.Remarked.is
- summary: On on-chain remark happened. [origin, remark_hash]
#
technicalCommitteeHash
)#
Approved(- interface:
api.events.technicalCommittee.Approved.is
- summary: A motion was approved by the required threshold. [proposal_hash]
Hash
, MemberCount
, MemberCount
)#
Closed(- interface:
api.events.technicalCommittee.Closed.is
- summary: A proposal was closed because its threshold was reached or after its duration was up. [proposal_hash, yes, no]
Hash
)#
Disapproved(- interface:
api.events.technicalCommittee.Disapproved.is
- summary: A motion was not approved by the required threshold. [proposal_hash]
Hash
, DispatchResult
)#
Executed(- interface:
api.events.technicalCommittee.Executed.is
- summary: A motion was executed; result will be
Ok
if it returned without error. [proposal_hash, result]
Hash
, DispatchResult
)#
MemberExecuted(- interface:
api.events.technicalCommittee.MemberExecuted.is
- summary: A single member did some action; result will be
Ok
if it returned without error. [proposal_hash, result]
AccountId
, ProposalIndex
, Hash
, MemberCount
)#
Proposed(- interface:
api.events.technicalCommittee.Proposed.is
- summary: A motion (given hash) has been proposed (by given account) with a threshold (given
MemberCount
). [account, proposal_index, proposal_hash, threshold]
AccountId
, Hash
, bool
, MemberCount
, MemberCount
)#
Voted(- interface:
api.events.technicalCommittee.Voted.is
- summary: A motion (given hash) has been voted on by given account, leaving a tally (yes votes and no votes given respectively as
MemberCount
). [account, proposal_hash, voted, yes, no]
#
technicalCommitteeMembershipPhantomData
)#
Dummy(- interface:
api.events.technicalMembership.Dummy.is
- summary: Phantom member, never used.
#
KeyChanged()- interface:
api.events.technicalMembership.KeyChanged.is
- summary: One of the members' keys changed.
#
MemberAdded()- interface:
api.events.technicalMembership.MemberAdded.is
- summary: The given member was added; see the transaction for who.
#
MemberRemoved()- interface:
api.events.technicalMembership.MemberRemoved.is
- summary: The given member was removed; see the transaction for who.
#
MembersReset()- interface:
api.events.technicalMembership.MembersReset.is
- summary: The membership was reset; see the transaction for who the new set is.
#
MembersSwapped()- interface:
api.events.technicalMembership.MembersSwapped.is
- summary: Two members were swapped; see the transaction for who.
#
tipsHash
)#
NewTip(- interface:
api.events.tips.NewTip.is
- summary: A new tip suggestion has been opened. [tip_hash]
Hash
, AccountId
, Balance
)#
TipClosed(- interface:
api.events.tips.TipClosed.is
- summary: A tip suggestion has been closed. [tip_hash, who, payout]
Hash
)#
TipClosing(- interface:
api.events.tips.TipClosing.is
- summary: A tip suggestion has reached threshold and is closing. [tip_hash]
Hash
)#
TipRetracted(- interface:
api.events.tips.TipRetracted.is
- summary: A tip suggestion has been retracted. [tip_hash]
Hash
, AccountId
, Balance
)#
TipSlashed(- interface:
api.events.tips.TipSlashed.is
- summary: A tip suggestion has been slashed. [tip_hash, finder, deposit]
#
transactionStorage#
ProofChecked()- interface:
api.events.transactionStorage.ProofChecked.is
- summary: Storage proof was successfully checked.
u32
)#
Renewed(- interface:
api.events.transactionStorage.Renewed.is
- summary: Renewed data under specified index.
u32
)#
Stored(- interface:
api.events.transactionStorage.Stored.is
- summary: Stored data under specified index.
#
treasuryProposalIndex
, Balance
, AccountId
)#
Awarded(- interface:
api.events.treasury.Awarded.is
- summary: Some funds have been allocated. [proposal_index, award, beneficiary]
Balance
)#
Burnt(- interface:
api.events.treasury.Burnt.is
- summary: Some of our funds have been burnt. [burn]
Balance
)#
Deposit(- interface:
api.events.treasury.Deposit.is
- summary: Some funds have been deposited. [deposit]
ProposalIndex
)#
Proposed(- interface:
api.events.treasury.Proposed.is
- summary: New proposal. [proposal_index]
ProposalIndex
, Balance
)#
Rejected(- interface:
api.events.treasury.Rejected.is
- summary: A proposal was rejected; funds were slashed. [proposal_index, slashed]
Balance
)#
Rollover(- interface:
api.events.treasury.Rollover.is
- summary: Spending has finished; this is the amount that rolls over until next spend. [budget_remaining]
Balance
)#
Spending(- interface:
api.events.treasury.Spending.is
- summary: We have ended a spend period and will now allocate funds. [budget_remaining]
#
uniquesClassId
, InstanceId
, AccountId
, AccountId
)#
ApprovalCancelled(- interface:
api.events.uniques.ApprovalCancelled.is
- summary: An approval for a
delegate
account to transfer theinstance
of an assetclass
was cancelled by itsowner
. [ class, instance, owner, delegate ]
ClassId
, InstanceId
, AccountId
, AccountId
)#
ApprovedTransfer(- interface:
api.events.uniques.ApprovedTransfer.is
- summary: An
instance
of an assetclass
has been approved by theowner
for transfer by adelegate
. [ class, instance, owner, delegate ]
ClassId
)#
AssetStatusChanged(- interface:
api.events.uniques.AssetStatusChanged.is
- summary: An asset
class
has had its attributes changed by theForce
origin. [ class ]
ClassId
, Option<InstanceId>
, Bytes
)#
AttributeCleared(- interface:
api.events.uniques.AttributeCleared.is
- summary: Attribute metadata has been cleared for an asset class or instance. [ class, maybe_instance, key, maybe_value ]
ClassId
, Option<InstanceId>
, Bytes
, Bytes
)#
AttributeSet(- interface:
api.events.uniques.AttributeSet.is
- summary: New attribute metadata has been set for an asset class or instance. [ class, maybe_instance, key, value ]
ClassId
, InstanceId
, AccountId
)#
Burned(- interface:
api.events.uniques.Burned.is
- summary: An asset
instance
was destroyed. [ class, instance, owner ]
ClassId
)#
ClassFrozen(- interface:
api.events.uniques.ClassFrozen.is
- summary: Some asset
class
was frozen. [ class ]
ClassId
)#
ClassMetadataCleared(- interface:
api.events.uniques.ClassMetadataCleared.is
- summary: Metadata has been cleared for an asset class. [ class ]
ClassId
, Bytes
, bool
)#
ClassMetadataSet(- interface:
api.events.uniques.ClassMetadataSet.is
- summary: New metadata has been set for an asset class. [ class, data, is_frozen ]
ClassId
)#
ClassThawed(- interface:
api.events.uniques.ClassThawed.is
- summary: Some asset
class
was thawed. [ class ]
ClassId
, AccountId
, AccountId
)#
Created(- interface:
api.events.uniques.Created.is
- summary: An asset class was created. [ class, creator, owner ]
ClassId
)#
Destroyed(- interface:
api.events.uniques.Destroyed.is
- summary: An asset
class
was destroyed. [ class ]
ClassId
, AccountId
)#
ForceCreated(- interface:
api.events.uniques.ForceCreated.is
- summary: An asset class was force-created. [ class, owner ]
ClassId
, InstanceId
)#
Frozen(- interface:
api.events.uniques.Frozen.is
- summary: Some asset
instance
was frozen. [ class, instance ]
ClassId
, InstanceId
, AccountId
)#
Issued(- interface:
api.events.uniques.Issued.is
- summary: An asset
instace
was issued. [ class, instance, owner ]
ClassId
, InstanceId
)#
MetadataCleared(- interface:
api.events.uniques.MetadataCleared.is
- summary: Metadata has been cleared for an asset instance. [ class, instance ]
ClassId
, InstanceId
, Bytes
, bool
)#
MetadataSet(- interface:
api.events.uniques.MetadataSet.is
- summary: New metadata has been set for an asset instance. [ class, instance, data, is_frozen ]
ClassId
, AccountId
)#
OwnerChanged(- interface:
api.events.uniques.OwnerChanged.is
- summary: The owner changed [ class, new_owner ]
ClassId
, Vec<InstanceId>
)#
Redeposited(- interface:
api.events.uniques.Redeposited.is
- summary: Metadata has been cleared for an asset instance. [ class, successful_instances ]
ClassId
, AccountId
, AccountId
, AccountId
)#
TeamChanged(- interface:
api.events.uniques.TeamChanged.is
- summary: The management team changed [ class, issuer, admin, freezer ]
ClassId
, InstanceId
)#
Thawed(- interface:
api.events.uniques.Thawed.is
- summary: Some asset
instance
was thawed. [ class, instance ]
ClassId
, InstanceId
, AccountId
, AccountId
)#
Transferred(- interface:
api.events.uniques.Transferred.is
- summary: An asset
instace
was transferred. [ class, instance, from, to ]
#
utility#
BatchCompleted()- interface:
api.events.utility.BatchCompleted.is
- summary: Batch of dispatches completed fully with no error.
u32
, DispatchError
)#
BatchInterrupted(- interface:
api.events.utility.BatchInterrupted.is
- summary: Batch of dispatches did not complete fully. Index of first failing dispatch given, as well as the error. [index, error]
#
vestingAccountId
)#
VestingCompleted(- interface:
api.events.vesting.VestingCompleted.is
- summary: An [account] has become fully vested. No further vesting can happen.
AccountId
, Balance
)#
VestingUpdated(- interface:
api.events.vesting.VestingUpdated.is
- summary: The amount vested has been updated. This could indicate more funds are available. The balance given is the amount which is left unvested (and thus locked). [account, unvested]