@functionx_io/contracts
Version:
Smart Contract library for Solidity
80 lines (79 loc) • 1.72 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IBank",
"sourceName": "contracts/interfaces/IBank.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "_account",
"type": "address"
},
{
"internalType": "string",
"name": "_module",
"type": "string"
},
{
"internalType": "address",
"name": "_token",
"type": "address"
},
{
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
}
],
"name": "transferFromAccountToModule",
"outputs": [
{
"internalType": "bool",
"name": "_result",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "_module",
"type": "string"
},
{
"internalType": "address",
"name": "_account",
"type": "address"
},
{
"internalType": "address",
"name": "_token",
"type": "address"
},
{
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
}
],
"name": "transferFromModuleToAccount",
"outputs": [
{
"internalType": "bool",
"name": "_result",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}