HeadFarmer
Verified contract
Active on
Ethereum with 369 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2075…d721
0x3032…8e12
-
variable spans 6 additional slots
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 0.000016 | $12.99 |
$0 | |
YieldX | ERC-20 | 6.89167M | -- | -- | |
UNI-V2 | ERC-20 | 390.324064 | -- | -- | |
UNI-V2 | ERC-20 | 386.993524 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12639112 | 3 years ago | | | 0 | 0.0015985100 | |
| 12510419 | 4 years ago | | | 0 | 0.0068276040 | |
| 12367880 | 4 years ago | | | 0 | 0.0099344190 | |
| 12367858 | 4 years ago | | | 0 | 0.0071522002 | |
| 11849426 | 4 years ago | | | 0 | 0.044483244 | |
| 11848694 | 4 years ago | | | 0 | 0.017600382 | |
| 11848051 | 4 years ago | | | 0 | 0.051611969 | |
| 11844010 | 4 years ago | | | 0 | 0.055825482 | |
| 11843573 | 4 years ago | | | 0 | 0.034419730 | |
| 11842585 | 4 years ago | | | 0 | 0.025739972 |
ABI
ABI objects
Getter at block 21307313
INITIAL_DEV_VESTING_NUM_INSTALMENTS() view returns (uint256)
36
INITIAL_DEV_VESTING_PERIOD_LENGTH() view returns (uint256)
195000
INITIAL_DEV_VESTING_START_BLOCK() view returns (uint256)
11905000
YIELDX_PER_BLOCK() view returns (uint256)
1000000000000000000
baraddr() view returns (address)
0xee9e2fdf7ad581cf1035e9b188638fadad190d6d
devaddr() view returns (address)
0x23561bef1f52e579317d4479ff2661ef80e5b3c4
initialDevFund() view returns (uint256)
3775387695542661823842227
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0f25c62b506392f91887d2e6070e67d93f981986
poolLength() view returns (uint256)
14
stakingRewardsFactory() view returns (address)
0x3032ab3fa8c01d786d29dade018d7f2017918e12
totalAllocPoint() view returns (uint256)
13333
yieldx() view returns (address)
0x2075ab08d7c74eee8776b3726661c2b55413d721
Read-only
BLOCK_BOUNDRY(uint256) view returns (uint256)
BONUS_MULTIPLIERS(uint256) view returns (uint256)
addressToNumReferrals(address) view returns (uint256)
addressToNumYieldXViaReferral(address) view returns (uint256)
addressToRefereeAddress(address) view returns (address)
addressToReferralCode(address) view returns (string)
claimedDevFund(uint256) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getMultiplierForInitialPeriod(uint256 _from, uint256 _to) view returns (uint256)
hasExtraReward(uint256 _pid) view returns (uint256)
pendingReward(uint256 _pid, address _user) view returns (uint256)
pendingYieldX(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accYieldXPerShare, uint256 lastUpdateTime, uint256 rewardPerTokenStored)
referralCodeToAddress(string) view returns (address)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 userRewardPerTokenPaid)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
claimDevFund(uint256 period)
deposit(uint256 _pid, uint256 _amount)
depositWithReferralCode(uint256 _pid, uint256 _amount, string _referralCode, string _refereeCode)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
setYear5BlockBoundary(uint256 _year5BlockBoundary)
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 _yieldx, address _devaddr, address _baraddr, address _stakingRewardsFactory)
This contract contains no fallback and receive objects.
This contract contains no error objects.