forked from eoswindev/contract
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zhong solar
authored and
zhong solar
committed
Nov 9, 2018
1 parent
4b1f39b
commit 7e9f45f
Showing
21 changed files
with
85,770 additions
and
2 deletions.
There are no files selected for viewing
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
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#pragma once | ||
|
||
#define TEAM_ACCOUNT N(luckyaddress) | ||
#define DIVI_ACCOUNT N(eoswinbonus1) | ||
#define JACKPOT_ACCOUNT N(winjackpot11) | ||
#define TOKEN_CONTRACT N(eosio.token) | ||
#define GAME_TOKEN_CONTRACT N(eoslucktoken) | ||
#define ADD_CONTRACT N(eosadddddddd) | ||
#define ATD_CONTRACT N(eosatidiumio) | ||
#define DAC_CONTRACT N(eosdactokens) | ||
#define HORUS_CONTRACT N(horustokenio) | ||
#define IQ_CONTRACT N(everipediaiq) | ||
#define KARMA_CONTRACT N(therealkarma) | ||
#define TP_CONTRACT N(eosiotptoken) | ||
#define MEET_CONTRACT N(eosiomeetone) | ||
#define BLACK_CONTRACT N(eosblackteam) | ||
|
||
#define EOS_SYMBOL S(4, EOS) | ||
#define GAME_SYMBOL S(4, LUCKY) | ||
#define ADD_SYMBOL S(4, ADD) | ||
#define ATD_SYMBOL S(4, ATD) | ||
#define DAC_SYMBOL S(4, EOSDAC) | ||
#define HORUS_SYMBOL S(4, HORUS) | ||
#define IQ_SYMBOL S(4, IQ) | ||
#define KARMA_SYMBOL S(4, KARMA) | ||
#define TP_SYMBOL S(4, TPT) | ||
#define MEET_SYMBOL S(4, MEETONE) | ||
#define BLACK_SYMBOL S(4, BLACK) |
Oops, something went wrong.