@blazeswap/contracts
Version:
Smart contracts for the BlazeSwap protocol
38 lines (37 loc) • 790 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IConfigurable",
"sourceName": "contracts/shared/interfaces/IConfigurable.sol",
"abi": [
{
"inputs": [],
"name": "configSetter",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_configSetter",
"type": "address"
}
],
"name": "setConfigSetter",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}