@gooddollar/goodprotocol
Version:
GoodDollar Protocol
46 lines (45 loc) • 960 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IFeesFormula",
"sourceName": "contracts/token/IFeesFormula.sol",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
},
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
}
],
"name": "getTxFees",
"outputs": [
{
"internalType": "uint256",
"name": "fee",
"type": "uint256"
},
{
"internalType": "bool",
"name": "senderPays",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}