1inch Liquidity Pool (1INCH-UNI)
Verified contract
Active on
Ethereum with 27 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbaf9…9643
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($21.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 1.504604 | $9.12 |
$13.72 | |
1INCH | ERC-20 | 24.506504 | $0.313253 |
$7.68 | |
1LP-1INCH-UNI | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16171842 | 2 years ago | | | 0 | 0.0035523066 | |
| 16129171 | 2 years ago | | | 0 | 0.0029669885 | |
| 16013015 | 2 years ago | | | 0 | 0.0026956623 | |
| 16013014 | 2 years ago | | | 0 | 0.0029048004 | |
| 16002337 | 2 years ago | | | 0 | 0.0026658841 | |
| 15580429 | 2 years ago | | | 0 | 0.00096050322 | |
| 14433629 | 3 years ago | | | 0 | 0.0072130642 | |
| 13391231 | 3 years ago | | | 0 | 0.013790909 | |
| 12557405 | 3 years ago | | | 0 | 0.0050577750 | |
| 12377019 | 4 years ago | | | 0 | 0.0031175100 |
ABI
ABI objects
Getter at block 21201905
decayPeriod() view returns (uint256)
151
decimals() view returns (uint8)
18
fee() view returns (uint256)
1869577899333767
getTokens() view returns (address[] tokens)
[0x111111111117dC0aa78b770fA6A738034120C302, 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984]
mooniswapFactoryGovernance() view returns (address)
0xbaf9a5d4b0052359326a6cdab54babaa3a3a9643
name() view returns (string)
1inch Liquidity Pool (1INCH-UNI)
owner() view returns (address)
0x5e89f8d81c74e311458277ea1be3d3247c7cd7d1
slippageFee() view returns (uint256)
426641099482470074
symbol() view returns (string)
1LP-1INCH-UNI
token0() view returns (address)
0x111111111117dc0aa78b770fa6a738034120c302
token1() view returns (address)
0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
totalSupply() view returns (uint256)
12293764786788739335
virtualDecayPeriod() view returns (uint104, uint104, uint48)
(150, 151, 1670886935)
virtualFee() view returns (uint104, uint104, uint48)
(1865807402122327, 1869577899333767, 1670886935)
virtualSlippageFee() view returns (uint104, uint104, uint48)
(425899701776345584, 426641099482470074, 1670886935)
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
decayPeriodVotes(address user) view returns (uint256)
feeVotes(address user) view returns (uint256)
getBalanceForAddition(address token) view returns (uint256)
getBalanceForRemoval(address token) view returns (uint256)
getReturn(address src, address dst, uint256 amount) view returns (uint256)
slippageFeeVotes(address user) view returns (uint256)
tokens(uint256 i) view returns (address)
virtualBalancesForAddition(address) view returns (uint216 balance, uint40 time)
virtualBalancesForRemoval(address) view returns (uint216 balance, uint40 time)
volumes(address) view returns (uint128 confirmed, uint128 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decayPeriodVote(uint256 vote)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256[2] maxAmounts, uint256[2] minAmounts) payable returns (uint256 fairSupply, uint256[2] receivedAmounts)
depositFor(uint256[2] maxAmounts, uint256[2] minAmounts, address target) payable returns (uint256 fairSupply, uint256[2] receivedAmounts)
discardDecayPeriodVote()
discardFeeVote()
discardSlippageFeeVote()
feeVote(uint256 vote)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueFunds(address token, uint256 amount)
setMooniswapFactoryGovernance(address newMooniswapFactoryGovernance)
slippageFeeVote(uint256 vote)
swap(address src, address dst, uint256 amount, uint256 minReturn, address referral) payable returns (uint256 result)
swapFor(address src, address dst, uint256 amount, uint256 minReturn, address referral, address receiver) payable returns (uint256 result)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 amount, uint256[] minReturns) returns (uint256[2] withdrawnAmounts)
withdrawFor(uint256 amount, uint256[] minReturns, address target) returns (uint256[2] withdrawnAmounts)
Approval(address indexed owner, address indexed spender, uint256 value)
DecayPeriodVoteUpdate(address indexed user, uint256 decayPeriod, bool isDefault, uint256 amount)
Deposited(address indexed sender, address indexed receiver, uint256 share, uint256 token0Amount, uint256 token1Amount)
Error(string reason)
FeeVoteUpdate(address indexed user, uint256 fee, bool isDefault, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SlippageFeeVoteUpdate(address indexed user, uint256 slippageFee, bool isDefault, uint256 amount)
Swapped(address indexed sender, address indexed receiver, address indexed srcToken, address dstToken, uint256 amount, uint256 result, uint256 srcAdditionBalance, uint256 dstRemovalBalance, address referral)
Sync(uint256 srcBalance, uint256 dstBalance, uint256 fee, uint256 slippageFee, uint256 referralShare, uint256 governanceShare)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address indexed sender, address indexed receiver, uint256 share, uint256 token0Amount, uint256 token1Amount)
constructor(address _token0, address _token1, string name, string symbol, address _mooniswapFactoryGovernance)
This contract contains no fallback and receive objects.
This contract contains no error objects.