YugiFarming
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 0.26808 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11504393 | 4 years ago | | | 0 | 0.011222318 | |
| 11499284 | 4 years ago | | | 0 | 0.0042434000 | |
| 11494243 | 4 years ago | | | 0 | 0.0061160220 | |
| 11494120 | 4 years ago | | | 0 | 0.0056078440 | |
| 11494096 | 4 years ago | | | 0 | 0.016085944 | |
| 11494079 | 4 years ago | | | 0 | 0.017379022 | |
| 11494040 | 4 years ago | | | 0 | 0.011680982 | |
| 11493884 | 4 years ago | | | 0 | 0.019531008 | |
| 11491751 | 4 years ago | | | 0 | 0.0087357880 |
ABI
ABI objects
Getter at block 21270259
TotalPool() view returns (uint256)
1
isOwner() view returns (bool)
false
owner() view returns (address)
0xf7e87450dd6709ca9949f713515c63c176c5f272
Read-only
existingPools(address) view returns (bool)
pendingRewardsFromPool(uint256 _pid, address _user) view returns (uint256)
poolList(uint256) view returns (address lptoken, address token, address tokenReward, uint256 rewardBlock, bool pollActive, uint256 rewardRemains, uint256 lptotal, uint256 totalusers, uint256 totalPendingReward, uint256 poolLastBlockUpdate)
userList(uint256, address) view returns (uint256 blockStart, uint256 stakingAmount, uint256 pendingReward, uint256 claimReward)
State-modifying
Events addPool(address _lptoken, address _token, address _tokenReward, uint256 _rewardBlock, uint256 _rewardRemains)
addRewardSupply(uint256 _pid, uint256 _addAmount)
claim(uint256 _pid)
decreaseRewardSupply(uint256 _pid, uint256 _decreaseAmount)
stakeLP(uint256 _pid, uint256 _amount)
transferOwnership(address newOwner)
updateReward(uint256 _pid, uint256 _rewardBlock)
withdraw(uint256 _pid)
withdrawWithoutReward(uint256 _pid)
ClaimReward(address indexed user, address tokenReward, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed user, address lptoken, uint256 amount)
Withdraw(address indexed user, address lptoken, uint256 amount)
WithdrawWithoutReward(address indexed user, address lptoken, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.