AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 136 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
0x136b…abd7
0xd452…a58e
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 559.894433 | -- | -- | |
HAL9000 | ERC-20 | 117.076344 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21311887 | 14 days ago | | | 0 | 0.0010573967 | |
| 18684075 | a year ago | | | 0 | 0.0017567940 | |
| 12035841 | 4 years ago | | | 0 | 0.021817817 | |
| 11943312 | 4 years ago | | | 0 | 0.016122744 | |
| 11942852 | 4 years ago | | | 0 | 0.015938487 | |
| 11942846 | 4 years ago | | | 0 | 0.0075454230 | |
| 11942814 | 4 years ago | | | 0 | 0.013628880 | |
| 11942777 | 4 years ago | | | 0 | 0.0054960000 | |
| 11942698 | 4 years ago | | | 0 | 0.0033182100 | |
| 11935661 | 4 years ago | | | 0 | 0.017830578 |
ABI
ABI objects
Getter at block 21410212
_hal9kNftPool() view returns (address)
0xd4520b04bf9f48c55c90fde86a5851a1a50fa58e
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
16419017786682
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
35312058682418
contractStartBlock() view returns (uint256)
11455124
cumulativeRewardsSinceStart() view returns (uint256)
0
devaddr() view returns (address)
0x94c81875e689bdecf9240d23d7b4a0913da08962
epoch() view returns (uint256)
0
epochCalculationStartBlock() view returns (uint256)
0
getPendingDevFeeRewards() view returns (uint256)
0
hal9k() view returns (address)
0x136b01dd3b5a0ffb42195e769f532540abdeabd7
owner() view returns (address)
0x94c81875e689bdecf9240d23d7b4a0913da08962
pendingRewards() view returns (uint256)
13999871042580375898
poolLength() view returns (uint256)
1
rewardsInThisEpoch() view returns (uint256)
351534651644640386822
superAdmin() view returns (address)
0x94c81875e689bdecf9240d23d7b4a0913da08962
totalAllocPoint() view returns (uint256)
100
Read-only
epochRewards(uint256) view returns (uint256)
getUserInfo(uint256 _pid, address _userAddress) view returns (uint256 stakedAmount)
pendingHal9k(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 accHal9kPerShare, bool withdrawable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
add(uint256 _allocPoint, address _token, bool _withUpdate, bool _withdrawable)
addPendingRewards(uint256 _)
burnSuperAdmin()
deposit(uint256 _pid, uint256 _amount)
depositFor(address _depositFor, uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
initialize(address _hal9k, address hal9kNftPool, address _devaddr, address superAdmin)
isContract(address addr) returns (bool)
massUpdatePools()
newSuperAdmin(address newOwner)
remove(uint256 id)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setAllowanceForPoolToken(address spender, uint256 _pid, uint256 value)
setDevFee(uint16 _DEV_FEE)
setDevFeeReciever(address _devaddr)
setHal9kAddress(address _hal9k)
setNftPoolAddress(address hal9kNftPool)
setPoolWithdrawable(uint256 _pid, bool _withdrawable)
setStrategyContractOrDistributionContractAllowance(address tokenAddress, uint256 _amount, address contractAddress)
startNewEpoch()
transferDevFee()
transferOwnership(address newOwner)
withdraw(uint256 _pid, uint256 _amount)
withdrawFrom(address owner, uint256 _pid, uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 _pid, uint256 value)
Deposit(address indexed user, uint256 indexed pid, uint256 amount, uint256 startTime)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
NftPoolChanged(address indexed newAddress, address indexed oldAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SuperAdminTransfered(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.