mirror of https://github.com/crytic/slither
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
411 B
23 lines
411 B
6 years ago
|
contract A{
|
||
|
|
||
|
// ëëëëëëëëëëëëë这这这这这这这这这这
|
||
|
|
||
|
address unused;
|
||
|
|
||
|
|
||
|
address unused2;
|
||
|
|
||
|
|
||
|
// ই এই এই এইই এই এই এইই এই এই এই
|
||
|
|
||
|
address unused3;
|
||
|
|
||
|
|
||
|
address unused4;
|
||
|
|
||
|
// 这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这这
|
||
|
address used;
|
||
|
|
||
|
|
||
|
}
|