There are 136 events from 35 pallets.
- System - 0
-
ExtrinsicSuccess(dispatch_info)
- 0dispatch_info: DispatchInfo
-
ExtrinsicFailed(dispatch_error, dispatch_info)
- 1dispatch_error: DispatchError dispatch_info: DispatchInfo
-
CodeUpdated()
- 2no args
-
NewAccount(account)
- 3account: T::AccountId
-
KilledAccount(account)
- 4account: T::AccountId
-
Remarked(sender, hash)
- 5sender: T::AccountId hash: T::Hash
-
UpgradeAuthorized(code_hash, check_version)
- 6code_hash: T::Hash check_version: bool
-
- Account - 1
-
AccountLinked(who, identity)
- 0who: T::AccountId identity: IdtyIdOf<T>
-
AccountUnlinked()
- 1: T::AccountId
-
- Scheduler - 2
-
Scheduled(when, index)
- 0when: BlockNumberFor<T> index: u32
-
Canceled(when, index)
- 1when: BlockNumberFor<T> index: u32
-
Dispatched(task, id, result)
- 2task: TaskAddress<BlockNumberFor<T>> id: Option<TaskName> result: DispatchResult
-
RetrySet(task, id, period, retries)
- 3task: TaskAddress<BlockNumberFor<T>> id: Option<TaskName> period: BlockNumberFor<T> retries: u8
-
RetryCancelled(task, id)
- 4task: TaskAddress<BlockNumberFor<T>> id: Option<TaskName>
-
CallUnavailable(task, id)
- 5task: TaskAddress<BlockNumberFor<T>> id: Option<TaskName>
-
PeriodicFailed(task, id)
- 6task: TaskAddress<BlockNumberFor<T>> id: Option<TaskName>
-
RetryFailed(task, id)
- 7task: TaskAddress<BlockNumberFor<T>> id: Option<TaskName>
-
PermanentlyOverweight(task, id)
- 8task: TaskAddress<BlockNumberFor<T>> id: Option<TaskName>
-
- Babe - 3
- Timestamp - 4
- Parameters - 5
- Balances - 6
-
Endowed(account, free_balance)
- 0account: T::AccountId free_balance: T::Balance
-
DustLost(account, amount)
- 1account: T::AccountId amount: T::Balance
-
Transfer(from, to, amount)
- 2from: T::AccountId to: T::AccountId amount: T::Balance
-
BalanceSet(who, free)
- 3who: T::AccountId free: T::Balance
-
Reserved(who, amount)
- 4who: T::AccountId amount: T::Balance
-
Unreserved(who, amount)
- 5who: T::AccountId amount: T::Balance
-
ReserveRepatriated(from, to, amount, destination_status)
- 6from: T::AccountId to: T::AccountId amount: T::Balance destination_status: Status
-
Deposit(who, amount)
- 7who: T::AccountId amount: T::Balance
-
Withdraw(who, amount)
- 8who: T::AccountId amount: T::Balance
-
Slashed(who, amount)
- 9who: T::AccountId amount: T::Balance
-
Minted(who, amount)
- 10who: T::AccountId amount: T::Balance
-
Burned(who, amount)
- 11who: T::AccountId amount: T::Balance
-
Suspended(who, amount)
- 12who: T::AccountId amount: T::Balance
-
Restored(who, amount)
- 13who: T::AccountId amount: T::Balance
-
Upgraded(who)
- 14who: T::AccountId
-
Issued(amount)
- 15amount: T::Balance
-
Rescinded(amount)
- 16amount: T::Balance
-
Locked(who, amount)
- 17who: T::AccountId amount: T::Balance
-
Unlocked(who, amount)
- 18who: T::AccountId amount: T::Balance
-
Frozen(who, amount)
- 19who: T::AccountId amount: T::Balance
-
Thawed(who, amount)
- 20who: T::AccountId amount: T::Balance
-
TotalIssuanceForced(old, new)
- 21old: T::Balance new: T::Balance
-
- TransactionPayment - 32
-
TransactionFeePaid(who, actual_fee, tip)
- 0who: T::AccountId actual_fee: BalanceOf<T> tip: BalanceOf<T>
-
- OneshotAccount - 7
-
OneshotAccountCreated(account, balance, creator)
- 0account: T::AccountId balance: BalanceOf<T> creator: T::AccountId
-
OneshotAccountConsumed(account, dest1, dest2)
- 1account: T::AccountId dest1: (T::AccountId, BalanceOf<T>) dest2: Option<(T::AccountId, BalanceOf<T>)>
-
Withdraw(account, balance)
- 2account: T::AccountId balance: BalanceOf<T>
-
- Quota - 66
-
Refunded(who, identity, amount)
- 0who: T::AccountId identity: IdtyId<T> amount: BalanceOf<T>
-
NoQuotaForIdty()
- 1: IdtyId<T>
-
NoMoreCurrencyForRefund()
- 2no args
-
RefundFailed()
- 3: T::AccountId
-
RefundQueueFull()
- 4no args
-
- SmithMembers - 10
-
InvitationSent(issuer, receiver)
- 0issuer: T::IdtyIndex receiver: T::IdtyIndex
-
InvitationAccepted(idty_index)
- 1idty_index: T::IdtyIndex
-
SmithCertAdded(issuer, receiver)
- 2issuer: T::IdtyIndex receiver: T::IdtyIndex
-
SmithCertRemoved(issuer, receiver)
- 3issuer: T::IdtyIndex receiver: T::IdtyIndex
-
SmithMembershipAdded(idty_index)
- 4idty_index: T::IdtyIndex
-
SmithMembershipRemoved(idty_index)
- 5idty_index: T::IdtyIndex
-
- AuthorityMembers - 11
-
IncomingAuthorities(members)
- 0members: Vec<T::MemberId>
-
OutgoingAuthorities(members)
- 1members: Vec<T::MemberId>
-
MemberGoOffline(member)
- 2member: T::MemberId
-
MemberGoOnline(member)
- 3member: T::MemberId
-
MemberRemoved(member)
- 4member: T::MemberId
-
MemberRemovedFromBlacklist(member)
- 5member: T::MemberId
-
MemberAddedToBlacklist(member)
- 6member: T::MemberId
-
- Authorship - 12
- Offences - 13
-
Offence(kind, timeslot)
- 0kind: Kind timeslot: OpaqueTimeSlot
-
- Historical - 14
- Session - 15
-
NewSession(session_index)
- 0session_index: SessionIndex
-
- Grandpa - 16
-
NewAuthorities(authority_set)
- 0authority_set: AuthorityList
-
Paused()
- 1no args
-
Resumed()
- 2no args
-
- ImOnline - 17
-
HeartbeatReceived(authority_id)
- 0authority_id: T::AuthorityId
-
AllGood()
- 1no args
-
SomeOffline(offline)
- 2offline: Vec<IdentificationTuple<T>>
-
- AuthorityDiscovery - 18
- Sudo - 20
-
Sudid(sudo_result)
- 0sudo_result: DispatchResult
-
KeyChanged(old, new)
- 1old: Option<T::AccountId> new: T::AccountId
-
KeyRemoved()
- 2no args
-
SudoAsDone(sudo_result)
- 3sudo_result: DispatchResult
-
- UpgradeOrigin - 21
-
DispatchedAsRoot(result)
- 0result: DispatchResult
-
- Preimage - 22
-
Noted(hash)
- 0hash: T::Hash
-
Requested(hash)
- 1hash: T::Hash
-
Cleared(hash)
- 2hash: T::Hash
-
- TechnicalCommittee - 23
-
Proposed(account, proposal_index, proposal_hash, threshold)
- 0account: T::AccountId proposal_index: ProposalIndex proposal_hash: T::Hash threshold: MemberCount
-
Voted(account, proposal_hash, voted, yes, no)
- 1account: T::AccountId proposal_hash: T::Hash voted: bool yes: MemberCount no: MemberCount
-
Approved(proposal_hash)
- 2proposal_hash: T::Hash
-
Disapproved(proposal_hash)
- 3proposal_hash: T::Hash
-
Executed(proposal_hash, result)
- 4proposal_hash: T::Hash result: DispatchResult
-
MemberExecuted(proposal_hash, result)
- 5proposal_hash: T::Hash result: DispatchResult
-
Closed(proposal_hash, yes, no)
- 6proposal_hash: T::Hash yes: MemberCount no: MemberCount
-
- UniversalDividend - 30
-
NewUdCreated(amount, index, monetary_mass, members_count)
- 0amount: BalanceOf<T> index: UdIndex monetary_mass: BalanceOf<T> members_count: BalanceOf<T>
-
UdReevalued(new_ud_amount, monetary_mass, members_count)
- 1new_ud_amount: BalanceOf<T> monetary_mass: BalanceOf<T> members_count: BalanceOf<T>
-
UdsAutoPaid(count, total, who)
- 2count: UdIndex total: BalanceOf<T> who: T::AccountId
-
UdsClaimed(count, total, who)
- 3count: UdIndex total: BalanceOf<T> who: T::AccountId
-
- Wot - 40
- Identity - 41
-
IdtyCreated(idty_index, owner_key)
- 0idty_index: T::IdtyIndex owner_key: T::AccountId
-
IdtyConfirmed(idty_index, owner_key, name)
- 1idty_index: T::IdtyIndex owner_key: T::AccountId name: IdtyName
-
IdtyValidated(idty_index)
- 2idty_index: T::IdtyIndex
-
IdtyChangedOwnerKey(idty_index, new_owner_key)
- 3idty_index: T::IdtyIndex new_owner_key: T::AccountId
-
IdtyRevoked(idty_index, reason)
- 4idty_index: T::IdtyIndex reason: RevocationReason
-
IdtyRemoved(idty_index, reason)
- 5idty_index: T::IdtyIndex reason: RemovalReason
-
- Membership - 42
-
MembershipAdded(member, expire_on)
- 0member: T::IdtyId expire_on: BlockNumberFor<T>
-
MembershipRenewed(member, expire_on)
- 1member: T::IdtyId expire_on: BlockNumberFor<T>
-
MembershipRemoved(member, reason)
- 2member: T::IdtyId reason: MembershipRemovalReason
-
- Certification - 43
-
CertAdded(issuer, receiver)
- 0issuer: T::IdtyIndex receiver: T::IdtyIndex
-
CertRemoved(issuer, receiver, expiration)
- 1issuer: T::IdtyIndex receiver: T::IdtyIndex expiration: bool
-
CertRenewed(issuer, receiver)
- 2issuer: T::IdtyIndex receiver: T::IdtyIndex
-
- Distance - 44
-
EvaluationRequested(idty_index, who)
- 0idty_index: T::IdtyIndex who: T::AccountId
-
EvaluatedValid(idty_index, distance)
- 1idty_index: T::IdtyIndex distance: Perbill
-
EvaluatedInvalid(idty_index, distance)
- 2idty_index: T::IdtyIndex distance: Perbill
-
- AtomicSwap - 50
-
NewSwap(account, proof, swap)
- 0account: T::AccountId proof: HashedProof swap: PendingSwap<T>
-
SwapClaimed(account, proof, success)
- 1account: T::AccountId proof: HashedProof success: bool
-
SwapCancelled(account, proof)
- 2account: T::AccountId proof: HashedProof
-
- Multisig - 51
-
NewMultisig(approving, multisig, call_hash)
- 0approving: T::AccountId multisig: T::AccountId call_hash: CallHash
-
MultisigApproval(approving, timepoint, multisig, call_hash)
- 1approving: T::AccountId timepoint: Timepoint<BlockNumberFor<T>> multisig: T::AccountId call_hash: CallHash
-
MultisigExecuted(approving, timepoint, multisig, call_hash, result)
- 2approving: T::AccountId timepoint: Timepoint<BlockNumberFor<T>> multisig: T::AccountId call_hash: CallHash result: DispatchResult
-
MultisigCancelled(cancelling, timepoint, multisig, call_hash)
- 3cancelling: T::AccountId timepoint: Timepoint<BlockNumberFor<T>> multisig: T::AccountId call_hash: CallHash
-
- ProvideRandomness - 52
-
FilledRandomness(request_id, randomness)
- 0request_id: RequestId randomness: H256
-
RequestedRandomness(request_id, salt, r#type)
- 1request_id: RequestId salt: H256 r#type: RandomnessType
-
- Proxy - 53
-
ProxyExecuted(result)
- 0result: DispatchResult
-
PureCreated(pure, who, proxy_type, disambiguation_index)
- 1pure: T::AccountId who: T::AccountId proxy_type: T::ProxyType disambiguation_index: u16
-
Announced(real, proxy, call_hash)
- 2real: T::AccountId proxy: T::AccountId call_hash: CallHashOf<T>
-
ProxyAdded(delegator, delegatee, proxy_type, delay)
- 3delegator: T::AccountId delegatee: T::AccountId proxy_type: T::ProxyType delay: BlockNumberFor<T>
-
ProxyRemoved(delegator, delegatee, proxy_type, delay)
- 4delegator: T::AccountId delegatee: T::AccountId proxy_type: T::ProxyType delay: BlockNumberFor<T>
-
- Utility - 54
-
BatchInterrupted(index, error)
- 0index: u32 error: DispatchError
-
BatchCompleted()
- 1no args
-
BatchCompletedWithErrors()
- 2no args
-
ItemCompleted()
- 3no args
-
ItemFailed(error)
- 4error: DispatchError
-
DispatchedAs(result)
- 5result: DispatchResult
-
- Treasury - 55
-
Spending(budget_remaining)
- 0budget_remaining: BalanceOf<T, I>
-
Awarded(proposal_index, award, account)
- 1proposal_index: ProposalIndex award: BalanceOf<T, I> account: T::AccountId
-
Burnt(burnt_funds)
- 2burnt_funds: BalanceOf<T, I>
-
Rollover(rollover_balance)
- 3rollover_balance: BalanceOf<T, I>
-
Deposit(value)
- 4value: BalanceOf<T, I>
-
SpendApproved(proposal_index, amount, beneficiary)
- 5proposal_index: ProposalIndex amount: BalanceOf<T, I> beneficiary: T::AccountId
-
UpdatedInactive(reactivated, deactivated)
- 6reactivated: BalanceOf<T, I> deactivated: BalanceOf<T, I>
-
AssetSpendApproved(index, asset_kind, amount, beneficiary, valid_from, expire_at)
- 7index: SpendIndex asset_kind: T::AssetKind amount: AssetBalanceOf<T, I> beneficiary: T::Beneficiary valid_from: BlockNumberFor<T> expire_at: BlockNumberFor<T>
-
AssetSpendVoided(index)
- 8index: SpendIndex
-
Paid(index, payment_id)
- 9index: SpendIndex payment_id: <T::Paymaster as Pay>::Id
-
PaymentFailed(index, payment_id)
- 10index: SpendIndex payment_id: <T::Paymaster as Pay>::Id
-
SpendProcessed(index)
- 11index: SpendIndex
-