EIP-8130 Keystore Accounts
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IKeystore | 0xbd6eb227 |
| IAuthenticator | 0x30ba1adf |
| ITransactionContext | 0x38b066ff |
| INonceManager | 0x89535803 |
⚙️ Functions this standard introduces (19)
0x20c4a62c | applySignedAccountChanges(address,(uint8,uint64,(uint8,bytes)[],bytes)) | |
0x30ba1adf | authenticate(bytes32,bytes) | view |
0x92a5497a | authenticateActor(address,bytes32,bytes) | view |
0x500fa70e | computeAddress(bytes32,bytes,(bytes32,address,uint16,bytes)[]) | view |
0x28ecd68b | createAccount(bytes32,bytes,(bytes32,address,uint16,bytes)[]) | |
0x823268e3 | envelopeDigest(uint8,address,bytes32) | view |
0xbdbb5ddf | getActor(address,bytes32) | view |
0xd1a62df4 | getActorConfig(address,bytes32) | view |
0x82e5f7c6 | getChangeSequences(address) | view |
0x0f36f691 | getLockStatus(address) | view |
0x89535803 | getNonce(address,uint256) | view |
0xdf66b5cb | getTransactionCalls() | view |
0xd13f350a | getTransactionGasLimit() | view |
0x690b3a9d | getTransactionPayer() | view |
0xbead3f50 | getTransactionSender() | view |
0xe14fe3f3 | getTransactionSenderActorId() | view |
0x91867138 | importAccount(address,uint256,(bytes32,address,uint16,bytes)[],bytes) | |
0x12804095 | replaySafeHash(address,uint256,bytes32) | pure |
0x971604c6 | validateSignature(address,bytes32,bytes) | view |
⚖️ Compare with
Parsed from the canonical specification · discussion