├── README.md
├── auditor
├── css
│ ├── bootstrap.min.css
│ ├── coloring.css
│ ├── custom-style-1.css
│ ├── owl.video.play.html
│ ├── plugins.css
│ └── style.css
├── fonts
│ ├── elegant_font
│ │ └── HTML_CSS
│ │ │ ├── fonts
│ │ │ ├── ElegantIcons.eot
│ │ │ ├── ElegantIcons.svg
│ │ │ ├── ElegantIcons.ttf
│ │ │ ├── ElegantIcons.woff
│ │ │ └── ElegantIconsd41d.eot
│ │ │ └── style.css
│ ├── et-line-font
│ │ ├── fonts
│ │ │ ├── et-line.eot
│ │ │ ├── et-line.svg
│ │ │ ├── et-line.ttf
│ │ │ ├── et-line.woff
│ │ │ └── et-lined41d.eot
│ │ └── style.css
│ ├── font-awesome
│ │ ├── css
│ │ │ └── font-awesome.css
│ │ └── fonts
│ │ │ ├── fontawesome-webfont3e6e.eot
│ │ │ ├── fontawesome-webfont3e6e.svg
│ │ │ ├── fontawesome-webfont3e6e.ttf
│ │ │ ├── fontawesome-webfont3e6e.woff
│ │ │ ├── fontawesome-webfont3e6e.woff2
│ │ │ └── fontawesome-webfontd41d.eot
│ ├── sui_generis_rg.eot
│ ├── sui_generis_rg.otf
│ ├── sui_generis_rg.svg
│ ├── sui_generis_rg.ttf
│ ├── sui_generis_rg.woff
│ └── sui_generis_rg.woff2
├── form.js
├── images
│ ├── background
│ │ ├── 16.html
│ │ ├── 18.html
│ │ ├── 4.png
│ │ └── bg-header.html
│ ├── close-2.html
│ ├── close.html
│ ├── dotted.html
│ ├── icon-slide-min.html
│ ├── icon-slide-plus.html
│ ├── icon-url.html
│ ├── icon-zoom.html
│ ├── icon.png
│ ├── list-arrow.html
│ ├── logo.png
│ ├── page-loader.html
│ └── ui
│ │ ├── arrow-down-form-hover.html
│ │ ├── arrow-down-form.html
│ │ ├── arrow-down-light.png
│ │ ├── arrow-down.png
│ │ ├── arrow-up-light.png
│ │ ├── arrow-up.png
│ │ └── btn-close-light.png
├── index.html
└── js
│ ├── designesia.js
│ └── plugins.js
├── css
├── bootstrap.min.css
├── coloring.css
├── custom-style-1.css
├── owl.video.play.html
├── plugins.css
└── style.css
├── fonts
├── elegant_font
│ └── HTML_CSS
│ │ ├── fonts
│ │ ├── ElegantIcons.eot
│ │ ├── ElegantIcons.svg
│ │ ├── ElegantIcons.ttf
│ │ ├── ElegantIcons.woff
│ │ └── ElegantIconsd41d.eot
│ │ └── style.css
├── et-line-font
│ ├── fonts
│ │ ├── et-line.eot
│ │ ├── et-line.svg
│ │ ├── et-line.ttf
│ │ ├── et-line.woff
│ │ └── et-lined41d.eot
│ └── style.css
├── font-awesome
│ ├── css
│ │ └── font-awesome.css
│ └── fonts
│ │ ├── fontawesome-webfont3e6e.eot
│ │ ├── fontawesome-webfont3e6e.svg
│ │ ├── fontawesome-webfont3e6e.ttf
│ │ ├── fontawesome-webfont3e6e.woff
│ │ ├── fontawesome-webfont3e6e.woff2
│ │ └── fontawesome-webfontd41d.eot
├── sui_generis_rg.eot
├── sui_generis_rg.otf
├── sui_generis_rg.svg
├── sui_generis_rg.ttf
├── sui_generis_rg.woff
└── sui_generis_rg.woff2
├── images
├── background
│ ├── 1.png
│ ├── 16.html
│ ├── 18.html
│ ├── 3.png
│ └── bg-header.html
├── banner.png
├── close-2.html
├── close.html
└── dotted.html
├── index.html
└── js
├── designesia.js
└── plugins.js
/README.md:
--------------------------------------------------------------------------------
1 | # contractauditorAI #ChatGPT #chatgpt4 #smartcontracts #Web3
2 |
3 | Create AI bot that can audit Smart Contracts
4 |
5 | Watch the video 👉 https://youtu.be/BCw-7u0OsjE
6 |
7 | Join my Telegram 👉https://t.me/automatecrypto
8 |
--------------------------------------------------------------------------------
/auditor/css/coloring.css:
--------------------------------------------------------------------------------
1 | .bg-color,
2 | section.bg-color,
3 | section.call-to-action,
4 | #mainmenu li li a:hover,
5 | #mainmenu ul li:hover>a,
6 | .price-row,
7 | .slider-info .text1,
8 | .btn-primary,
9 | .bg-id-color,
10 | .dropcap,
11 | .fullwidthbanner-container a.btn,
12 | .feature-box-big-icon i,
13 | #testimonial-full,
14 | .icon-deco i,
15 | .feature-box-small-icon .border,
16 | .date-post,
17 | .team-list .small-border,
18 | .de-team-list .small-border,
19 | .owl-arrow span,
20 | .de-progress .progress-bar,
21 | #btn-close-x:hover,
22 | .box-fx .info,
23 | .btn-more,
24 | .widget .small-border,
25 | .product img:hover,
26 | #btn-search,
27 | .de_tab.timeline li.active .dot,
28 | .btn-id,
29 | .tiny-border,
30 | #subheader .small-border-deco span,
31 | #services-list li a:hover,
32 | .timeline .tl-block .tl-line,
33 | .de_tab.tab_style_2 .de_nav li.active span,
34 | .de_tab.tab_methods.style-2 .de_nav li.active span,
35 | .feature-box-small-icon.style-2 .number.bg-color,
36 | .owl-custom-nav .btn-next:before,
37 | .owl-custom-nav .btn-prev:before,
38 | .timeline>li>.timeline-badge,
39 | .de_light .de_tab.tab_style_3 .de_nav li.active span,
40 | .de_tab.tab_style_4 .de_nav li.active span,
41 | .social-icons-sm i:hover,
42 | .btn-rsvp,
43 | .pricing-s1 .ribbon,
44 | .de_tab.tab_style_4 .de_nav li.active,
45 | #preloader .s1 span,
46 | #filters a.selected,
47 | .custom-show:after,
48 | .custom-close:after,
49 | .widget-post .date,
50 | .style-2 .date-box,
51 | .feature-box-type-1 i,
52 | .owl-item.active>div blockquote:before,
53 | .accordion-section-title:before,
54 | #form_subscribe #btn-submit i,
55 | .bg-gradient-to-right-2,
56 | .feature-box-type-1.hover i,
57 | .feature-box-type-1:hover i,
58 | .ribbon,
59 | .box-icon-simple .num,
60 | .box-highlight.s2,
61 | .feature-box.f-boxed:hover,
62 | .fpw-overlay-btm,
63 | .fp-wrap .fpwow-icons,
64 | .owl-item.active.center .feature-box-type-2,
65 | .testimonial-color .item:nth-child(1n) blockquote:before,
66 | .spinner>div,
67 | .d-gallery-item .dgi-1,
68 | a.btn-border:hover,
69 | .dih-overlay,
70 | .widget_tags li a,
71 | .nav-pills .nav-link.active,
72 | .nav-pills .show>.nav-link,
73 | #selector .sc-opt,
74 | #cookieConsent a.cookieConsentOK,
75 | .mask .cover,
76 | .icon-box:hover,
77 | #topbar,
78 | .feature-box.f-boxed.invert,
79 | .text-light .container-timeline ul li::before,
80 | .text-light .de_countdown,
81 | .de_tab .de_nav li.active span,
82 | .text-light .dropdown li span,
83 | #selector #dark-mode,
84 | #selector #related-items,
85 | .dark-scheme .nft__item .de_countdown,
86 | .info-box i,
87 | .d__table-sch h4,
88 | #audit_form .radio-img input[type="radio"]:checked+label img,
89 | #audit_form .radio-img input[type="checkbox"]:checked+label img,
90 | a.btn-main,
91 | .btn-main,
92 | .bg-color-2,
93 | .bg-color-secondary,
94 | .timeline h5,
95 | .testimonial-color .item:nth-child(2n) blockquote:before,
96 | a.btn-main.bg-color-2,
97 | a.btn-main.invert,
98 | #mainmenu li li a:hover,
99 | #mainmenu ul li:hover>a,
100 | .icon-box.invert:hover,
101 | #form_subscribe #btn-subscribe i.bg-color-secondary,
102 | #jpreBar,
103 | .t-circle,
104 | .nft_item_pp i,
105 | .author_list_pp i,
106 | .pagination>.active>a,
107 | .pagination>.active>span,
108 | .pagination>.active>a:hover,
109 | .pagination>.active>span:hover,
110 | .pagination>.active>a:focus,
111 | .pagination>.active>span:focus,
112 | .nft_coll_pp i,
113 | .profile_avatar i,
114 | #btn_copy.clicked,
115 | #form_quick_search #btn-submit i,
116 | .owl-dot.active,
117 | .p_list_pp i,
118 | .author_list_pp img,
119 | .activity-filter li.active,
120 | .dark-scheme .de_countdown.bg-color-secondary,
121 | .btn-line:hover,
122 | a.btn-line:hover,
123 | .btn-line.hover,
124 | a.btn-line.hover,
125 | .de_form input[type="checkbox"]:checked+label:before,
126 | .coll_list_pp i,
127 | #form_sb #btn-submit i,
128 | .de-switch input[type=checkbox]:checked+label,
129 | .nft__item_extra button:hover,
130 | .nft__item_share a,
131 | #de-click-menu-notification .d-count,
132 | .play-pause,
133 | #mainmenu ul li a strong,
134 | .space-border,
135 | body::-webkit-scrollbar-thumb,
136 | #de_modal::-webkit-scrollbar-thumb,
137 | body.dark-scheme::-webkit-scrollbar-thumb,
138 | .dark-scheme #de_modal::-webkit-scrollbar-thumb,
139 | .d_timeline-title:before,
140 | .post-image .d-border,
141 | .de_project-info h4:before,
142 | .d-bar .d-progress-line span,
143 | h5 span.label {
144 | background: var(--primary-color);
145 | }
146 |
147 |
148 | a,
149 | a:hover,
150 | footer .widget a:hover,
151 | .id-color,
152 | span.id-color,
153 | .text-light .id-color h3,
154 | .icon-box i,
155 | .mask:hover .cover h3 i,
156 | address.s1 span i,
157 | .de_table .tr .td:nth-child(2) span,
158 | .activity-filter i,
159 | .dark-scheme .demo-icon-wrap i,
160 | .dark-scheme .demo-icon-wrap-s2 span,
161 | .de_tab .de_nav li span,
162 | .dark-scheme .small-border,
163 | .profile_username,
164 | .de_tab.tab_methods .de_nav li.active span i,
165 | a.btn-main.btn-light,
166 | .nft_attr h5,
167 | .de__h-widget i,
168 | #mainmenu a.active,
169 | header.header-light #mainmenu a.active,
170 | .d_timeline-text .d_company,
171 | blockquote.q-big .d-big,
172 | #mainmenu-v2 li a:hover,
173 | #de-menu-container .d-social i:hover {
174 | color: var(--primary-color);
175 | }
176 |
177 | .container-timeline ul li,
178 | blockquote {
179 | border-left-color: var(--primary-color);
180 | }
181 |
182 | header #mainmenu a span,
183 | header.transparent #mainmenu a span,
184 | .de-grey #subheader h1,
185 | h3.s_border {
186 | border-bottom-color: var(--primary-color);
187 | }
188 |
189 |
190 | .container-timeline ul li {
191 | border-top-color: var(--primary-color);
192 | }
193 |
194 | .line-preloader .p-line:nth-child(1) {
195 | border-right-color: var(--primary-color);
196 | border-bottom-color: var(--primary-color);
197 | }
198 |
199 | .line-preloader .p-line:nth-child(2) {
200 | border-left-color: var(--primary-color);
201 | border-top-color: var(--primary-color);
202 | }
203 |
204 | .line-preloader .p-line:nth-child(3) {
205 | border-right-color: var(--primary-color);
206 | border-top-color: var(--primary-color);
207 | }
--------------------------------------------------------------------------------
/auditor/css/custom-style-1.css:
--------------------------------------------------------------------------------
1 | body{
2 | font-size: 16px;
3 | }
4 |
5 | h1,h2,h3,h4,h5,h6{
6 | font-weight: 600;
7 | }
8 |
9 | a.btn-main,
10 | .btn-main,
11 | .card-image-1,
12 | .form-border input[type=text], .form-border input[type=email], .form-border textarea, .form-underline input[type=email], .form-border input[type=password], .form-border input[type=date], .form-border select,
13 | .post-image
14 | {
15 | border-radius: 8px;
16 | -moz-border-radius: 8px;
17 | -webkit-border-radius: 8px;
18 | }
--------------------------------------------------------------------------------
/auditor/css/owl.video.play.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/fonts/elegant_font/HTML_CSS/fonts/ElegantIcons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/elegant_font/HTML_CSS/fonts/ElegantIcons.eot
--------------------------------------------------------------------------------
/auditor/fonts/elegant_font/HTML_CSS/fonts/ElegantIcons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/elegant_font/HTML_CSS/fonts/ElegantIcons.ttf
--------------------------------------------------------------------------------
/auditor/fonts/elegant_font/HTML_CSS/fonts/ElegantIcons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/elegant_font/HTML_CSS/fonts/ElegantIcons.woff
--------------------------------------------------------------------------------
/auditor/fonts/elegant_font/HTML_CSS/fonts/ElegantIconsd41d.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/elegant_font/HTML_CSS/fonts/ElegantIconsd41d.eot
--------------------------------------------------------------------------------
/auditor/fonts/elegant_font/HTML_CSS/style.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'ElegantIcons';
3 | src:url('fonts/ElegantIcons.eot');
4 | src:url('fonts/ElegantIconsd41d.eot?#iefix') format('embedded-opentype'),
5 | url('fonts/ElegantIcons.woff') format('woff'),
6 | url('fonts/ElegantIcons.ttf') format('truetype'),
7 | url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
8 | font-weight: normal;
9 | font-style: normal;
10 | }
11 |
12 | /* Use the following CSS code if you want to use data attributes for inserting your icons */
13 | [data-icon]:before {
14 | font-family: 'ElegantIcons';
15 | content: attr(data-icon);
16 | speak: none;
17 | font-weight: normal;
18 | font-variant: normal;
19 | text-transform: none;
20 | line-height: 1;
21 | -webkit-font-smoothing: antialiased;
22 | -moz-osx-font-smoothing: grayscale;
23 | }
24 |
25 | /* Use the following CSS code if you want to have a class per icon */
26 | /*
27 | Instead of a list of all class selectors,
28 | you can use the generic selector below, but it's slower:
29 | [class*="your-class-prefix"] {
30 | */
31 | .arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
32 | font-family: 'ElegantIcons';
33 | speak: none;
34 | font-style: normal;
35 | font-weight: normal;
36 | font-variant: normal;
37 | text-transform: none;
38 | line-height: 1;
39 | -webkit-font-smoothing: antialiased;
40 | }
41 | .arrow_up:before {
42 | content: "\21";
43 | }
44 | .arrow_down:before {
45 | content: "\22";
46 | }
47 | .arrow_left:before {
48 | content: "\23";
49 | }
50 | .arrow_right:before {
51 | content: "\24";
52 | }
53 | .arrow_left-up:before {
54 | content: "\25";
55 | }
56 | .arrow_right-up:before {
57 | content: "\26";
58 | }
59 | .arrow_right-down:before {
60 | content: "\27";
61 | }
62 | .arrow_left-down:before {
63 | content: "\28";
64 | }
65 | .arrow-up-down:before {
66 | content: "\29";
67 | }
68 | .arrow_up-down_alt:before {
69 | content: "\2a";
70 | }
71 | .arrow_left-right_alt:before {
72 | content: "\2b";
73 | }
74 | .arrow_left-right:before {
75 | content: "\2c";
76 | }
77 | .arrow_expand_alt2:before {
78 | content: "\2d";
79 | }
80 | .arrow_expand_alt:before {
81 | content: "\2e";
82 | }
83 | .arrow_condense:before {
84 | content: "\2f";
85 | }
86 | .arrow_expand:before {
87 | content: "\30";
88 | }
89 | .arrow_move:before {
90 | content: "\31";
91 | }
92 | .arrow_carrot-up:before {
93 | content: "\32";
94 | }
95 | .arrow_carrot-down:before {
96 | content: "\33";
97 | }
98 | .arrow_carrot-left:before {
99 | content: "\34";
100 | }
101 | .arrow_carrot-right:before {
102 | content: "\35";
103 | }
104 | .arrow_carrot-2up:before {
105 | content: "\36";
106 | }
107 | .arrow_carrot-2down:before {
108 | content: "\37";
109 | }
110 | .arrow_carrot-2left:before {
111 | content: "\38";
112 | }
113 | .arrow_carrot-2right:before {
114 | content: "\39";
115 | }
116 | .arrow_carrot-up_alt2:before {
117 | content: "\3a";
118 | }
119 | .arrow_carrot-down_alt2:before {
120 | content: "\3b";
121 | }
122 | .arrow_carrot-left_alt2:before {
123 | content: "\3c";
124 | }
125 | .arrow_carrot-right_alt2:before {
126 | content: "\3d";
127 | }
128 | .arrow_carrot-2up_alt2:before {
129 | content: "\3e";
130 | }
131 | .arrow_carrot-2down_alt2:before {
132 | content: "\3f";
133 | }
134 | .arrow_carrot-2left_alt2:before {
135 | content: "\40";
136 | }
137 | .arrow_carrot-2right_alt2:before {
138 | content: "\41";
139 | }
140 | .arrow_triangle-up:before {
141 | content: "\42";
142 | }
143 | .arrow_triangle-down:before {
144 | content: "\43";
145 | }
146 | .arrow_triangle-left:before {
147 | content: "\44";
148 | }
149 | .arrow_triangle-right:before {
150 | content: "\45";
151 | }
152 | .arrow_triangle-up_alt2:before {
153 | content: "\46";
154 | }
155 | .arrow_triangle-down_alt2:before {
156 | content: "\47";
157 | }
158 | .arrow_triangle-left_alt2:before {
159 | content: "\48";
160 | }
161 | .arrow_triangle-right_alt2:before {
162 | content: "\49";
163 | }
164 | .arrow_back:before {
165 | content: "\4a";
166 | }
167 | .icon_minus-06:before {
168 | content: "\4b";
169 | }
170 | .icon_plus:before {
171 | content: "\4c";
172 | }
173 | .icon_close:before {
174 | content: "\4d";
175 | }
176 | .icon_check:before {
177 | content: "\4e";
178 | }
179 | .icon_minus_alt2:before {
180 | content: "\4f";
181 | }
182 | .icon_plus_alt2:before {
183 | content: "\50";
184 | }
185 | .icon_close_alt2:before {
186 | content: "\51";
187 | }
188 | .icon_check_alt2:before {
189 | content: "\52";
190 | }
191 | .icon_zoom-out_alt:before {
192 | content: "\53";
193 | }
194 | .icon_zoom-in_alt:before {
195 | content: "\54";
196 | }
197 | .icon_search:before {
198 | content: "\55";
199 | }
200 | .icon_box-empty:before {
201 | content: "\56";
202 | }
203 | .icon_box-selected:before {
204 | content: "\57";
205 | }
206 | .icon_minus-box:before {
207 | content: "\58";
208 | }
209 | .icon_plus-box:before {
210 | content: "\59";
211 | }
212 | .icon_box-checked:before {
213 | content: "\5a";
214 | }
215 | .icon_circle-empty:before {
216 | content: "\5b";
217 | }
218 | .icon_circle-slelected:before {
219 | content: "\5c";
220 | }
221 | .icon_stop_alt2:before {
222 | content: "\5d";
223 | }
224 | .icon_stop:before {
225 | content: "\5e";
226 | }
227 | .icon_pause_alt2:before {
228 | content: "\5f";
229 | }
230 | .icon_pause:before {
231 | content: "\60";
232 | }
233 | .icon_menu:before {
234 | content: "\61";
235 | }
236 | .icon_menu-square_alt2:before {
237 | content: "\62";
238 | }
239 | .icon_menu-circle_alt2:before {
240 | content: "\63";
241 | }
242 | .icon_ul:before {
243 | content: "\64";
244 | }
245 | .icon_ol:before {
246 | content: "\65";
247 | }
248 | .icon_adjust-horiz:before {
249 | content: "\66";
250 | }
251 | .icon_adjust-vert:before {
252 | content: "\67";
253 | }
254 | .icon_document_alt:before {
255 | content: "\68";
256 | }
257 | .icon_documents_alt:before {
258 | content: "\69";
259 | }
260 | .icon_pencil:before {
261 | content: "\6a";
262 | }
263 | .icon_pencil-edit_alt:before {
264 | content: "\6b";
265 | }
266 | .icon_pencil-edit:before {
267 | content: "\6c";
268 | }
269 | .icon_folder-alt:before {
270 | content: "\6d";
271 | }
272 | .icon_folder-open_alt:before {
273 | content: "\6e";
274 | }
275 | .icon_folder-add_alt:before {
276 | content: "\6f";
277 | }
278 | .icon_info_alt:before {
279 | content: "\70";
280 | }
281 | .icon_error-oct_alt:before {
282 | content: "\71";
283 | }
284 | .icon_error-circle_alt:before {
285 | content: "\72";
286 | }
287 | .icon_error-triangle_alt:before {
288 | content: "\73";
289 | }
290 | .icon_question_alt2:before {
291 | content: "\74";
292 | }
293 | .icon_question:before {
294 | content: "\75";
295 | }
296 | .icon_comment_alt:before {
297 | content: "\76";
298 | }
299 | .icon_chat_alt:before {
300 | content: "\77";
301 | }
302 | .icon_vol-mute_alt:before {
303 | content: "\78";
304 | }
305 | .icon_volume-low_alt:before {
306 | content: "\79";
307 | }
308 | .icon_volume-high_alt:before {
309 | content: "\7a";
310 | }
311 | .icon_quotations:before {
312 | content: "\7b";
313 | }
314 | .icon_quotations_alt2:before {
315 | content: "\7c";
316 | }
317 | .icon_clock_alt:before {
318 | content: "\7d";
319 | }
320 | .icon_lock_alt:before {
321 | content: "\7e";
322 | }
323 | .icon_lock-open_alt:before {
324 | content: "\e000";
325 | }
326 | .icon_key_alt:before {
327 | content: "\e001";
328 | }
329 | .icon_cloud_alt:before {
330 | content: "\e002";
331 | }
332 | .icon_cloud-upload_alt:before {
333 | content: "\e003";
334 | }
335 | .icon_cloud-download_alt:before {
336 | content: "\e004";
337 | }
338 | .icon_image:before {
339 | content: "\e005";
340 | }
341 | .icon_images:before {
342 | content: "\e006";
343 | }
344 | .icon_lightbulb_alt:before {
345 | content: "\e007";
346 | }
347 | .icon_gift_alt:before {
348 | content: "\e008";
349 | }
350 | .icon_house_alt:before {
351 | content: "\e009";
352 | }
353 | .icon_genius:before {
354 | content: "\e00a";
355 | }
356 | .icon_mobile:before {
357 | content: "\e00b";
358 | }
359 | .icon_tablet:before {
360 | content: "\e00c";
361 | }
362 | .icon_laptop:before {
363 | content: "\e00d";
364 | }
365 | .icon_desktop:before {
366 | content: "\e00e";
367 | }
368 | .icon_camera_alt:before {
369 | content: "\e00f";
370 | }
371 | .icon_mail_alt:before {
372 | content: "\e010";
373 | }
374 | .icon_cone_alt:before {
375 | content: "\e011";
376 | }
377 | .icon_ribbon_alt:before {
378 | content: "\e012";
379 | }
380 | .icon_bag_alt:before {
381 | content: "\e013";
382 | }
383 | .icon_creditcard:before {
384 | content: "\e014";
385 | }
386 | .icon_cart_alt:before {
387 | content: "\e015";
388 | }
389 | .icon_paperclip:before {
390 | content: "\e016";
391 | }
392 | .icon_tag_alt:before {
393 | content: "\e017";
394 | }
395 | .icon_tags_alt:before {
396 | content: "\e018";
397 | }
398 | .icon_trash_alt:before {
399 | content: "\e019";
400 | }
401 | .icon_cursor_alt:before {
402 | content: "\e01a";
403 | }
404 | .icon_mic_alt:before {
405 | content: "\e01b";
406 | }
407 | .icon_compass_alt:before {
408 | content: "\e01c";
409 | }
410 | .icon_pin_alt:before {
411 | content: "\e01d";
412 | }
413 | .icon_pushpin_alt:before {
414 | content: "\e01e";
415 | }
416 | .icon_map_alt:before {
417 | content: "\e01f";
418 | }
419 | .icon_drawer_alt:before {
420 | content: "\e020";
421 | }
422 | .icon_toolbox_alt:before {
423 | content: "\e021";
424 | }
425 | .icon_book_alt:before {
426 | content: "\e022";
427 | }
428 | .icon_calendar:before {
429 | content: "\e023";
430 | }
431 | .icon_film:before {
432 | content: "\e024";
433 | }
434 | .icon_table:before {
435 | content: "\e025";
436 | }
437 | .icon_contacts_alt:before {
438 | content: "\e026";
439 | }
440 | .icon_headphones:before {
441 | content: "\e027";
442 | }
443 | .icon_lifesaver:before {
444 | content: "\e028";
445 | }
446 | .icon_piechart:before {
447 | content: "\e029";
448 | }
449 | .icon_refresh:before {
450 | content: "\e02a";
451 | }
452 | .icon_link_alt:before {
453 | content: "\e02b";
454 | }
455 | .icon_link:before {
456 | content: "\e02c";
457 | }
458 | .icon_loading:before {
459 | content: "\e02d";
460 | }
461 | .icon_blocked:before {
462 | content: "\e02e";
463 | }
464 | .icon_archive_alt:before {
465 | content: "\e02f";
466 | }
467 | .icon_heart_alt:before {
468 | content: "\e030";
469 | }
470 | .icon_star_alt:before {
471 | content: "\e031";
472 | }
473 | .icon_star-half_alt:before {
474 | content: "\e032";
475 | }
476 | .icon_star:before {
477 | content: "\e033";
478 | }
479 | .icon_star-half:before {
480 | content: "\e034";
481 | }
482 | .icon_tools:before {
483 | content: "\e035";
484 | }
485 | .icon_tool:before {
486 | content: "\e036";
487 | }
488 | .icon_cog:before {
489 | content: "\e037";
490 | }
491 | .icon_cogs:before {
492 | content: "\e038";
493 | }
494 | .arrow_up_alt:before {
495 | content: "\e039";
496 | }
497 | .arrow_down_alt:before {
498 | content: "\e03a";
499 | }
500 | .arrow_left_alt:before {
501 | content: "\e03b";
502 | }
503 | .arrow_right_alt:before {
504 | content: "\e03c";
505 | }
506 | .arrow_left-up_alt:before {
507 | content: "\e03d";
508 | }
509 | .arrow_right-up_alt:before {
510 | content: "\e03e";
511 | }
512 | .arrow_right-down_alt:before {
513 | content: "\e03f";
514 | }
515 | .arrow_left-down_alt:before {
516 | content: "\e040";
517 | }
518 | .arrow_condense_alt:before {
519 | content: "\e041";
520 | }
521 | .arrow_expand_alt3:before {
522 | content: "\e042";
523 | }
524 | .arrow_carrot_up_alt:before {
525 | content: "\e043";
526 | }
527 | .arrow_carrot-down_alt:before {
528 | content: "\e044";
529 | }
530 | .arrow_carrot-left_alt:before {
531 | content: "\e045";
532 | }
533 | .arrow_carrot-right_alt:before {
534 | content: "\e046";
535 | }
536 | .arrow_carrot-2up_alt:before {
537 | content: "\e047";
538 | }
539 | .arrow_carrot-2dwnn_alt:before {
540 | content: "\e048";
541 | }
542 | .arrow_carrot-2left_alt:before {
543 | content: "\e049";
544 | }
545 | .arrow_carrot-2right_alt:before {
546 | content: "\e04a";
547 | }
548 | .arrow_triangle-up_alt:before {
549 | content: "\e04b";
550 | }
551 | .arrow_triangle-down_alt:before {
552 | content: "\e04c";
553 | }
554 | .arrow_triangle-left_alt:before {
555 | content: "\e04d";
556 | }
557 | .arrow_triangle-right_alt:before {
558 | content: "\e04e";
559 | }
560 | .icon_minus_alt:before {
561 | content: "\e04f";
562 | }
563 | .icon_plus_alt:before {
564 | content: "\e050";
565 | }
566 | .icon_close_alt:before {
567 | content: "\e051";
568 | }
569 | .icon_check_alt:before {
570 | content: "\e052";
571 | }
572 | .icon_zoom-out:before {
573 | content: "\e053";
574 | }
575 | .icon_zoom-in:before {
576 | content: "\e054";
577 | }
578 | .icon_stop_alt:before {
579 | content: "\e055";
580 | }
581 | .icon_menu-square_alt:before {
582 | content: "\e056";
583 | }
584 | .icon_menu-circle_alt:before {
585 | content: "\e057";
586 | }
587 | .icon_document:before {
588 | content: "\e058";
589 | }
590 | .icon_documents:before {
591 | content: "\e059";
592 | }
593 | .icon_pencil_alt:before {
594 | content: "\e05a";
595 | }
596 | .icon_folder:before {
597 | content: "\e05b";
598 | }
599 | .icon_folder-open:before {
600 | content: "\e05c";
601 | }
602 | .icon_folder-add:before {
603 | content: "\e05d";
604 | }
605 | .icon_folder_upload:before {
606 | content: "\e05e";
607 | }
608 | .icon_folder_download:before {
609 | content: "\e05f";
610 | }
611 | .icon_info:before {
612 | content: "\e060";
613 | }
614 | .icon_error-circle:before {
615 | content: "\e061";
616 | }
617 | .icon_error-oct:before {
618 | content: "\e062";
619 | }
620 | .icon_error-triangle:before {
621 | content: "\e063";
622 | }
623 | .icon_question_alt:before {
624 | content: "\e064";
625 | }
626 | .icon_comment:before {
627 | content: "\e065";
628 | }
629 | .icon_chat:before {
630 | content: "\e066";
631 | }
632 | .icon_vol-mute:before {
633 | content: "\e067";
634 | }
635 | .icon_volume-low:before {
636 | content: "\e068";
637 | }
638 | .icon_volume-high:before {
639 | content: "\e069";
640 | }
641 | .icon_quotations_alt:before {
642 | content: "\e06a";
643 | }
644 | .icon_clock:before {
645 | content: "\e06b";
646 | }
647 | .icon_lock:before {
648 | content: "\e06c";
649 | }
650 | .icon_lock-open:before {
651 | content: "\e06d";
652 | }
653 | .icon_key:before {
654 | content: "\e06e";
655 | }
656 | .icon_cloud:before {
657 | content: "\e06f";
658 | }
659 | .icon_cloud-upload:before {
660 | content: "\e070";
661 | }
662 | .icon_cloud-download:before {
663 | content: "\e071";
664 | }
665 | .icon_lightbulb:before {
666 | content: "\e072";
667 | }
668 | .icon_gift:before {
669 | content: "\e073";
670 | }
671 | .icon_house:before {
672 | content: "\e074";
673 | }
674 | .icon_camera:before {
675 | content: "\e075";
676 | }
677 | .icon_mail:before {
678 | content: "\e076";
679 | }
680 | .icon_cone:before {
681 | content: "\e077";
682 | }
683 | .icon_ribbon:before {
684 | content: "\e078";
685 | }
686 | .icon_bag:before {
687 | content: "\e079";
688 | }
689 | .icon_cart:before {
690 | content: "\e07a";
691 | }
692 | .icon_tag:before {
693 | content: "\e07b";
694 | }
695 | .icon_tags:before {
696 | content: "\e07c";
697 | }
698 | .icon_trash:before {
699 | content: "\e07d";
700 | }
701 | .icon_cursor:before {
702 | content: "\e07e";
703 | }
704 | .icon_mic:before {
705 | content: "\e07f";
706 | }
707 | .icon_compass:before {
708 | content: "\e080";
709 | }
710 | .icon_pin:before {
711 | content: "\e081";
712 | }
713 | .icon_pushpin:before {
714 | content: "\e082";
715 | }
716 | .icon_map:before {
717 | content: "\e083";
718 | }
719 | .icon_drawer:before {
720 | content: "\e084";
721 | }
722 | .icon_toolbox:before {
723 | content: "\e085";
724 | }
725 | .icon_book:before {
726 | content: "\e086";
727 | }
728 | .icon_contacts:before {
729 | content: "\e087";
730 | }
731 | .icon_archive:before {
732 | content: "\e088";
733 | }
734 | .icon_heart:before {
735 | content: "\e089";
736 | }
737 | .icon_profile:before {
738 | content: "\e08a";
739 | }
740 | .icon_group:before {
741 | content: "\e08b";
742 | }
743 | .icon_grid-2x2:before {
744 | content: "\e08c";
745 | }
746 | .icon_grid-3x3:before {
747 | content: "\e08d";
748 | }
749 | .icon_music:before {
750 | content: "\e08e";
751 | }
752 | .icon_pause_alt:before {
753 | content: "\e08f";
754 | }
755 | .icon_phone:before {
756 | content: "\e090";
757 | }
758 | .icon_upload:before {
759 | content: "\e091";
760 | }
761 | .icon_download:before {
762 | content: "\e092";
763 | }
764 | .social_facebook:before {
765 | content: "\e093";
766 | }
767 | .social_twitter:before {
768 | content: "\e094";
769 | }
770 | .social_pinterest:before {
771 | content: "\e095";
772 | }
773 | .social_googleplus:before {
774 | content: "\e096";
775 | }
776 | .social_tumblr:before {
777 | content: "\e097";
778 | }
779 | .social_tumbleupon:before {
780 | content: "\e098";
781 | }
782 | .social_wordpress:before {
783 | content: "\e099";
784 | }
785 | .social_instagram:before {
786 | content: "\e09a";
787 | }
788 | .social_dribbble:before {
789 | content: "\e09b";
790 | }
791 | .social_vimeo:before {
792 | content: "\e09c";
793 | }
794 | .social_linkedin:before {
795 | content: "\e09d";
796 | }
797 | .social_rss:before {
798 | content: "\e09e";
799 | }
800 | .social_deviantart:before {
801 | content: "\e09f";
802 | }
803 | .social_share:before {
804 | content: "\e0a0";
805 | }
806 | .social_myspace:before {
807 | content: "\e0a1";
808 | }
809 | .social_skype:before {
810 | content: "\e0a2";
811 | }
812 | .social_youtube:before {
813 | content: "\e0a3";
814 | }
815 | .social_picassa:before {
816 | content: "\e0a4";
817 | }
818 | .social_googledrive:before {
819 | content: "\e0a5";
820 | }
821 | .social_flickr:before {
822 | content: "\e0a6";
823 | }
824 | .social_blogger:before {
825 | content: "\e0a7";
826 | }
827 | .social_spotify:before {
828 | content: "\e0a8";
829 | }
830 | .social_delicious:before {
831 | content: "\e0a9";
832 | }
833 | .social_facebook_circle:before {
834 | content: "\e0aa";
835 | }
836 | .social_twitter_circle:before {
837 | content: "\e0ab";
838 | }
839 | .social_pinterest_circle:before {
840 | content: "\e0ac";
841 | }
842 | .social_googleplus_circle:before {
843 | content: "\e0ad";
844 | }
845 | .social_tumblr_circle:before {
846 | content: "\e0ae";
847 | }
848 | .social_stumbleupon_circle:before {
849 | content: "\e0af";
850 | }
851 | .social_wordpress_circle:before {
852 | content: "\e0b0";
853 | }
854 | .social_instagram_circle:before {
855 | content: "\e0b1";
856 | }
857 | .social_dribbble_circle:before {
858 | content: "\e0b2";
859 | }
860 | .social_vimeo_circle:before {
861 | content: "\e0b3";
862 | }
863 | .social_linkedin_circle:before {
864 | content: "\e0b4";
865 | }
866 | .social_rss_circle:before {
867 | content: "\e0b5";
868 | }
869 | .social_deviantart_circle:before {
870 | content: "\e0b6";
871 | }
872 | .social_share_circle:before {
873 | content: "\e0b7";
874 | }
875 | .social_myspace_circle:before {
876 | content: "\e0b8";
877 | }
878 | .social_skype_circle:before {
879 | content: "\e0b9";
880 | }
881 | .social_youtube_circle:before {
882 | content: "\e0ba";
883 | }
884 | .social_picassa_circle:before {
885 | content: "\e0bb";
886 | }
887 | .social_googledrive_alt2:before {
888 | content: "\e0bc";
889 | }
890 | .social_flickr_circle:before {
891 | content: "\e0bd";
892 | }
893 | .social_blogger_circle:before {
894 | content: "\e0be";
895 | }
896 | .social_spotify_circle:before {
897 | content: "\e0bf";
898 | }
899 | .social_delicious_circle:before {
900 | content: "\e0c0";
901 | }
902 | .social_facebook_square:before {
903 | content: "\e0c1";
904 | }
905 | .social_twitter_square:before {
906 | content: "\e0c2";
907 | }
908 | .social_pinterest_square:before {
909 | content: "\e0c3";
910 | }
911 | .social_googleplus_square:before {
912 | content: "\e0c4";
913 | }
914 | .social_tumblr_square:before {
915 | content: "\e0c5";
916 | }
917 | .social_stumbleupon_square:before {
918 | content: "\e0c6";
919 | }
920 | .social_wordpress_square:before {
921 | content: "\e0c7";
922 | }
923 | .social_instagram_square:before {
924 | content: "\e0c8";
925 | }
926 | .social_dribbble_square:before {
927 | content: "\e0c9";
928 | }
929 | .social_vimeo_square:before {
930 | content: "\e0ca";
931 | }
932 | .social_linkedin_square:before {
933 | content: "\e0cb";
934 | }
935 | .social_rss_square:before {
936 | content: "\e0cc";
937 | }
938 | .social_deviantart_square:before {
939 | content: "\e0cd";
940 | }
941 | .social_share_square:before {
942 | content: "\e0ce";
943 | }
944 | .social_myspace_square:before {
945 | content: "\e0cf";
946 | }
947 | .social_skype_square:before {
948 | content: "\e0d0";
949 | }
950 | .social_youtube_square:before {
951 | content: "\e0d1";
952 | }
953 | .social_picassa_square:before {
954 | content: "\e0d2";
955 | }
956 | .social_googledrive_square:before {
957 | content: "\e0d3";
958 | }
959 | .social_flickr_square:before {
960 | content: "\e0d4";
961 | }
962 | .social_blogger_square:before {
963 | content: "\e0d5";
964 | }
965 | .social_spotify_square:before {
966 | content: "\e0d6";
967 | }
968 | .social_delicious_square:before {
969 | content: "\e0d7";
970 | }
971 | .icon_printer:before {
972 | content: "\e103";
973 | }
974 | .icon_calulator:before {
975 | content: "\e0ee";
976 | }
977 | .icon_building:before {
978 | content: "\e0ef";
979 | }
980 | .icon_floppy:before {
981 | content: "\e0e8";
982 | }
983 | .icon_drive:before {
984 | content: "\e0ea";
985 | }
986 | .icon_search-2:before {
987 | content: "\e101";
988 | }
989 | .icon_id:before {
990 | content: "\e107";
991 | }
992 | .icon_id-2:before {
993 | content: "\e108";
994 | }
995 | .icon_puzzle:before {
996 | content: "\e102";
997 | }
998 | .icon_like:before {
999 | content: "\e106";
1000 | }
1001 | .icon_dislike:before {
1002 | content: "\e0eb";
1003 | }
1004 | .icon_mug:before {
1005 | content: "\e105";
1006 | }
1007 | .icon_currency:before {
1008 | content: "\e0ed";
1009 | }
1010 | .icon_wallet:before {
1011 | content: "\e100";
1012 | }
1013 | .icon_pens:before {
1014 | content: "\e104";
1015 | }
1016 | .icon_easel:before {
1017 | content: "\e0e9";
1018 | }
1019 | .icon_flowchart:before {
1020 | content: "\e109";
1021 | }
1022 | .icon_datareport:before {
1023 | content: "\e0ec";
1024 | }
1025 | .icon_briefcase:before {
1026 | content: "\e0fe";
1027 | }
1028 | .icon_shield:before {
1029 | content: "\e0f6";
1030 | }
1031 | .icon_percent:before {
1032 | content: "\e0fb";
1033 | }
1034 | .icon_globe:before {
1035 | content: "\e0e2";
1036 | }
1037 | .icon_globe-2:before {
1038 | content: "\e0e3";
1039 | }
1040 | .icon_target:before {
1041 | content: "\e0f5";
1042 | }
1043 | .icon_hourglass:before {
1044 | content: "\e0e1";
1045 | }
1046 | .icon_balance:before {
1047 | content: "\e0ff";
1048 | }
1049 | .icon_rook:before {
1050 | content: "\e0f8";
1051 | }
1052 | .icon_printer-alt:before {
1053 | content: "\e0fa";
1054 | }
1055 | .icon_calculator_alt:before {
1056 | content: "\e0e7";
1057 | }
1058 | .icon_building_alt:before {
1059 | content: "\e0fd";
1060 | }
1061 | .icon_floppy_alt:before {
1062 | content: "\e0e4";
1063 | }
1064 | .icon_drive_alt:before {
1065 | content: "\e0e5";
1066 | }
1067 | .icon_search_alt:before {
1068 | content: "\e0f7";
1069 | }
1070 | .icon_id_alt:before {
1071 | content: "\e0e0";
1072 | }
1073 | .icon_id-2_alt:before {
1074 | content: "\e0fc";
1075 | }
1076 | .icon_puzzle_alt:before {
1077 | content: "\e0f9";
1078 | }
1079 | .icon_like_alt:before {
1080 | content: "\e0dd";
1081 | }
1082 | .icon_dislike_alt:before {
1083 | content: "\e0f1";
1084 | }
1085 | .icon_mug_alt:before {
1086 | content: "\e0dc";
1087 | }
1088 | .icon_currency_alt:before {
1089 | content: "\e0f3";
1090 | }
1091 | .icon_wallet_alt:before {
1092 | content: "\e0d8";
1093 | }
1094 | .icon_pens_alt:before {
1095 | content: "\e0db";
1096 | }
1097 | .icon_easel_alt:before {
1098 | content: "\e0f0";
1099 | }
1100 | .icon_flowchart_alt:before {
1101 | content: "\e0df";
1102 | }
1103 | .icon_datareport_alt:before {
1104 | content: "\e0f2";
1105 | }
1106 | .icon_briefcase_alt:before {
1107 | content: "\e0f4";
1108 | }
1109 | .icon_shield_alt:before {
1110 | content: "\e0d9";
1111 | }
1112 | .icon_percent_alt:before {
1113 | content: "\e0da";
1114 | }
1115 | .icon_globe_alt:before {
1116 | content: "\e0de";
1117 | }
1118 | .icon_clipboard:before {
1119 | content: "\e0e6";
1120 | }
1121 |
1122 |
1123 | .glyph {
1124 | float: left;
1125 | text-align: center;
1126 | padding: .75em;
1127 | margin: .4em 1.5em .75em 0;
1128 | width: 6em;
1129 | text-shadow: none;
1130 | }
1131 | .glyph_big {
1132 | font-size: 128px;
1133 | color: #59c5dc;
1134 | float: left;
1135 | margin-right: 20px;
1136 | }
1137 |
1138 | .glyph div { padding-bottom: 10px;}
1139 |
1140 | .glyph input {
1141 | font-family: consolas, monospace;
1142 | font-size: 12px;
1143 | width: 100%;
1144 | text-align: center;
1145 | border: 0;
1146 | box-shadow: 0 0 0 1px #ccc;
1147 | padding: .2em;
1148 | -moz-border-radius: 5px;
1149 | -webkit-border-radius: 5px;
1150 | }
1151 | .centered {
1152 | margin-left: auto;
1153 | margin-right: auto;
1154 | }
1155 | .glyph .fs1 {
1156 | font-size: 2em;
1157 | }
1158 |
1159 |
1160 |
--------------------------------------------------------------------------------
/auditor/fonts/et-line-font/fonts/et-line.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/et-line-font/fonts/et-line.eot
--------------------------------------------------------------------------------
/auditor/fonts/et-line-font/fonts/et-line.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/et-line-font/fonts/et-line.ttf
--------------------------------------------------------------------------------
/auditor/fonts/et-line-font/fonts/et-line.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/et-line-font/fonts/et-line.woff
--------------------------------------------------------------------------------
/auditor/fonts/et-line-font/fonts/et-lined41d.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/et-line-font/fonts/et-lined41d.eot
--------------------------------------------------------------------------------
/auditor/fonts/et-line-font/style.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'et-line';
3 | src:url('fonts/et-line.eot');
4 | src:url('fonts/et-lined41d.eot?#iefix') format('embedded-opentype'),
5 | url('fonts/et-line.woff') format('woff'),
6 | url('fonts/et-line.ttf') format('truetype'),
7 | url('fonts/et-line.svg#et-line') format('svg');
8 | font-weight: normal;
9 | font-style: normal;
10 | }
11 |
12 | /* Use the following CSS code if you want to use data attributes for inserting your icons */
13 | [data-icon]:before {
14 | font-family: 'et-line';
15 | content: attr(data-icon);
16 | speak: none;
17 | font-weight: normal;
18 | font-variant: normal;
19 | text-transform: none;
20 | line-height: 1;
21 | -webkit-font-smoothing: antialiased;
22 | -moz-osx-font-smoothing: grayscale;
23 | display:inline-block;
24 | }
25 |
26 | /* Use the following CSS code if you want to have a class per icon */
27 | /*
28 | Instead of a list of all class selectors,
29 | you can use the generic selector below, but it's slower:
30 | [class*="icon-"] {
31 | */
32 | .icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
33 | font-family: 'et-line';
34 | speak: none;
35 | font-style: normal;
36 | font-weight: normal;
37 | font-variant: normal;
38 | text-transform: none;
39 | line-height: 1;
40 | -webkit-font-smoothing: antialiased;
41 | -moz-osx-font-smoothing: grayscale;
42 | display:inline-block;
43 | }
44 | .icon-mobile:before {
45 | content: "\e000";
46 | }
47 | .icon-laptop:before {
48 | content: "\e001";
49 | }
50 | .icon-desktop:before {
51 | content: "\e002";
52 | }
53 | .icon-tablet:before {
54 | content: "\e003";
55 | }
56 | .icon-phone:before {
57 | content: "\e004";
58 | }
59 | .icon-document:before {
60 | content: "\e005";
61 | }
62 | .icon-documents:before {
63 | content: "\e006";
64 | }
65 | .icon-search:before {
66 | content: "\e007";
67 | }
68 | .icon-clipboard:before {
69 | content: "\e008";
70 | }
71 | .icon-newspaper:before {
72 | content: "\e009";
73 | }
74 | .icon-notebook:before {
75 | content: "\e00a";
76 | }
77 | .icon-book-open:before {
78 | content: "\e00b";
79 | }
80 | .icon-browser:before {
81 | content: "\e00c";
82 | }
83 | .icon-calendar:before {
84 | content: "\e00d";
85 | }
86 | .icon-presentation:before {
87 | content: "\e00e";
88 | }
89 | .icon-picture:before {
90 | content: "\e00f";
91 | }
92 | .icon-pictures:before {
93 | content: "\e010";
94 | }
95 | .icon-video:before {
96 | content: "\e011";
97 | }
98 | .icon-camera:before {
99 | content: "\e012";
100 | }
101 | .icon-printer:before {
102 | content: "\e013";
103 | }
104 | .icon-toolbox:before {
105 | content: "\e014";
106 | }
107 | .icon-briefcase:before {
108 | content: "\e015";
109 | }
110 | .icon-wallet:before {
111 | content: "\e016";
112 | }
113 | .icon-gift:before {
114 | content: "\e017";
115 | }
116 | .icon-bargraph:before {
117 | content: "\e018";
118 | }
119 | .icon-grid:before {
120 | content: "\e019";
121 | }
122 | .icon-expand:before {
123 | content: "\e01a";
124 | }
125 | .icon-focus:before {
126 | content: "\e01b";
127 | }
128 | .icon-edit:before {
129 | content: "\e01c";
130 | }
131 | .icon-adjustments:before {
132 | content: "\e01d";
133 | }
134 | .icon-ribbon:before {
135 | content: "\e01e";
136 | }
137 | .icon-hourglass:before {
138 | content: "\e01f";
139 | }
140 | .icon-lock:before {
141 | content: "\e020";
142 | }
143 | .icon-megaphone:before {
144 | content: "\e021";
145 | }
146 | .icon-shield:before {
147 | content: "\e022";
148 | }
149 | .icon-trophy:before {
150 | content: "\e023";
151 | }
152 | .icon-flag:before {
153 | content: "\e024";
154 | }
155 | .icon-map:before {
156 | content: "\e025";
157 | }
158 | .icon-puzzle:before {
159 | content: "\e026";
160 | }
161 | .icon-basket:before {
162 | content: "\e027";
163 | }
164 | .icon-envelope:before {
165 | content: "\e028";
166 | }
167 | .icon-streetsign:before {
168 | content: "\e029";
169 | }
170 | .icon-telescope:before {
171 | content: "\e02a";
172 | }
173 | .icon-gears:before {
174 | content: "\e02b";
175 | }
176 | .icon-key:before {
177 | content: "\e02c";
178 | }
179 | .icon-paperclip:before {
180 | content: "\e02d";
181 | }
182 | .icon-attachment:before {
183 | content: "\e02e";
184 | }
185 | .icon-pricetags:before {
186 | content: "\e02f";
187 | }
188 | .icon-lightbulb:before {
189 | content: "\e030";
190 | }
191 | .icon-layers:before {
192 | content: "\e031";
193 | }
194 | .icon-pencil:before {
195 | content: "\e032";
196 | }
197 | .icon-tools:before {
198 | content: "\e033";
199 | }
200 | .icon-tools-2:before {
201 | content: "\e034";
202 | }
203 | .icon-scissors:before {
204 | content: "\e035";
205 | }
206 | .icon-paintbrush:before {
207 | content: "\e036";
208 | }
209 | .icon-magnifying-glass:before {
210 | content: "\e037";
211 | }
212 | .icon-circle-compass:before {
213 | content: "\e038";
214 | }
215 | .icon-linegraph:before {
216 | content: "\e039";
217 | }
218 | .icon-mic:before {
219 | content: "\e03a";
220 | }
221 | .icon-strategy:before {
222 | content: "\e03b";
223 | }
224 | .icon-beaker:before {
225 | content: "\e03c";
226 | }
227 | .icon-caution:before {
228 | content: "\e03d";
229 | }
230 | .icon-recycle:before {
231 | content: "\e03e";
232 | }
233 | .icon-anchor:before {
234 | content: "\e03f";
235 | }
236 | .icon-profile-male:before {
237 | content: "\e040";
238 | }
239 | .icon-profile-female:before {
240 | content: "\e041";
241 | }
242 | .icon-bike:before {
243 | content: "\e042";
244 | }
245 | .icon-wine:before {
246 | content: "\e043";
247 | }
248 | .icon-hotairballoon:before {
249 | content: "\e044";
250 | }
251 | .icon-globe:before {
252 | content: "\e045";
253 | }
254 | .icon-genius:before {
255 | content: "\e046";
256 | }
257 | .icon-map-pin:before {
258 | content: "\e047";
259 | }
260 | .icon-dial:before {
261 | content: "\e048";
262 | }
263 | .icon-chat:before {
264 | content: "\e049";
265 | }
266 | .icon-heart:before {
267 | content: "\e04a";
268 | }
269 | .icon-cloud:before {
270 | content: "\e04b";
271 | }
272 | .icon-upload:before {
273 | content: "\e04c";
274 | }
275 | .icon-download:before {
276 | content: "\e04d";
277 | }
278 | .icon-target:before {
279 | content: "\e04e";
280 | }
281 | .icon-hazardous:before {
282 | content: "\e04f";
283 | }
284 | .icon-piechart:before {
285 | content: "\e050";
286 | }
287 | .icon-speedometer:before {
288 | content: "\e051";
289 | }
290 | .icon-global:before {
291 | content: "\e052";
292 | }
293 | .icon-compass:before {
294 | content: "\e053";
295 | }
296 | .icon-lifesaver:before {
297 | content: "\e054";
298 | }
299 | .icon-clock:before {
300 | content: "\e055";
301 | }
302 | .icon-aperture:before {
303 | content: "\e056";
304 | }
305 | .icon-quote:before {
306 | content: "\e057";
307 | }
308 | .icon-scope:before {
309 | content: "\e058";
310 | }
311 | .icon-alarmclock:before {
312 | content: "\e059";
313 | }
314 | .icon-refresh:before {
315 | content: "\e05a";
316 | }
317 | .icon-happy:before {
318 | content: "\e05b";
319 | }
320 | .icon-sad:before {
321 | content: "\e05c";
322 | }
323 | .icon-facebook:before {
324 | content: "\e05d";
325 | }
326 | .icon-twitter:before {
327 | content: "\e05e";
328 | }
329 | .icon-googleplus:before {
330 | content: "\e05f";
331 | }
332 | .icon-rss:before {
333 | content: "\e060";
334 | }
335 | .icon-tumblr:before {
336 | content: "\e061";
337 | }
338 | .icon-linkedin:before {
339 | content: "\e062";
340 | }
341 | .icon-dribbble:before {
342 | content: "\e063";
343 | }
344 |
--------------------------------------------------------------------------------
/auditor/fonts/font-awesome/fonts/fontawesome-webfont3e6e.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/font-awesome/fonts/fontawesome-webfont3e6e.eot
--------------------------------------------------------------------------------
/auditor/fonts/font-awesome/fonts/fontawesome-webfont3e6e.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/font-awesome/fonts/fontawesome-webfont3e6e.ttf
--------------------------------------------------------------------------------
/auditor/fonts/font-awesome/fonts/fontawesome-webfont3e6e.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/font-awesome/fonts/fontawesome-webfont3e6e.woff
--------------------------------------------------------------------------------
/auditor/fonts/font-awesome/fonts/fontawesome-webfont3e6e.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/font-awesome/fonts/fontawesome-webfont3e6e.woff2
--------------------------------------------------------------------------------
/auditor/fonts/font-awesome/fonts/fontawesome-webfontd41d.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/font-awesome/fonts/fontawesome-webfontd41d.eot
--------------------------------------------------------------------------------
/auditor/fonts/sui_generis_rg.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/sui_generis_rg.eot
--------------------------------------------------------------------------------
/auditor/fonts/sui_generis_rg.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/sui_generis_rg.otf
--------------------------------------------------------------------------------
/auditor/fonts/sui_generis_rg.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/sui_generis_rg.ttf
--------------------------------------------------------------------------------
/auditor/fonts/sui_generis_rg.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/sui_generis_rg.woff
--------------------------------------------------------------------------------
/auditor/fonts/sui_generis_rg.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/fonts/sui_generis_rg.woff2
--------------------------------------------------------------------------------
/auditor/form.js:
--------------------------------------------------------------------------------
1 | const chatBoxBody = document.getElementById("chat-container");
2 | const inputField = document.getElementById("question-input");
3 | const submitBtn = document.getElementById("submit-button");
4 | const clearBtn = document.getElementById("clear-button");
5 |
6 | clearBtn.addEventListener("click", function() {
7 | inputField.value = "";
8 | });
9 |
10 | submitBtn.addEventListener("click", sendMessage);
11 |
12 | function sendMessage() {
13 | const message = inputField.value;
14 | // Remove the previous error messages
15 | const previousError = chatBoxBody.querySelector(".error");
16 | if (previousError) {
17 | previousError.remove();
18 | }
19 | if (!message || message.length < 23) {
20 | const errorMessage = document.createElement("div");
21 | errorMessage.classList.add("error");
22 | errorMessage.innerHTML = `Please enter a valid Solidity code.
`;
23 | chatBoxBody.appendChild(errorMessage);
24 | scrollToBottom();
25 | return;
26 | }
27 | submitBtn.innerHTML = "Auditing...";
28 | submitBtn.disabled = true;
29 |
30 | // Remove the previous response element
31 | const previousResponse = chatBoxBody.querySelector(".response");
32 | if (previousResponse) {
33 | previousResponse.remove();
34 | }
35 |
36 | fetch('https://api.0x0.ai/message', {
37 | method: 'POST',
38 | headers: {
39 | accept: 'application.json',
40 | 'Content-Type': 'application/json'
41 | },
42 | body: JSON.stringify({message})
43 | }).then(response => {
44 | return response.json();
45 | }).then(data => {
46 | submitBtn.innerHTML = "Audit";
47 | submitBtn.disabled = false;
48 | chatBoxBody.classList.add("information");
49 | chatBoxBody.innerHTML = `Audited Report ${data.message}
`;
50 | scrollToBottom();
51 | });
52 | }
53 |
54 | function scrollToBottom() {
55 | chatBoxBody.scrollTop = chatBoxBody.scrollHeight;
56 | }
--------------------------------------------------------------------------------
/auditor/images/background/16.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/images/background/18.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/images/background/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/images/background/4.png
--------------------------------------------------------------------------------
/auditor/images/background/bg-header.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/images/close-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/images/close.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/images/dotted.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/images/icon-slide-min.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/images/icon-slide-plus.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/images/icon-url.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/images/icon-zoom.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/images/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/images/icon.png
--------------------------------------------------------------------------------
/auditor/images/list-arrow.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/images/logo.png
--------------------------------------------------------------------------------
/auditor/images/page-loader.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/images/ui/arrow-down-form-hover.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/images/ui/arrow-down-form.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404 Not Found
6 |
7 |
8 |
9 |
404
10 |
Not Found
11 |
12 |
The resource requested could not be found on this server!
13 |
14 |
Proudly powered by
LiteSpeed Web Server Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.
15 |
--------------------------------------------------------------------------------
/auditor/images/ui/arrow-down-light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/images/ui/arrow-down-light.png
--------------------------------------------------------------------------------
/auditor/images/ui/arrow-down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/images/ui/arrow-down.png
--------------------------------------------------------------------------------
/auditor/images/ui/arrow-up-light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/images/ui/arrow-up-light.png
--------------------------------------------------------------------------------
/auditor/images/ui/arrow-up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/images/ui/arrow-up.png
--------------------------------------------------------------------------------
/auditor/images/ui/btn-close-light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/techaddict0x/contractauditorAI/c1efb57a7149e20013911d9f8dbf17e19c2d2cbb/auditor/images/ui/btn-close-light.png
--------------------------------------------------------------------------------
/auditor/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | AuditBro.com: AI Smart Contract Auditor
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
31 |
32 |
33 |
34 |
35 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
92 |
93 |
94 |
95 |
96 |
101 |
Follow Us
102 |
103 |
104 |
105 |
106 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
Smart Contract Auditor
119 |
120 |
121 |
122 |
An AI-powered Solidity Smart Contract Auditor that uses AI to analyze and audit smart contract code, finds errors and vulnerabilities, and provides detailed reports for secure and error-free smart contracts. Paste your solidity code down below to get started.
123 |
Please note that this tool is currently in beta testing and should not be relied upon for official auditing purposes. Use it at your own discretion.
124 |
125 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
185 |
186 |
187 | © Copyright 2023 AuditBro.com.
188 |
189 |
196 |
197 |
198 |
199 |
200 |
201 |
203 |
204 |
205 |
206 |
211 |
229 |
230 |
231 |
232 |
233 |