Skip to content

Instantly share code, notes, and snippets.

View TimTinkers's full-sized avatar
💭
🦇🔊

Tim Clancy TimTinkers

💭
🦇🔊
View GitHub Profile
@TimTinkers
TimTinkers / Pledge.sol
Created November 12, 2025 17:27
The Trustless Manifest Pledge
// SPDX-License-Identifier: LicenseRef-VPL WITH AGPL-3.0-only
pragma solidity 0.8.30;
/**
@title The Trustless Manifesto Pledge
Please read this Trustless Manifesto and Pledge carefully. Understand the
values that we espouse and that you are committing to. Think deeply about why
true, inviolable trustlessness is important.
@TimTinkers
TimTinkers / privacy-pools-ceremony_attestation.log
Created February 20, 2025 00:39
Attestation for Privacy Pools Ceremony MPC Phase 2 Trusted Setup ceremony
Hey, I'm TimTinkers-2444641 and I have contributed to the Privacy Pools Ceremony.
The following are my contribution signatures:
Circuit # 1 (withdraw)
Contributor # 30
Contribution Hash:
1ddbebcb aca7a7d8 f329f4d2 49467474
dd1d6625 94ec5b8f a1d631a1 a1eaf9cd
095e3d3d 4f238881 0b086340 bc0e63ea
cdcabc00 cf29e6be 86394e42 2bcf0a88
@TimTinkers
TimTinkers / vogu-rekt.txt
Created July 28, 2021 00:44
Rekt by Vogu? Here's why!
Have you lost funds to the Vogu item contract with no explanation? Here's the explanation.
This function in the Vogu item contract was bugged.
```
/**
* @dev mint `numberToken` for msg.sender aka who call method.
* @param numberToken number token collector want to mint
*/
function _mintVogu(uint256 numberToken) internal returns (bool) {
for (uint256 i = 0; i < numberToken; i++) {
@TimTinkers
TimTinkers / Fee1155NFTLockable.sol
Created February 13, 2021 03:02
A gas-efficient mintable, lockable NFT creation contract for OpenSea listing.
// SPDX-License-Identifier: GPL-3.0
pragma solidity 0.6.12;
pragma experimental ABIEncoderV2;
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";
import "./FeeOwner.sol";
@TimTinkers
TimTinkers / Fee1155.sol
Created February 10, 2021 18:07
A v1 SuperFarm ERC-1155 item contract.
// SPDX-License-Identifier: GPL-3.0
pragma solidity 0.6.12;
pragma experimental ABIEncoderV2;
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/math/SafeMath.sol";
import "./FeeOwner.sol";
1.12.2
AppleCore-mc1.12.2-3.2.0.jar
AppleSkin-mc1.12-1.0.9.jar
armorunder-mc1.12.2-1.0.0.jar
astralsorcery-1.12.2-1.10.12.jar
AutoRegLib-1.3-26.jar
base-1.12.2-3.12.0.jar
Baubles-1.12-1.5.2.jar
BetterFoliage-MC1.12-2.2.0.jar
BetterFps-1.4.8.jar
@TimTinkers
TimTinkers / gist:1a2e78bb853f62caf9248d8f7060a43c
Created April 27, 2019 19:50
Rockhoppepr 1.12.2 Mod List
-a---- 4/27/2019 7:34 PM 1273102 amidst-forge-1.12.2-0.6.0.jar
-a---- 4/27/2019 7:34 PM 88308 AppleCore-mc1.12.2-3.2.0.jar
-a---- 4/27/2019 7:34 PM 32317 AppleSkin-mc1.12-1.0.9.jar
-a---- 4/27/2019 7:34 PM 24312175 astralsorcery-1.12.2-1.10.12.jar
-a---- 4/27/2019 7:34 PM 105356 AutoRegLib-1.3-26.jar
-a---- 4/27/2019 7:34 PM 643891 base-1.12.2-3.12.0.jar
-a---- 4/27/2019 7:34 PM 108450 Baubles-1.12-1.5.2.jar
-a---- 4/27/2019 7:34 PM 926081 BetterFoliage-MC1.12-2.2.0.jar
-a---- 4/27/2019 7:34 PM 155196 BetterFps-1.4.8.jar
-a---- 4/27/2019 7:34 PM 5122856 BiblioCraft[v2.4.5][MC1.12.2].jar
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml;
using System.Xml.Linq;
using System.Diagnostics;
using System.IO;
{
"catalogName": "TestCatalog",
"brands": [
{
"brandKey": "B916708",
"brandName": "Amazon.com",
"disclaimer": "<p>Restrictions apply, see&nbsp;<a href=\"https://www.amazon.com/gp/help/customer/display.html/ref=s9_acss_bw_tm_BGMDT7_md1_w?nodeId=3122091&amp;pf_rd_m=ATVPDKIKX0DER&amp;pf_rd_s=merchandised-search-8&amp;pf_rd_r=1FJP0A5NSBGJC5AJC6RK&amp;pf_rd_t=101&amp;pf_rd_p=89081f45-f3a3-44e0-8747-edb0acca2333&amp;pf_rd_i=17238247011\">amazon.com/gc-legal</a></p>\r\n",
"description": "<p>Use your&nbsp;<a href=\"http://amazon.com/\">Amazon.com</a>&nbsp;Gift Card* towards Books,&nbsp;Electronics, Music, and&nbsp;more. The&nbsp;<a href=\"http://amazon.com/\">Amazon.com</a>&nbsp;web site is the place to&nbsp;find and discover almost&nbsp;any thing you want to buy&nbsp;online at a great price.</p>\r\n",
"shortDescription": "<p><a href=\"http://amazon.com/\">Amazon.com</a>&nbsp;Gift Cards*&nbsp;never expire and can&nbsp;be redeemed towards&nbsp;millions of items at&nbsp;<a href=\"h
C:\Users\Tim Clancy\Desktop\test\truffle-async-await-tests\test>truffle test
Using network 'development'.
Compiling .\contracts\ConvertLib.sol...
Compiling .\contracts\MetaCoin.sol...
Compiling .\test\TestMetacoin.sol...
Compiling truffle/Assert.sol...
Compiling truffle/DeployedAddresses.sol...
Compilation warnings encountered: