| | |
| | | */
|
| | | public static final String REDIS_KEY_MINE_TRANSFER_POOL_TRADE_CNT = "MINE_TRANSFER_POOL_TRADE_CNT";
|
| | |
|
| | | 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_TYPE_SYSTEM_SETTING = "SYSTEM_SETTING";
|
| | | public static final String DIC_TYPE_SLIP_POINT_SETTING = "SLIP_POINT_SETTING";
|
| | |
|
| | | public static final String DIC_VALUE_MINI_HOLD_COIN_LIMIT = "MINI_HOLD_COIN_LIMIT";
|
| | | 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 DESTROY_ADDRESS = "0x0000000000000000000000000000000000000000";
|
| | |
|
| | | public static final String SYMBOL_USDT = "USDT";
|
| | | public static final String SYMBOL_COIN = "TFC";
|
| | | }
|