AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 745 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
0x7b6a…cf29
0xf926…29e6
0xc0bf…664b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ACXT | ERC-20 | 18.749K | -- | -- | |
UNI-V2 | ERC-20 | 1.82036 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14399949 | 3 years ago | | | 0 | 0.013790110 | |
| 12224883 | 4 years ago | | | 0 | 0.0019704060 | |
| 11960779 | 4 years ago | | | 0 | 0.029199882 | |
| 11785460 | 4 years ago | | | 0 | 0.062082632 | |
| 11674395 | 4 years ago | | | 0 | 0.0094698000 | |
| 11478853 | 4 years ago | | | 0 | 0.010522480 | |
| 11467564 | 4 years ago | | | 0 | 0.024727828 | |
| 11431210 | 4 years ago | | | 0 | 0.011049108 | |
| 11417162 | 4 years ago | | | 0 | 0.0076891780 | |
| 11412393 | 4 years ago | | | 0 | 0.0011676480 |
ABI
ABI objects
Getter at block 21173165
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
superAdmin() view returns (address)
0x4b5057b2c87ec9e7c047fb00c0e406dff2fdacad
token() view returns (address)
0xc0bf97bffa94a50502265c579a3b7086d081664b
Read-only
getMineData(uint256 dayNumber) view returns (uint256, uint256, 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)
mineMineSeconds(uint256) view returns (uint256)
minerDayLastClaimedFor(address) view returns (uint256)
minerMineAmounts(address, uint256) view returns (uint256)
minerMineDays(address, uint256) view returns (uint256)
minerMineMineSeconds(address, uint256) 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()
claimAll() payable
claimUpTo(uint256 day) payable
init(address sbEthFeePoolAddress, address sbControllerAddress, address tokenAddress, address adminAddress, address superAdminAddress)
mine(uint256 amount) payable
setPendingAdmin(address newPendingAdmin)
setPendingSuperAdmin(address newPendingSuperAdmin)
unmine(uint256 amount) payable
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.