ClaimsRegistry
Verified contract
Active on
Ethereum with 1,326 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ClaimsRegistry"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14330792 | 3 years ago | | | 0 | 0.00080769000 | |
| 13402407 | 3 years ago | | | 0 | 0.013466500 | |
| 13402400 | 3 years ago | | | 0 | 0.016150200 | |
| 13402400 | 3 years ago | | | 0 | 0.016156200 | |
| 13402385 | 3 years ago | | | 0 | 0.010773200 | |
| 13402385 | 3 years ago | | | 0 | 0.016207646 | |
| 13402362 | 3 years ago | | | 0 | 0.017825674 | |
| 13402345 | 3 years ago | | | 0 | 0.012981706 | |
| 13402345 | 3 years ago | | | 0 | 0.0074335080 | |
| 12944089 | 3 years ago | | | 0 | 0.0014668582 |
ABI
ABI objects
Getter at block 21276386
This contract contains no getter function objects.
Read-only
computeSignableKey(address subject, bytes32 claimHash) pure returns (bytes32)
getClaim(address attester, bytes sig) view returns (address)
recoverWithPrefix(bytes32 hash, bytes sig) pure returns (address)
registry(bytes32) view returns (address subject, bool revoked)
verifyClaim(address subject, address attester, bytes sig) view returns (bool)
verifyWithPrefix(bytes32 hash, bytes sig, address signer) pure returns (bool)
State-modifying
Events revokeClaim(bytes sig)
setClaimWithSignature(address subject, address attester, bytes32 claimHash, bytes sig)
ClaimRevoked(bytes sig)
ClaimStored(bytes sig)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.