ERC-6551 Non-fungible Token Bound Accounts
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IERC6551Registry | 0xae3ec50e |
| IERC6551Account | 0x6faff5f1 |
| IERC6551Executable | 0x51945447 |
⚙️ Functions this standard introduces (6)
0x246a0021 | account(address,bytes32,uint256,address,uint256) | view |
0x8a54c52f | createAccount(address,bytes32,uint256,address,uint256) | |
0x51945447 | execute(address,uint256,bytes,uint8) | payable |
0x523e3260 | isValidSigner(address,bytes) | view |
0xc19d93fb | state() | view |
0xfc0c546a | token() | view |
⚖️ Compare with
Parsed from the canonical specification · discussion