Forwarded from ALPHA ONLY π (AKASH $π (X) SPACE ID)
cHETGjPlease open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Link : https://lollipop.exchange/d2lqqq
Please open Telegram to view this post
VIEW IN TELEGRAM
ALPHA ONLY π
Nice nameπ€£
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from ALPHA ONLY π (AKASH $π (X) SPACE ID)
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
ALPHA ONLY π
Please open Telegram to view this post
VIEW IN TELEGRAM
ALPHA ONLY π
Claim early adopter role nowβ
Please open Telegram to view this post
VIEW IN TELEGRAM
π1
βClick Verify
βClick Faucet > Mint
βInvest
β Approve > Deposit
β Lend
β Approve > Deposit
Please open Telegram to view this post
VIEW IN TELEGRAM
ALPHA ONLY π
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from S M Nazmul Hasan
Good Morning in Q4!π
The last quarter of 2023 will answer many questions!
Will #zksync or #LayerZero drop?
When mainnet?
What about $BTC ETF?
When Bullrun?
The last quarter of 2023 will answer many questions!
Will #zksync or #LayerZero drop?
When mainnet?
What about $BTC ETF?
When Bullrun?
π3π2β€1
ALPHA ONLY π
https://app.myshell.ai/rewards-center/reward-redemption
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Sigma Signals Banglaπ―
Please open Telegram to view this post
VIEW IN TELEGRAM
- Go to HERE
- Click Plugin Manager
- Search [Starknet] Click Active
- Click HERE Scroll Down Click Play with it in Remix
- Environment selection ~ Wallet selection
- Connect With Argentx
- Then Click "Deploy counter .cairo"
- Click ''Getcurrent_count'' wait
- Then ''Check increment''
- After That Click ''Decrement''
Program
#[starknet::interface]
trait ISimpleCounter<TContractState> {
fn get_current_count(self: @TContractState) -> u256;
fn increment(ref self: TContractState);
fn decrement(ref self: TContractState);
}
#[starknet::contract]
mod SimpleCounter {
#[storage]
struct Storage {
// Counter variable
counter: u256,
}
#[generate_trait]
#[external(v0)]
impl SimpleCounter of ISimpleCounter {
fn get_current_count(self: @ContractState) -> u256 {
return self.counter.read();
}
fn increment(ref self: ContractState) {
// Store counter value + 1
let mut counter: u256 = self.counter.read() + 1;
self.counter.write(counter);
}
fn decrement(ref self: ContractState) {
// Store counter value - 1
let mut counter: u256 = self.counter.read() - 1;
self.counter.write(counter);
}
}
}Please open Telegram to view this post
VIEW IN TELEGRAM
π₯°1
ALPHA ONLY π
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from ALPHA ONLY π (StarkNet Fan)
Please open Telegram to view this post
VIEW IN TELEGRAM