Uso interno – area Admin. Ultimo aggiornamento: 2025-08-25 16:36:04.860035
Tabella | Campo | Tipo | Descrizione |
---|---|---|---|
token | id | PK | Identificativo token. |
token | nome | string | Nome pubblico del token. |
token | prezzo_iniziale | decimal(18,2) | Valore visualizzato al lancio. |
token | plafond_iniziale | decimal(18,2) | Immissione iniziale in pool. |
token | burn_percent | decimal(5,2) | % burn su acquisto (1–50). |
token | fee_creatore_percent | decimal(5,2) | 0–7% acquisti. |
token | taglio_min_acquisto | decimal(18,2) | Soglia ingresso. |
token | staking_abilitato | bool | Abilitazione feature staking. |
token | stato | enum | draft/attivo/sospeso/chiuso. |
token | creato_il | datetime | Audit. |
token | creato_da_wallet | FK | Wallet creatore. |
Tabella | Campo | Tipo | Descrizione |
---|---|---|---|
token_costante | id | PK | Identificativo token flat. |
token_costante | nome | string | Nome pubblico. |
token_costante | prezzo_fisso | decimal(18,2) | Valore costante (ancora a stablecoin). |
token_costante | plafond_iniziale | decimal(18,2) | Immissione iniziale in pool. |
token_costante | taglio_min_acquisto | decimal(18,2) | Soglia d’ingresso. |
token_costante | fee_brand | decimal(5,2) | Fee brand. |
token_costante | fee_exchange | decimal(5,2) | Fee exchange. |
token_costante | fee_chain | decimal(5,2) | Fee chain/validatori. |
token_costante | stato | enum | draft/attivo/sospeso/chiuso. |
token_costante | creato_il | datetime | Audit. |
Tabella | Campo | Tipo | Descrizione |
---|---|---|---|
pool | id | PK | Identificativo pool. |
pool | token_id | FK | Rif. token/token_costante. |
pool | saldo_stable | decimal(24,2) | Riserva disponibile. |
pool | circolante | decimal(24,8) | Token in circolazione. |
pool | ultimo_aggiornamento | datetime | Audit. |
wallet | id | PK | Wallet interno. |
wallet | address | string | Indirizzo chain. |
wallet | kyc_flag | bool | Stato KYC (se applicabile). |
tx | id | PK | Transazione. |
tx | tipo | enum | buy/sell/leve/stake/pooldrop/… |
tx | importo_lordo | decimal | Importo prima delle fee. |
tx | importo_netto | decimal | Dopo fee/burn. |
tx | hash_chain | string | Hash on‑chain (se applicabile). |
staking_posizione | id | PK | Posizione staking. |
staking_posizione | lock_giorni | int | Durata lock. |
staking_posizione | fee_uscita | decimal | Fee uscita %. |
leva_posizione | id | PK | Posizione leva. |
leva_posizione | moltiplicatore | decimal | 1–100. |
leva_posizione | interessi_percent | decimal | = leva scelta. |
pooldrop_log | id | PK | Evento PoolDrop. |
pooldrop_log | importo | decimal | Immissione in pool. |
pooldrop_log | nota | string | Causale/descrizione. |