plugins/ethereum/classes/yf_wrapper_ethereum.class.php

Summary

Maintainability
C
1 day
Test Coverage

yf_wrapper_ethereum has 61 functions (exceeds 20 allowed). Consider refactoring.
Open

class yf_wrapper_ethereum
{
    public $host = '127.0.0.1';
    public $port = 8545;
    public $version = '2.0';
Severity: Major
Found in plugins/ethereum/classes/yf_wrapper_ethereum.class.php - About 1 day to fix

    File yf_wrapper_ethereum.class.php has 307 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    /**
     * Ethereum API wrapper.
     */
    Severity: Minor
    Found in plugins/ethereum/classes/yf_wrapper_ethereum.class.php - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status