@towns-protocol/generated
Version:
## How to generate contract types
54 lines (53 loc) • 1.02 kB
text/typescript
export default [
{
"type": "event",
"name": "CheckedIn",
"inputs": [
{
"name": "user",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "points",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "streak",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "lastCheckIn",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
}
],
"anonymous": false
},
{
"type": "error",
"name": "TownsPoints__CheckInPeriodNotPassed",
"inputs": []
},
{
"type": "error",
"name": "TownsPoints__InvalidArrayLength",
"inputs": []
},
{
"type": "error",
"name": "TownsPoints__InvalidCallData",
"inputs": []
},
{
"type": "error",
"name": "TownsPoints__InvalidSpace",
"inputs": []
}
] as const