Giter Site home page Giter Site logo

Comments (5)

mattnumber avatar mattnumber commented on July 18, 2024

Hello - I'm counsel for Concourse and have looked into this. I learned from our CTO that - as I suspected - (1) we didn't steal any code from 1inch and (2) the DEX.AG proxy contract doesn't include or rely on any unauthorized intellectual property. Frankly, it felt a bit insulting for me even to ask our CTO for confirmation of those facts, because we would never knowingly infringe IP rights of any third party; that's just not how we operate.

from dexag-proxy.

deacix avatar deacix commented on July 18, 2024

Lol! And why Github deleted the smart contracts from your repo where our code was included?? Just stop lying.. You operate like thiefs!

from dexag-proxy.

mattnumber avatar mattnumber commented on July 18, 2024

Just for the record, your accusations remain false, unfounded, and probably defamatory. GitHub didn't delete the smart contracts, we didn't steal 1inch's code, I'm not lying, and we don't operate like thieves.

Related: https://twitter.com/DEXAG_TokenWire/status/1197611116425166848?s=20

from dexag-proxy.

deacix avatar deacix commented on July 18, 2024

Hey man :) here is one example:
One of the first DEX.ag Proxy Contracts:
https://etherscan.io/address/0xd3bed3a8e3e6b24b740ead108ba776e0ad298588#code

function infiniteApproveIfNeeded(IERC20 token, address to) internal { if ( address(token) != ETH_ADDRESS && token.allowance(address(this), to) == 0 ) { token.safeApprove(to, uint256(-1)); } }

Identical function to 100% to one of our earliest versions of 1inch contract..
Don't lie, be happy :)

from dexag-proxy.

mattnumber avatar mattnumber commented on July 18, 2024

The contracts are nearly completely different. The example you cite is neither proprietary nor identical.

Further trolling will not be permitted on our GitHub
https://twitter.com/DEXAG_TokenWire/status/1197611116425166848?s=20

from dexag-proxy.

Related Issues (1)

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.