Easily customize appearance, themed examples :
"ExampleContract" methods :
Add a Post

This method takes a Post object as argument


Custom title for "balances(address)" method


depositAmount()

This is a payable method, allowing to send Eth to the Contract


posts(uint256)

This is a public variable of type Post[]

"input_0" is the name automatically generated for the "index" parameter


setIsCovidGoneYet(bool)


setNumberList(uint256[])

This method takes a list of numbers (seperated by commas) as argument


setTitle(string)


withdrawAll()

withdrawAmount(uint256)