Skip to content

Instantly share code, notes, and snippets.

View Abuchtela's full-sized avatar

amber buchtela Abuchtela

View GitHub Profile
/nix/store/6swv2fhsfcdbrzf4xnyrm5nzk55yp7p6-powershell-7.4.1
├── bin
│   └── pwsh
└── share
└── powershell
├── JetBrains.Annotations.dll
├── Json.More.dll
├── JsonPointer.Net.dll
├── JsonSchema.Net.dll
├── LICENSE.txt
@auryn-macmillan
auryn-macmillan / Button.sol
Last active January 15, 2025 22:55
Zodiac Tutorial: Build your own module
pragma solidity ^0.8.6;
import "@openzeppelin/contracts/access/Ownable.sol";
contract Button is Ownable {
event ButtonPushed(address pusher, uint256 pushes);
uint256 public pushes;
function pushButton() public onlyOwner {
openapi: 3.0.0
x-logo: true
servers:
- url: https://api-mon.ethplorer.io
# - url: https://--.ethplorer.io
# - url: https://-.ethplorer.io
info:
@zweizeichen
zweizeichen / Element43 API Information.sql
Last active January 27, 2022 15:44
API Info to get you started
-- ----------------------------
-- Records of "api_reftype"
-- ----------------------------
BEGIN;
INSERT INTO "api_reftype" VALUES ('117', '');
INSERT INTO "api_reftype" VALUES ('10014', 'District Contract Collateral');
INSERT INTO "api_reftype" VALUES ('10015', 'District Contract Collateral Refund');
INSERT INTO "api_reftype" VALUES ('10016', 'District Contract Reward');
INSERT INTO "api_reftype" VALUES ('10017', 'District Clone Transportation');
INSERT INTO "api_reftype" VALUES ('10018', 'District Clone Transportation Refund');