cross.json 884 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "contractName": "CrossCoin",
  3. "abi": [
  4. {
  5. "inputs": [
  6. {
  7. "internalType": "uint256",
  8. "name": "_id",
  9. "type": "uint256"
  10. },
  11. {
  12. "internalType": "address",
  13. "name": "_token",
  14. "type": "address"
  15. },
  16. {
  17. "internalType": "uint256",
  18. "name": "_amount",
  19. "type": "uint256"
  20. },
  21. {
  22. "internalType": "address",
  23. "name": "_receiver",
  24. "type": "address"
  25. },
  26. {
  27. "internalType": "uint256",
  28. "name": "_timestamp",
  29. "type": "uint256"
  30. },
  31. {
  32. "internalType": "bytes",
  33. "name": "_signature",
  34. "type": "bytes"
  35. }
  36. ],
  37. "name": "cross",
  38. "outputs": [],
  39. "stateMutability": "nonpayable",
  40. "type": "function"
  41. }
  42. ]
  43. }