XVIX UNI Farm
Verified contract
Active on
Ethereum with 474 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,188.54)
Native
Value
$7,188.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.256658 | $3,185.48 |
$7,188.54 | |
UNI-V2 | ERC-20 | 20.60584 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18759094 | a year ago | | | 0 | 0.0022100500 | |
| 14046284 | 3 years ago | | | 0 | 0.011317571 | |
| 14034209 | 3 years ago | | | 0 | 0.0045844810 | |
| 13225874 | 3 years ago | | | 0 | 0.0033823402 | |
| 13225861 | 3 years ago | | | 0 | 0.0070984354 | |
| 13116897 | 3 years ago | | | 0 | 0.0056009217 | |
| 13103448 | 3 years ago | | | 0 | 0.0063671981 | |
| 13103444 | 3 years ago | | | 0 | 0.0063472329 | |
| 13078269 | 3 years ago | | | 0 | 0.0017721845 | |
| 13032983 | 3 years ago | | | 0 | 0.0031405816 |
ABI
ABI objects
Getter at block 21215856
cumulativeRewardPerToken() view returns (uint256)
35782434735194541415504902936
decimals() view returns (uint8)
18
distributor() view returns (address)
0x7f98d265ba2609c1534d12cf6b0976505ad7f653
gov() view returns (address)
0x5f799f365fa8a2b60ac0429c48b153ca5a6f0cf8
name() view returns (string)
XVIX UNI Farm
symbol() view returns (string)
UNI:FARM
token() view returns (address)
0x619aaa52a10f196e521f823aed4cdea30d45d366
totalSupply() view returns (uint256)
20605840000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address account) view returns (uint256)
balances(address) view returns (uint256)
claimableReward(address) view returns (uint256)
previousCumulatedRewardPerToken(address) view returns (uint256)
State-modifying
Events approve(address, uint256) returns (bool)
claim(address _receiver)
deposit(uint256 _amount, address _receiver)
setDistributor(address _distributor)
setGov(address _gov)
transfer(address, uint256) returns (bool)
transferFrom(address, address, uint256) returns (bool)
withdraw(address _receiver, uint256 _amount)
withdrawWithoutDistribution(address _receiver, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address receiver, uint256 amount)
Deposit(address account, uint256 amount)
GovChange(address gov)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address account, uint256 amount)
constructor(address _token)
receive()
This contract contains no error objects.