{
  "tcID":"INT-SOL-126",
  "tcName":"ERC721.burnWithOwner.checkLog",
  "deploy":{
    "ERC721Mock":{
      "file":"contracts/mocks/ERC721Mock.sol",
      "constructorParams":[]
    }
  },
  "test":[
    {
      "tx":{
        "from":"env.sender",
        "type":"LEGACY",
        "to":"randomMinter",
        "value":"1000000000000000000",
        "gas":100000,
        "data":""
      },
      "expected":{
        "status":true
      }
    },
    {
      "send":{
        "from":"randomMinter",
        "to":"ERC721Mock",
        "gas":100000,
        "method":"mint",
        "params":["randomOwner", "5042"]
      },
      "expected":{
        "status":true
      }
    },
    {
      "send":{
        "from":"randomMinter",
        "to":"ERC721Mock",
        "gas":100000,
        "method":"burn(address,uint256)",
        "params":["randomOwner", "5042"]
      },
      "expected":{
        "status":true,
        "events": {
          "Transfer": {
            "from":"randomOwner",
            "to":"0x0000000000000000000000000000000000000000",
            "tokenId":"5042"
          }
        }
      }
    }
  ]
}

