@lukso/lsp-smart-contracts
Version:
The reference smart contract implementation for the LUKSO LSP standards
37 lines • 965 B
JSON
{
"_format": "hh3-artifact-1",
"contractName": "IPostDeploymentModule",
"sourceName": "contracts/IPostDeploymentModule.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "primaryContract",
"type": "address"
},
{
"internalType": "address",
"name": "secondaryContract",
"type": "address"
},
{
"internalType": "bytes",
"name": "calldataToPostDeploymentModule",
"type": "bytes"
}
],
"name": "executePostDeployment",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {},
"immutableReferences": {},
"inputSourceName": "project/contracts/IPostDeploymentModule.sol",
"buildInfoId": "solc-0_8_17-8c4c2ea990fda04bb667010949fa3affc1e1dccd"
}