Name | Lookup | Parameters | |
|---|---|---|---|
| add_validator_log | 5400 | 1 | |
| add_lift_log | 5401 | 1 | |
| submit_checkevent_result | 5402 | 4 | |
| process_event | 5403 | 4 | |
| challenge_event | 5404 | 4 | |
| add_ethereum_log | 5405 | 2 | |
| signed_add_ethereum_log | 5406 | 3 | |
| set_ethereum_contract | 5407 | 2 | |
| set_event_challenge_period | 5408 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| EthereumEventAdded | 5400 | ["EthEventId","AccountId","H160"] | |
| EventValidated | 5401 | ["EthEventId","CheckResult","AccountId"] | |
| EventProcessed | 5402 | ["EthEventId","AccountId","bool"] | |
| EventChallenged | 5403 | ["EthEventId","AccountId","ChallengeReason"] | |
| ChallengeSucceeded | 5404 | ["EthEventId","CheckResult"] | |
| OffenceReported | 5405 | ["EthereumLogOffenceType","Vec<IdentificationTuple>"] | |
| EventAccepted | 5406 | ["EthEventId"] | |
| EventRejected | 5407 | ["EthEventId","CheckResult","bool"] | |
| EventChallengePeriodUpdated | 5408 | ["BlockNumber"] | |
| CallDispatched | 5409 | ["AccountId","Hash"] | |
| NftEthereumEventAdded | 540a | ["EthEventId","AccountId"] |
Name | Type | |
|---|---|---|
| ValidatorManagerContractAddress | {"origin":"PlainType","plain_type":"H160","PlainTypeValue":106} | |
| LiftingContractAddress | {"origin":"PlainType","plain_type":"H160","PlainTypeValue":106} | |
| TotalIngresses | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":10} | |
| UncheckedEvents | {"origin":"PlainType","plain_type":"Vec<Tuple:sp_avn_common:event_types:EthEventIdU64U32>","PlainTypeValue":391} | |
| EventsPendingChallenge | {"origin":"PlainType","plain_type":"Vec<Tuple:sp_avn_common:event_types:EthEventCheckResultU64U32>","PlainTypeValue":393} | |
| ProcessedEvents | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["sp_avn_common:event_types:EthEventId"],"value":"Bool","keys_id":105,"value_id":35}} | |
| Challenges | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["sp_avn_common:event_types:EthEventId"],"value":"Vec<AccountId>","keys_id":105,"value_id":201}} | |
| QuorumFactor | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| EventChallengePeriod | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| NftT1Contracts | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"NULL","keys_id":106,"value_id":95}} | |
| ProxyNonces | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U64","keys_id":0,"value_id":10}} | |
| StorageVersion | {"origin":"PlainType","plain_type":"pallet_ethereum_events:Releases","PlainTypeValue":395} |
Name | Docs |
|---|---|
| DuplicateEvent | |
| MissingEventToCheck | |
| UnrecognizedEventSignature | |
| EventParsingFailed | |
| ErrorSigning | |
| ErrorSubmittingTransaction | |
| InvalidKey | |
| PendingChallengeEventNotFound | |
| InvalidEventToChallenge | |
| Overflow | |
| DuplicateChallenge | |
| ErrorSavingValidationToLocalDB | |
| MalformedHash | |
| InvalidEventToProcess | |
| ChallengingOwnEvent | |
| InvalidContractAddress | |
| InvalidContractType | |
| InvalidEventChallengePeriod | |
| SenderIsNotSigner | |
| UnauthorizedTransaction | |
| UnauthorizedSignedAddEthereumLogTransaction |