StvAccount

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xf973e68b at 18432826
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "StvAccount"

No transactions found for "StvAccount"


Functions
Getter at block 21193028
getInvestors(view returns (address[])
[]
stvBalance(view returns (uint96 totalRaiseduint96 totalRemainingAfterDistribute)
(totalRaised=0, totalRemainingAfterDistribute=0)
stvInfo(view returns (address stvIduint40 endTimeuint8 statusaddress manageruint96 capacityOfStv)
(stvId=0x0000000000000000000000000000000000000000, endTime=0, status=0, manager=0x0000000000000000000000000000000000000000, capacityOfStv=0)
Read-only
getClaimableAmountAfterDistribute(address investorAccountview returns (uint96 claimableAmount)
investorInfo(addressview returns (uint96 depositAmountuint96 claimedAmountbool claimed)
investors(uint256view returns (address)
totalTradeTokenReceivedAfterOpen(addressview returns (uint96)
totalTradeTokenUsedForClose(addressview returns (uint96)
State-modifying
cancel(
createStv(struct IVaultStvInfo stv
deposit(address investorAccountuint96 amountbool isFirstDeposit
distribute(uint96 totalRemainingAfterDistributeuint96 mFeeuint96 pFee
distributeOut(bool isCanceluint256 indexFromuint256 indexTo
execute(address adapterbytes datauint256 ethToSendpayable returns (bytes)
execute(uint96 amountaddress tradeTokenuint96 totalReceivedbool isOpen
liquidate(
updateStatus(uint8 status
Events

This contract contains no event objects.

Constructor
constructor(address _operator
Fallback and receive
receive(
Errors
AboveMaxDistributeIndex(
CallFailed(bytes arg0
NoAccess(