PythUtils.json 543 B

12345678910111213141516171819202122232425262728293031
  1. [
  2. {
  3. "inputs": [
  4. {
  5. "internalType": "int64",
  6. "name": "price",
  7. "type": "int64"
  8. },
  9. {
  10. "internalType": "int32",
  11. "name": "expo",
  12. "type": "int32"
  13. },
  14. {
  15. "internalType": "uint8",
  16. "name": "targetDecimals",
  17. "type": "uint8"
  18. }
  19. ],
  20. "name": "convertToUint",
  21. "outputs": [
  22. {
  23. "internalType": "uint256",
  24. "name": "",
  25. "type": "uint256"
  26. }
  27. ],
  28. "stateMutability": "pure",
  29. "type": "function"
  30. }
  31. ]