0x2e8d42d7e658a173e509c6eb329aa96a8b67bcce142e3040efa45673829628eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey, I'm shayanb-309108 and I have contributed to the Privacy Pools Ceremony. | |
The following are my contribution signatures: | |
Circuit # 1 (withdraw) | |
Contributor # 40 | |
Contribution Hash: 2cababfa 1a683665 1e24ae70 e80db35f | |
699ab414 8f8c5594 1d38e0e7 3a81c0ff | |
cbc58a76 bce5b0d5 1799cd45 3c582254 | |
916c8830 26860f66 081cb5ea aa137a0a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import requests | |
from pathlib import Path | |
import re | |
from datetime import datetime | |
import base62 | |
def process_forum_topics(): | |
"""Process all markdown files in forum_topics directory to fix image links""" | |
topics_dir = Path('forum_topics') |
Token | Feature | Known Vulnerabilities | Resources | Examples |
---|---|---|---|---|
ERC20 | Allowance | Double withdrawal (front-running) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
✅ did:3:bafyreicruo6vktkqa3gv2vqzwdlumz5owggehcyvjrljuiaekodlpkdxtm ✅ | |
Create your profile today to start building social connection and trust online at https://3Box.io/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.5.5; | |
contract indemnity { | |
address payable | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ConsenSys Diligence | |
// DevCon V - October 2019 | |
// Osaka, Japan | |
pragma solidity ^0.5.4; | |
// Can you have a gazillion balance? | |
contract challenge1 { | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3Box is a social profiles network for web3. This post links my 3Box profile to my Github account! | |
✅ did:muport:QmaEkb2GjKTkzN1nyHZKstuLHRt6XT8anq5452wgX2oySN ✅ | |
Create your profile today to start building social connection and trust online. https://3box.io/ |
I hereby claim:
- I am shayanb on github.
- I am shayanb (https://keybase.io/shayanb) on keybase.
- I have a public key ASCkhNyL5kuHuYIY2it1CnFsAPivpvetpMhGUxwSN1ukNAo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.22; | |
contract assignmentTwo { | |
uint public studentNumber; | |
address public student; | |
constructor() public { | |
student = msg.sender; | |
} |
NewerOlder