elektrik-v1-core
Version:
Core smart contracts of Elektrik V1
35 lines (34 loc) • 788 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IElektrikV1MintCallback",
"sourceName": "contracts/interfaces/callback/IElektrikV1MintCallback.sol",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "amount0Owed",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount1Owed",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "ElektrikV1MintCallback",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}