Code Monkey home page Code Monkey logo

uniswap-universal-decoder's People

Contributors

hiroyukinaito avatar tetsuroba avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

defispeculate

uniswap-universal-decoder's Issues

uniswapFullDecodedInput has Unnecessary nest of array

{
  contents: [ 
    [  // <-- This nest should be elimnated
      {
        command: '0b',
        value: 'WRAP_ETH',
        inputType: [ 'address', 'uint256' ],
        decodedInput: [
          '0x0000000000000000000000000000000000000002',
          5000000000000000n
        ]
      }
    ], //  <-- This nest should be elimnated
    [
      {
        command: '08',
        value: 'V2_SWAP_EXACT_IN',
        inputType: [ 'address', 'uint256', 'uint256', 'address[]', 'bool' ],
        decodedInput: [
          '0x0000000000000000000000000000000000000002',
          5000000000000000n,
          11281527462407831653458207n,
          [
            '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
            '0x6982508145454ce325ddbe47a25d4ec3d2311933'
          ],
          false
        ]
      }
    ],
    [
      {
        command: '06',
        value: 'PAY_PORTION',
        inputType: [ 'address', 'address', 'uint256' ],
        decodedInput: [
          '0x6982508145454ce325ddbe47a25d4ec3d2311933',
          '0x17cc6042605381c158d2adab487434bde79aa61c',
          100n
        ]
      }
    ],
    [
      {
        command: '04',
        value: 'SWEEP',
        inputType: [ 'address', 'address', 'uint256' ],
        decodedInput: [
          '0x6982508145454ce325ddbe47a25d4ec3d2311933',
          '0x0000000000000000000000000000000000000001',
          11281527462407831653458207n
        ]
      }
    ]
  ],
  deadline: 1696581227n
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.