Registry
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Registry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Registry"
ABI
ABI objects
Getter at block 21245070
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getAttribute(address _who, bytes32 _attribute) view returns (uint256, bytes32, address, uint256)
getAttributeAdminAddr(address _who, bytes32 _attribute) view returns (address)
getAttributeTimestamp(address _who, bytes32 _attribute) view returns (uint256)
getAttributeValue(address _who, bytes32 _attribute) view returns (uint256)
hasAttribute(address _who, bytes32 _attribute) view returns (bool)
subscriberCount(bytes32 _attribute) view returns (uint256)
State-modifying
Events claimOwnership()
reclaimEther(address _to)
reclaimToken(address token, address _to)
setAttribute(address _who, bytes32 _attribute, uint256 _value, bytes32 _notes)
setAttributeValue(address _who, bytes32 _attribute, uint256 _value)
subscribe(bytes32 _attribute, address _syncer)
syncAttribute(bytes32 _attribute, uint256 _startIndex, address[] _addresses)
transferOwnership(address newOwner)
unsubscribe(bytes32 _attribute, uint256 _index)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAttribute(address indexed who, bytes32 attribute, uint256 value, bytes32 notes, address indexed adminAddr)
SetManager(address indexed oldManager, address indexed newManager)
StartSubscription(bytes32 indexed attribute, address indexed subscriber)
StopSubscription(bytes32 indexed attribute, address indexed subscriber)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.