Skip to content

pyrrolysine/elrond-rust-sc-incr

Repository files navigation

Sample Elrond smart contracts

Non-payable

empty

An empty contract. Useful as a template.

clock

Responds with the current Unix time at execution when its method tick is called.

monotonic_counter

You increase the counter by calling inc and fetch the current value with get.

Payable

deposit

A contract which can be paid eGLD.

deposit_to_owner

Sends any received eGLD amount to its owner.

sc-bid-owner

Allows the owner to sequence NFT auctions and accept bids.

sc-log-mint-request

Logs addresses and IDs of tokens to be minted later.

About

Elrond blockchain smart contract collection.

Topics

Resources

License

Stars

Watchers

Forks