Skip to content

Instantly share code, notes, and snippets.

View pleasemarkdarkly's full-sized avatar
🎯
Pushing buttons.

pleasemarkdarkly

🎯
Pushing buttons.
  • Earth
View GitHub Profile
This file has been truncated, but you can view the full file.
{"43ea0313": ["setRitualFee(uint256)"], "270d13fb": ["isCoinIdUnique(uint16)"], "aec77b63": ["returnTokensInPool(address[],uint256[])"], "2442cfec": ["putBtoWithStc(uint256,uint256,bytes32,uint256,uint256,uint256,uint256,bytes32,bytes32,uint8)"], "010afc20": ["claimWrappedContractAdmin()"], "6165234c": ["setPermissions(address,bool)"], "cd63d930": ["distributionCap()"], "2302c948": ["EtherDank()"], "b0dc63eb": ["startWineryProductByRegulator(string,string,string,string,int256)"], "ad62bda5": ["setRoundLength(uint32)"], "03976b0e": ["setBattleProviderAddress(address,address)"], "bb11ed7e": ["rescueTokensInMultiplePolls(uint256[])"], "d82ce857": ["getPI_edit_26()"], "f0adda7d": ["setNextVersionAddress(address)"], "17753c44": ["DIGTREX()"], "6d78a434": ["IntegrativeWalletToken(uint256,uint256,uint256,address)"], "f5da16e9": ["RECHToken()"], "12192b00": ["getInitialHP(uint64,uint64,uint64)"], "71e3fdc4": ["moveMintTokens(address,address,uint256)"], "9304ddc8": ["setUnitCreationFee(uint256)"], "5142ba74": ["rollov
We can't make this file beautiful and searchable because it's too large.
"Txhash","ContractAddress","ContractName"
"0x01413a8edede55760c837353ddc5e5656d51d9282395d5806cef7c84ab6f1b2f","0xca75146e0ab5dc73af1e5a7fd7c1074d9a09a4cc","PairFactory"
"0x075b7fcb387fe508f2c713b590588f93be46a07b041e0d74700ea563bab19ae0","0x0ccbe16be2833a951def0b15d9c6a20cc840dd18","XRP_Finance_Token_X"
"0x5ced97465b8e720deae045756e792a2224e90de9de8b86eabce5d47f8c4b2af8","0xa342197eada57bccf2d378cb1780d6975f955af2","ExchangeProxy"
"0xc0e0ff8c49f5ac6e5fa921d87d2efb7a7ff38ce97bd0c99e0f50e89e121f5e3f","0xdff13efe141ca7c4a3899533e2c434f222282edc","TokenGeyser"
"0x4ddb9639bd3fb002d7dffcc486ef25b267a36973e22194469092b178314fbe4e","0xdc61af2d1abf1f4952fbce991939f560f1dc3a3d","AddressSignatureVerifier"
"0x08b2be359975131770822ffd3fc0c67585da3a70bfd57c292e36495b977c8af6","0xfa149c8a9230a506fd09b63fe66f1f055e80e89b","pFDIVault"
"0x61f7a488493010ba139fcfa542b3467a12b69538ecfe4a719efeedec4d8a3387","0x711ae906cee112951b1c38041c27d41b20b9b3db","VirtualSynth"
"0x11758ece5ab9b0735f69cc63ade77af6f243e3038a4dde6fd9338eccbd4d1
#=============================================================================
# dark_powered.toml --- dark powered configuration example for SpaceVim
# Copyright (c) 2016-2020 Wang Shidong & Contributors
# Author: Wang Shidong < wsdjeg at 163.com >
# URL: https://spacevim.org
# License: GPLv3
# Edited by Mark Phillips, in Nano 5.3
# https://gist.github.com/2c5cb4b4b063d4c63004bbda18ec944a
# wget -O - https://bit.ly/3jrzVGM
# wget -o ~/.SpaceVim.d/init.toml https://bit.ly/3jrzVGM
@pleasemarkdarkly
pleasemarkdarkly / log4bash.sh
Last active July 30, 2022 21:47
Logging tool for console output
#!/usr/bin/env bash
#--------------------------------------------------------------------------------------------------
# log4bash - Makes logging in Bash scripting suck less
# Copyright (c) Fred Palmer
# Licensed under the MIT license
# http://github.com/fredpalmer/log4bash
# https://git.io/Jep8T
#--------------------------------------------------------------------------------------------------
set -e # Fail on first error
@pleasemarkdarkly
pleasemarkdarkly / Readme.md
Created September 7, 2021 03:43
Tribute Contracts, Tribute UX, Snapshot

Albert Pand development tasks for evaluation. Use Rinkeby testnet. Use the following repository for the task https://github.com/atsignhandle/tribute-contracts

  1. Bring up the Tribute Contracts and deploy to testnet
  2. Use previously shared .env variables
  3. Cleanup build tasks in hardhat format for infura or alchemy
  4. Update tests - bring tests from Tribute Contracts repository (using the tribute-contracts-hardhat port I started)
  5. Deploy the UX including the associated repositories
  6. Take notes of your process so that I can verify exactly what you did and add them to the Readme-hh.md
apt-utils
avahi-daemon
avahi-utils
bash-completion
bash-completion
bat
build-essential
catimg
cmake
curl
bash-completion
build-essential
curl
gist
gist-paste
gist-paste
htop
iperf
mosh
nfs-common

Discord

(Unofficial) Discord server rules suggestions list

Author's Note

I'll start off with letting you know this is a fork from someone else. However, for some bizarre reason, this is the one everyone finds, so I better get round to updating this. Credit to Cristiano#2233 for the original idea.

Also, I've had a lot of people saying the rules are to strict. If you pick all the rules here, you're right, it would be very strict. However the rules below are guidelines! They are there for you to pick the ones you desire, you can ignore ones you don't want. Hopefully they might help with rules you wouldn't have thought of otherwise.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity ^0.8.0;
import '@openzeppelin/contracts/token/ERC20/ERC20.sol';
import '@openzeppelin/contracts/math/SafeMath.sol';
contract Lottery is SafeMath {
address public owner;