Skip to content

Instantly share code, notes, and snippets.

View FilipPyrek's full-sized avatar
👨‍💻
Building With Serverless

Filip Pýrek FilipPyrek

👨‍💻
Building With Serverless
View GitHub Profile

Keybase proof

I hereby claim:

  • I am filippyrek on github.
  • I am filippyrek (https://keybase.io/filippyrek) on keybase.
  • I have a public key ASCILZ5XRHUHqe0DzAtu-jmeKxapjcmJ7d6jXXoh8xqw_wo

To claim this, I am signing this object:

pragma solidity ^0.4.0;
contract CSGOContract {
struct Case {
bool initialized;
uint val;
}
struct Skin {