Skip to content

Instantly share code, notes, and snippets.

View saintsal's full-sized avatar

Salim Virani saintsal

View GitHub Profile
@saintsal
saintsal / README.md
Last active January 4, 2016 08:58 — forked from JoelBesada/README.md
A backtick command to add the current site to Feedly.
@saintsal
saintsal / README.md
Last active January 4, 2016 11:19 — forked from JoelBesada/README.md

Directly add to Instapaper from Backtick. ink to your command Gist.

@saintsal
saintsal / ClubSig.sol
Created January 24, 2022 09:16 — forked from z0r0z/ClubSig.sol
EIP-712-signed multi-signature contract with NFT identifiers for signers and ragequit
// SPDX-License-Identifier: GPL-3.0-or-later
import "https://github.com/Rari-Capital/solmate/src/tokens/ERC721.sol";
import "https://github.com/kalidao/kali-contracts/blob/main/contracts/utils/NFThelper.sol";
import "https://github.com/kalidao/kali-contracts/blob/main/contracts/libraries/SafeTransferLib.sol";
import "https://github.com/kalidao/kali-contracts/blob/main/contracts/interfaces/IERC20minimal.sol";
error NoArrayParity();
error SigBounds();
error NotSigner();