To manually check several numbers related to the Landowners Allowance (DTAL), the state tables "global" and "global2" on the smart contract "awlndratings" can be consulted.
These items can be found out there
- DTAL paid to unboosted lands (land rating 100)
- Average land rating
- Top land rating
DTAL paid to unboosted lands can be found in the table "global"
Average and top land rating can be found in the table "global2"
Please note
The average and top land ratings are stored as integers with 4 decimal places accounted for. This means that 100 will be stored as 1,000,000 and 5,000 will be stored as 50,000,000. In other words, when looking at the stored values in the tables, move the decimal point four places to the left to get the land rating.