ERC-900 Simple Staking Interface
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| Staking | 0x89e03aac |
⚙️ Functions this standard introduces (10)
0x233b7451 | lastStakedFor(address) | view |
0x0e89439b | stake(uint256,bytes) | |
0x0ef96356 | stakeFor(address,uint256,bytes) | |
0x7033e4a6 | supportsHistory() | pure |
0xfc0c546a | token() | view |
0x817b1cd2 | totalStaked() | view |
0xc9c53232 | totalStakedAt(uint256) | view |
0x4b341aed | totalStakedFor(address) | view |
0xede38421 | totalStakedForAt(address,uint256) | view |
0xc8fd6ed0 | unstake(uint256,bytes) |
⚖️ Compare with
Parsed from the canonical specification · discussion