YieldXFarming
Verified contract
Active on
Ethereum with 4,634 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe52d…2933
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YIELDX | ERC-20 | 60.321045M | -- | -- | |
UNI-V2 | ERC-20 | 2.590151K | -- | -- | |
UNI-V2 | ERC-20 | 449.606072 | -- | -- | |
UNI-V2 | ERC-20 | 75.76692 | -- | -- | |
UNI-V2 | ERC-20 | 55.655212 | -- | -- | |
UNI-V2 | ERC-20 | 11.645689 | -- | -- | |
UNI-V2 | ERC-20 | 6.003601 | -- | -- | |
UNI-V2 | ERC-20 | 0.000007 | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20995836 | 25 days ago | | | 0 | 0.0010501195 | |
| 20832059 | 2 months ago | | | 0 | 0.00064219908 | |
| 20832057 | 2 months ago | | | 0 | 0.0021599715 | |
| 20702017 | 2 months ago | | | 0 | 0.00026288867 | |
| 17528167 | a year ago | | | 0 | 0.0040276469 | |
| 17528162 | a year ago | | | 0 | 0.0041392195 | |
| 17372527 | a year ago | | | 0 | 0.0041667705 | |
| 17069339 | 2 years ago | | | 0 | 0.0051579434 | |
| 16972883 | 2 years ago | | | 0 | 0.0023168160 | |
| 16167422 | 2 years ago | | | 0 | 0.0019178790 |
ABI
ABI objects
Getter at block 21172860
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
99999999
devaddr() view returns (address)
0x6dcec67df23f57d2e7eaccfdd0f5e2f938a7feef
owner() view returns (address)
0x9ef08e52305f2db3e972a5d4d005add21fbaa96f
poolLength() view returns (uint256)
9
startBlock() view returns (uint256)
11100467
totalAllocPoint() view returns (uint256)
1002507
yield() view returns (address)
0xe52d53c8c9aa7255f8c2fa9f7093fea7192d2933
yieldPerBlock() view returns (uint256)
10000000000000000000
Read-only
fees(uint256) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingYield(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accYieldPerShare)
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()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setDepositFee(uint256 _pid, uint256 _fee)
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 _yield, address _devaddr, uint256 _yieldPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.