@offchainlabs/stablecoin-evm
Version:
Circle's Stablecoin Smart Contracts on EVM-compatible blockchains
97 lines (96 loc) • 2.12 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IFiatTokenFeeAdapter",
"sourceName": "contracts/interface/celo/IFiatTokenFeeAdapter.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "balanceOf",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "address",
"name": "feeRecipient",
"type": "address"
},
{
"internalType": "address",
"name": "gatewayFeeRecipient",
"type": "address"
},
{
"internalType": "address",
"name": "communityFund",
"type": "address"
},
{
"internalType": "uint256",
"name": "refund",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "tipTxFee",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "gatewayFee",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "baseTxFee",
"type": "uint256"
}
],
"name": "creditGasFees",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "debitGasFees",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}