OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 8,608 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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 "OwnedUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10875574 | 4 years ago | | | 0 | 0.0095175150 | |
| 10874255 | 4 years ago | | | 0 | 0.019366074 | |
| 10872944 | 4 years ago | | | 0 | 0.013099884 | |
| 10872494 | 4 years ago | | | 0 | 0.010309656 | |
| 10869290 | 4 years ago | | | 0 | 0.0097539750 | |
| 10867822 | 4 years ago | | | 0 | 0.032040330 | |
| 10866319 | 4 years ago | | | 0 | 0.019117791 | |
| 10865911 | 4 years ago | | | 0 | 0.020867595 | |
| 10864017 | 4 years ago | | | 0 | 0.014305830 | |
| 10862027 | 4 years ago | | | 0 | 0.014282184 |
ABI
ABI objects
Getter at block 21245070
implementation() view returns (address impl)
0x137ceed64037adab752ed4a4afbec1df3d2f0dad
pendingProxyOwner() view returns (address pendingOwner)
0x0000000000000000000000000000000000000000
proxyOwner() view returns (address owner)
0x16cea306506c387713c70b9c1205fd5ac997e78e
owner() view returns (address)
0x16cea306506c387713c70b9c1205fd5ac997e78e
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 claimProxyOwnership()
transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
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)
NewPendingOwner(address currentOwner, address pendingOwner)
ProxyOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
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)
constructor()
fallback()
This contract contains no error objects.