Transaction #17528

Hash 292255f98f36a470de27080f54831a4d101d9c7239533ba91ca04a22133d9133
Status Failed
Error Message AssertionError('Name must be lowercase!',)
Timestamp 355 days ago - 5/12/2023, 11:48:24 AM UTC+0
Block 17528
Stamps Used 4
Burned Fee 0.00023669 TAU
From 49aceeabdccdcb39f8c2c112e110ead1a5fef22c644825c1917b2df3204c433f 
Contract Name submission
Function Name submit_contract

Additional Info
Nonce 247
Processor 5b09493df6c18d17cc883ebce54fcb1f5afbd507533417fe32c006009a9c3c4a
Signature ed0765cf8be6287cc88099ea2ca5f57b619ab72ec94a6615914becad6fc88694c948f581008f5215b9ae83f7d77843e4127cff747801931f7de6564585140c05
Stamps Supplied 845
Stamps per TAU 169

Kwargs

code # LST001 balances = Hash(default_value=0) # LST002 metadata = Hash() @construct def seed(): # LST001 - MINT SUPPLY to wallet that submits the contract balances[ctx.caller] = 5 # LST002 metadata['token_name'] = "JarJarBinksGeorgeFloydSuperSmashBrosInu" metadata['token_symbol'] = "JarJarBinksGeorgeFloydSuperSmashBrosInu" metadata['operator'] = ctx.caller # LST002 @export def change_metadata(key: str, value: Any): assert ctx.caller == metadata['operator'], 'Only operator can set metadata!' metadata[key] = value # LST001 @export def transfer(amount: float, to: str): assert amount > 0, 'Cannot send negative balances!' assert balances[ctx.caller] >= amount, 'Not enough coins to send!' balances[ctx.caller] -= amount balances[to] += amount # LST001 @export def approve(amount: float, to: str): assert amount > 0, 'Cannot send negative balances!' balances[ctx.caller, to] += amount # LST001 @export def transfer_from(amount: float, to: str, main_account: str): assert amount > 0, 'Cannot send negative balances!' assert balances[main_account, ctx.caller] >= amount, 'Not enough coins approved to send! You have {} and are trying to spend {}'\ .format(balances[main_account, ctx.caller], amount) assert balances[main_account] >= amount, 'Not enough coins to send!' balances[main_account, ctx.caller] -= amount balances[main_account] -= amount balances[to] += amount
name con_JarJarBinksGeorgeFloydSuperSmashBrosInu

State Changes

Contract currency
Variable balances
Key 49aceeabdccdcb39f8c2c112e110ead1a5fef22c644825c1917b2df3204c433f
New Value 496.843097248727860892050446625935