@@ -110,7 +110,7 @@ class Ethplorer {
110
110
*
111
111
* @var string
112
112
*/
113
- protected $ showTx = self ::SHOW_TX_TOKENS ;
113
+ protected $ showTx = self ::SHOW_TX_ALL ;
114
114
115
115
/**
116
116
* Cache for getTokens
@@ -1249,7 +1249,7 @@ public function getContract($address, $calculateTransactions = TRUE){
1249
1249
* @param string $address Contract address
1250
1250
* @return int
1251
1251
*/
1252
- public function countOperations ($ address , $ useFilter = TRUE , $ showTx = self ::SHOW_TX_TOKENS ){
1252
+ public function countOperations ($ address , $ useFilter = TRUE , $ showTx = self ::SHOW_TX_ALL ){
1253
1253
evxProfiler::checkpoint ('countOperations ' , 'START ' , 'address= ' . $ address . ', useFilter = ' . ($ useFilter ? 'ON ' : 'OFF ' ));
1254
1254
$ cache = 'countOperations- ' . $ address . '- ' . $ showTx ;
1255
1255
$ result = $ this ->oCache ->get ($ cache , false , true , 30 );
@@ -1492,7 +1492,7 @@ public function getLastTransfers(array $options = array(), $showEth = FALSE){
1492
1492
* @param int $limit Maximum number of records
1493
1493
* @return array
1494
1494
*/
1495
- public function getAddressOperations ($ address , $ limit = 10 , $ offset = FALSE , array $ aTypes = NULL , $ showTx = self ::SHOW_TX_TOKENS ){
1495
+ public function getAddressOperations ($ address , $ limit = 10 , $ offset = FALSE , array $ aTypes = NULL , $ showTx = self ::SHOW_TX_ALL ){
1496
1496
evxProfiler::checkpoint ('getAddressOperations ' , 'START ' , 'address= ' . $ address . ', limit= ' . $ limit . ', offset= ' . (is_array ($ offset ) ? print_r ($ offset , TRUE ) : (int )$ offset ));
1497
1497
1498
1498
$ result = array ();
0 commit comments