Skip to content

Instantly share code, notes, and snippets.

@dwightjl
Created March 4, 2022 02:51
Show Gist options
  • Save dwightjl/ca1dcf2be15f0313824929cfb9c3ba3b to your computer and use it in GitHub Desktop.
Save dwightjl/ca1dcf2be15f0313824929cfb9c3ba3b to your computer and use it in GitHub Desktop.
CronUpkeepFactory.abi
[
{
"inputs": [],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "upkeep",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "owner",
"type": "address"
}
],
"name": "NewCronUpkeepCreated",
"type": "event"
},
{
"inputs": [],
"name": "cronDelegateAddress",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "newCronUpkeep",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment