Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
SeHor05 committed Dec 18, 2022
1 parent e55c63f commit a4c04f8
Show file tree
Hide file tree
Showing 9 changed files with 110 additions and 3,134 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.abi.json
*.tvc
*.code

13 changes: 13 additions & 0 deletions contracts/abstract/AFlexWallet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ abstract contract AFlexWallet {
uint256 code_hash,
uint16 code_depth,
int8 workchain_id) {}

function details(uint32 _answer_id) public functionID(0x14)
returns (
string name, string symbol, uint8 decimals, uint128 balance,
uint256 root_public_key, address root_address, uint256 wallet_pubkey,
optional(address) owner_address,
optional(uint256) lend_pubkey,
lend_owner_array_record[] lend_owners,
uint128 lend_balance,
optional(BindInfo) binding,
uint256 code_hash,
uint16 code_depth,
int8 workchain_id) {}

function cancelOrder(
uint128 evers,
Expand Down
Loading

0 comments on commit a4c04f8

Please sign in to comment.