kleros / escrow

Decentralized Escrow - Ethereum Project
https://escrow.kleros.io
MIT License
17 stars 9 forks source link

MetaEvidence Token information does not match token in the contract? #70

Closed marsrobertson closed 4 years ago

marsrobertson commented 4 years ago

Kovan:

backend.js:6 Error: MetaEvidence Token information does not match token in the contract
    at main.e9a07078.chunk.js:1
    at v (1.93be02ba.chunk.js:1)
    at Generator._invoke (1.93be02ba.chunk.js:1)
    at Generator.e.<computed> [as next] (1.93be02ba.chunk.js:1)
    at L (1.93be02ba.chunk.js:1)
    at T (1.93be02ba.chunk.js:1)

Created escrow for 0.000000000000000002 of a newly created token: https://kovan.etherscan.io/tx/0xf49fc9b327146071092f10b00f024aeaee68547fbb185abcfdfe62f3c818a1b8

satello commented 4 years ago

Can you add the source code of the token contract on Etherscan?

marsrobertson commented 4 years ago

Here you go: https://kovan.etherscan.io/address/0x0ca79ecc9bba3897a4b1bee7a554988c61eb4a41#code

PNK DAI amalgam created when deploying the contract:

https://github.com/marsrobertson/hourly-rate/blob/master/contracts/HourlyRate.sol#L70-L74

FYI: https://abi.hashex.org/ - handy tool for ABI-encoding constructor parameters.

satello commented 4 years ago

@marsrobertson The test escrow should now appear. Thanks for reporting