V3Estimator
해당 컨트랙트는 v3 스왑 금액을 추정합니다.
Code
Github Link: (Will be updated after official launch)
Address
Events, Read-Only Functions, and State-Changing Functions
Read-Only Functions
estimatePos
Parameters:
Name | Type | Description |
---|---|---|
|
| 풀 주소 |
| address | 교환되는 토큰 |
| uint256 | 원하는 투입량 |
Return Values:
Name | Type | Description |
---|---|---|
| uint256 | 받을 토큰의 양 |
| uint160 | 스왑 후 sqrt 가격 |
estimateNeg
Parameters:
Name | Type | Description |
---|---|---|
|
| 풀 주소 |
| address | 교환되어 받을토큰 |
| uint256 | 원하는 출력량 |
Return Values:
Name | Type | Description |
---|---|---|
| uint256 |
|
| uint160 | 스왑 후 sqrt 가격 |
estimate
Parameters:
Name | Type | Description |
---|---|---|
|
| 풀 주소 |
| bool | 스왑 방향이 0 -> 1인지? |
| int256 | 지정된 양의 토큰 |
Return Values:
Name | Type | Description |
---|---|---|
| int256 | 변경된 token0 수량 |
| int256 | 변경된 token1 수량 |
| uint160 | 스왑 후 sqrt 가격 |
Last updated