AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 4,240 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
0xf926…29e6
0x7b6a…cf29
0xce27…c24e
0x990f…017c
Balances ($651.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STRONG | ERC-20 | 240.407222 | $2.71 |
$651.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15070199 | 2 years ago | | | 0 | 0.0053477642 | |
| 13503960 | 3 years ago | | | 0 | 0.0055173660 | |
| 13465812 | 3 years ago | | | 0 | 0.0048830423 | |
| 13465749 | 3 years ago | | | 0 | 0.0028998522 | |
| 12935389 | 3 years ago | | | 0 | 0.015232545 | |
| 12906404 | 3 years ago | | | 0 | 0.0046942500 | |
| 12883502 | 3 years ago | | | 0 | 0.00084000000 | |
| 12859211 | 3 years ago | | | 0 | 0.00083723000 | |
| 12858832 | 3 years ago | | | 0 | 0.011344438 | |
| 12832364 | 3 years ago | | | 0 | 0.00086900000 |
ABI
ABI objects
Getter at block 21160681
admin() view returns (address)
0x46e609f5ee2f79132624df93ffbb54628096f53c
initDone() view returns (bool)
true
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
pendingSuperAdmin() view returns (address)
0x0000000000000000000000000000000000000000
sbController() view returns (address)
0xf926273774edb31701e13c77f7cd200ffe5529e6
sbEthFeePool() view returns (address)
0x7b6a5c7ceef901a1791dc6ec2ba66bcb7e3bcf29
sbVotes() view returns (address)
0xce27c95e51639164d38138706483f5273db4c24e
strongToken() view returns (address)
0x990f341946a3fdb507ae7e52d17851b87168017c
superAdmin() view returns (address)
0x4b5057b2c87ec9e7c047fb00c0e406dff2fdacad
Read-only
getMineData(uint256 dayNumber) view returns (uint256, uint256, uint256)
getMineForVotesOnly(address miner) view returns (uint256)
getMinerDayLastClaimedFor(address miner) view returns (uint256)
getMinerMineData(address miner, uint256 dayNumber) view returns (uint256, uint256, uint256)
getRewardsDueAll(address miner) view returns (uint256)
getRewardsDueUpTo(uint256 day, address miner) view returns (uint256)
mineAmounts(uint256) view returns (uint256)
mineDays(uint256) view returns (uint256)
mineForVotes(address) view returns (uint256)
mineMineSeconds(uint256) view returns (uint256)
minerDayLastClaimedFor(address) view returns (uint256)
minerMinMined(address miner) view returns (bool)
minerMineAmounts(address, uint256) view returns (uint256)
minerMineDays(address, uint256) view returns (uint256)
minerMineMineSeconds(address, uint256) view returns (uint256)
serviceMinMined(address miner) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptAdmin()
acceptSuperAdmin()
claimAll() payable
claimUpTo(uint256 day) payable
init(address sbVotesAddress, address sbEthFeePoolAddress, address sbControllerAddress, address strongTokenAddress, address adminAddress, address superAdminAddress)
mine(uint256 amount) payable
mineFor(address miner, uint256 amount)
mineForVotesOnly(uint256 amount)
setPendingAdmin(address newPendingAdmin)
setPendingSuperAdmin(address newPendingSuperAdmin)
unmine(uint256 amount) payable
unmineForVotesOnly(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.