Advertisement
Guest User

Untitled

a guest
Oct 28th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. {
  2. "lang": "javascript",
  3. "version": "1.0.1",
  4. "abi": [
  5. {
  6. "name": "resonanceBOST",
  7. "args": [
  8. "string"
  9. ],
  10. "amountLimit": [
  11. {
  12. "token": "iost",
  13. "val": "100000000"
  14. },
  15. {
  16. "token": "bost",
  17. "val": "100000000"
  18. }
  19. ]
  20. },
  21. {
  22. "name": "createBID",
  23. "args": [
  24. "string"
  25. ],
  26. "amountLimit": [
  27. {
  28. "token": "bost",
  29. "val": "10000"
  30. }
  31. ]
  32. },
  33. {
  34. "name": "can_update",
  35. "args": [
  36. "string"
  37. ]
  38. }
  39. ]
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement