Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
Merge branch 'release-candidate-4'
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Dec 17, 2024
2 parents dd7e1bb + c8e75b7 commit 62af72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/chifra/chainstate.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ Notes:
- Valid parameters for --calldata include Solidity-like syntax: balanceOf(0x316b...), a four-byte followed by parameters: 0x70a08231(0x316b...), or encoded input data.
- You may specify multiple parts on a single line.
- In the --call string, you may separate multiple calls with a colon.
- Your use of the unaudited --send option legally absolves, in any jurisdiction, TrueBlocks, LLC or any associated parties from liability or loss related to such use.
- Your use of the unaudited --send option legally absolves TrueBlocks, LLC or any associated parties from liability or loss related to such use.
- The --send option does not validate its input before sending your transaction to the network. If you provide invalid data, you may lose your funds. Be warned.
- As of version 4.0.0, use --call --calldata <cmd> to provide your command.
- --calldata may be one or more solidity calls, four-byte plus parameters, or encoded call data strings.
- --calldata may be one or more colon-seperated solidity calls, four-byte plus parameters, or encoded call data strings.
```

Data models produced by this tool:
Expand Down

0 comments on commit 62af72f

Please sign in to comment.