SC Simulator 3.1.0 - Simulator and debugger (SmartC 2.3.0)
❐ Source code:
❐ Actions:
S
tep into
Tog source
Deploy
F
orge
R
un
Step over
Add BP
Step out
Load Slot
Detach all
Simulator said:
Contract not loaded
❐ ContractState:
❐ Blockchain status:
❐ Transaction:
[ // Read the complete help at https://github.com/deleterium/SC-Simulator/blob/main/README.md { // Yes, comments are allowed! Here sending a text message. "blockheight": 2, "sender": "10000n", "recipient": "999n", "amount": "100_0000_0000n", "messageText": "bid const" }, { // Here, sending a binary message. "blockheight": 3, "sender": "0xaaBBn", "recipient": "0x100", "amount": "3000_0000", "messageHex": "636f6e73742061756374696f6e20676f74203173742062696421000000000000" }, { // Support for sending up to 4 tokens, just like in the real world. // You can specify a txid "txid": "2345678233322", "blockheight": 4, "sender": "10000n", "recipient": "999", "amount": "1_0000_0000n", "tokens": [ {"asset": 123456, "quantity": 1000000}, {"asset": 123412, "quantity": 1000000} ] } ]