| | |
| | |
|
| | | public static final String REDIS_KEY_BLOCK_COIN_NUM = "BLOCK_COIN_NUM";
|
| | | public static final String REDIS_KEY_BLOCK_USDT_NUM = "BLOCK_USDT_NUM";
|
| | | public static final String REDIS_KEY_BLOCK_ETH_NEWEST_NUM = "BLOCK_ETH_NEWEST_NUM";
|
| | | public static final String REDIS_KEY_BLOCK_ETH_INCREMENT_NUM = "BLOCK_ETH_INCREMENT_NUM";
|
| | |
|
| | | public static final String REDIS_KEY_MAKE_POOL_CNT = "MAKE_POOL_CNT";
|
| | |
|
| | |
|
| | | public static final String DIC_TYPE_DISTRIBUTE_PROP = "DISTRIBUTE_PROP";
|
| | |
| | | public static final String DIC_VALUE_SYSTEM_START_TARGET = "SYSTEM_START_TARGET";
|
| | | public static final String DIC_VALUE_SYSTEM_SOURCE_POOL_VOL = "SYSTEM_SOURCE_POOL_VOL";
|
| | | public static final String DIC_VALUE_SYSTEM_NODE_CNT_LIMIT = "SYSTEM_NODE_CNT_LIMIT";
|
| | | // 用户购买奖励比例(给上级)
|
| | | public static final String DIC_VALUE_USER_BUY_REWARD = "USER_BUY_REWARD";
|
| | |
|
| | | public static final String DESTROY_ADDRESS = "0x0000000000000000000000000000000000000000";
|
| | | public static final String DESTROY_ADDRESS = "0x0000000000000000000000000000000000000001";
|
| | |
|
| | | public static final String SYMBOL_USDT = "USDT";
|
| | | public static final String SYMBOL_COIN = "TFC";
|
| | | }
|