StableSwapViewer
Verified contract
Active on
Base with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "StableSwapViewer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7151596 | a year ago | | | 0 | 0.0000025649984 | |
| 7151594 | a year ago | | | 0 | 0.0000027882110 |
ABI
ABI objects
Getter at block 22745938
FEE_DENOMINATOR() view returns (uint256)
10000000000
N_COINS() view returns (uint256)
2
PRECISION() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xdd3705a1c50fc84b6d31394aa8f4d568b98a8ad5
pairLength() view returns (uint256)
2
Read-only
RATES(address _swap) view returns (uint256[2] swapRATES)
_xp_mem(address _swap, uint256[2] _balances) view returns (uint256[2] result)
balances(address _swap) view returns (uint256[2] swapBalances)
getPairInfo(address _tokenA, address _tokenB) view returns (struct IStableSwapFactoryStableSwapPairInfo info)
getThreePoolPairInfo(address _tokenA, address _tokenB) view returns (struct IStableSwapFactoryStableSwapThreePoolPairInfo info)
get_dx(address _swap, uint256 i, uint256 j, uint256 dy, uint256 max_dx) view returns (uint256)
stableSwapPairInfo(address, address, address) view returns (address swapContract, address token0, address token1, address token2, address LPContract)
swapPairContract(uint256) view returns (address)
State-modifying
Events addPairInfo(address _swapContract)
renounceOwnership()
transferOwnership(address newOwner)
NewStableSwapPair(address indexed swapContract, address tokenA, address tokenB, address tokenC, address LP)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.