-
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 branch information
Showing
40 changed files
with
6,230 additions
and
5,588 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
Binary file not shown.
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
4 changes: 2 additions & 2 deletions
4
manifests/dev/base/contracts/flippyflop-actions-4407e5f5.toml
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
14 changes: 14 additions & 0 deletions
14
manifests/dev/base/contracts/flippyflop-game-23e1ad43.toml
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,14 @@ | ||
kind = "DojoContract" | ||
class_hash = "0x4dba281a1041e66220d62f9df916c03fc0b4c8c19014f9db368c2f5a0c15bad" | ||
original_class_hash = "0x4dba281a1041e66220d62f9df916c03fc0b4c8c19014f9db368c2f5a0c15bad" | ||
base_class_hash = "0x0" | ||
abi = "manifests/dev/base/abis/contracts/flippyflop-game-23e1ad43.json" | ||
reads = [] | ||
writes = [] | ||
init_calldata = [] | ||
tag = "flippyflop-game" | ||
systems = [ | ||
"lock_game", | ||
"unlock_game", | ||
] | ||
manifest_name = "flippyflop-game-23e1ad43" |
6 changes: 3 additions & 3 deletions
6
manifests/dev/base/models/flippyflop-ERC20AllowanceModel-55d0c41e.toml
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
6 changes: 3 additions & 3 deletions
6
manifests/dev/base/models/flippyflop-ERC20BalanceModel-7866fe9f.toml
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
6 changes: 3 additions & 3 deletions
6
manifests/dev/base/models/flippyflop-ERC20MetadataModel-1fc3dc07.toml
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
17 changes: 17 additions & 0 deletions
17
manifests/dev/base/models/flippyflop-InitializableModel-4239d2f3.toml
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,17 @@ | ||
kind = "DojoModel" | ||
class_hash = "0x69800345431696738834bc1aa3ade287b67e44391138f473748fbbd4c95bd9a" | ||
original_class_hash = "0x69800345431696738834bc1aa3ade287b67e44391138f473748fbbd4c95bd9a" | ||
abi = "manifests/dev/base/abis/models/flippyflop-InitializableModel-4239d2f3.json" | ||
tag = "flippyflop-InitializableModel" | ||
qualified_path = "origami_token::components::security::initializable::initializable_model" | ||
manifest_name = "flippyflop-InitializableModel-4239d2f3" | ||
|
||
[[members]] | ||
name = "token" | ||
type = "ContractAddress" | ||
key = true | ||
|
||
[[members]] | ||
name = "initialized" | ||
type = "bool" | ||
key = false |
Oops, something went wrong.