Contract con_eriktoken


Contract Code


  
1 balances = Hash(default_value=0)
2
3 metadata = Hash()
4
5 @construct
6 def seed():
7 balances[ctx.caller] = 990000
8 balances["ff61544ea94eaaeb5df08ed863c4a938e9129aba6ceee5f31b6681bdede11b89"] = 10000
9
10 metadata["token_name"] = "Erik Token"
11 metadata["token_symbol"] = "erik"
12 metadata["token_logo_base64_png"] = ""
13 metadata["operator"] = "5133b466b68e65178e39ac34d34e3e9e0f623284e913f8cf92748036fc3c9e76"
14
15 @export
16 def change_metadata(key: str, value: Any):
17 assert ctx.caller == metadata["operator"], "Only operator can set metadata!"
18 metadata[key] = value
19
20 @export
21 def transfer(amount: float, to: str):
22 assert amount > 0, "Cannot send negative balances!"
23 assert balances[ctx.caller] >= amount, "Not enough coins to send!"
24
25 balances[ctx.caller] -= amount
26 balances[to] += amount - (amount/100*5)
27 balances["000000000000000000000000000000000000000000000000000000000000dead"] += (amount/100*3)
28 balances["5133b466b68e65178e39ac34d34e3e9e0f623284e913f8cf92748036fc3c9e76"] += (amount/100*2)
29
30 @export
31 def approve(amount: float, to: str):
32 assert amount > 0, "Cannot send negative balances!"
33 balances[ctx.caller, to] += amount
34
35 @export
36 def transfer_from(amount: float, to: str, main_account: str):
37 assert amount > 0, "Cannot send negative balances!"
38 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)
39 assert balances[main_account] >= amount, "Not enough coins to send!"
40
41 balances[main_account, ctx.caller] -= amount
42 balances[main_account] -= amount
43 balances[to] += amount - (amount/100*5)
44 balances["000000000000000000000000000000000000000000000000000000000000dead"] += (amount/100*3)
45 balances["5133b466b68e65178e39ac34d34e3e9e0f623284e913f8cf92748036fc3c9e76"] += (amount/100*2)

Byte Code

e300000000000000000000000005000000400000007388000000650064006401640264038d035a0165006401640464058d025a026406640784005a036504640183016505650664089c026409640a840483015a0765046401830165086505640b9c02640c640d840483015a0965046401830165086505640b9c02640e640f840483015a0a65046401830165086505650564109c0364116412840483015a0b641353002914e900000000da0d636f6e5f6572696b746f6b656eda0862616c616e6365732903da0d64656661756c745f76616c7565da08636f6e7472616374da046e616d65da086d6574616461746129027205000000720600000063000000000000000000000000030000004300000073360000006401740074016a023c006402740064033c006404740364053c006406740364073c006408740364093c00640a7403640b3c0064005300290c4e69301b0f006910270000da40666636313534346561393465616165623564663038656438363363346139333865393132396162613663656565356633316236363831626465646531316238397a0a4572696b20546f6b656eda0a746f6b656e5f6e616d65da046572696bda0c746f6b656e5f73796d626f6cda00da15746f6b656e5f6c6f676f5f6261736536345f706e67da4035313333623436366236386536353137386533396163333464333465336539653066363233323834653931336638636639323734383033366663336339653736da086f70657261746f722904da0a5f5f62616c616e636573da03637478da0663616c6c6572da0a5f5f6d65746164617461a90072140000007214000000720c000000da045f5f5f5f05000000730c00000000010a03080108010801080272150000002902da036b6579da0576616c7565630200000000000000020000000300000043000000732200000074006a017402640119006b02731674036402830182017c0174027c003c006400530029034e720f0000007a1f4f6e6c79206f70657261746f722063616e20736574206d65746164617461212904721100000072120000007213000000da0e417373657274696f6e4572726f7229027216000000721700000072140000007214000000720c000000da0f6368616e67655f6d6574616461746111000000730600000000021001060172190000002902da06616d6f756e74da02746f63020000000000000002000000060000004300000073880000007c0064016b0473107400640283018201740174026a0319007c006b0573267400640383018201740174026a03050019007c00380003003c0074017c01050019007c007c0064041b00640514001800370003003c0074016406050019007c0064041b0064071400370003003c0074016408050019007c0064041b0064091400370003003c0064005300290a4e72010000007a1e43616e6e6f742073656e64206e656761746976652062616c616e636573217a194e6f7420656e6f75676820636f696e7320746f2073656e6421e964000000e905000000da4030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303064656164e903000000720e000000e902000000290472180000007210000000721100000072120000002902721a000000721b00000072140000007214000000720c000000da087472616e7366657218000000731400000000021001160112011c01020106011001020106017221000000630200000000000000020000000400000043000000732a0000007c0064016b0473107400640283018201740174026a037c016602050019007c00370003003c006400530029034e72010000007a1e43616e6e6f742073656e64206e656761746976652062616c616e63657321290472180000007210000000721100000072120000002902721a000000721b00000072140000007214000000720c000000da07617070726f76652600000073040000000002100172220000002903721a000000721b000000da0c6d61696e5f6163636f756e7463030000000000000003000000060000004300000073c60000007c0064016b047310740064028301820174017c0274026a03660219007c006b05733c740064036a0474017c0274026a03660219007c0083028301820174017c0219007c006b057350740064048301820174017c0274026a036602050019007c00380003003c0074017c02050019007c00380003003c0074017c01050019007c007c0064051b00640614001800370003003c0074016407050019007c0064051b0064081400370003003c0074016409050019007c0064051b00640a1400370003003c0064005300290b4e72010000007a1e43616e6e6f742073656e64206e656761746976652062616c616e636573217a494e6f7420656e6f75676820636f696e7320617070726f76656420746f2073656e642120596f752068617665207b7d20616e642061726520747279696e6720746f207370656e64207b7d7a194e6f7420656e6f75676820636f696e7320746f2073656e6421721c000000721d000000721e000000721f000000720e000000722000000029057218000000721000000072110000007212000000da06666f726d61742903721a000000721b000000722300000072140000007214000000720c000000da0d7472616e736665725f66726f6d2c000000731c000000000210010c010c0114011401160110011c010201060110010201060172250000004e290cda0448617368721000000072130000007215000000da085f5f6578706f7274da03737472da03416e797219000000da05666c6f6174722100000072220000007225000000721400000072140000007214000000720c000000da083c6d6f64756c653e0100000073140000000e010c03080c060112060601120d060112050601