@@ -60,18 +60,22 @@ class ResponseWrapperAddressContractResult implements ModelInterface, ArrayAcces
6060 'cybercrime ' => 'string ' ,
6161 'money_laundering ' => 'string ' ,
6262 'number_of_malicious_contracts_created ' => 'string ' ,
63+ 'gas_abuse ' => 'string ' ,
6364 'financial_crime ' => 'string ' ,
6465 'darkweb_transactions ' => 'string ' ,
66+ 'reinit ' => 'string ' ,
6567 'phishing_activities ' => 'string ' ,
6668 'contract_address ' => 'string ' ,
6769 'fake_kyc ' => 'string ' ,
6870 'blacklist_doubt ' => 'string ' ,
6971 'data_source ' => 'string ' ,
72+ 'fake_standard_interface ' => 'string ' ,
7073 'stealing_attack ' => 'string ' ,
7174 'blackmail_activities ' => 'string ' ,
7275 'sanctioned ' => 'string ' ,
7376 'malicious_mining_activities ' => 'string ' ,
7477 'mixer ' => 'string ' ,
78+ 'fake_token ' => 'string ' ,
7579 'honeypot_related_address ' => 'string '
7680 ];
7781
@@ -84,18 +88,22 @@ class ResponseWrapperAddressContractResult implements ModelInterface, ArrayAcces
8488 'cybercrime ' => null ,
8589 'money_laundering ' => null ,
8690 'number_of_malicious_contracts_created ' => null ,
91+ 'gas_abuse ' => null ,
8792 'financial_crime ' => null ,
8893 'darkweb_transactions ' => null ,
94+ 'reinit ' => null ,
8995 'phishing_activities ' => null ,
9096 'contract_address ' => null ,
9197 'fake_kyc ' => null ,
9298 'blacklist_doubt ' => null ,
9399 'data_source ' => null ,
100+ 'fake_standard_interface ' => null ,
94101 'stealing_attack ' => null ,
95102 'blackmail_activities ' => null ,
96103 'sanctioned ' => null ,
97104 'malicious_mining_activities ' => null ,
98105 'mixer ' => null ,
106+ 'fake_token ' => null ,
99107 'honeypot_related_address ' => null
100108 ];
101109
@@ -129,18 +137,22 @@ public static function swaggerFormats()
129137 'cybercrime ' => 'cybercrime ' ,
130138 'money_laundering ' => 'money_laundering ' ,
131139 'number_of_malicious_contracts_created ' => 'number_of_malicious_contracts_created ' ,
140+ 'gas_abuse ' => 'gas_abuse ' ,
132141 'financial_crime ' => 'financial_crime ' ,
133142 'darkweb_transactions ' => 'darkweb_transactions ' ,
143+ 'reinit ' => 'reinit ' ,
134144 'phishing_activities ' => 'phishing_activities ' ,
135145 'contract_address ' => 'contract_address ' ,
136146 'fake_kyc ' => 'fake_kyc ' ,
137147 'blacklist_doubt ' => 'blacklist_doubt ' ,
138148 'data_source ' => 'data_source ' ,
149+ 'fake_standard_interface ' => 'fake_standard_interface ' ,
139150 'stealing_attack ' => 'stealing_attack ' ,
140151 'blackmail_activities ' => 'blackmail_activities ' ,
141152 'sanctioned ' => 'sanctioned ' ,
142153 'malicious_mining_activities ' => 'malicious_mining_activities ' ,
143154 'mixer ' => 'mixer ' ,
155+ 'fake_token ' => 'fake_token ' ,
144156 'honeypot_related_address ' => 'honeypot_related_address '
145157 ];
146158
@@ -153,18 +165,22 @@ public static function swaggerFormats()
153165 'cybercrime ' => 'setCybercrime ' ,
154166 'money_laundering ' => 'setMoneyLaundering ' ,
155167 'number_of_malicious_contracts_created ' => 'setNumberOfMaliciousContractsCreated ' ,
168+ 'gas_abuse ' => 'setGasAbuse ' ,
156169 'financial_crime ' => 'setFinancialCrime ' ,
157170 'darkweb_transactions ' => 'setDarkwebTransactions ' ,
171+ 'reinit ' => 'setReinit ' ,
158172 'phishing_activities ' => 'setPhishingActivities ' ,
159173 'contract_address ' => 'setContractAddress ' ,
160174 'fake_kyc ' => 'setFakeKyc ' ,
161175 'blacklist_doubt ' => 'setBlacklistDoubt ' ,
162176 'data_source ' => 'setDataSource ' ,
177+ 'fake_standard_interface ' => 'setFakeStandardInterface ' ,
163178 'stealing_attack ' => 'setStealingAttack ' ,
164179 'blackmail_activities ' => 'setBlackmailActivities ' ,
165180 'sanctioned ' => 'setSanctioned ' ,
166181 'malicious_mining_activities ' => 'setMaliciousMiningActivities ' ,
167182 'mixer ' => 'setMixer ' ,
183+ 'fake_token ' => 'setFakeToken ' ,
168184 'honeypot_related_address ' => 'setHoneypotRelatedAddress '
169185 ];
170186
@@ -177,18 +193,22 @@ public static function swaggerFormats()
177193 'cybercrime ' => 'getCybercrime ' ,
178194 'money_laundering ' => 'getMoneyLaundering ' ,
179195 'number_of_malicious_contracts_created ' => 'getNumberOfMaliciousContractsCreated ' ,
196+ 'gas_abuse ' => 'getGasAbuse ' ,
180197 'financial_crime ' => 'getFinancialCrime ' ,
181198 'darkweb_transactions ' => 'getDarkwebTransactions ' ,
199+ 'reinit ' => 'getReinit ' ,
182200 'phishing_activities ' => 'getPhishingActivities ' ,
183201 'contract_address ' => 'getContractAddress ' ,
184202 'fake_kyc ' => 'getFakeKyc ' ,
185203 'blacklist_doubt ' => 'getBlacklistDoubt ' ,
186204 'data_source ' => 'getDataSource ' ,
205+ 'fake_standard_interface ' => 'getFakeStandardInterface ' ,
187206 'stealing_attack ' => 'getStealingAttack ' ,
188207 'blackmail_activities ' => 'getBlackmailActivities ' ,
189208 'sanctioned ' => 'getSanctioned ' ,
190209 'malicious_mining_activities ' => 'getMaliciousMiningActivities ' ,
191210 'mixer ' => 'getMixer ' ,
211+ 'fake_token ' => 'getFakeToken ' ,
192212 'honeypot_related_address ' => 'getHoneypotRelatedAddress '
193213 ];
194214
@@ -253,18 +273,22 @@ public function __construct(array $data = null)
253273 $ this ->container ['cybercrime ' ] = isset ($ data ['cybercrime ' ]) ? $ data ['cybercrime ' ] : null ;
254274 $ this ->container ['money_laundering ' ] = isset ($ data ['money_laundering ' ]) ? $ data ['money_laundering ' ] : null ;
255275 $ this ->container ['number_of_malicious_contracts_created ' ] = isset ($ data ['number_of_malicious_contracts_created ' ]) ? $ data ['number_of_malicious_contracts_created ' ] : null ;
276+ $ this ->container ['gas_abuse ' ] = isset ($ data ['gas_abuse ' ]) ? $ data ['gas_abuse ' ] : null ;
256277 $ this ->container ['financial_crime ' ] = isset ($ data ['financial_crime ' ]) ? $ data ['financial_crime ' ] : null ;
257278 $ this ->container ['darkweb_transactions ' ] = isset ($ data ['darkweb_transactions ' ]) ? $ data ['darkweb_transactions ' ] : null ;
279+ $ this ->container ['reinit ' ] = isset ($ data ['reinit ' ]) ? $ data ['reinit ' ] : null ;
258280 $ this ->container ['phishing_activities ' ] = isset ($ data ['phishing_activities ' ]) ? $ data ['phishing_activities ' ] : null ;
259281 $ this ->container ['contract_address ' ] = isset ($ data ['contract_address ' ]) ? $ data ['contract_address ' ] : null ;
260282 $ this ->container ['fake_kyc ' ] = isset ($ data ['fake_kyc ' ]) ? $ data ['fake_kyc ' ] : null ;
261283 $ this ->container ['blacklist_doubt ' ] = isset ($ data ['blacklist_doubt ' ]) ? $ data ['blacklist_doubt ' ] : null ;
262284 $ this ->container ['data_source ' ] = isset ($ data ['data_source ' ]) ? $ data ['data_source ' ] : null ;
285+ $ this ->container ['fake_standard_interface ' ] = isset ($ data ['fake_standard_interface ' ]) ? $ data ['fake_standard_interface ' ] : null ;
263286 $ this ->container ['stealing_attack ' ] = isset ($ data ['stealing_attack ' ]) ? $ data ['stealing_attack ' ] : null ;
264287 $ this ->container ['blackmail_activities ' ] = isset ($ data ['blackmail_activities ' ]) ? $ data ['blackmail_activities ' ] : null ;
265288 $ this ->container ['sanctioned ' ] = isset ($ data ['sanctioned ' ]) ? $ data ['sanctioned ' ] : null ;
266289 $ this ->container ['malicious_mining_activities ' ] = isset ($ data ['malicious_mining_activities ' ]) ? $ data ['malicious_mining_activities ' ] : null ;
267290 $ this ->container ['mixer ' ] = isset ($ data ['mixer ' ]) ? $ data ['mixer ' ] : null ;
291+ $ this ->container ['fake_token ' ] = isset ($ data ['fake_token ' ]) ? $ data ['fake_token ' ] : null ;
268292 $ this ->container ['honeypot_related_address ' ] = isset ($ data ['honeypot_related_address ' ]) ? $ data ['honeypot_related_address ' ] : null ;
269293 }
270294
@@ -364,6 +388,30 @@ public function setNumberOfMaliciousContractsCreated($number_of_malicious_contra
364388 return $ this ;
365389 }
366390
391+ /**
392+ * Gets gas_abuse
393+ *
394+ * @return string
395+ */
396+ public function getGasAbuse ()
397+ {
398+ return $ this ->container ['gas_abuse ' ];
399+ }
400+
401+ /**
402+ * Sets gas_abuse
403+ *
404+ * @param string $gas_abuse It describes whether this address is cheating other user's gas fee to mint other assets.(Notice:Any interaction with such addresses may result in loss of property.)
405+ *
406+ * @return $this
407+ */
408+ public function setGasAbuse ($ gas_abuse )
409+ {
410+ $ this ->container ['gas_abuse ' ] = $ gas_abuse ;
411+
412+ return $ this ;
413+ }
414+
367415 /**
368416 * Gets financial_crime
369417 *
@@ -412,6 +460,30 @@ public function setDarkwebTransactions($darkweb_transactions)
412460 return $ this ;
413461 }
414462
463+ /**
464+ * Gets reinit
465+ *
466+ * @return string
467+ */
468+ public function getReinit ()
469+ {
470+ return $ this ->container ['reinit ' ];
471+ }
472+
473+ /**
474+ * Sets reinit
475+ *
476+ * @param string $reinit It describes whether this address/contract has been deployed more than onces, and can be deployed again.(Notice:If a contract can be reinited, the developer can change the contract code whenever he wants.)
477+ *
478+ * @return $this
479+ */
480+ public function setReinit ($ reinit )
481+ {
482+ $ this ->container ['reinit ' ] = $ reinit ;
483+
484+ return $ this ;
485+ }
486+
415487 /**
416488 * Gets phishing_activities
417489 *
@@ -532,6 +604,30 @@ public function setDataSource($data_source)
532604 return $ this ;
533605 }
534606
607+ /**
608+ * Gets fake_standard_interface
609+ *
610+ * @return string
611+ */
612+ public function getFakeStandardInterface ()
613+ {
614+ return $ this ->container ['fake_standard_interface ' ];
615+ }
616+
617+ /**
618+ * Sets fake_standard_interface
619+ *
620+ * @param string $fake_standard_interface It describes whether this contract contains standard interfaces that do not conform the requirements of the standard protocol.(Notice:Fake Standard Interface is mostly seen in scam assets.)
621+ *
622+ * @return $this
623+ */
624+ public function setFakeStandardInterface ($ fake_standard_interface )
625+ {
626+ $ this ->container ['fake_standard_interface ' ] = $ fake_standard_interface ;
627+
628+ return $ this ;
629+ }
630+
535631 /**
536632 * Gets stealing_attack
537633 *
@@ -652,6 +748,30 @@ public function setMixer($mixer)
652748 return $ this ;
653749 }
654750
751+ /**
752+ * Gets fake_token
753+ *
754+ * @return string
755+ */
756+ public function getFakeToken ()
757+ {
758+ return $ this ->container ['fake_token ' ];
759+ }
760+
761+ /**
762+ * Sets fake_token
763+ *
764+ * @param string $fake_token It indicates whether the token is a counterfeit of a mainstream asset.
765+ *
766+ * @return $this
767+ */
768+ public function setFakeToken ($ fake_token )
769+ {
770+ $ this ->container ['fake_token ' ] = $ fake_token ;
771+
772+ return $ this ;
773+ }
774+
655775 /**
656776 * Gets honeypot_related_address
657777 *
0 commit comments