@aave/governance-crosschain-bridges
Version:
Contracts of Aave Governance Crosschain Bridges
214 lines (213 loc) • 4.38 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ArbRetryableTx",
"sourceName": "contracts/dependencies/arbitrum/interfaces/ArbRetryableTx.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "userTxHash",
"type": "bytes32"
}
],
"name": "Canceled",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "userTxHash",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "uint256",
"name": "newTimeout",
"type": "uint256"
}
],
"name": "LifetimeExtended",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "userTxHash",
"type": "bytes32"
}
],
"name": "Redeemed",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "userTxHash",
"type": "bytes32"
}
],
"name": "TicketCreated",
"type": "event"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "userTxHash",
"type": "bytes32"
}
],
"name": "cancel",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "userTxHash",
"type": "bytes32"
}
],
"name": "getBeneficiary",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "userTxHash",
"type": "bytes32"
}
],
"name": "getKeepalivePrice",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getLifetime",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "calldataSize",
"type": "uint256"
}
],
"name": "getSubmissionPrice",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "userTxHash",
"type": "bytes32"
}
],
"name": "getTimeout",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "userTxHash",
"type": "bytes32"
}
],
"name": "keepalive",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "userTxHash",
"type": "bytes32"
}
],
"name": "redeem",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}