Transaction #2159

Hash 855322b43a1d1cab4406dcc131dbd17e8ff57a77a4b37b5b92ac203d723bf5e5
Status Success
Timestamp 284 days ago - 8/5/2023, 5:45:29 PM UTC+0
Block 2159
Stamps Used 109
Burned Fee 0.00644970 TAU
From 225ec10455f8bd8757a8889ec5ac4ca5c68dd3fd49432d901e10a4252790c746 
Contract Name submission
Function Name submit_contract

Additional Info
Nonce 11
Processor ffd7182fcfd0d84ca68845fb11bafad11abca2f9aca8754a6d9cad7baa39d28b
Signature 13a29eed1636bce9fbc9d5549f90e62b86082b3bab6897782c06382d423fca1fe9f8cdb3963c8eef511423cbdc68a55a5d8a4098f7e51b65a389cb601a4e700b
Stamps Supplied 9997
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']): return winner.set(ctx.caller) else: return winner.set(propietario.get)
name con_pruebas_2

State Changes

Contract con_pruebas_2
Variable __code__
New Value __movement = Hash(default_value=0, contract='con_pruebas_2', name='movement') __winner = Variable(contract='con_pruebas_2', name='winner') __propietario = Variable(contract='con_pruebas_2', name='propietario') __jugador = Variable(contract='con_pruebas_2', name='jugador') __computadora = Variable(contract='con_pruebas_2', 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_2') def makemovement(movimiento: int): __jugador.set(movimiento) __computadora.set(random.randint(1, 3)) @__export('con_pruebas_2') 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']: return __winner.set(ctx.caller) else: return __winner.set(__propietario.get)
 
Contract con_pruebas_2
Variable __compiled__
New Value e300000000000000000000000005000000400000007370000000650064006401640264038d035a0165026401640464058d025a0365026401640664058d025a0465026401640764058d025a0565026401640864058d025a066409640a84005a076508640183016509640b9c01640c640d840483015a0a650864018301640e640f840083015a0b641053002911e900000000da0d636f6e5f707275656261735f32da086d6f76656d656e742903da0d64656661756c745f76616c7565da08636f6e7472616374da046e616d65da0677696e6e6572290272050000007206000000da0b70726f706965746172696fda076a756761646f72da0b636f6d70757461646f726163000000000000000000000000030000004300000073440000006401740064023c006403740064043c006405740064063c0074016a027400640219008301010074036a027400640219008301010074046a0274056a06830101006400530029074ee901000000da06706965647261e902000000da05706170656ce903000000da0674696a6572612907da0a5f5f6d6f76656d656e74da095f5f6a756761646f72da03736574da0d5f5f636f6d70757461646f7261da0d5f5f70726f706965746172696fda03637478da0663616c6c6572a90072180000007218000000da00da045f5f5f5f08000000730c00000000010801080108010e010e01721a0000002901da0a6d6f76696d69656e746f630100000000000000010000000400000043000000732000000074006a017c008301010074026a0174036a04640164028302830101006400530029034e720b000000720f0000002905721200000072130000007214000000da0672616e646f6dda0772616e64696e742901721b000000721800000072180000007219000000da0c6d616b656d6f76656d656e7411000000730400000000020a01721e0000006300000000000000000000000003000000430000007370000000740074016b02720c6401530074007402640219006b02722474017402640319006b02735474007402640419006b02723c74017402640219006b02735474007402640319006b02726074017402640419006b02726074036a0474056a068301530074036a0474076a08830153006400530029054eda06456d70617465720c0000007210000000720e0000002909721200000072140000007211000000da085f5f77696e6e65727213000000721600000072170000007215000000da036765747218000000721800000072180000007219000000da1164657465726d696e617247616e61646f7217000000731000000000020801040110011401100114010c0272220000004e290cda04486173687211000000da085661726961626c657220000000721500000072120000007214000000721a000000da085f5f6578706f7274da03696e74721e00000072220000007218000000721800000072180000007219000000da083c6d6f64756c653e0100000073100000000e010c010c010c010c03080906011005
 
Contract con_pruebas_2
Variable __developer__
New Value 225ec10455f8bd8757a8889ec5ac4ca5c68dd3fd49432d901e10a4252790c746
 
Contract con_pruebas_2
Variable __owner__
New Value null
 
Contract con_pruebas_2
Variable __submitted__
New Value 2023,8,5,17,45,30,0
 
Contract con_pruebas_2
Variable computadora
New Value 1
 
Contract con_pruebas_2
Variable jugador
New Value 1
 
Contract con_pruebas_2
Variable movement
Key papel
New Value 2
 
Contract con_pruebas_2
Variable movement
Key piedra
New Value 1
 
Contract con_pruebas_2
Variable movement
Key tijera
New Value 3
 
Contract con_pruebas_2
Variable propietario
New Value 225ec10455f8bd8757a8889ec5ac4ca5c68dd3fd49432d901e10a4252790c746
 
Contract currency
Variable balances
Key 225ec10455f8bd8757a8889ec5ac4ca5c68dd3fd49432d901e10a4252790c746
New Value 47767.59230766384615633