HYPEAdmin
Verified contract
Active on
Ethereum with 331 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4ff7…8040
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HYPE | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12366955 | 4 years ago | | | 0 | 0.0047016750 | |
| 12366951 | 4 years ago | | | 0 | 0.0055760250 | |
| 12366948 | 4 years ago | | | 0 | 0.0036202990 | |
| 12366946 | 4 years ago | | | 0 | 0.0049276500 | |
| 12366937 | 4 years ago | | | 0 | 0.0049276500 | |
| 12366933 | 4 years ago | | | 0 | 0.0049276500 | |
| 12366929 | 4 years ago | | | 0 | 0.0055760250 | |
| 12366924 | 4 years ago | | | 0 | 0.0045386251 | |
| 12366852 | 4 years ago | | | 0 | 0.0045382050 | |
| 12366805 | 4 years ago | | | 0 | 0.0075988000 |
ABI
ABI objects
Getter at block 21220059
BONUS_MULTIPLIER() view returns (uint256)
2
GetTotalStakeAmount() view returns (uint256)
0
HYPE() view returns (address)
0x4ff7c227e1e7bd59351de8635381c379750a8040
HYPEPerBlock() view returns (uint256)
15000000000000000000
bonusEndBlock() view returns (uint256)
13692725
devFundDivRate() view returns (uint256)
10
devaddr() view returns (address)
0x85a37d5698ecd55b43a434eeb5e1d89b0057b631
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xe0b30ea962763015e1c18b3b6afc7a4d31fcd18e
poolLength() view returns (uint256)
8
poolLength_single() view returns (uint256)
0
startBlock() view returns (uint256)
11964725
totalAllocPoint() view returns (uint256)
0
Read-only
GetTotalStakeAmount_single(uint256 _pid) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getMultiplier_single(uint256 _pid, uint256 _from, uint256 _to) view returns (uint256)
isActive_single(uint256 _pid) view returns (bool)
isStake_single(uint256 _pid) view returns (bool)
pendingHYPE(uint256 _pid, address _user) view returns (uint256)
pendingHYPE_single(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accHYPEPerShare)
poolInfo_single(uint256) view returns (address sToken, uint256 singlePerBlock, uint256 singleTokenStartBlock, uint256 singleTokenEndBlock, uint256 bonusEndBlock, uint256 BONUS_MULTIPLIER, bool setEndBlock, bool setActive, uint256 lastRewardBlock, uint256 accHYPEPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
userInfo_single(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events AddSingleTokenInfo(address _sToken, uint256 _singlePerBlock, uint256 _singleTokenStartBlock, uint256 _singleTokenEndBlock, uint256 _bonusEndBlock, uint256 _BONUS_MULTIPLIER, bool _setEndBlock)
add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
deposit_single(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
emergencyWithdraw_single(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setDevFundDivRate(uint256 _devFundDivRate)
setMigrator(address _migrator)
setSingleTokenInfo(uint256 _pid, address _sToken, uint256 _singlePerBlock, uint256 _singleTokenStartBlock, uint256 _singleTokenEndBlock, uint256 _bonusEndBlock, uint256 _BONUS_MULTIPLIER, bool _setEndBlock, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updatePool_single(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
withdraw_single(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
Deposit_single(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw_single(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
Withdraw_single(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _HYPE, address _devaddr, uint256 _HYPEPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.