viral-sangani / Polymarket-clone

Polymarket clone made using Solidity, NextJS and IPFS.
24 stars 26 forks source link

Not able to trade market , Approve working but not trade #4

Closed harshmittal1750 closed 9 months ago

harshmittal1750 commented 9 months ago
Unhandled Runtime Error
Error: Transaction has been reverted by the EVM:
{
  "blockHash": "0x5c678ef9885141f6f399b4afe6a1826af823af37550ba93c8cb31b743008b4c6",
  "blockNumber": 45115684,
  "contractAddress": null,
  "cumulativeGasUsed": 622126,
  "effectiveGasPrice": 2000000016,
  "from": "0xf8248ba62020e481ca6746ee3ae3356e0769cdd3",
  "gasUsed": 31056,
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000020000000100000002000000000000000000000000008000000000000000000000000000000000000000000000000000000000800000000000000000000100000000000000000000000000000000000000000000000000000000000080000000040000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000004000000000000000000001000000000000000000000000000000100000000000000000000000000090000000000000000000000000000000000000000000100000",
  "status": false,
  "to": "0x3466a2d5ea52eb61a75e21abcb2eac0a96902acf",
  "transactionHash": "0x49e48f7131f5f7e7508c41792629475b34bed81321d5a22d1571f169ddd94f74",
  "transactionIndex": 5,
  "type": "0x2",
  "events": {
    "0": {
      "address": "0x0000000000000000000000000000000000001010",
      "blockNumber": 45115684,
      "transactionHash": "0x49e48f7131f5f7e7508c41792629475b34bed81321d5a22d1571f169ddd94f74",
      "transactionIndex": 5,
      "blockHash": "0x5c678ef9885141f6f399b4afe6a1826af823af37550ba93c8cb31b743008b4c6",
      "logIndex": 33,
      "removed": false,
      "id": "log_dc9b0e9b",
      "returnValues": {},
      "signature": null,
      "raw": {
        "data": "0x0000000000000000000000000000000000000000000000000000387d93b24000000000000000000000000000000000000000000000000000599db5d33eae579900000000000000000000000000000000000000000000058908bcb4d10478fb04000000000000000000000000000000000000000000000000599d7d55aafc179900000000000000000000000000000000000000000000058908bced4e982b3b04",
        "topics": [
          "0x4dfe1bbbcf077ddc3e01291eea2d5c70c2b422b415d95645b9adcfd678cb1d63",
          "0x0000000000000000000000000000000000000000000000000000000000001010",
          "0x000000000000000000000000f8248ba62020e481ca6746ee3ae3356e0769cdd3",
          "0x0000000000000000000000005082f249cdb2f2c1ee035e4f423c46ea2dab3ab1"
        ]
      }
    }
  }
}

Call Stack
Object.TransactionError
node_modules\web3\dist\web3.min.js (2:1129742)
Object.TransactionRevertedWithoutReasonError
node_modules\web3\dist\web3.min.js (2:1130108)
eval
node_modules\web3\dist\web3.min.js (2:1146156)
h
node_modules\web3\dist\web3.min.js (2:1269499)
Generator.eval
node_modules\web3\dist\web3.min.js (2:1270868)
Generator.eval [as next]
node_modules\web3\dist\web3.min.js (2:1269870)
t
node_modules\web3\dist\web3.min.js (2:1263912)
s
node_modules\web3\dist\web3.min.js (2:1264133)
eval
node_modules\web3\dist\web3.min.js (2:1264192)
new Promise
<anonymous>
eval
node_modules\web3\dist\web3.min.js (2:1264066)
eval
node_modules\web3\dist\web3.min.js (2:1146494)
harshmittal1750 commented 9 months ago

@viral-sangani please help