Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x343e…c59d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TetherClaims.com | ERC-20 | 800 | -- | -- | |
TetherLP.com | ERC-20 | 681 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20961815 | a month ago | | | 0 | 0.0027877500 | |
| 17603644 | a year ago | | | 0 | 0.0015948210 | |
| 17428390 | a year ago | | | 0 | 0.0030310128 | |
| 17428301 | a year ago | | | 0 | 0.0031629141 | |
| 17428088 | a year ago | | | 0 | 0.0028794205 | |
| 16818058 | 2 years ago | | | 0 | 0.0031827214 | |
| 16517622 | 2 years ago | | | 0 | 0.0030374132 | |
| 16270861 | 2 years ago | | | 0 | 0.0015324064 | |
| 16016191 | 2 years ago | | | 0 | 0.0015966339 | |
| 15957856 | 2 years ago | | | 0 | 0.0018921500 |
ABI
ABI objects
Getter at block 21269211
A_PRECISION() view returns (uint256)
100
MAX_A() view returns (uint256)
1000000
MAX_ADMIN_FEE() view returns (uint256)
10000000000
adminFee() view returns (uint256)
10000000000
futureA() view returns (uint256)
20000
futureATime() view returns (uint256)
0
getA() view returns (uint256)
200
getVirtualPrice() view returns (uint256)
0
initialA() view returns (uint256)
20000
initialATime() view returns (uint256)
0
lpToken() view returns (address)
0x343ebce9b1b105a7149082ee670a25668e38c59d
owner() view returns (address)
0x72c1a1c24917eef19e7f5dea146d950841f37662
swapFee() view returns (uint256)
6000000
Read-only
balances(uint256) view returns (uint256)
calculateRemoveLiquidity(uint256 amount) view returns (uint256[])
calculateSwap(uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 dx) view returns (uint256 dy)
calculateTokenAmount(uint256[] amounts, bool deposit) view returns (uint256)
calculateWithdrawOneToken(uint256 tokenAmount, uint8 tokenIndex) view returns (uint256 amount)
coins(uint256) view returns (address)
getAdminBalance(uint256 index) view returns (uint256)
getTokenIndex(address token) view returns (uint8)
State-modifying
Events addLiquidity(uint256[] amounts, uint256 minToMint, uint256 deadline) returns (uint256)
applyAdminFee(uint256 newAdminFee)
applySwapFee(uint256 newSwapFee)
rampA(uint256 _futureA, uint256 _futureTime)
removeLiquidity(uint256 amount, uint256[] minAmounts, uint256 deadline) returns (uint256[])
removeLiquidityImbalance(uint256[] amounts, uint256 maxBurnAmount, uint256 deadline) returns (uint256)
removeLiquidityOneToken(uint256 tokenAmount, uint8 tokenIndex, uint256 minAmount, uint256 deadline) returns (uint256)
stopRampA()
swap(uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 dx, uint256 minDy, uint256 deadline) returns (uint256)
transferOwnership(address newOwner)
withdrawAdminFee(address receiver)
AddLiquidity(address indexed provider, uint256[] tokenAmounts, uint256[] fees, uint256 invariant, uint256 lpTokenSupply)
NewAdminFee(uint256 newAdminFee)
NewSwapFee(uint256 newSwapFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RampA(uint256 oldA, uint256 newA, uint256 initialTime, uint256 futureTime)
RemoveLiquidity(address indexed provider, uint256[] tokenAmounts, uint256 lpTokenSupply)
RemoveLiquidityImbalance(address indexed provider, uint256[] tokenAmounts, uint256[] fees, uint256 invariant, uint256 lpTokenSupply)
RemoveLiquidityOne(address indexed provider, uint256 lpTokenAmount, uint256 lpTokenSupply, uint256 boughtId, uint256 tokensBought)
StopRampA(uint256 currentA, uint256 time)
TokenSwap(address indexed buyer, uint256 tokensSold, uint256 tokensBought, uint128 soldId, uint128 boughtId)
constructor(address[] _coins, uint8[] decimals, string lpTokenName, string lpTokenSymbol, uint256 _a, uint256 _swapFee, uint256 _adminFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.