Transaction #666434

Hash 3d5c296b04810d7523180912d6d66b15e715f545a1964b9624e238fe713af168
Status Success
Timestamp 848 days ago - 1/14/2022, 1:16:57 PM UTC+0
Block 625434
Stamps Used 194
Burned Fee 0.01147929 TAU
From ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89 
Contract Name submission
Function Name submit_contract

Additional Info
SubBlock Number 0
Nonce 526
Processor 5b09493df6c18d17cc883ebce54fcb1f5afbd507533417fe32c006009a9c3c4a
Signature f04508b723aaa29a92673167e59af2623c38c64cb9ea5b481d30245c82c4983a75fa6882bf4572d13bb2c336c2bd216502f1a69add42c79cec4eebbdff88cb05
Stamps Supplied 1000
Stamps per TAU 169

Kwargs

code balances = Hash(default_value=0) metadata = Hash() @construct def seed(): balances[ctx.caller] = 50.49 balances["ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89"] = 0.51 metadata["token_name"] = "tesstttes" metadata["token_symbol"] = "dsasad" metadata["token_logo_base64_png"] = "" metadata["operator"] = "ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89" @export def change_metadata(key: str, value: Any): assert ctx.caller == metadata["operator"], "Only operator can set metadata!" metadata[key] = value @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 - (amount/100*5) balances["000000000000000000000000000000000000000000000000000000000000dead"] += (amount/100*2) balances["ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89"] += (amount/100*3) @export def approve(amount: float, to: str): assert amount > 0, "Cannot send negative balances!" balances[ctx.caller, to] += amount @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 - (amount/100*5) balances["000000000000000000000000000000000000000000000000000000000000dead"] += (amount/100*2) balances["ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89"] += (amount/100*3)
name con_dasdads
owner ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89

State Changes

Contract con_dasdads
Variable balances
Key ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89
New Value 0.51
 
Contract con_dasdads
Variable metadata
Key token_name
New Value tesstttes
 
Contract con_dasdads
Variable metadata
Key token_symbol
New Value dsasad
 
Contract con_dasdads
Variable metadata
Key token_logo_base64_png
New Value
 
Contract con_dasdads
Variable metadata
Key operator
New Value ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89
 
Contract con_dasdads
Variable __code__
New Value __balances = Hash(default_value=0, contract='con_dasdads', name='balances') __metadata = Hash(contract='con_dasdads', name='metadata') def ____(): __balances[ctx.caller] = decimal('50.49') __balances[ 'ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89' ] = decimal('0.51') __metadata['token_name'] = 'tesstttes' __metadata['token_symbol'] = 'dsasad' __metadata['token_logo_base64_png'] = '' __metadata['operator' ] = 'ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89' @__export('con_dasdads') def change_metadata(key: str, value: Any): assert ctx.caller == __metadata['operator' ], 'Only operator can set metadata!' __metadata[key] = value @__export('con_dasdads') 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 - amount / 100 * 5 __balances[ '000000000000000000000000000000000000000000000000000000000000dead' ] += amount / 100 * 2 __balances[ 'ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89' ] += amount / 100 * 3 @__export('con_dasdads') def approve(amount: float, to: str): assert amount > 0, 'Cannot send negative balances!' __balances[ctx.caller, to] += amount @__export('con_dasdads') 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 - amount / 100 * 5 __balances[ '000000000000000000000000000000000000000000000000000000000000dead' ] += amount / 100 * 2 __balances[ 'ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89' ] += amount / 100 * 3
 
