InitializableAdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 6 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
Balances ($0.00)
No balances found for "InitializableAdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20233232 | 4 months ago | | | 0 | 0.036864000 | |
| 20226389 | 5 months ago | | | 0 | 0.010679060 | |
| 20120054 | 5 months ago | | | 0 | 0.044976750 | |
| 14843522 | 2 years ago | | | 0 | 0.039432510 | |
| 11656733 | 4 years ago | | | 0 | 0.12151920 | |
| 11160180 | 4 years ago | | | 0 | 0.025815320 |
ABI
ABI objects
Getter at block 21215548
BENEFICIARY_ROLE() view returns (bytes32)
0xc8a41221bcd7fcf2c225f5a9265e1d4d39949d89197159d59e5f4b87b62c419e
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractManager() view returns (address)
0xc04a10fd5e6513242558f47331568abd6185a310
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)
initialize(address _logic, address _admin, bytes _data) payable
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
cancelPendingDelegation(uint256 delegationId)
cancelVesting(uint256 vestedAmount)
changeBeneficiaryAddress(address beneficiary)
delegate(uint256 validatorId, uint256 amount, uint256 delegationPeriod, string info)
grantRole(bytes32 role, address account)
initialize(address contractManagerAddress)
initialize(address contractManagerAddress, address beneficiary)
reinitialize(address beneficiary)
renounceRole(bytes32 role, address account)
requestUndelegation(uint256 delegationId)
retrieve()
retrieveAfterTermination(address destination)
revokeRole(bytes32 role, address account)
tokensReceived(address operator, address from, address to, uint256 amount, bytes userData, bytes operatorData)
tokensToSend(address, address, address to, uint256, bytes, bytes)
withdrawBounty(uint256 validatorId, address to)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
BeneficiaryUpdated(address oldValue, address newValue)
Initialized(uint8 version)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
VestingCanceled(uint256 vestedAmount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.