I hereby claim:
- I am johnashu on github.
- I am maffaz (https://keybase.io/maffaz) on keybase.
- I have a public key whose fingerprint is 2B75 C15F C43D A4E7 B692 A612 7DA3 70CC 5344 A45B
To claim this, I am signing this object:
| import json | |
| import os | |
| class Abi2Interface: | |
| solidity_version = "0.8.19" | |
| def get_in_or_out(self, inputs): | |
| return ", ".join( | |
| [ |
| asm = "\t\tsum := add(sum, calldataload(add(weights, {})))\n" | |
| arrayLen = 5 | |
| hexAdd = 0x20 | |
| name = 'weights' | |
| unrolled = "" | |
| for x in range(1, arrayLen): | |
| added = hexAdd * x |
| Field | Value to enter | |
|---|---|---|
| Network Name | Bsc Smart Chain | |
| New RPC URL | https://bsc-dataseed.binance.org/ | |
| ChainID | 56 | |
| Symbol | BNB | |
| Block Explorer URL | https://bscscan.com |
| Field | Value to enter | |
|---|---|---|
| Network name | MAP Mainnet | |
| New RPC URL | https://rpc.maplabs.io | |
| Chain ID | 22776 | |
| Currency symbol | MAP | |
| Block explorer URL | https://maposcan.io |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| contract BankOwned { | |
| address public bankAddress; | |
| constructor() { | |
| bankAddress = msg.sender; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| arri = [32, 23, 542, 25, 25, 3254, 234] | |
| arri2 = [432, 52, 53, 523, 532, 52] | |
| arri3 = [7, 52, 53, 7, 532, 7] | |
| def n(): | |
| print('\n\n') | |
| n = n() | |
| class timesby(): |