FarmOwner
Verified contract
Active on
Ethereum with 7,291 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf5d0…48d1
0xe095…cce4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YFARM | ERC-20 | 114.899335M | -- | -- | |
YFPre | ERC-20 | 18.797532K | -- | -- | |
H3DR | ERC-20 | 2.5409K | -- | -- | |
LDT | ERC-20 | 2.5409K | -- | -- | |
YFARM | ERC-20 | 565.78 | -- | -- | |
UNI-V2 | ERC-20 | 0.000052 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15656838 | 2 years ago | | | 0 | 0.00044517900 | |
| 15606809 | 2 years ago | | | 0 | 0.00073362500 | |
| 13386897 | 3 years ago | | | 0 | 0.0066462000 | |
| 13386373 | 3 years ago | | | 0 | 0.0068101670 | |
| 13386345 | 3 years ago | | | 0 | 0.0058372860 | |
| 13386328 | 3 years ago | | | 0 | 0.0046564379 | |
| 13385577 | 3 years ago | | | 0 | 0.0073902708 | |
| 13385322 | 3 years ago | | | 0 | 0.0023662402 | |
| 13384911 | 3 years ago | | | 0 | 0.0022552318 | |
| 13384868 | 3 years ago | | | 0 | 0.0019345011 |
ABI
ABI objects
Getter at block 21286512
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
10860299
devaddr() view returns (address)
0x5cb9822d4e73a5e8e8d2377b014cea68cd22db16
migrator() view returns (address)
0xe0957a0e71d65b1a94cf56b6c94bf7bef416cce4
owner() view returns (address)
0xb9bb5c3bcfe68d85eb41fa472f1862b05990bd48
poolLength() view returns (uint256)
6
startBlock() view returns (uint256)
10795299
totalAllocPoint() view returns (uint256)
10000
yfarm() view returns (address)
0xf5d0fefaab749d8b14c27f0de60cc6e9e7f848d1
yfarmPerBlock() view returns (uint256)
110000000000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingYFarm(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accYFarmPerShare)
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 _yfarm, address _devaddr, uint256 _yfarmPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.