Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,716.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XVG | ERC-20 | 16.028642M | $0.000294 |
$4,716.75 | |
UNI-V2 | ERC-20 | 14.152893K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315606 | 21 hours ago | | | 0 | 0.0021181548 | |
| 21314724 | a day ago | | | 0 | 0.0014731566 | |
| 21312966 | a day ago | | | 0 | 0.0011845933 | |
| 21295579 | 4 days ago | | | 0 | 0.00086221974 | |
| 21291893 | 4 days ago | | | 0 | 0.00094096080 | |
| 21288748 | 5 days ago | | | 0 | 0.0011286317 | |
| 21288671 | 5 days ago | | | 0 | 0.00077805888 | |
| 21286243 | 5 days ago | | | 0 | 0.00078028430 | |
| 21285772 | 5 days ago | | | 0 | 0.00050990552 | |
| 21285765 | 5 days ago | | | 0 | 0.00063216830 |
ABI
ABI objects
Getter at block 21321776
ACC_PRECISION() view returns (uint256)
1000000000000000000
accRewardsPerShare() view returns (uint256)
39293791254481533957643
lastRewardsBlock() view returns (uint256)
21315606
owner() view returns (address)
0x0000000000000000000000000000000000000000
rewardsPerBlock() view returns (uint256)
630000000000000000000
totalShares() view returns (uint256)
14152892785538728717029
xvg() view returns (address)
0x85614a474dbeed440d5bbdb8ac50b0f22367f997
xvgEthLp() view returns (address)
0xf07c735011c311f55425bf8c534471a0410d85ad
Read-only
pendingRewards(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events deposit(uint256 amount)
emergencyWithdraw()
renounceOwnership()
startFarming()
transferOwnership(address newOwner)
update()
withdraw(uint256 amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Update(uint256 lastRewardsBlock, uint256 totalShares, uint256 accRewardsPerShare)
UpdateRewardsPerBlock(uint256 rewardsPerBlock)
Withdraw(address indexed user, uint256 amount)
constructor(address _xvgEthLp, address _xvg, address _owner)
This contract contains no fallback and receive objects.
InsufficientUserBalance()
InsufficientXvgBalance()
Unauthorized()