constructor
Last updated
Last updated
유동성풀(Liquidity Pool) Pair Contract Contructor
Parameters
Type | Value | Description |
---|---|---|
Example
2022.12.22
address
_factory
pairFactory Contract 주소
address
_router
pairRouter Contract 주소
address
_tokenA
생성 할 페어 토큰A 주소
address
_tokenB
생성 할 페어 토큰B 주소
uint8
_swapFee
초기 swapFee 비율 (30 = 0.3%, 최대 1%)
uint8
_protocolFee
초기 protocolFee 비율 (5 = 0.05%, 최대 1%)
address
_rewardToken
스테이킹 시 보상 줄 토큰 주소
uint256
_rewardPerSecond
초당 보상토큰 금액
uint256
_startTimestamp
유동성 풀 생성 날짜
uint256
_bonusEndTimestamp
보상 완료 날짜(최대로 잡기)