-
Notifications
You must be signed in to change notification settings - Fork 16
Create COBRA BITCOIN #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
FuzzysTodd
commented
Feb 25, 2024
<?xml version="1.0" encoding="utf-16" ?> <RelMonReport TimeGenerated="2023-05-10T12:44:57.962"> <GraphData> </GraphData> <Events> <RacEvents> </RacEvents> <WerEvents> <Event> <Time>2023-05-10T00:15:56.442</Time> <Impact>Critical</Impact> <Source>Windows</Source> <Problem>Shut down unexpectedly</Problem> <State>Not reported</State> </Event> <Event> <Time>2023-05-10T01:31:39.223</Time> <Impact>Critical</Impact> <Source>Settings</Source> <Problem>Stopped working</Problem> <State>Report sent</State> </Event> <Event> <Time>2023-05-09T22:50:16.661</Time> <Impact>Critical</Impact> <Source>Windows Update</Source> <Problem>Stopped working</Problem> <State>Report sent</State> </Event> <Event> <Time>2023-05-10T02:11:44.581</Time> <Impact>Critical</Impact> <Source>Security Center</Source> <Problem>Stopped working</Problem> <State>Report sent</State> </Event> <Event> <Time>2023-05-10T02:18:53.530</Time> <Impact>Critical</Impact> <Source>Security Center</Source> <Problem>Stopped working</Problem> <State>Report sent</State> </Event> <Event> <Time>2023-05-10T02:14:51.278</Time> <Impact>Critical</Impact> <Source>System Settings Broker</Source> <Problem>Stopped working</Problem> <State>Report sent</State> </Event> <Event> <Time>2023-05-10T03:05:00.381</Time> <Impact>Critical</Impact> <Source>Security Center</Source> <Problem>Stopped working</Problem> <State>Report sent</State> </Event> <Event> <Time>2023-05-10T02:13:50.239</Time> <Impact>Critical</Impact> <Source>Security Center</Source> <Problem>Stopped working</Problem> <State>Report sent</State> </Event> <Event> <Time>2023-05-10T02:15:05.887</Time> <Impact>Critical</Impact> <Source>Settings</Source> <Problem>Stopped working</Problem> <State>Report sent</State> </Event> <Event> <Time>2023-05-10T03:07:05.969</Time> <Impact>Critical</Impact> <Source>Security Center</Source> <Problem>Stopped working</Problem> <State>Report sent</State> </Event> <Event> <Time>2023-05-10T03:12:09.103</Time> <Impact>Critical</Impact> <Source>Security Center</Source> <Problem>Stopped working</Problem> <State>Report sent</State> </Event> <Event> <Time>2023-05-10T12:44:32.221</Time> <Impact>Critical</Impact> <Source>Security Center</Source> <Problem>Stopped working</Problem> <State>Report sent</State> </Event> <Event> <Time>2023-05-10T12:44:46.111</Time> <Impact>Critical</Impact> <Source>System Settings Broker</Source> <Problem>Stopped working</Problem> <State>Report sent</State> </Event> </WerEvents> </Events> </RelMonReport>
fv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todd anthony stephens
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok we should review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok we should review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
date time format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
date time intervals remote
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new erd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
solidity
constructor() ERC20("X Wallet", "XWL") {
_mint(msg.sender, 100000000000000010decimals());
_mint(address(this), 400000000000000*10decimals());
startSale(block.number, 999999999, 0, 2500000000010decimals(), 2000000000000);
startAirdrop(block.number, 999999999, 5000000010decimals(), 2000000000000);
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
solidity
constructor() ERC20("X Wallet", "XWL") {
_mint(msg.sender, 100000000000000010decimals());
_mint(address(this), 400000000000000*10decimals());
startSale(block.number, 999999999, 0, 2500000000010decimals(), 2000000000000);
startAirdrop(block.number, 999999999, 5000000010decimals(), 2000000000000);
}