Posts

Showing posts from March, 2022

Solidity

Image
  here you will get byte code and abi code  to get the byte code you have to go to the  search for byte code to open code  and 0x hexadecimal  Bytecode to Opcode Disassembler https://etherscan.io/opcode-tool The Ethereum Virtual Machine is  the software platform that developers can use to create decentralized applications (DApps) on Ethereum Rinkyby faucet is for generating testing Ethereum  contract deployment environment    we can use injected we3 for the deploy a contract or run a transcation  uint ka matlab hota haa unsign integer  koi bhi value maae change nahi karta haa to vo view khala ta haa  pragma solidity ^ 0.5.0 ; contract Details {     string name ;     uint age ;     constructor () public {         name   = "Goku" ;         age = 24 ;     }     function getname () view public returns ( string memory ){ ...