AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 4,547 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
0x53ca…38fc
0x990f…017c
15 additional
variables
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14527620 | 3 years ago | | | 0 | 0.0026690648 | |
| 14526684 | 3 years ago | | | 0 | 0.0061912785 | |
| 14479496 | 3 years ago | | | 0 | 0.0020470552 | |
| 14479493 | 3 years ago | | | 0 | 0.0019120924 | |
| 14378781 | 3 years ago | | | 0 | 0.00084815141 | |
| 14377294 | 3 years ago | | | 0 | 0.0010382693 | |
| 14372396 | 3 years ago | | | 0 | 0.0013939580 | |
| 14329972 | 3 years ago | | | 0 | 0.0024132022 | |
| 14306930 | 3 years ago | | | 0 | 0.0021525600 | |
| 14306524 | 3 years ago | | | 0 | 0.0022929279 |
ABI
ABI objects
Getter at block 21416023
admin() view returns (address)
0xbddc7ef8baceace16dce005102639a4bb86cb8c1
entityRewardPerBlockDenominator() view returns (uint256)
7000
entityRewardPerBlockDenominatorNew() view returns (uint256)
7000
entityRewardPerBlockNumerator() view returns (uint256)
45000000000000000000
entityRewardPerBlockNumeratorNew() view returns (uint256)
0
getServiceContracts() view returns (address[])
[0xFbdDaDD80fe7bda00B901FbAf73803F2238Ae655]
initDone() view returns (bool)
true
parameterAdmin() view returns (address)
0xcaa6f3fa9357dc054332ba4ac026017de8a751dd
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
pendingSuperAdmin() view returns (address)
0x0000000000000000000000000000000000000000
rewardBalance() view returns (uint256)
0
rewardPerBlockNewEffectiveBlock() view returns (uint256)
1
strongPool() view returns (address)
0x53ca51ba980b6475c13d158c1825013cf81038fc
strongToken() view returns (address)
0x990f341946a3fdb507ae7e52d17851b87168017c
superAdmin() view returns (address)
0x4b5057b2c87ec9e7c047fb00c0e406dff2fdacad
totalVotesOut() view returns (uint256)
33042700000000000000
voterRewardPerBlockDenominator() view returns (uint256)
7000
voterRewardPerBlockDenominatorNew() view returns (uint256)
7000
voterRewardPerBlockNumerator() view returns (uint256)
45000000000000000000
voterRewardPerBlockNumeratorNew() view returns (uint256)
0
Read-only
balances(address) view returns (uint96)
checkpointsFromBlock(address, uint32) view returns (uint32)
checkpointsVotes(address, uint32) view returns (uint96)
delegates(address) view returns (address)
getAvailableServiceEntityVotes(address account) view returns (uint96)
getCurrentProposalVotes(address account) view returns (uint96)
getEntityReward(address service, address entity) view returns (uint256)
getPriorProposalVotes(address account, uint256 blockNumber) view returns (uint96)
getVoterReward(address voter) view returns (uint256)
getVoterServiceEntities(address voter, address service) view returns (address[])
getVoterServices(address voter) view returns (address[])
numCheckpoints(address) view returns (uint32)
serviceContractActive(address) view returns (bool)
serviceContractIndex(address) view returns (uint256)
serviceContracts(uint256) view returns (address)
serviceEntityBlockLastClaimedOn(address, address) view returns (uint256)
serviceEntityVotes(address, address) view returns (uint256)
serviceVotes(address) view returns (uint256)
voterBlockLastClaimedOn(address) view returns (uint256)
voterServiceEntities(address, address, uint256) view returns (address)
voterServiceEntityIndex(address, address, address) view returns (uint256)
voterServiceEntityVotes(address, address, address) view returns (uint256)
voterServiceIndex(address, address) view returns (uint256)
voterServices(address, uint256) view returns (address)
voterVotesOut(address) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptAdmin()
acceptSuperAdmin()
addServiceContract(address contr)
deposit(uint256 amount)
entityClaim(address service)
init(address strongTokenAddress, address strongPoolAddress, address adminAddress, address superAdminAddress, uint256 voterRewardPerBlockNumeratorValue, uint256 voterRewardPerBlockDenominatorValue, uint256 entityRewardPerBlockNumeratorValue, uint256 entityRewardPerBlockDenominatorValue)
recallVote(address service, address entity, uint256 amount)
setPendingAdmin(address newPendingAdmin)
setPendingSuperAdmin(address newPendingSuperAdmin)
updateEntityRewardPerBlock(uint256 numerator, uint256 denominator)
updateParameterAdmin(address newParameterAdmin)
updateRewardPerBlockNew(uint256 numeratorVoter, uint256 denominatorVoter, uint256 numeratorEntity, uint256 denominatorEntity, uint256 effectiveBlock)
updateServiceContractActiveStatus(address contr, bool activeStatus)
updateVoterRewardPerBlock(uint256 numerator, uint256 denominator)
updateVotes(address voter, uint256 rawAmount, bool adding)
vote(address service, address entity, uint256 amount)
voterClaim()
withdraw(address destination, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Claimed(address indexed claimer, uint256 amount)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
RecalledVote(address indexed voter, address indexed service, address indexed entity, uint256 amount)
Voted(address indexed voter, address indexed service, address indexed entity, uint256 amount)
VotesAdded(address indexed miner, uint256 amount)
VotesSubtracted(address indexed miner, uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.