Roman Storm
Roman Storm
Solidity side is done
Solidity side is done
maybe you only need ABIs ? those are just JSON files. Just get latest ABIs or I can provide it to you and that should be it. I don't think...
https://gist.github.com/rstormsf/998ae8acbe467788bdf95778fbc68cf0 3 files
Correct, those are artifacts, which I already provided in the gist above
It's the right direction to move forward
@akolotov @yrashk please take a look
@akolotov so in order to do this there are 2 strategies: - ask contract if he should do it - run estimateGas and if it fails, don't submit a tx
very good explanation one more stategy to this is to run `estimateGas` it should succeed
@Jakic007 we looked at your multisend, and here is what you did wrong: step 1 - the USDT token has 6 decimals (https://etherscan.io/token/0xdac17f958d2ee523a2206206994597c13d831ec7) step 2 - you provided the following...