{"functions":[{"name":"create-claim","access":"public","args":[{"name":"amount","type":"uint128"},{"name":"recipient","type":"principal"}],"outputs":{"type":{"response":{"ok":"uint128","error":"uint128"}}}},{"name":"withdraw","access":"public","args":[{"name":"claim-id","type":"uint128"}],"outputs":{"type":{"response":{"ok":"bool","error":"uint128"}}}},{"name":"withdraw-many","access":"public","args":[{"name":"entries","type":{"list":{"type":"uint128","length":1000}}}],"outputs":{"type":{"response":{"ok":{"list":{"type":{"response":{"ok":"bool","error":"uint128"}},"length":1000}},"error":"none"}}}},{"name":"get-claim","access":"read_only","args":[{"name":"id","type":"uint128"}],"outputs":{"type":{"response":{"ok":{"tuple":[{"name":"amount","type":"uint128"},{"name":"recipient","type":"principal"},{"name":"ts","type":"uint128"}]},"error":"uint128"}}}},{"name":"get-current-claim-id","access":"read_only","args":[],"outputs":{"type":"uint128"}},{"name":"get-current-ts","access":"read_only","args":[],"outputs":{"type":"uint128"}}],"variables":[{"name":"ERR_INVALID_AMOUNT","type":{"response":{"ok":"none","error":"uint128"}},"access":"constant"},{"name":"ERR_NOT_COOLED_DOWN","type":{"response":{"ok":"none","error":"uint128"}},"access":"constant"},{"name":"ERR_NO_CLAIM_FOR_ID","type":{"response":{"ok":"none","error":"uint128"}},"access":"constant"},{"name":"ERR_ONLY_STAKING_CONTRACT","type":{"response":{"ok":"none","error":"uint128"}},"access":"constant"},{"name":"current-claim-id","type":"uint128","access":"variable"}],"maps":[{"name":"claims","key":{"tuple":[{"name":"claim-id","type":"uint128"}]},"value":{"tuple":[{"name":"amount","type":"uint128"},{"name":"recipient","type":"principal"},{"name":"ts","type":"uint128"}]}}],"fungible_tokens":[],"non_fungible_tokens":[],"epoch":"Epoch32","clarity_version":"Clarity3"}