Contract con_doug_lst001


Contract Code


  
1 __balances = Hash(default_value=0, contract='con_doug_lst001', name='balances')
2 __metadata = Hash(contract='con_doug_lst001', name='metadata')
3
4
5 def ____():
6 __balances[
7 '6656a5c9dcf37f7eadc2b7d8de1998bb5bc4d69244ce75642dd57274feae93db'
8 ] = 100000000
9 __metadata['token_name'] = 'Super Doug Dash'
10 __metadata['token_symbol'] = 'DOUG'
11 __metadata['operator'
12 ] = '6656a5c9dcf37f7eadc2b7d8de1998bb5bc4d69244ce75642dd57274feae93db'
13
14
15 @__export('con_doug_lst001')
16 def change_metadata(key: str, value: Any):
17 assert ctx.caller == __metadata['operator'
18 ], 'Only operator can set metadata!'
19 __metadata[key] = value
20
21
22 @__export('con_doug_lst001')
23 def transfer(amount: float, to: str):
24 assert amount > 0, 'Cannot send negative balances!'
25 assert __balances[ctx.caller] >= amount, 'Not enough coins to send!'
26 __balances[ctx.caller] -= amount
27 __balances[to] += amount
28
29
30 @__export('con_doug_lst001')
31 def approve(amount: float, to: str):
32 assert amount > 0, 'Cannot send negative balances!'
33 __balances[ctx.caller, to] += amount
34
35
36 @__export('con_doug_lst001')
37 def transfer_from(amount: float, to: str, main_account: str):
38 assert amount > 0, 'Cannot send negative balances!'
39 assert __balances[main_account, ctx.caller
40 ] >= amount, 'Not enough coins approved to send! You have {} and are trying to spend {}'.format(
41 __balances[main_account, ctx.caller], amount)
42 assert __balances[main_account] >= amount, 'Not enough coins to send!'
43 __balances[main_account, ctx.caller] -= amount
44 __balances[main_account] -= amount
45 __balances[to] += amount
46

Byte Code

e300000000000000000000000005000000400000007388000000650064006401640264038d035a0165006401640464058d025a026406640784005a036504640183016505650664089c026409640a840483015a0765046401830165086505640b9c02640c640d840483015a0965046401830165086505640b9c02640e640f840483015a0a65046401830165086505650564109c0364116412840483015a0b641353002914e900000000da0f636f6e5f646f75675f6c7374303031da0862616c616e6365732903da0d64656661756c745f76616c7565da08636f6e7472616374da046e616d65da086d6574616461746129027205000000720600000063000000000000000000000000030000004300000073240000006401740064023c006403740164043c006405740164063c006402740164073c006400530029084e6900e1f505da40363635366135633964636633376637656164633262376438646531393938626235626334643639323434636537353634326464353732373466656165393364627a0f537570657220446f75672044617368da0a746f6b656e5f6e616d65da04444f5547da0c746f6b656e5f73796d626f6cda086f70657261746f722902da0a5f5f62616c616e636573da0a5f5f6d65746164617461a900720f000000720f000000da00da045f5f5f5f050000007308000000000308010801080272110000002902da036b6579da0576616c7565630200000000000000020000000300000043000000732200000074006a017402640119006b02731674036402830182017c0174027c003c006400530029034e720c0000007a1f4f6e6c79206f70657261746f722063616e20736574206d65746164617461212904da03637478da0663616c6c6572720e000000da0e417373657274696f6e4572726f72290272120000007213000000720f000000720f0000007210000000da0f6368616e67655f6d657461646174610f000000730600000000021001060172170000002902da06616d6f756e74da02746f630200000000000000020000000400000043000000734c0000007c0064016b0473107400640283018201740174026a0319007c006b0573267400640383018201740174026a03050019007c00380003003c0074017c01050019007c00370003003c006400530029044e72010000007a1e43616e6e6f742073656e64206e656761746976652062616c616e636573217a194e6f7420656e6f75676820636f696e7320746f2073656e642129047216000000720d00000072140000007215000000290272180000007219000000720f000000720f0000007210000000da087472616e736665721600000073080000000002100116011201721a000000630200000000000000020000000400000043000000732a0000007c0064016b0473107400640283018201740174026a037c016602050019007c00370003003c006400530029034e72010000007a1e43616e6e6f742073656e64206e656761746976652062616c616e6365732129047216000000720d00000072140000007215000000290272180000007219000000720f000000720f0000007210000000da07617070726f76651e000000730400000000021001721b000000290372180000007219000000da0c6d61696e5f6163636f756e74630300000000000000030000000500000043000000738a0000007c0064016b047310740064028301820174017c0274026a03660219007c006b05733c740064036a0474017c0274026a03660219007c0083028301820174017c0219007c006b057350740064048301820174017c0274026a036602050019007c00380003003c0074017c02050019007c00380003003c0074017c01050019007c00370003003c006400530029054e72010000007a1e43616e6e6f742073656e64206e656761746976652062616c616e636573217a494e6f7420656e6f75676820636f696e7320617070726f76656420746f2073656e642120596f752068617665207b7d20616e642061726520747279696e6720746f207370656e64207b7d7a194e6f7420656e6f75676820636f696e7320746f2073656e642129057216000000720d00000072140000007215000000da06666f726d6174290372180000007219000000721c000000720f000000720f0000007210000000da0d7472616e736665725f66726f6d240000007310000000000210010c010c011401140116011001721e0000004e290cda0448617368720d000000720e0000007211000000da085f5f6578706f7274da03737472da03416e797217000000da05666c6f6174721a000000721b000000721e000000720f000000720f000000720f0000007210000000da083c6d6f64756c653e0100000073140000000e010c03080a0601120606011207060112050601