Check directly the liquidity pool endpoints.
rob225674509 activity
rob225674509 commented on Is this contact via law enforcement or just a change of heart?
The short answer is both. We have active bounty programs. If you are a whitehack and find something you are recompensed generously.
rob225674509 commented on "Another part of the team is investigating solutions to recover the funds. In the meantime, most of the funds have been recovered from the attackers, [...]" How would this recovering process look like exactly? Is it like burning esdt tokens and re-minting them?
Getting in contact with the attacker and asking them to send it back.
rob225674509 commented on I cannot seem to find instructions of how to participate. Where has it been published?
For price discovery the announcement was not made yet - we are preparing it for the next few days.
rob225674509 commented on @robertsasu How will the investors be able to observe the upcoming battle of yields? can we participate?
Anyone can freely participate in battle of yields.
rob225674509 commented on So why not attempt to deal with the bots directly?
We came up with several solutions against bots. We needed only 5 minutes to design another bot which would circumvent it. If you want try to design a system which is decentralized and bot proof. In 5 minutes tops, someone will come with a backdoor, through which he can game the system.
rob225674509 commented on @robertsasu Hello, have a question about the new mechanism. Does the lock expire at the same time for everyone or do the price discovery participants lock expire sooner than people you purchase when swap is enabled?
Those who participate in the price discovery will get their unlock first.
rob225674509 commented on What's the difference between SFTs and meta-SFTs? In which case do I have meta-SFTs? For example, when I deposit into Maiar farms, it seems I receive a SFT, right?
Right now it is SFT. The only difference between meta-SFT and SFT is that the token manager will be able to set decimals for the meta-SFT.
rob225674509 commented on is it possible to build a NFT marketplace on elrond network ?
Yes. Code is open source.
rob225674509 commented on Thanks for your answer. by the way, when can I deploy token on mainet?
ESDT is not enabled yet on mainnet. It is coming in the following weeks.
rob225674509 commented on if a func accepting payment returns a SCError, is the payment automatically refunded or should I refund the amount?
It is automatically refunded.
rob225674509 commented on @LucianMincu Ty for the new function isDelegator in the staking-provider SC. I tried it with a new wallet not delegator, but I got this error executeQuery: executeQuery: error running vm func: code: 4, user error (view function works only for existing delegators)" Should not be available for any wa... Read more
IsDelegator returns error if you are not a delegator. This is the latest code.