-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Support parsing all variants of ByStr including ByStr20 with (#12)
Showing
6 changed files
with
430 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
scilla_version 0 | ||
|
||
contract AllByStrVariants | ||
( | ||
bystr32 : ByStr32, | ||
raw_address: ByStr20, | ||
library_address : ByStr20 with library end, | ||
contract_address : ByStr20 with contract end, | ||
detailed_contract_address : | ||
ByStr20 with contract | ||
field allowances : Map ByStr20 (Map ByStr20 Uint128), | ||
field balances : Map ByStr20 Uint128, | ||
field total_supply : Uint128 | ||
end | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.