PositionMigrator
해당 컨트랙트는 V3 포지션을 마이그레이션합니다. 이 컨트랙트는 포지션에 예치된 자산을 예치하고 새로운 포지션에 예치하는 데 도움이 됩니다.
Code
Github Link: (Will be updated after official launch)
Address
Events, Read-Only Functions, and State-Changing Functions
Events
MigratePosition
Parameters:
Name
Type
Description
user
address
user 주소
token0
address
token0 주소
token1
address
token1 주소
fee
uint24
fee
burnId
uint256
migrate 한 포지션의 tokenId
mintId
uint256
새로 발급된 포지션의 tokenId
Zap
Parameters:
Name
Type
Description
user
address
user 주소
token0
address
token0 주소
token1
address
token1 주소
fee
uint24
fee
amount
uint256
예치할 amount
zeroForOne
bool
token0으로 예치시 : true
token1으로 예치시 : false
tokenId
uint256
새로 발급된 포지션의 tokenId
1
Last updated