SubscriptionAndPledge
Verified contract
Active on
Ethereum with 110 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 1 additional slot
-
variable spans 2 additional slots
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UMI | ERC-20 | 1.998223M | -- | -- | |
UniLP.org | ERC-20 | 500 | -- | -- | |
V3Reward.com | ERC-20 | 300 | -- | -- | |
UniswapLP.org | ERC-20 | 40 | -- | -- | |
(#270581) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#263074) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#262234) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#259554) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#258542) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#258519) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19621792 | 7 months ago | | | 0 | 0.0023369600 | |
| 18482770 | a year ago | | | 0 | 0.0010668725 | |
| 18024942 | a year ago | | | 0 | 0.0033792015 | |
| 18024798 | a year ago | | | 0 | 0.0025624790 | |
| 17697031 | a year ago | | | 0 | 0.00097156654 | |
| 17683366 | a year ago | | | 0 | 0.0039426730 | |
| 17526662 | a year ago | | | 0 | 0.0022622904 | |
| 17475986 | a year ago | | | 0 | 0.0025406273 | |
| 16993634 | 2 years ago | | | 0 | 0.0013272891 | |
| 16782050 | 2 years ago | | | 0 | 0.0012214722 |
ABI
ABI objects
Getter at block 21187958
_baseToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
_pool() view returns (address)
0x0a33aa6b33f109099d78f75e4afb94243d2b0f66
_quoteToken() view returns (address)
0xaac62c7816bd274dd1587540bdb5bef84e096152
_wethToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
daoNFT() view returns (address)
0x8e22d541dee9ccf303a6870f775c3a5d4a2d8a7d
getDaoDiscount() view returns (uint256, uint256, uint256)
(90, 95, 98)
getDaoNFT() view returns (address)
0x8e22d541dee9ccf303a6870f775c3a5d4a2d8a7d
getLpRates() view returns (uint8[4])
[9, 12, 15, 20]
lockinfo() view returns (uint256 totalReward, uint256 daoStartDay)
(totalReward=200000000000000, daoStartDay=1654356919)
owner() view returns (address)
0x314dfa1e0b1261316a36becb4a4e1f591e468524
totalBondAmount() view returns (uint256)
696497343904
totalSupply() view returns (uint256[4])
[0, 1114200000000, 4159989247298, 23199762800717]
uniSwapNft() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
uniswapV3Factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
Read-only
balanceOf(address account, uint8 _lockType) view returns (uint256)
exchange(uint32 _period, address _inToken, uint128 _inAmount, address _outToken) view returns (uint256)
generalExchange(uint32 _period, address _inToken, uint128 _inAmount, address _outToken) view returns (uint256)
getAmountsForLiquidity(address token0, address token1, uint24 fee, int24 tickLower, int24 tickUpper, uint128 liquidity) view returns (uint256 amount0, uint256 amount1)
getAmountsForLiquidityNew(uint256 tokenId) view returns (uint256 amount0, uint256 amount1)
getBonds(address _holder) view returns (struct BondInfo)
getBondsReward(address _holder) view returns (uint256 unlockAmount, uint256 leftAmount, uint256 takedAmount, uint256 origAmount, uint256 discount, uint256 startDay, bool isLP)
getFeesForLiquidity(uint256 tokenId) view returns (uint256 fee0, uint256 fee1)
getLiquidty(uint256 tokenId) view returns (address, address, uint24, int24, int24, uint128)
getLpInfos(address _holder, uint8 _lockType) view returns (struct LpStakeInfo[])
getLpLineReward(address _holder, uint8 _lockType) view returns (uint256[4] stakedAmount, uint256[4] realRewardAmount, uint256[4] targetRewardAmount, uint256 startDay, uint8 lockType)
queryLpByTokenId(uint256 _tokenId) view returns (uint256, uint256)
quote2usdc(uint128 _inAmount) view returns (uint256)
usdc2quote(uint128 _inAmount) view returns (uint256)
weth2usdc(uint128 _inAmount) view returns (uint256)
State-modifying
Events bonds(uint128 _amount) returns (bool)
bondsLP(uint128 _amount) returns (bool)
notifyRewardAmount(uint256 _reward, address _pool1)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
renounceOwnership()
setBenefitAmount(uint256 _amount)
setBondAmount(uint256 _min, uint256 _high)
setMaxStakeAmount(uint256 _amount)
stakeLP(uint256 _tokenId, uint8 _lockType) returns (bool)
stakeSingle(uint256 _amount, uint8 _lockType) returns (bool)
transferOwnership(address newOwner)
updateDaoDiscount(uint256 _dis1, uint256 _dis2, uint256 _dis3)
updateLpRate(uint8 _r1, uint8 _r2, uint8 _r3, uint8 _r4)
updateNFT(address _nft)
updateQuote(address _quote)
updateUsdc(address _usdc)
withdrawBonds() returns (bool)
withdrawFunds(uint256 _amount)
withdrawLP(uint8 _lockType) returns (bool)
withdrawLPandLP(uint8 _lockType) returns (bool)
Bonded(address indexed _from, uint256 _amount)
EthBonded(address indexed _from, uint256 _amount)
LpStaked(address indexed _from, uint256 _tokenId, uint8 _period, uint256 _amount1, uint256 _amount2)
OnNFTTokenReceived(address indexed _operator, address indexed _from, uint256 _tokenId, bytes _data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenSingleStaked(address indexed _from, uint256 _amount, uint16 _period)
WithdrawAllLP(address indexed _from, uint256 _amount)
WithdrawAndLP(address indexed _from, uint256 _amount)
WithdrawBond(address indexed _from, uint256 _amount)
constructor(address _quote, address _base)
This contract contains no fallback and receive objects.
This contract contains no error objects.