Farming of Hodless BOT
Verified contract
Active on
Ethereum with 704 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($38,817.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 11.592752 | $3,348.47 |
$38,817.98 | |
HBOT | ERC-20 | 4.005046M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20263639 | 4 months ago | | | 0 | 0.00048115352 | |
| 20169190 | 5 months ago | | | 0 | 0.00051590257 | |
| 20078350 | 5 months ago | | | 0 | 0.0011958578 | |
| 20071061 | 5 months ago | | | 0 | 0.0017262438 | |
| 20029594 | 6 months ago | | | 0 | 0.0016388289 | |
| 20016822 | 6 months ago | | | 0 | 0.00073382191 | |
| 20009846 | 6 months ago | | | 0 | 0.0011673220 | |
| 19996266 | 6 months ago | | | 0 | 0.00053708218 | |
| 19995424 | 6 months ago | | | 0 | 0.00047328283 | |
| 19989975 | 6 months ago | | | 0 | 0.0020456916 |
ABI
ABI objects
Getter at block 21248339
decimals() view returns (uint8)
18
distributor() view returns (address)
0x18fa982b3ff0c1f63f7ec0dcfc429d5c2b0e445d
farmInfo() view returns (struct FarmAccountingInfo)
(1716971111, 1209600, 10500000000000000000, 11592751822086151229)
name() view returns (string)
Farming of Hodless BOT
owner() view returns (address)
0x18fa982b3ff0c1f63f7ec0dcfc429d5c2b0e445d
rewardsToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
stakingToken() view returns (address)
0xf5aed4f6a1ad00f39dd21febb6f400ea020030c2
symbol() view returns (string)
farmHBOT
totalSupply() view returns (uint256)
4005046052171484427353047
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
farmed(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount)
exit()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueFunds(address token, uint256 amount)
setDistributor(address distributor_)
startFarming(uint256 amount, uint256 period)
stopFarming()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
DistributorChanged(address newDistributor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardUpdated(uint256 reward, uint256 duration)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address stakingToken_, address rewardsToken_)
This contract contains no fallback and receive objects.
AccessDenied()
AmountTooLarge()
DurationTooLarge()
InsufficientFunds()
MaxBalanceExceeded()
NotDistributor()
SafeTransferFailed()
SafeTransferFromFailed()
SameStakingAndRewardsTokens()
ZeroDistributorAddress()
ZeroDuration()
ZeroRewardsTokenAddress()
ZeroStakingTokenAddress()