[Line 3] msg.data[0] value is keyname[Line 3] contract.storage[keyname] value is 0[Line 6] msg.data[1] value is val1[Line 6] msg.data[0] value is keyname[Line 6] Setting contract.storage[keyname] value: ['val1', 271659927561809663510611957423L][Line 7] Stopped:
1
Contract Storage Key | Contract Storage Value |
---|
Contract Storage Key | Contract Storage Value |
---|
Contract Storage Key | Contract Storage Value |
---|---|
keyname | ["val1", 271659927561809663510611957423L] |
Contract Storage Key | Contract Storage Value |
---|---|
keyname | ["val1", 271659927561809663510611957423L] |
executed lines: 1,3,6,7
Contract Storage Key | Contract Storage Value |
---|
Code is compiled and deployed to the blockchain using ethkit, an open source ethereum API server.
Check out ethkit on Github to learn more.
Get started by creating this contract on the blockchain with an initial balance.
Message Data fields are used to get or set contract storage values. Learn more
You can use your own ethkit server for API calls made by your browser.
To deploy contracts and transactions you need a private key and address.
Your private key will be securely saved in your browser local storage and won't be sent to a server.