Skip to content

Instantly share code, notes, and snippets.

View Tonnystark-master's full-sized avatar
💭
I may be slow to respond.

Danny Alaine Vargas Rendón Tonnystark-master

💭
I may be slow to respond.
  • Tecnologías Dalvar Digital Enterprise S.A. de C.V. (Google Inc)
  • Manhattan Nueva York, Ayutla de los Libres y Acapulco Guerrero México,
View GitHub Profile
@epheph
epheph / 1-contract.json
Created August 5, 2020 00:45
Solidity Standard Json Input Creating Different Bytecode for ZeroXTrade.sol
{
"language": "Solidity",
"settings": {
"remappings": [
"ROOT=/home/achapman/augur/packages/augur-core/src/contracts//"
],
"optimizer": {
"enabled": true,
"runs": 200,
"details": {
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.2;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).