Propositions List

#include <boost/regex.hpp> #include <iostream> #include <string> int main() { std::string line; boost::regex pat( "^Subject: (Re: |Aw: )*(.*)" ); while (std::cin) { std::getline(std::cin, line); boost::smatch matches; if (boost::regex_match(line, matches, pat)) std::cout << matches[2] << std::endl; } }

Created on:
07 Jul 2020
Holders:
1
Already released:
-
Not yet released:
-
Active orders:
10 000 000.0000
Created on:
07 Jul 2020
Active orders:
10 000 000.0000
Release period:
- year(s)
Hourly installment:
-
Already released:
-
Holders:
1
Wallet on exchange:
0.0000
Withdrawn:
0.0000
Sold on the market:
0.0000
Not yet released:
-
Direct buy volume:
0
Latest News
The token creator has not added any posts yet.