[{"name":"getQuote","type":"function","stateMutability":"view","inputs":[{"type":"uint256","name":"usdgIn"},{"type":"uint256","name":"maxFills"}],"outputs":[{"type":"tuple","components":[{"type":"uint256","name":"creditOut"},{"type":"uint256","name":"usdgSpent"},{"type":"uint256","name":"feeAtoms"},{"type":"uint256","name":"fills"},{"type":"uint8","name":"reason"}]}]},{"name":"buy","type":"function","stateMutability":"nonpayable","inputs":[{"type":"uint256","name":"usdgIn"},{"type":"uint256","name":"minCreditOut"},{"type":"address","name":"recipient"},{"type":"uint256","name":"maxFills"}],"outputs":[{"type":"uint256","name":"creditOut"},{"type":"uint256","name":"usdgSpent"}]},{"name":"buyAndActivate","type":"function","stateMutability":"nonpayable","inputs":[{"type":"uint256","name":"usdgIn"},{"type":"uint256","name":"minCreditOut"},{"type":"bytes32","name":"beneficiary"},{"type":"uint256","name":"maxFills"}],"outputs":[{"type":"uint256","name":"creditOut"},{"type":"uint256","name":"usdgSpent"},{"type":"uint256","name":"activationId"}]},{"name":"feeBps","type":"function","stateMutability":"view","inputs":[],"outputs":[{"type":"uint16"}]},{"name":"MAX_FILLS","type":"function","stateMutability":"view","inputs":[],"outputs":[{"type":"uint256"}]}]