@airdao/astra-universal-router
Version:
Smart contracts for Universal Router
43 lines (42 loc) • 912 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ICryptoPunksMarket",
"sourceName": "contracts/interfaces/external/ICryptoPunksMarket.sol",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "punkIndex",
"type": "uint256"
}
],
"name": "buyPunk",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "punkIndex",
"type": "uint256"
}
],
"name": "transferPunk",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}