What is the difference between address and contract and how are contracts created.

Vikjohn

Regular Member
Joined
May 10, 2016
Messages
433
Reaction score
213
I've seen some wallet address on bscscan, they are wallets but bscscan refer the to as contracts.

Screenshot_20210804-054211_Chrome.jpg

Screenshot_20210804-054551_Chrome.jpg

As shown in the image above, one is contract and one is an address, but they are both wallet address because they bit store tokens.

My question is what is the difference and most importantly "how are contracts created"?
 
A contract is a script / some code that everyone with and address can use. Simply put you can consider every address equal to a blockchain user. Users can interact with contracts for different actions.

Contracts are created by users/addresses. Anyone can create a script on the blockchain.
 
A contract is a script / some code that everyone with and address can use. Simply put you can consider every address equal to a blockchain user. Users can interact with contracts for different actions.

Contracts are created by users/addresses. Anyone can create a script on the blockchain.
Any youtube video or tutorial on how it's created
 
Adress is basicly adress, just like home adress it define a place to seperate who own what.. as for contract it's put inside the adress (basicly a program code) so blockchain can run it.
Cotnract it created by submiting it via transaction to the adress.
 
Someone’s learning to make shit coins? Hehe…
 
I don't have any recommendation. Just search for "Solidity tutorial". Any of the results should guide you.
Yes solidity is the way to go. There are some nice courses on it from udemy...
 
Also addresses can own contracts. Every contract has one or more owner addresses which have special privileges.
 
simply google search, why don't you try and create a post, with mixed opinions
 
Back
Top