Testnet V1.0 smart contracts deployed on Goerli...
Passed
Testnet V1.0 smart contracts deployed on Goerli...
Passed
wethAddress function call
Remix Call, returned: 0: address: 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6
Passed
getPairAddressZK function call with oVELA address
Remix Call, returned: 0: address: pairAddress 0x18D48B326fa843b160ed137A3B4b8659AAd00D34 1: address: pairedCurrency 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6
Passed
getuserTokenBalances function call with oVELA address & owner address
Remix Call, returned: 0: uint256: 200000000000000000000000 1: uint256: 0 2: uint256: 0 3: uint256: 200000000000000000000000 4: uint256: 21734567998083 5: address: 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6
Passed
getWithdrawableBalance function call with oVELA address & owner address
Remix Call, returned: 0: uint256: 200000000000000000000000
Passed
getUserHistory function call with: owner address, startIndex 0, Limit 50
Remix Call, returned: execution reverted: Invalid start index
Passed
getDepositedTokensLength function call
Remix Call, returned: 0: uint256: 1
Passed
suggestion: getWithdrawableBalance deprecation
Redundant, pivot getuserTokenBalances to getWithdrawableBalance
Unresolved
suggestion: getDepositedTokensLength deprecation
fetching the length directly is an O(n) operation, where n is array size, results in higher gas costs as the size of the data structure increases. Use counters.
Unresolved
getAllOptionsLength function call
Remix Call, returned: 0: uint256: 0
Passed
getAllSwapsLength function call
Remix Call, returned: 0: uint256: 0
Passed
getOptionsForTokenCount function call
Remix Call, returned: 0: uint256: 0
Passed
getSwapsForTokenCount function call
Remix Call, returned: 0: uint256: 0
Passed
suggestion: getAllOptionsLength deprecation
fetching the length directly is an O(n) operation, where n is array size, results in higher gas costs as the size of the data structure increases. Use counters.
Unresolved
suggestion: getAllSwapsLength deprecation
fetching the length directly is an O(n) operation, where n is array size, results in higher gas costs as the size of the data structure increases. Use counters.
Unresolved
suggestion: getOptionsForTokenCount deprecation
fetching the length directly is an O(n) operation, where n is array size, results in higher gas costs as the size of the data structure increases. Use counters.
Unresolved
suggestion: getSwapsForTokenCount deprecation
fetching the length directly is an O(n) operation, where n is array size, results in higher gas costs as the size of the data structure increases. Use counters.
Unresolved
getUnderlyingValue function call
Remix Call, returned: 0: uint256: 21734567998083 1: address: 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6
Unresolved: (1) incorrect
wethEquivDeposits function call
Remix Call, returned: 0: uint256: 21734567998083
Passed
wethEquivWithdrawals function call
Remix Call, returned: 0: uint256: 0
Passed
wethEquivWithdrawals function call
Remix Call, returned: 0: uint256: 2716820999760
Passed
protocolBalanceMap function call
Remix Call, returned: 0: uint256: deposited 200000000000000000000000 1: uint256: withdrawn 0
Unresolved: (1) incorrect
wallet balance script running
intergration of the wallet balance module and scripts to fetch XEON wallet balance for user
Passed
Staking Smart Contract Deployed on Goerli. Accepts test XEON tokens. Module necessary for wallet page modules to function.
Passed
Wallet Page - Token list script load
attempt to populate the cashier section starts with fetching the ERC20s history array for the wallet connected. Outcome: (1) reverting
Unresolved
suggestion: Testnet Neon Hedge Vault V1.0 deprecation
resolve all issues in testnet V1.0 above. deploy new Neon Hedge vault smart contract. Launch Testnet V1.1
Unresolved