Hal9kVault
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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
Balances ($0.00)
No balances found for "Hal9kVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Hal9kVault"
ABI
ABI objects
Getter at block 21170012
_hal9kNftPool() view returns (address)
0x0000000000000000000000000000000000000000
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
0
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
0
contractStartBlock() view returns (uint256)
0
cumulativeRewardsSinceStart() view returns (uint256)
0
devaddr() view returns (address)
0x0000000000000000000000000000000000000000
epoch() view returns (uint256)
0
epochCalculationStartBlock() view returns (uint256)
0
getPendingDevFeeRewards() view returns (uint256)
0
hal9k() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingRewards() view returns (uint256)
0
poolLength() view returns (uint256)
0
rewardsInThisEpoch() view returns (uint256)
0
superAdmin() view returns (address)
0x0000000000000000000000000000000000000000
totalAllocPoint() view returns (uint256)
0
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 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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.