abi
wallet abi
[
{
"type": "function",
"name": "agentKey",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "address"
}
]
},
{
"type": "function",
"name": "coSigner",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "address"
}
]
},
{
"type": "function",
"name": "fund",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "address"
}
]
},
{
"type": "function",
"name": "deployBlock",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "uint256"
}
]
},
{
"type": "function",
"name": "cooldown",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "uint32"
}
]
},
{
"type": "function",
"name": "epochLength",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "uint32"
}
]
},
{
"type": "function",
"name": "tightenCount",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "uint32"
}
]
},
{
"type": "function",
"name": "lastTransferBlock",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "uint64"
}
]
},
{
"type": "function",
"name": "perTxCap",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "uint256"
}
]
},
{
"type": "function",
"name": "epochBudget",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "uint256"
}
]
},
{
"type": "function",
"name": "floorBalance",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "uint256"
}
]
},
{
"type": "function",
"name": "epochStart",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "uint256"
}
]
},
{
"type": "function",
"name": "spentThisEpoch",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "uint256"
}
]
},
{
"type": "function",
"name": "attemptCount",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "uint256"
}
]
},
{
"type": "function",
"name": "allowedAt",
"stateMutability": "view",
"inputs": [
{
"type": "address"
}
],
"outputs": [
{
"type": "uint64"
}
]
},
{
"type": "event",
"name": "Attempted",
"inputs": [
{
"name": "id",
"type": "uint256",
"indexed": true
},
{
"name": "to",
"type": "address",
"indexed": true
},
{
"name": "value",
"type": "uint256",
"indexed": false
},
{
"name": "dataHash",
"type": "bytes32",
"indexed": false
}
]
},
{
"type": "event",
"name": "Refused",
"inputs": [
{
"name": "id",
"type": "uint256",
"indexed": true
},
{
"name": "rule",
"type": "bytes32",
"indexed": true
}
]
},
{
"type": "event",
"name": "Executed",
"inputs": [
{
"name": "id",
"type": "uint256",
"indexed": true
},
{
"name": "to",
"type": "address",
"indexed": true
},
{
"name": "value",
"type": "uint256",
"indexed": false
}
]
},
{
"type": "event",
"name": "Tightened",
"inputs": [
{
"name": "rule",
"type": "bytes32",
"indexed": true
},
{
"name": "fromValue",
"type": "uint256",
"indexed": false
},
{
"name": "toValue",
"type": "uint256",
"indexed": false
}
]
},
{
"type": "event",
"name": "AllowProposed",
"inputs": [
{
"name": "who",
"type": "address",
"indexed": true
},
{
"name": "readyAt",
"type": "uint64",
"indexed": false
}
]
},
{
"type": "event",
"name": "AllowActive",
"inputs": [
{
"name": "who",
"type": "address",
"indexed": true
}
]
},
{
"type": "event",
"name": "CoSigned",
"inputs": [
{
"name": "id",
"type": "uint256",
"indexed": true
},
{
"name": "signer",
"type": "address",
"indexed": true
}
]
},
{
"type": "event",
"name": "EpochRolled",
"inputs": [
{
"name": "newStart",
"type": "uint256",
"indexed": false
}
]
}
]fund abi
[
{
"type": "function",
"name": "totalFunded",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "uint256"
}
]
},
{
"type": "function",
"name": "wallet",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"type": "address"
}
]
},
{
"type": "event",
"name": "Funded",
"inputs": [
{
"name": "from",
"type": "address",
"indexed": true
},
{
"name": "amount",
"type": "uint256",
"indexed": false
}
]
}
]