Skip to content

Instantly share code, notes, and snippets.

View TripleSpeeder's full-sized avatar
💭
ABIEncoderV2 ftw!

Michael Bauer TripleSpeeder

💭
ABIEncoderV2 ftw!
  • Germany
View GitHub Profile
I contributed to the Semaphore Trusted Setup Multi-Party Ceremony.
The following are my contribution signatures:
Circuit: semaphore16
Contributor # 340
Hash: 213fc74a e9b49430 38243e7a 14cf26b7
613bbef3 9a5c65ac 38d984dc a591532a
9d0c489a 66048705 7e69065b 1f60f111
29131a70 1a136ed4 511b292b 705401b1
@TripleSpeeder
TripleSpeeder / createIncentive.ts
Created November 15, 2021 11:09
Hardhat script to start univ3 staker incentive
// We require the Hardhat Runtime Environment explicitly here. This is optional
// but useful for running the script in a standalone fashion through `node <script>`.
//
// When running the script with `hardhat run <script>` you'll find the Hardhat
// Runtime Environment's members available in the global scope.
import { ethers, network, getNamedAccounts } from "hardhat";
import v3StakerABI from "../abi/uniswap-v3-staker.json";
import { UniswapV3Staker } from "../typechain/UniswapV3Staker";
import { BasicToken } from "../typechain";
@TripleSpeeder
TripleSpeeder / ConfidenceSlider.js
Last active October 2, 2020 09:40
ConfidenceSlider
import React from 'react';
import {Text} from 'react-native';
import {useState} from 'react';
import Slider from '@react-native-community/slider';
export const ConfidenceSlider = () => {
const minValue = 0;
const maxValue = 100;
const initialValue = 50;
const descriptions = [

Keybase proof

I hereby claim:

  • I am triplespeeder on github.
  • I am triplespeeder (https://keybase.io/triplespeeder) on keybase.
  • I have a public key ASBZ8UJa0UtJ4_TjQhc8q0hW3K7ydmyj4Lu3cu88AEOGqwo

To claim this, I am signing this object:

@TripleSpeeder
TripleSpeeder / StandingOrder_flattened.sol
Created November 1, 2017 09:55
StandingOrder contract sources, created by truffle-flattener
pragma solidity ^0.4.11;
// File: zeppelin-solidity/contracts/math/Math.sol
/**
* @title Math
* @dev Assorted math operations
*/
library Math {
0x007380c41332A3bD455D472d721F972f57D8f1B4