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
0xA932Fb9627040A78447027e88e80b7eaDBf98661 |
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
C:\Users\Tim Clancy\Desktop\testZep\zeppelin-solidity>truffle test --network development | |
Compiling .\contracts\Bounty.sol... | |
Compiling .\contracts\DayLimit.sol... | |
Compiling .\contracts\ECRecovery.sol... | |
Compiling .\contracts\LimitBalance.sol... | |
Compiling .\contracts\MerkleProof.sol... | |
Compiling .\contracts\ReentrancyGuard.sol... | |
Compiling .\contracts\crowdsale\CappedCrowdsale.sol... | |
Compiling .\contracts\crowdsale\Crowdsale.sol... | |
Compiling .\contracts\crowdsale\FinalizableCrowdsale.sol... |
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
C:\Users\Tim Clancy\Desktop\test\truffle-async-await-tests\test>truffle compile | |
Compiling .\contracts\ConvertLib.sol... | |
Compiling .\contracts\MetaCoin.sol... | |
Compiling .\contracts\Migrations.sol... | |
Compilation warnings encountered: | |
/C/Users/Tim Clancy/Desktop/test/truffle-async-await-tests/contracts/ConvertLib.sol:4:2: Warning: No visibility specified. Defaulting to "public". | |
function convert(uint amount,uint conversionRate) returns (uint convertedAmount) | |
^ |
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
C:\Users\Tim Clancy\Desktop\test\truffle-async-await-tests\test>truffle test | |
Using network 'development'. | |
Compiling .\contracts\ConvertLib.sol... | |
Compiling .\contracts\MetaCoin.sol... | |
Compiling .\test\TestMetacoin.sol... | |
Compiling truffle/Assert.sol... | |
Compiling truffle/DeployedAddresses.sol... | |
Compilation warnings encountered: |
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
{ | |
"catalogName": "TestCatalog", | |
"brands": [ | |
{ | |
"brandKey": "B916708", | |
"brandName": "Amazon.com", | |
"disclaimer": "<p>Restrictions apply, see <a href=\"https://www.amazon.com/gp/help/customer/display.html/ref=s9_acss_bw_tm_BGMDT7_md1_w?nodeId=3122091&pf_rd_m=ATVPDKIKX0DER&pf_rd_s=merchandised-search-8&pf_rd_r=1FJP0A5NSBGJC5AJC6RK&pf_rd_t=101&pf_rd_p=89081f45-f3a3-44e0-8747-edb0acca2333&pf_rd_i=17238247011\">amazon.com/gc-legal</a></p>\r\n", | |
"description": "<p>Use your <a href=\"http://amazon.com/\">Amazon.com</a> Gift Card* towards Books, Electronics, Music, and more. The <a href=\"http://amazon.com/\">Amazon.com</a> web site is the place to find and discover almost any thing you want to buy online at a great price.</p>\r\n", | |
"shortDescription": "<p><a href=\"http://amazon.com/\">Amazon.com</a> Gift Cards* never expire and can be redeemed towards millions of items at <a href=\"h |
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
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved. | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Xml; | |
using System.Xml.Linq; | |
using System.Diagnostics; | |
using System.IO; |
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
-a---- 4/27/2019 7:34 PM 1273102 amidst-forge-1.12.2-0.6.0.jar | |
-a---- 4/27/2019 7:34 PM 88308 AppleCore-mc1.12.2-3.2.0.jar | |
-a---- 4/27/2019 7:34 PM 32317 AppleSkin-mc1.12-1.0.9.jar | |
-a---- 4/27/2019 7:34 PM 24312175 astralsorcery-1.12.2-1.10.12.jar | |
-a---- 4/27/2019 7:34 PM 105356 AutoRegLib-1.3-26.jar | |
-a---- 4/27/2019 7:34 PM 643891 base-1.12.2-3.12.0.jar | |
-a---- 4/27/2019 7:34 PM 108450 Baubles-1.12-1.5.2.jar | |
-a---- 4/27/2019 7:34 PM 926081 BetterFoliage-MC1.12-2.2.0.jar | |
-a---- 4/27/2019 7:34 PM 155196 BetterFps-1.4.8.jar | |
-a---- 4/27/2019 7:34 PM 5122856 BiblioCraft[v2.4.5][MC1.12.2].jar |
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
1.12.2 | |
AppleCore-mc1.12.2-3.2.0.jar | |
AppleSkin-mc1.12-1.0.9.jar | |
armorunder-mc1.12.2-1.0.0.jar | |
astralsorcery-1.12.2-1.10.12.jar | |
AutoRegLib-1.3-26.jar | |
base-1.12.2-3.12.0.jar | |
Baubles-1.12-1.5.2.jar | |
BetterFoliage-MC1.12-2.2.0.jar | |
BetterFps-1.4.8.jar |
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
// SPDX-License-Identifier: GPL-3.0 | |
pragma solidity 0.6.12; | |
pragma experimental ABIEncoderV2; | |
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol"; | |
import "@openzeppelin/contracts/access/Ownable.sol"; | |
import "@openzeppelin/contracts/math/SafeMath.sol"; | |
import "./FeeOwner.sol"; |
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
// SPDX-License-Identifier: GPL-3.0 | |
pragma solidity 0.6.12; | |
pragma experimental ABIEncoderV2; | |
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol"; | |
import "@openzeppelin/contracts/access/Ownable.sol"; | |
import "@openzeppelin/contracts/math/SafeMath.sol"; | |
import "./FeeOwner.sol"; |
OlderNewer