amount)*(pow(10, -12)), 8, '.', ''); } public function getTxUrlAttribute() { return config('app.xmr_explorer_base_url') . $this->txid; } public function address() { return $this->belongsTo(Address::class); } }