Hulkfarmer
Verified contract
Active on
Ethereum with 1,291 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe1f8…3b99
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HULK | ERC-20 | 3.040151K | -- | -- | |
UNI-V2 | ERC-20 | 674.007848 | -- | -- | |
UNI-V2 | ERC-20 | 400.475967 | -- | -- | |
UNI-V2 | ERC-20 | 13.772825 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11353258 | 4 years ago | | | 0 | 0.0020220123 | |
| 11353258 | 4 years ago | | | 0 | 0.0019916061 | |
| 11339162 | 4 years ago | | | 0 | 0.0026778180 | |
| 11339156 | 4 years ago | | | 0 | 0.0041770080 | |
| 11323252 | 4 years ago | | | 0 | 0.0051772170 | |
| 11284163 | 4 years ago | | | 0 | 0.0025748250 | |
| 11284055 | 4 years ago | | | 0 | 0.0057017826 | |
| 11283913 | 4 years ago | | | 0 | 0.0040354870 | |
| 11271892 | 4 years ago | | | 0 | 0.0040081680 | |
| 11267368 | 4 years ago | | | 0 | 0.0019671663 |
ABI
ABI objects
Getter at block 21219469
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
11124909
devaddr() view returns (address)
0x303e4a00709adf15c2f666de83a0324c310338ce
farmingEndBlock() view returns (uint256)
11232909
farmingOn() view returns (bool)
false
farmingStartBlock() view returns (uint256)
11124909
getBonusEndBlock() view returns (uint256)
11124909
getFarmingEndBlock() view returns (uint256)
11232909
getFarmingStartBlock() view returns (uint256)
11124909
halvingPeriod() view returns (uint256)
21600
owner() view returns (address)
0x303e4a00709adf15c2f666de83a0324c310338ce
poolLength() view returns (uint256)
3
token() view returns (address)
0xe1f8cd01ab04b51d02c6fb2bca61b03fb5e33b99
tokenPerBlock() view returns (uint256)
1816009999999999999
totalAllocPoint() view returns (uint256)
100
totalUnstakeBurn() view returns (uint256)
2316871806426991570690
unstakeBurnRate() view returns (uint256)
0
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
addReceiverBurnWhitelist(address toAdd) returns (bool)
addSenderBurnWhitelist(address toAdd) returns (bool)
bigBurnStart(uint256 newBigBurnBlocks, uint256 newBigBurnRate, uint256 newBigBonusRate) returns (bool)
bigBurnStop() returns (bool)
burnStart(uint256 newBurnRate, uint256 newBonusRate) returns (bool)
burnStop() returns (bool)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
giveOwnership(address newOwner)
massUpdatePools()
removeReceiverBurnWhitelist(address toRemove) returns (bool)
removeSenderBurnWhitelist(address toRemove) returns (bool)
renounceOwnership()
sendBonus(address recipient, uint256 amount) returns (bool)
sendBonusMany(address[] recs, uint256[] amounts) returns (bool)
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setUnstakeBurnRate(uint256 newRate) returns (bool)
startFarming(uint256 _farmingTotalBlocks, uint256 _farmingBonusBlocks, uint256 _halvingPeriod, uint256 _tokenPerBlock, uint256[5] _halvingRates, uint256 _BONUS_MULTIPLIER) returns (bool)
stopFarming() returns (bool)
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 _token, address _devaddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.