NonfungibleTokenPositionDescriptor

해당 컨트랙트는 JSON 메타데이터 문자열에 대한 데이터 URI를 포함하는 문자열을 생성합니다.

Code

Github Link: (Will be updated after official launch)

Address

Events, Read-Only Functions, and State-Changing Functions

Events

UpdateTokenRatioPriority

event UpdateTokenRatioPriority(
    address token,
    int256 priority
)

표시된 가격 비율에서 토큰에 새로운 우선 순위가 부여될 때 발생합니다.

Parameters:

Last updated