Guest User

Untitled

a guest
May 25th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. ======= A.sol:A =======
  2. EVM assembly:
  3. /* "A.sol":26:101 contract A {... */
  4. mstore(0x40, 0x80)
  5. /* "A.sol":58:99 constructor() public {... */
  6. callvalue
  7. /* "--CODEGEN--":8:17 */
  8. dup1
  9. /* "--CODEGEN--":5:7 */
  10. iszero
  11. tag_1
  12. jumpi
  13. /* "--CODEGEN--":30:31 */
  14. 0x0
  15. /* "--CODEGEN--":27:28 */
  16. dup1
  17. /* "--CODEGEN--":20:32 */
  18. revert
  19. /* "--CODEGEN--":5:7 */
  20. tag_1:
  21. /* "A.sol":58:99 constructor() public {... */
  22. pop
  23. /* "A.sol":91:92 1 */
  24. 0x1
  25. /* "A.sol":87:88 a */
  26. 0x0
  27. /* "A.sol":87:92 a = 1 */
  28. dup2
  29. swap1
  30. sstore
  31. pop
  32. /* "A.sol":26:101 contract A {... */
  33. dataSize(sub_0)
  34. dup1
  35. dataOffset(sub_0)
  36. 0x0
  37. codecopy
  38. 0x0
  39. return
  40. stop
  41.  
  42. sub_0: assembly {
  43. /* "A.sol":26:101 contract A {... */
  44. mstore(0x40, 0x80)
  45. 0x0
  46. dup1
  47. revert
  48.  
  49. auxdata: 0xa165627a7a723058208069fb34f9d1298c9637e45b5ff7887152a0fc494dffc1806996810d5fe2228a0029
  50. }
  51.  
  52. Binary:
  53. 6080604052348015600f57600080fd5b50600160008190555060358060256000396000f3006080604052600080fd00a165627a7a723058208069fb34f9d1298c9637e45b5ff7887152a0fc494dffc1806996810d5fe2228a0029
Add Comment
Please, Sign In to add comment