AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 7,639 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xc04a…a310
0x1820…ad24
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148075 | 2 days ago | | | 0 | 0.0040060046 | |
| 21148074 | 2 days ago | | | 0 | 0.0042400660 | |
| 21096570 | 9 days ago | | | 0 | 0.0032828520 | |
| 21096140 | 9 days ago | | | 0 | 0.0040015075 | |
| 21095835 | 9 days ago | | | 0 | 0.0039348270 | |
| 21092490 | 10 days ago | | | 0 | 0.0064622944 | |
| 21053299 | 15 days ago | | | 0 | 0.0025131119 | |
| 21053298 | 15 days ago | | | 0 | 0.0029883506 | |
| 21053297 | 15 days ago | | | 0 | 0.0026578028 | |
| 21053297 | 15 days ago | | | 0 | 0.0026578028 |
ABI
ABI objects
Getter at block 21163041
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
CALL_PRICE() view returns (uint256)
21000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
HEADER_COSTS() view returns (uint256)
7486
SCHAIN_REMOVAL_ROLE() view returns (bytes32)
0xb255307074ca346131c5f519e3a0a9ed8dd94f870158b52504c4b046766776f9
contractManager() view returns (address)
0xc04a10fd5e6513242558f47331568abd6185a310
version() view returns (string)
1.12.0
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
createNode(uint16 port, uint16 nonce, bytes4 ip, bytes4 publicIp, bytes32[2] publicKey, string name, string domainName)
deleteSchain(string name)
deleteSchainByRoot(string name)
getBounty(uint256 nodeIndex)
grantRole(bytes32 role, address account)
initialize(address newContractsAddress)
nodeExit(uint256 nodeIndex)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setVersion(string newVersion)
tokensReceived(address, address from, address to, uint256 value, bytes userData, bytes)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
BountyReceived(uint256 indexed nodeIndex, address owner, uint256 averageDowntime, uint256 averageLatency, uint256 bounty, uint256 previousBlockEvent)
Initialized(uint8 version)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
VersionUpdated(string oldVersion, string newVersion)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.