This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x43393bc08091cE0c9fEcc5c86083871fbb6E0549 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.16; | |
/* | |
* Abstract Token Smart Contract. | |
* Author: Mikhail Vladimirov <[email protected]> | |
*/ | |
pragma solidity ^0.4.16; | |
/* | |
* ERC-20 Standard Token Smart Contract Interface. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x43393bc08091cE0c9fEcc5c86083871fbb6E0549 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x74f379565e7Df9fB8F106E1d2f78dA2A55AF27Dc |