1inch Liquidity Pool (1INCH-VSP)
Verified contract
Active on
Ethereum with 3,389 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 ($6,425.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1INCH | ERC-20 | 10.552236K | $0.315225 |
$3,326.33 | |
VSP | ERC-20 | 9.703297K | $0.319414 |
$3,099.37 | |
1LP-1INCH-VSP | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20706595 | 2 months ago | | | 0 | 0.00029510900 | |
| 20574297 | 3 months ago | | | 0 | 0.000024970701 | |
| 19663897 | 7 months ago | | | 0 | 0.00023500872 | |
| 19301012 | 9 months ago | | | 0 | 0.0041446029 | |
| 19102899 | 9 months ago | | | 0 | 0.00023838000 | |
| 18884907 | 10 months ago | | | 0 | 0.010661734 | |
| 18614316 | a year ago | | | 0 | 0.0099585431 | |
| 17916829 | a year ago | | | 0 | 0.00039885682 | |
| 17716530 | a year ago | | | 0 | 0.00034429119 | |
| 17693163 | a year ago | | | 0 | 0.00084537203 |
ABI
ABI objects
Getter at block 21170183
decayPeriod() view returns (uint256)
130
decimals() view returns (uint8)
18
fee() view returns (uint256)
2251670218744826
getTokens() view returns (address[] tokens)
[0x111111111117dC0aa78b770fA6A738034120C302, 0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421]
mooniswapFactoryGovernance() view returns (address)
0xbaf9a5d4b0052359326a6cdab54babaa3a3a9643
name() view returns (string)
1inch Liquidity Pool (1INCH-VSP)
owner() view returns (address)
0x5e89f8d81c74e311458277ea1be3d3247c7cd7d1
slippageFee() view returns (uint256)
844081374177310040
symbol() view returns (string)
1LP-1INCH-VSP
token0() view returns (address)
0x111111111117dc0aa78b770fa6a738034120c302
token1() view returns (address)
0x1b40183efb4dd766f11bda7a7c3ad8982e998421
totalSupply() view returns (uint256)
9581689945448022582471
virtualDecayPeriod() view returns (uint104, uint104, uint48)
(131, 130, 1708819715)
virtualFee() view returns (uint104, uint104, uint48)
(2252394723068109, 2251670218744826, 1725806975)
virtualSlippageFee() view returns (uint104, uint104, uint48)
(844081412473007255, 844081374177310040, 1725806975)
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.