Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina authored Mar 2, 2024
1 parent 32eb4b8 commit 039df00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Subgraphs for Nation3 smart contracts

This subgraph tracks the following events from the Nation3 [`PassportIssuer`](https://github.com/nation3/foundations/blob/main/src/passport/PassportIssuer.sol) contract:

`event Attest(address indexed _to, uint256 indexed _tokenId);`
- `event Attest(address indexed _to, uint256 indexed _tokenId);`

Tracks Passport issuance. Initiated by [`claim(uint8, bytes32, bytes32)`](https://github.com/nation3/foundations/blob/main/src/passport/PassportIssuer.sol#L131)
Tracks Passport issuance. Initiated by [`claim(uint8, bytes32, bytes32)`](https://github.com/nation3/foundations/blob/main/src/passport/PassportIssuer.sol#L131)

`event Revoke(address indexed _to, uint256 indexed _tokenId);`
- `event Revoke(address indexed _to, uint256 indexed _tokenId);`

Tracks Passport revocations. Initiated by [`revoke(address)`](https://github.com/nation3/foundations/blob/main/src/passport/PassportIssuer.sol#L150).
Tracks Passport revocations. Initiated by [`revoke(address)`](https://github.com/nation3/foundations/blob/main/src/passport/PassportIssuer.sol#L150).

`event UpdateRequirements(uint256 claimRequiredBalance, uint256 revokeUnderBalance);`
- `event UpdateRequirements(uint256 claimRequiredBalance, uint256 revokeUnderBalance);`

Tracks changes to Passport issuance params. Initiated by [`setParams(uint256, uin256)`](https://github.com/nation3/foundations/blob/main/src/passport/PassportIssuer.sol#L162)
Tracks changes to Passport issuance params. Initiated by [`setParams(uint256, uin256)`](https://github.com/nation3/foundations/blob/main/src/passport/PassportIssuer.sol#L162)

### ⚖️ Agreements

Expand Down

0 comments on commit 039df00

Please sign in to comment.