I hereby claim:
- I am staringispolite on github.
- I am jhoward (https://keybase.io/jhoward) on keybase.
- I have a public key ASB54gZX7FWhxx0aeT-bR--RRomj82wmn5756a7Z3kwU1go
To claim this, I am signing this object:
| > diff magi.txt agld.txt | |
| 1c1,2 | |
| < ubmitted for verification at Etherscan.io on 2021-09-01 | |
| --- | |
| > /** | |
| > *Submitted for verification at Etherscan.io on 2021-09-01 | |
| 810c811 | |
| < /// @title Magi Gold for Adventure Cards holders! | |
| --- | |
| > /// @title Adventure Gold for Loot holders! |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol"; | |
| contract FixedCreatorToken is ERC20 { | |
| constructor(string memory name_, string memory symbol_, uint256 totalSupply_) ERC20(name_, symbol_) public { | |
| _mint(msg.sender, totalSupply_); |
| pragma solidity >=0.4.22 <0.6.0; | |
| contract ERC20Basic { | |
| string public constant name = "JonCoin"; | |
| string public constant symbol = "JH"; | |
| uint8 public constant decimals = 18; | |
| event Approval(address indexed tokenOwner, address indexed spender, uint tokens); |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| ### Setup a wifi Access Point on Ubuntu 12.04 (or its derivatives). | |
| ### make sure that this script is executed from root | |
| if [ $(whoami) != 'root' ] | |
| then | |
| echo " | |
| This script should be executed as root or with sudo: | |
| sudo $0 | |
| " |
| Puts on glasses: | |
| (•_•) | |
| ( •_•)>⌐■-■ | |
| (⌐■_■) | |
| Takes off glasses ("mother of god..."): | |
| (⌐■_■) | |
| ( •_•)>⌐■-■ |