@aetherswap/periphery
Version:
Peripheral smart contracts for interacting with Aetherswap Protocol
36 lines (35 loc) • 816 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "INonfungibleTokenPositionDescriptor",
"sourceName": "contracts/interfaces/INonfungibleTokenPositionDescriptor.sol",
"abi": [
{
"inputs": [
{
"internalType": "contract INonfungiblePositionManager",
"name": "positionManager",
"type": "address"
},
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
}
],
"name": "tokenURI",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}