Hi!
I think you are using non supported version of PHP which is lower than 5.4.
The message
Parse error: syntax error, unexpected ‘array’ (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST) in /home/customer/www/tastenfts.com/public_html/wp-content/plugins/tatum/admin/class-tatum-admin.php on line 57
means that you PHP is unable to parse array with new 5.4 PHP Array syntax https://www.php.net/ChangeLog-5.php#PHP_5_4. If you look on the version 5.4.0 you will see
Added short array syntax support ([1,2,3]), see UPGRADING guide for full details.
Please update your PHP version to at least 5.4!
Thanks so much for your response.