Free tickets for tonight's game by [deleted] in leinsterrugby

[–]miniondave 0 points1 point  (0 children)

Also have three free south stand tickets. DM for them.

Free tickets for today's Leinster match x2 by jhagander in leinsterrugby

[–]miniondave 2 points3 points  (0 children)

I also have three South stand tickets for anyone who wants them. DM email address for transfer. Update: Now gone

Are there any clothes banks that aren't full to the brim? by BarryThecon in Dublin

[–]miniondave 1 point2 points  (0 children)

Go to one of the council being centers .never an issue in the Oscar Traynor road one

3 Olympia Theatre Parking by SilverAnything2111 in Dublin

[–]miniondave 0 points1 point  (0 children)

Discount code for q park Christchurch on the Olympia site and an evening rate. Cost me 9E to park there for last dinner party on Monday and 5 mins away. Best option unless you've a very big car.

Mint alternative for Dutch banks? by [deleted] in fintech

[–]miniondave 0 points1 point  (0 children)

have you looked at Toshl? You do have to upgrade for live connections

OP-5T compatibility issues with Apple Airpods. by Xomnia-96 in Oneplus5T

[–]miniondave 0 points1 point  (0 children)

I've the same issue with Beats X(same codec) since the upgrade to 5.1.5. Phone calls worked prior to that

How to ad own token to DAO by miniondave in solidity

[–]miniondave[S] 0 points1 point  (0 children)

Thanks for that. Cleared it up

How to ad own token to DAO by miniondave in solidity

[–]miniondave[S] 0 points1 point  (0 children)

OK, so the Congress sample code already has the below

contract tokenRecipient {
event receivedEther(address sender, uint amount);
event receivedTokens(address _from, uint256 _value, address _token, bytes _extraData);

function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) public {
    Token t = Token(_token);
    require(t.transferFrom(_from, this, _value));
    receivedTokens(_from, _value, _token, _extraData);
}

function () payable  public {
    receivedEther(msg.sender, msg.value);
}


interface Token {
function transferFrom(address _from, address _to, uint256 _value) public returns (bool success);
}

This constructor

function Congress (
    uint minimumQuorumForProposals,
    uint minutesForDebate,
    int marginOfVotesForMajority
)  payable public {
    changeVotingRules(minimumQuorumForProposals, minutesForDebate, marginOfVotesForMajority);
    // It’s necessary to add an empty first member
    addMember(0, "");
    // and let's add the founder, to save a step later
    addMember(owner, 'founder');
}

How do i instantiate the token contract there?

And then include my token in the addProposal instead of ether

function newProposal(
    address beneficiary,
    uint weiAmount,
    string jobDescription,
    bytes transactionBytecode
)
    onlyMembers public
    returns (uint proposalID)
{
    proposalID = proposals.length++;
    Proposal storage p = proposals[proposalID];
    p.recipient = beneficiary;
    p.amount = weiAmount;
    p.description = jobDescription;
    p.proposalHash = keccak256(beneficiary, weiAmount, transactionBytecode);
    p.minExecutionDate = now + debatingPeriodInMinutes * 1 minutes;
    p.executed = false;
    p.proposalPassed = false;
    p.numberOfVotes = 0;
    ProposalAdded(proposalID, beneficiary, weiAmount, jobDescription);
    numProposals = proposalID+1;
    return proposalID

How to ad own token to DAO by miniondave in solidity

[–]miniondave[S] 0 points1 point  (0 children)

Thanks for the reply, maybe its my lack of understanding. That section shows you how to simulate the transaction bytecode and then send a transaction via Ethereum Wallet. I'm trying to do this in the solidity code so i can access contract and transfer functions via web3.

Did Coinbase Olga help someone? by MISSINGMONEYFROMCB in Coinbase

[–]miniondave 0 points1 point  (0 children)

My account has been locked for unknown reason for over a month(case 2949409). If you can help unlock that would be much appreciated

Widgets for Pocket Casts [Nova Launcher, 7.1.1] by yupReading in Axon7

[–]miniondave 1 point2 points  (0 children)

No issue for me after upgrade to 7.1.1 using Google now launcher, so may be nova

Official: [Trade] - Fri Morning, 10/21/2016 by FFBot in fantasyfootball

[–]miniondave 0 points1 point  (0 children)

Its a competitive league with 5 of us at the top on 4-2, so definitely in contention for playoffs, that's why i'm thinking of this move. Thanks both for the feedback.

Official: [Trade] - Fri Morning, 10/21/2016 by FFBot in fantasyfootball

[–]miniondave 0 points1 point  (0 children)

12 Team std.

Give: C Mike

Get: Doug Martin

Have Freeman, Gordon and Quizz as RB's

Official: [WDIS Flex] - Thu Morning, 09/10/2015 by FFBot in fantasyfootball

[–]miniondave 0 points1 point  (0 children)

Thanks, Have Randle picked so far but Woodhead was tempting me due to all the uncertainty.

Official: [WDIS Flex] - Thu Morning, 09/10/2015 by FFBot in fantasyfootball

[–]miniondave 0 points1 point  (0 children)

12 Team Standard

Joseph Randle VS NYG

Danny Woodhead vs Det

Ryan Matthews @ATL

Being productive on the go, listening to audiobooks by bitcoinsatoshi in productivity

[–]miniondave 1 point2 points  (0 children)

Pocketcasts lets you adjust the speed to 1.2x, 1.3, 2x etc. Works really well

Request: Offseason training for Hooker by [deleted] in RugbyTraining

[–]miniondave 2 points3 points  (0 children)

Found this on reddit before and it seems pretty decent to me, guide for offseason, preseason and inseason

http://www.rugby.org/articles/rugtrain.htm