1inch Liquidity Pool (1INCH-ARCX)
Verified contract
Active on
Ethereum with 6 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 ($4.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1INCH | ERC-20 | 14.974965 | $0.287938 |
$4.31 | |
ARCX | ERC-20 | 124.765651 | -- | -- | |
1LP-1INCH-ARCX | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13558558 | 3 years ago | | | 0 | 0.027181255 | |
| 13517759 | 3 years ago | | | 0 | 0.022687978 | |
| 13517633 | 3 years ago | | | 0 | 0.029699764 | |
| 13361664 | 3 years ago | | | 0 | 0.025689834 | |
| 13337348 | 3 years ago | | | 0 | 0.013264230 | |
| 13055080 | 3 years ago | | | 0 | 0.015162120 |
ABI
ABI objects
Getter at block 21196656
decayPeriod() view returns (uint256)
0
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
getTokens() view returns (address[] tokens)
[0x111111111117dC0aa78b770fA6A738034120C302, 0x1321f1f1aa541A56C31682c57b80ECfCCd9bB288]
mooniswapFactoryGovernance() view returns (address)
0xbaf9a5d4b0052359326a6cdab54babaa3a3a9643
name() view returns (string)
1inch Liquidity Pool (1INCH-ARCX)
owner() view returns (address)
0x5e89f8d81c74e311458277ea1be3d3247c7cd7d1
slippageFee() view returns (uint256)
11
symbol() view returns (string)
1LP-1INCH-ARCX
token0() view returns (address)
0x111111111117dc0aa78b770fa6a738034120c302
token1() view returns (address)
0x1321f1f1aa541a56c31682c57b80ecfccd9bb288
totalSupply() view returns (uint256)
64600927697222592261
virtualDecayPeriod() view returns (uint104, uint104, uint48)
(192, 0, 1636141682)
virtualFee() view returns (uint104, uint104, uint48)
(3783511376451128, 0, 1636141682)
virtualSlippageFee() view returns (uint104, uint104, uint48)
(761318897755402625, 11, 1636141682)
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.