contract ShareTwo = record state = {s1 : int, s2 : int} entrypoint init() = {s1 = 0, s2 = 0} stateful entrypoint buy() = ()