-
When the contract is paused, give admin power to cancel the order. This can be used for emergency cases. If there is a contract bug, you may want to cancel all existing orders
-
```
procedure ZRC2TransferFrom(payment_token_address: ByStr20, from: ByStr20, to: ByStr20, amount: Uint128)
msg_to_wzil = {
_tag: "TransferFrom";
_recipient: payment_token_address;
…
-
-
service_fee_recipient is now set to `initial_contract_owner`
Should add transition to change it so that it is more flexible
-
```ocaml
(* Calculate min bid *)
ten_percent = Uint128 1000;
bid_increment = portion cur_amount ten_percent;
min_bid = builtin add cur_amount bid_increment;
```
Bid increment i…
-
**Description**
The `seller_profits` is overwritten if the seller has ended multiple auctions but don't choose to withdraw.
**Code**
https://github.com/Zilliqa/marketplace-contracts/blob/4e87e3fe…
-
Lines 39-41 in the ZRC-2 reference contract (fungible token) look like they should be removed , see https://github.com/Zilliqa/ZRC/blob/ddab69bd194098f97da4586f506653da1679dbef/reference/FungibleToken…
-
Hi,
I was wondering is it possible to mine Ethereum , Toncoin/Alephum and Zilliqa at same time on different pools?
(For Example : ETH = Ethermine / Zil = ezill / TON = ton-pool)
the lolMiner has…
-
End transition
```ocaml
(* Calculate royalty amount *)
royalty_fee_bps
-
### Prize Title
NFT Open Challenge
### Background
As Zilliqa’s ecosystem growth arm, ZILHive is committed to supporting the needs of all projects built on Zilliqa’s blockchain platform. From the …