Skip to content

Instantly share code, notes, and snippets.

View littlekfc's full-sized avatar

RJ littlekfc

View GitHub Profile
This file has been truncated, but you can view the full file.
0x721f68cae76cd0b7c46b11896a752242a71f9b74
0x3955c000f82a5041a404817c6f3f61dd08d57041
0xbd1cca2964b7f96b47b2a7a627bb7b88325dc76a
0x9d7b9882687383805508f8a91360cc8d0db38732
0x2f63927e1a219bb98500ab029e280cf7b6c7b54e
0x0ce89ab13c9f39f15de2f4fefad969913277855c
0x42d0b15da9aaa58d370a0a15176c7e3f012217e2
0x319502433ebc338de411ecfbd444d764a9b8ed27
0x2bdb0b01474deb32ca3e7090fb46b5eadc6319f7
0x5635fc094ce9233ed527a493e4a934d17340d553
#include <eosiolib/currency.hpp>
#include <eosiolib/transaction.hpp>
#include <math.h>
#include <eosiolib/asset.hpp>
#include <eosiolib/eosio.hpp>
#include <eosiolib/types.hpp>
#include <string>

Keybase proof

I hereby claim:

  • I am littlekfc on github.
  • I am littlekfc (https://keybase.io/littlekfc) on keybase.
  • I have a public key ASBscXXFZ2WL7bylq8zJW3yhS7nrEbph6FYaS0aBPf1O1wo

To claim this, I am signing this object:

#!/usr/bin/python
# -*- coding: utf-8 -*-
total = [(i, j, ii, jj) for i in xrange(2) for j in xrange(7) for ii in xrange(2) for jj in xrange(7)]
filled_total = 0
case_total = 0
for case in total:
if (case[0] == 1 and case[1] == 1) or (case[2] == 1 and case[3] == 1):
case_total += 1
if (case[0] == 1 and case[1] == 1 and case[2] == 1) or (case[0] == 1 and case[2] == 1 and case[3] == 1):
#!/usr/bin/python
# -*- coding: utf-8 -*-
total = [(i, j, ii, jj) for i in xrange(2) for j in xrange(7) for ii in xrange(2) for jj in xrange(7)]
filled_total = 0
case_total = 0
for case in total:
if (case[0] == 1 and case[1] == 1) or (case[2] == 1 and case[3] == 1):
case_total += 1
if (case[0] == 1 and case[1] == 1 and case[2] == 1) or (case[0] == 1 and case[2] == 1 and case[3] == 1):
pragma solidity =0.6.6;
interface IERC20 {
event Approval(address indexed owner, address indexed spender, uint value);
event Transfer(address indexed from, address indexed to, uint value);
function name() external view returns (string memory);
function symbol() external view returns (string memory);
[
{
"inputs": [
{
"internalType": "address payable[]",
"name": "to",
"type": "address[]"
},
{
"internalType": "uint256",