545dd6d92b
Contracts updated to version 0.5.0.
30 lines
602 B
JSON
30 lines
602 B
JSON
{
|
|
"_format": "hh-sol-artifact-1",
|
|
"contractName": "IGate",
|
|
"sourceName": "contracts/interfaces/IGate.sol",
|
|
"abi": [
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "user",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "isAllowedUser",
|
|
"outputs": [
|
|
{
|
|
"internalType": "bool",
|
|
"name": "",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
}
|
|
],
|
|
"bytecode": "0x",
|
|
"deployedBytecode": "0x",
|
|
"linkReferences": {},
|
|
"deployedLinkReferences": {}
|
|
}
|