EthereumDIDRegistry
Verified contract
Active on
Ethereum with 4,564 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "EthereumDIDRegistry"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20820692 | 3 months ago | | | 0 | 0.0018489635 | |
| 20540198 | 4 months ago | | | 0 | 0.000068561361 | |
| 20411517 | 5 months ago | | | 0 | 0.00010248200 | |
| 19992559 | 7 months ago | | | 0 | 0.00028499534 | |
| 19950608 | 7 months ago | | | 0 | 0.0016884500 | |
| 19950607 | 7 months ago | | | 0 | 0.0026058500 | |
| 19922580 | 7 months ago | | | 0 | 0.00033100707 | |
| 19889663 | 7 months ago | | | 0 | 0.00042126355 | |
| 19438664 | 9 months ago | | | 0 | 0.0020130343 | |
| 19152315 | 10 months ago | | | 0 | 0.00042462374 |
ABI
ABI objects
Getter at block 21416309
This contract contains no getter function objects.
Read-only
changed(address) view returns (uint256)
delegates(address, bytes32, address) view returns (uint256)
identityOwner(address identity) view returns (address)
nonce(address) view returns (uint256)
owners(address) view returns (address)
validDelegate(address identity, bytes32 delegateType, address delegate) view returns (bool)
State-modifying
Events addDelegate(address identity, bytes32 delegateType, address delegate, uint256 validity)
addDelegateSigned(address identity, uint8 sigV, bytes32 sigR, bytes32 sigS, bytes32 delegateType, address delegate, uint256 validity)
changeOwner(address identity, address newOwner)
changeOwnerSigned(address identity, uint8 sigV, bytes32 sigR, bytes32 sigS, address newOwner)
revokeAttribute(address identity, bytes32 name, bytes value)
revokeAttributeSigned(address identity, uint8 sigV, bytes32 sigR, bytes32 sigS, bytes32 name, bytes value)
revokeDelegate(address identity, bytes32 delegateType, address delegate)
revokeDelegateSigned(address identity, uint8 sigV, bytes32 sigR, bytes32 sigS, bytes32 delegateType, address delegate)
setAttribute(address identity, bytes32 name, bytes value, uint256 validity)
setAttributeSigned(address identity, uint8 sigV, bytes32 sigR, bytes32 sigS, bytes32 name, bytes value, uint256 validity)
DIDAttributeChanged(address indexed identity, bytes32 name, bytes value, uint256 validTo, uint256 previousChange)
DIDDelegateChanged(address indexed identity, bytes32 delegateType, address delegate, uint256 validTo, uint256 previousChange)
DIDOwnerChanged(address indexed identity, address owner, uint256 previousChange)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.