Skip to content

Instantly share code, notes, and snippets.

View suhailgme's full-sized avatar

SuhailG suhailgme

View GitHub Profile
[
{
"inputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
[
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "contract IuniswapExchange_UniSwapRemoveLiquityGeneral_v1",
"name": "ExchangeAddress",
"type": "address"
},
@suhailgme
suhailgme / Contracts.MD
Last active March 2, 2020 02:42
Mainnet Contracts
#include "stack.h"
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(void) {
int i;
char input[256], closing;
fprintf(stderr, "Enter parantheses and/or braces: ");