ERC-7794 Grant Registry
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IGrantRegistry | 0xe95024d2 |
⚙️ Functions this standard introduces (18)
0x8e983784 | addDisbursement(bytes32,uint256,address,uint256) | |
0x9f76246e | addExternalLink(bytes32,string) | |
0x839dc018 | addGrantee(bytes32,address) | |
0x4e3e63ee | addMilestoneDate(bytes32,uint256) | |
0xdb0cdcca | getDisbursement(bytes32,uint256) | view |
0xf0ea3874 | getExternalLinks(bytes32) | view |
0xe483ac04 | getGrant(bytes32) | view |
0xeddad155 | getGrantees(bytes32) | view |
0xb71edc31 | getGrantManager(bytes32) | view |
0xef509b94 | getMilestonesDates(bytes32) | view |
0xf2457890 | registerGrant(uint256,uint256,string,address) | |
0x8487cc5c | removeDisbursement(bytes32,uint256) | |
0x76fdff4d | removeExternalLink(bytes32,uint256) | |
0xc3cc3453 | removeGrantee(bytes32,address) | |
0xb327960d | removeMilestoneDate(bytes32,uint256) | |
0x2294612e | setDisbursementStatus(bytes32,uint256,bool) | |
0xf2f1a9ce | setStartDate(bytes32,uint256) | |
0xef5d6bbb | transferOwnership(bytes32,address) |
⚖️ Compare with
Parsed from the canonical specification · discussion