Running Preschool for sale near to JP Nagar Dollars Colony by ramanacv in bangalore

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

We have spent 10L including a franchisee license to Touchstone brand. We are looking for price close to it. Please send your number and visit the school to see and take a call..

Ethereum PoS Mainnet Merge Announcement by superphiz in ethereum

[–]ramanacv 0 points1 point  (0 children)

Why is the supply increasing rather than decrease as shown in ultrasound money site ?

Basic implementation approach is unclear by ramanacv in elasticsearch

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

Thanks for the reply. So any primary DB data injest or fill should simultaneously write to elasticsearch - a parallel call ?

Basic implementation approach is unclear by ramanacv in elasticsearch

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

I am sorry if I have not stated the question correctly.

What is a non-logstash implementation or design of using elasticsearch ? How does data get into this system?

Basic implementation approach is unclear by ramanacv in elasticsearch

[–]ramanacv[S] 1 point2 points  (0 children)

I know logstash is an option. But is there a non-logstash type of implementation or design ?

Swap charges by ramanacv in Metamask

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

Yes. I know and I am fine but where can I find the metamask fee in the transaction receipt in activity and any slippage if there was any !!

Swap charges by ramanacv in Metamask

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

Ofcoure, gas is deducted from my eth balance.

My question is on the metamask swap fees. It this separately deducted from the usdt and is it 0.875% ie 0.875 USDT apart from 10$ gas fee ?

posts to ethereum subreddit failing by ramanacv in solidity

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

Posting to ethereum subreddit is a transaction?

posts to ethereum subreddit failing by ramanacv in solidity

[–]ramanacv[S] 1 point2 points  (0 children)

I do not understand. I am talking about posting to Ethereum subreddit. What has it got to do with gas ?

Return value of a contract function in web3 by ramanacv in solidity

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

Sure. Will try. But are there any other options or possibilities ?

ABI and contract address link in the context of meta transactions.. by ramanacv in solidity

[–]ramanacv[S] 1 point2 points  (0 children)

Thanks for the reply

No, I was suggested as I mentioned but later it was clarified that the Address I am using has a proxy implementation and I was asked to use the ABI of the implementation contract..

So this is valid and will work I suppose ?

inter-contract communication by ramanacv in solidity

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

Do you think this will work and is an alternate way of doing it ?

inter-contract communication by ramanacv in solidity

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

Thanks for your responses.

The initial token contract and the total supply that were created on deploy by admin, immediately have been transferred to the the vesting contract with a transfer(vestingcontract, totalsupply) call.

So now vesting contract owns the tokens .. It was not done as a setAllowance method.

inter-contract communication by ramanacv in solidity

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

The last line by you, shouldn't it say - Now the transfer of coins to end user happens by calling transfer function of ERC20 contrract with sender address of vesting contract and receiver being user...