HappyFarm
Verified contract
Active on
Ethereum with 134 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xced8…c1ff
Balances ($30.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 10.450496 | $1.001 |
$10.46 | |
TUSD | ERC-20 | 10.035307 | $1.002 |
$10.06 | |
USDC | ERC-20 | 9.969642 | $1.001 |
$9.98 | |
DAI | ERC-20 | 0 | $1.001 |
$0 | |
HPF | ERC-20 | 9.110935M | -- | -- | |
UNI-V2 | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11202987 | 4 years ago | | | 0 | 0.0016017400 | |
| 11202944 | 4 years ago | | | 0 | 0.0015532800 | |
| 11202131 | 4 years ago | | | 0 | 0.0066269840 | |
| 11202110 | 4 years ago | | | 0 | 0.0044727660 | |
| 11202102 | 4 years ago | | | 0 | 0.0059812020 | |
| 11200665 | 4 years ago | | | 0 | 0.0033604230 | |
| 11200436 | 4 years ago | | | 0 | 0.0031138320 | |
| 11200429 | 4 years ago | | | 0 | 0.0015636634 | |
| 11200414 | 4 years ago | | | 0 | 0.0028164682 | |
| 11200399 | 4 years ago | | | 0 | 0.0028728674 |
ABI
ABI objects
Getter at block 21290444
BONUS_MULTIPLIER() view returns (uint256)
12
HPF() view returns (address)
0xced83c64f81181937691cd1d0229fbae63f2c1ff
HPFPerBlock() view returns (uint256)
100000000000000000000
bonusEndBlock() view returns (uint256)
11254700
devFeeDelivered() view returns (bool)
false
devFeeUnlockTime() view returns (uint256)
1635783056
devaddr() view returns (address)
0x42323ddedc676a1c8298d213a9b25aa73fa741a1
endBlock() view returns (uint256)
11514260
governance() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
owner() view returns (address)
0x42323ddedc676a1c8298d213a9b25aa73fa741a1
poolLength() view returns (uint256)
6
startBlock() view returns (uint256)
11174060
totalAllocPoint() view returns (uint256)
600
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingHPF(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accHPFPerShare)
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)
devFee()
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
setGovernance(address _governance, bytes _setupData)
transferOwnership(address newOwner)
updateAllocPoint(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
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 _token, address _devaddr, uint256 _HPFPerBlock, uint256 _startBlock, uint256 _bonusEndBlock, uint256 _endBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.