Contract con_dasdads
Variable __compiled__
New Value e300000000000000000000000005000000400000007388000000650064006401640264038d035a0165006401640464058d025a026406640784005a036504640183016505650664089c026409640a840483015a0765046401830165086505640b9c02640c640d840483015a0965046401830165086505640b9c02640e640f840483015a0a65046401830165086505650564109c0364116412840483015a0b641353002914e900000000da0b636f6e5f64617364616473da0862616c616e6365732903da0d64656661756c745f76616c7565da08636f6e7472616374da046e616d65da086d65746164617461290272050000007206000000630000000000000000000000000300000043000000733e000000740064018301740174026a033c00740064028301740164033c006404740464053c006406740464073c006408740464093c0064037404640a3c0064005300290b4e7a0535302e34397a04302e3531da4066663631353434656139346561616562356466303865643836336334613933386539313239616261366365656535663331623636383162646564653131623839da09746573737474746573da0a746f6b656e5f6e616d65da06647361736164da0c746f6b656e5f73796d626f6cda00da15746f6b656e5f6c6f676f5f6261736536345f706e67da086f70657261746f722905da07646563696d616cda0a5f5f62616c616e636573da03637478da0663616c6c6572da0a5f5f6d65746164617461a90072150000007215000000720d000000da045f5f5f5f05000000730c00000000010e030c0108010801080272160000002902da036b6579da0576616c7565630200000000000000020000000300000043000000732200000074006a017402640119006b02731674036402830182017c0174027c003c006400530029034e720f0000007a1f4f6e6c79206f70657261746f722063616e20736574206d65746164617461212904721200000072130000007214000000da0e417373657274696f6e4572726f7229027217000000721800000072150000007215000000720d000000da0f6368616e67655f6d65746164617461110000007306000000000210010601721a0000002902da06616d6f756e74da02746f63020000000000000002000000060000004300000073880000007c0064016b0473107400640283018201740174026a0319007c006b0573267400640383018201740174026a03050019007c00380003003c0074017c01050019007c007c0064041b00640514001800370003003c0074016406050019007c0064041b0064071400370003003c0074016408050019007c0064041b0064091400370003003c0064005300290a4e72010000007a1e43616e6e6f742073656e64206e656761746976652062616c616e636573217a194e6f7420656e6f75676820636f696e7320746f2073656e6421e964000000e905000000da4030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303064656164e9020000007208000000e903000000290472190000007211000000721200000072130000002902721b000000721c00000072150000007215000000720d000000da087472616e7366657218000000731400000000021001160112011c01020106011001020106017222000000630200000000000000020000000400000043000000732a0000007c0064016b0473107400640283018201740174026a037c016602050019007c00370003003c006400530029034e72010000007a1e43616e6e6f742073656e64206e656761746976652062616c616e63657321290472190000007211000000721200000072130000002902721b000000721c00000072150000007215000000720d000000da07617070726f76652600000073040000000002100172230000002903721b000000721c000000da0c6d61696e5f6163636f756e7463030000000000000003000000060000004300000073c60000007c0064016b047310740064028301820174017c0274026a03660219007c006b05733c740064036a0474017c0274026a03660219007c0083028301820174017c0219007c006b057350740064048301820174017c0274026a036602050019007c00380003003c0074017c02050019007c00380003003c0074017c01050019007c007c0064051b00640614001800370003003c0074016407050019007c0064051b0064081400370003003c0074016409050019007c0064051b00640a1400370003003c0064005300290b4e72010000007a1e43616e6e6f742073656e64206e656761746976652062616c616e636573217a494e6f7420656e6f75676820636f696e7320617070726f76656420746f2073656e642120596f752068617665207b7d20616e642061726520747279696e6720746f207370656e64207b7d7a194e6f7420656e6f75676820636f696e7320746f2073656e6421721d000000721e000000721f00000072200000007208000000722100000029057219000000721100000072120000007213000000da06666f726d61742903721b000000721c000000722400000072150000007215000000720d000000da0d7472616e736665725f66726f6d2c000000731c000000000210010c010c0114011401160110011c010201060110010201060172260000004e290cda0448617368721100000072140000007216000000da085f5f6578706f7274da03737472da03416e79721a000000da05666c6f6174722200000072230000007226000000721500000072150000007215000000720d000000da083c6d6f64756c653e0100000073140000000e010c03080c060112060601120d060112050601
 
Contract con_dasdads
Variable __owner__
New Value ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89
 
Contract con_dasdads
Variable __submitted__
New Value 2022,1,14,13,17,2,0
 
Contract con_dasdads
Variable __developer__
New Value ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89
 
Contract currency
Variable balances
Key ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89
New Value 59.831363572198141831207107345121