Skip to content

Instantly share code, notes, and snippets.

View ateregulov's full-sized avatar
🏠
Working from home on the Telegram Bot Template

Artur Teregulov ateregulov

🏠
Working from home on the Telegram Bot Template
View GitHub Profile
@ateregulov
ateregulov / log
Created November 6, 2017 18:50
Error logs Dashboard
Nov 6 21:48:12 darenta-app1 app[worker] INFO 4 TID-owkez7u6c INFO: Starting processing, hit Ctrl-C to stop
Nov 6 21:49:36 darenta-app1 app[web] INFO I, [2017-11-06T18:49:36.071752 #16] INFO -- : [1de52a84-42c6-46ab-9e57-e5fb1d79ca8a] Started GET "/admin/dashboard" for 109.252.15.247 at 2017-11-06 18:49:36 +0000
Nov 6 21:49:36 darenta-app1 app[web] INFO I, [2017-11-06T18:49:36.114185 #16] INFO -- : [1de52a84-42c6-46ab-9e57-e5fb1d79ca8a] Processing by Admin::DashboardController#index as HTML
Nov 6 21:49:36 darenta-app1 app[web] INFO I, [2017-11-06T18:49:36.399212 #16] INFO -- : [1de52a84-42c6-46ab-9e57-e5fb1d79ca8a] Rendering vendor/bundle/ruby/2.4.0/bundler/gems/activeadmin-36e65d56e9f4/app/views/active_admin/page/index.html.arb
Nov 6 21:49:36 darenta-app1 heroku[router] info at=info method=GET path="/admin/dashboard" host=ico.darenta.io request_id=1de52a84-42c6-46ab-9e57-e5fb1d79ca8a fwd="109.252.15.247" dyno=web.1 connect=1ms service=751ms status=500 bytes=1744 protocol=https (not retained)
Nov 6 21:49:
@ateregulov
ateregulov / 0x43393bc08091cE0c9fEcc5c86083871fbb6E0549
Created November 3, 2017 18:31
0x43393bc08091cE0c9fEcc5c86083871fbb6E0549
0x43393bc08091cE0c9fEcc5c86083871fbb6E0549
@ateregulov
ateregulov / DaRenta.sol
Created November 2, 2017 21:55
DaRenta ICO solidity smart contract
pragma solidity ^0.4.16;
/*
* Abstract Token Smart Contract.
* Author: Mikhail Vladimirov <mikhail.vladimirov@gmail.com>
*/
pragma solidity ^0.4.16;
/*
* ERC-20 Standard Token Smart Contract Interface.
@ateregulov
ateregulov / onedollar-crowdsale.sol
Created October 19, 2017 13:06
onedollar crowdsale
pragma solidity ^0.4.16;
import "github.com/oraclize/ethereum-api/oraclizeAPI.sol";
interface token {
function transfer(address receiver, uint amount);
}
contract Crowdsale is usingOraclize{
address public beneficiary;
uint public fundingGoal;
@ateregulov
ateregulov / gist:f8190167b78460fc3d1fe96312885db4
Created October 1, 2017 13:31
0x43393bc08091cE0c9fEcc5c86083871fbb6E0549
0x43393bc08091cE0c9fEcc5c86083871fbb6E0549
@ateregulov
ateregulov / 0x74f379565e7Df9fB8F106E1d2f78dA2A55AF27Dc
Created September 14, 2017 16:26
0x74f379565e7Df9fB8F106E1d2f78dA2A55AF27Dc
0x74f379565e7Df9fB8F106E1d2f78dA2A55AF27Dc