Transaction #2164

Hash 485e9d77c0b689ba2f82e6031076f2e2d96a61ea5b943463077af014a52f5cc5
Status Success
Timestamp 283 days ago - 8/5/2023, 5:50:43 PM UTC+0
Block 2164
Stamps Used 114
Burned Fee 0.00674556 TAU
From 225ec10455f8bd8757a8889ec5ac4ca5c68dd3fd49432d901e10a4252790c746 
Contract Name submission
Function Name submit_contract

Additional Info
Nonce 6
Processor e79133b02cd2a84e2ce5d24b2f44433f61f0db7e10acedfc241e94dff06f710a
Signature 0e2c52674317b17b180541e25eb32cc51bc774fba4b27d1a3f403a054b9a8a7bad2ce9bae851e1acb698bb995aca857bbd450f3665f50539e144a29f07f0610a
Stamps Supplied 1000
Stamps per TAU 169

Kwargs

code movement = Hash(default_value=0) winner = Variable() propietario = Variable() jugador = Variable() computadora = Variable() @construct def seed(): movement['piedra'] = 1 movement['papel'] = 2 movement['tijera'] = 3 jugador.set(movement['piedra']) computadora.set(movement['piedra']) propietario.set(ctx.caller) @export def makemovement(movimiento: int): jugador.set(movimiento) computadora.set(random.randint(1, 3)) @export def determinarGanador(): if jugador == computadora: return 'Empate' elif (jugador == movement['piedra'] and computadora == movement['tijera']) or (jugador == movement['papel'] and computadora == movement['piedra']) or (jugador == movement['tijera'] and computadora == movement['papel']): resultado_ganador = winner.set(ctx.caller) return str(resultado_ganador) else: gana_creador = winner.set(propietario.get) return str(gana_creador)
name con_pruebas_3

State Changes

Contract con_pruebas_3
Variable __code__
New Value __movement = Hash(default_value=0, contract='con_pruebas_3', name='movement') __winner = Variable(contract='con_pruebas_3', name='winner') __propietario = Variable(contract='con_pruebas_3', name='propietario') __jugador = Variable(contract='con_pruebas_3', name='jugador') __computadora = Variable(contract='con_pruebas_3', name='computadora') def ____(): __movement['piedra'] = 1 __movement['papel'] = 2 __movement['tijera'] = 3 __jugador.set(__movement['piedra']) __computadora.set(__movement['piedra']) __propietario.set(ctx.caller) @__export('con_pruebas_3') def makemovement(movimiento: int): __jugador.set(movimiento) __computadora.set(random.randint(1, 3)) @__export('con_pruebas_3') def determinarGanador(): if __jugador == __computadora: return 'Empate' elif __jugador == __movement['piedra'] and __computadora == __movement[ 'tijera'] or __jugador == __movement['papel' ] and __computadora == __movement['piedra'] or __jugador == __movement[ 'tijera'] and __computadora == __movement['papel']: resultado_ganador = __winner.set(ctx.caller) return str(resultado_ganador) else: gana_creador = __winner.set(__propietario.get) return str(gana_creador)
 
Contract con_pruebas_3
Variable __compiled__
New Value e300000000000000000000000005000000400000007370000000650064006401640264038d035a0165026401640464058d025a0365026401640664058d025a0465026401640764058d025a0565026401640864058d025a066409640a84005a076508640183016509640b9c01640c640d840483015a0a650864018301640e640f840083015a0b641053002911e900000000da0d636f6e5f707275656261735f33da086d6f76656d656e742903da0d64656661756c745f76616c7565da08636f6e7472616374da046e616d65da0677696e6e6572290272050000007206000000da0b70726f706965746172696fda076a756761646f72da0b636f6d70757461646f726163000000000000000000000000030000004300000073440000006401740064023c006403740064043c006405740064063c0074016a027400640219008301010074036a027400640219008301010074046a0274056a06830101006400530029074ee901000000da06706965647261e902000000da05706170656ce903000000da0674696a6572612907da0a5f5f6d6f76656d656e74da095f5f6a756761646f72da03736574da0d5f5f636f6d70757461646f7261da0d5f5f70726f706965746172696fda03637478da0663616c6c6572a90072180000007218000000da00da045f5f5f5f08000000730c00000000010801080108010e010e01721a0000002901da0a6d6f76696d69656e746f630100000000000000010000000400000043000000732000000074006a017c008301010074026a0174036a04640164028302830101006400530029034e720b000000720f0000002905721200000072130000007214000000da0672616e646f6dda0772616e64696e742901721b000000721800000072180000007219000000da0c6d616b656d6f76656d656e7411000000730400000000020a01721e0000006300000000000000000200000003000000430000007380000000740074016b02720c6401530074007402640219006b02722474017402640319006b02735474007402640419006b02723c74017402640219006b02735474007402640319006b02726874017402640419006b02726874036a0474056a0683017d0074077c008301530074036a0474086a0983017d0174077c01830153006400530029054eda06456d70617465720c0000007210000000720e000000290a721200000072140000007211000000da085f5f77696e6e6572721300000072160000007217000000da037374727215000000da036765742902da11726573756c7461646f5f67616e61646f72da0c67616e615f63726561646f72721800000072180000007219000000da1164657465726d696e617247616e61646f7217000000731400000000020801040110011401100114010c0108020c0172250000004e290cda04486173687211000000da085661726961626c657220000000721500000072120000007214000000721a000000da085f5f6578706f7274da03696e74721e00000072250000007218000000721800000072180000007219000000da083c6d6f64756c653e0100000073100000000e010c010c010c010c03080906011005
 
Contract con_pruebas_3
Variable __developer__
New Value 225ec10455f8bd8757a8889ec5ac4ca5c68dd3fd49432d901e10a4252790c746
 
Contract con_pruebas_3
Variable __owner__
New Value null
 
Contract con_pruebas_3
Variable __submitted__
New Value 2023,8,5,17,50,44,0
 
Contract con_pruebas_3
Variable computadora
New Value 1
 
Contract con_pruebas_3
Variable jugador
New Value 1
 
Contract con_pruebas_3
Variable movement
Key papel
New Value 2
 
Contract con_pruebas_3
Variable movement
Key piedra
New Value 1
 
Contract con_pruebas_3
Variable movement
Key tijera
New Value 3
 
Contract con_pruebas_3
Variable propietario
New Value 225ec10455f8bd8757a8889ec5ac4ca5c68dd3fd49432d901e10a4252790c746
 
Contract currency
Variable balances
Key 225ec10455f8bd8757a8889ec5ac4ca5c68dd3fd49432d901e10a4252790c746
New Value 47758.43846148230769403