AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 17,600 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 6637.473171T | -- | -- | |
EXC | ERC-20 | 21 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155051 | 12 hours ago | | | 0 | 0.0064556654 | |
| 21155046 | 12 hours ago | | | 0 | 0.0044969123 | |
| 21147492 | 2 days ago | | | 0 | 0.0018887068 | |
| 21147492 | 2 days ago | | | 0 | 0.0021913178 | |
| 21143752 | 2 days ago | | | 0 | 0.0052139600 | |
| 21143750 | 2 days ago | | | 0 | 0.0051787381 | |
| 21143749 | 2 days ago | | | 0 | 0.0052354239 | |
| 21143746 | 2 days ago | | | 0 | 0.0065101000 | |
| 21135574 | 3 days ago | | | 0 | 0.0041391194 | |
| 21129451 | 4 days ago | | | 0 | 0.023949643 |
ABI
ABI objects
Getter at block 21158618
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UNDELEGATION_PROHIBITION_WINDOW_SECONDS() view returns (uint256)
259200
contractManager() view returns (address)
0xc04a10fd5e6513242558f47331568abd6185a310
Read-only
delegations(uint256) view returns (address holder, uint256 validatorId, uint256 amount, uint256 delegationPeriod, uint256 created, uint256 started, uint256 finished, string info)
delegationsByHolder(address, uint256) view returns (uint256)
delegationsByValidator(uint256, uint256) view returns (uint256)
getDelegatedToValidator(uint256 validatorId, uint256 month) view returns (uint256 amount)
getDelegation(uint256 delegationId) view returns (struct IDelegationControllerDelegation delegation)
getDelegationsByHolderLength(address holder) view returns (uint256 length)
getDelegationsByValidatorLength(uint256 validatorId) view returns (uint256 length)
getEffectiveDelegatedToValidator(uint256 validatorId, uint256 month) view returns (uint256 amount)
getEffectiveDelegatedValuesByValidator(uint256 validatorId) view returns (uint256[] amounts)
getFirstDelegationMonth(address holder, uint256 validatorId) view returns (uint256 month)
getLockedInPendingDelegations(address holder) view returns (uint256 amount)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getState(uint256 delegationId) view returns (uint8 state)
hasRole(bytes32 role, address account) view returns (bool)
hasUnprocessedSlashes(address holder) view returns (bool hasUnprocessed)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptPendingDelegation(uint256 delegationId)
cancelPendingDelegation(uint256 delegationId)
confiscate(uint256 validatorId, uint256 amount)
delegate(uint256 validatorId, uint256 amount, uint256 delegationPeriod, string info)
getAndUpdateDelegatedAmount(address holder) returns (uint256 amount)
getAndUpdateDelegatedByHolderToValidatorNow(address holder, uint256 validatorId) returns (uint256 amount)
getAndUpdateDelegatedToValidatorNow(uint256 validatorId) returns (uint256 amount)
getAndUpdateEffectiveDelegatedByHolderToValidator(address holder, uint256 validatorId, uint256 month) returns (uint256 effectiveDelegated)
getAndUpdateEffectiveDelegatedToValidator(uint256 validatorId, uint256 month) returns (uint256 amount)
getAndUpdateForbiddenForDelegationAmount(address wallet) returns (uint256 amount)
getAndUpdateLockedAmount(address wallet) returns (uint256 amount)
grantRole(bytes32 role, address account)
initialize(address contractsAddress)
processAllSlashes(address holder)
processSlashes(address holder, uint256 limit)
renounceRole(bytes32 role, address account)
requestUndelegation(uint256 delegationId)
revokeRole(bytes32 role, address account)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Confiscated(uint256 indexed validatorId, uint256 amount)
DelegationAccepted(uint256 delegationId)
DelegationProposed(uint256 delegationId)
DelegationRequestCanceledByUser(uint256 delegationId)
Initialized(uint8 version)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SlashesProcessed(address indexed holder, uint256 limit)
UndelegationRequested(uint256 delegationId)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.