HlandMaster
Verified contract
Active on
Ethereum with 13,003 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xba7b…44dc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 36.190221M | -- | -- | |
UNI-V2 | ERC-20 | 36.484123K | -- | -- | |
HLAND | ERC-20 | 28.893769K | -- | -- | |
UNI-V2 | ERC-20 | 33.28242 | -- | -- | |
UNI-V2 | ERC-20 | 0.000501 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20776942 | 2 months ago | | | 0 | 0.00036626020 | |
| 20776917 | 2 months ago | | | 0 | 0.00035377620 | |
| 20358140 | 4 months ago | | | 0 | 0.00069063913 | |
| 18516814 | a year ago | | | 0 | 0.0031778911 | |
| 16380001 | 2 years ago | | | 0 | 0.0035730261 | |
| 13848650 | 3 years ago | | | 0 | 0.0096953491 | |
| 13555371 | 3 years ago | | | 0 | 0.012207619 | |
| 13555332 | 3 years ago | | | 0 | 0.013406195 | |
| 13555305 | 3 years ago | | | 0 | 0.011359549 | |
| 13555214 | 3 years ago | | | 0 | 0.016139128 |
ABI
ABI objects
Getter at block 21263135
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
11313800
devaddr() view returns (address)
0xe1229d5617d7c939a9bc36723274cdf923deb64d
hland() view returns (address)
0xba7b2c094c1a4757f9534a37d296a3bed7f544dc
hlandPerBlock() view returns (uint256)
10702054794520500
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xe1229d5617d7c939a9bc36723274cdf923deb64d
poolLength() view returns (uint256)
4
startBlock() view returns (uint256)
11313800
totalAllocPoint() view returns (uint256)
800
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingHland(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accHlandPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _hland, address _devaddr, uint256 _hlandPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.