Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a13…b47e
0x7e5d…a7df
Balances ($92.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.02785 | $3,319.16 |
$92.44 | |
POP! | ERC-20 | 12.455952K | -- | -- | |
UNI-V2 | ERC-20 | 8.998293K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20575618 | 3 months ago | | | 0 | 0.00020341305 | |
| 18968314 | 10 months ago | | | 0 | 0.0032547334 | |
| 18949418 | 10 months ago | | | 0 | 0.0038375535 | |
| 18909695 | 10 months ago | | | 0 | 0.0020514655 | |
| 18553125 | a year ago | | | 0 | 0.0085207877 | |
| 18553118 | a year ago | | | 0 | 0.010892257 | |
| 18016506 | a year ago | | | 0 | 0.0034724662 | |
| 17653767 | a year ago | | | 0 | 0.0024986764 | |
| 16913649 | 2 years ago | | | 0 | 0.0037309333 | |
| 16890558 | 2 years ago | | | 0 | 0.0033411018 |
ABI
ABI objects
Getter at block 21166645
activeOfferCount() view returns (uint256)
152
bonusToken0() view returns (uint256)
0
bonusToken1() view returns (uint256)
0
endDate() view returns (uint256)
1799620745
exceedingLiquidity() view returns (uint256)
69
feesController() view returns (address)
0x5406e1136f423602c0685df8802f8ef28b73570d
lastTimeRewardApplicable() view returns (uint256)
1731354695
lastUpdateTime() view returns (uint256)
1724226671
pendingOfferCount() view returns (uint256)
265
reward0PerToken() view returns (uint256)
0
reward0PerTokenStored() view returns (uint256)
0
reward0Rate() view returns (uint256)
0
reward1PerToken() view returns (uint256)
0
reward1PerTokenStored() view returns (uint256)
0
reward1Rate() view returns (uint256)
0
rewardManager() view returns (address)
0x1a13b10c13650ee3c33f0d6488a84cbb8603b47e
submitter() view returns (address)
0x286fe087e26d1321e8a4d1b7b22ceba302362483
uniswapPair() view returns (address)
0x7e5d0da0f5ba5c24043dceb0da78e97dfddca7df
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
directStakeBalances(address) view returns (uint256)
getActiveOffer(uint256) view returns (address user0, uint256 originalAmount0, address user1, uint256 originalAmount1, uint256 unlockDate, uint256 liquidity, bool released, uint256 maxPriceVariationPpm)
getPendingOffer(uint256) view returns (address owner, address token, uint256 amount, uint256 unlockDate, uint256 endDate, uint8 status, uint256 slippageTolerancePpm, uint256 maxPriceVariationPpm)
rewardEarned(address account) view returns (uint256 reward0Earned, uint256 reward1Earned)
userReward0PerTokenPaid(address) view returns (uint256)
userReward1PerTokenPaid(address) view returns (uint256)
userRewards0(address) view returns (uint256)
userRewards1(address) view returns (uint256)
State-modifying
Events cancelOffer(uint256 _offerId)
directStake(uint256 _amount)
directWithdraw(uint256 _amount)
makeOffer(address _token, uint256 _amount, uint256 _unlockDate, uint256 _endDate, uint256 _slippageTolerancePpm, uint256 _maxPriceVariationPpm) returns (uint256 offerId)
payRewards(address account)
release(uint256 _offerId, uint256 _deadline)
takeOffer(uint256 _pendingOfferId, uint256 _amount, uint256 _deadline) returns (uint256 activeOfferId)
transferExceedingLiquidity()
OfferCanceled(uint256 id)
OfferMade(uint256 id)
OfferReleased(uint256 offerId)
OfferTaken(uint256 pendingOfferId, uint256 activeOfferId)
constructor(address _uniswapPair, address _submitter, uint256 _endDate, address _uniswapRouter, address _feesController, address _rewardManager, uint256 _bonusToken0, uint256 _bonusToken1)
This contract contains no fallback and receive objects.
This contract contains no error objects.