I hereby claim:
- I am edwinosky on github.
- I am edwinosky (https://keybase.io/edwinosky) on keybase.
- I have a public key ASBIsVQq_zO3o4X9i-mCXhnDKnMYapWSd-IF1KQfM0Eb8Ao
To claim this, I am signing this object:
| Hey, I'm edwinosky-26192834 and I have contributed to the Semaphore Binary Merkle Root Fix MPC Phase2 Trusted Setup ceremony. | |
| The following are my contribution signatures: | |
| Circuit # 1 (semaphore-1) | |
| Contributor # 168 | |
| Contribution Hash: | |
| fc64e6ce 5a3a93a7 c462f6a1 3ee47153 | |
| 3a1f2bec d1c36128 687fe0a7 11f8ae17 | |
| 3785e0a5 9d1e3fa0 79e2c532 d41df4c3 | |
| 020028ac 2ea9c702 16809554 4cc4c262 |
| Transaction details | |
| 0x32ae30c1f6dfcda09f8ab837aa705f9e09bd9a27507b254568534f83809d086c | |
| Details | |
| Token transfers | |
| Internal txns | |
| Logs |
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.26; | |
| import "@openzeppelin/contracts/access/Ownable.sol"; | |
| import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; | |
| import "@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol"; | |
| contract BettingContract is Ownable, ReentrancyGuard { | |
| AggregatorV3Interface internal priceFeed; |
I hereby claim:
To claim this, I am signing this object:
| pragma solidity ^0.4.24; | |
| // ---------------------------------------------------------------------------- | |
| // Sample token contract | |
| // | |
| // Symbol : LCST | |
| // Name : LCS Token | |
| // Total supply : 100000 | |
| // Decimals : 2 | |
| // Owner Account : 0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe |