StvAccount
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "StvAccount"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StvAccount"
ABI
ABI objects
Getter at block 21193028
getInvestors() view returns (address[])
[]
stvBalance() view returns (uint96 totalRaised, uint96 totalRemainingAfterDistribute)
(totalRaised=0, totalRemainingAfterDistribute=0)
stvInfo() view returns (address stvId, uint40 endTime, uint8 status, address manager, uint96 capacityOfStv)
(stvId=0x0000000000000000000000000000000000000000, endTime=0, status=0, manager=0x0000000000000000000000000000000000000000, capacityOfStv=0)
Read-only
getClaimableAmountAfterDistribute(address investorAccount) view returns (uint96 claimableAmount)
investorInfo(address) view returns (uint96 depositAmount, uint96 claimedAmount, bool claimed)
investors(uint256) view returns (address)
totalTradeTokenReceivedAfterOpen(address) view returns (uint96)
totalTradeTokenUsedForClose(address) view returns (uint96)
State-modifying
Events cancel()
createStv(struct IVaultStvInfo stv)
deposit(address investorAccount, uint96 amount, bool isFirstDeposit)
distribute(uint96 totalRemainingAfterDistribute, uint96 mFee, uint96 pFee)
distributeOut(bool isCancel, uint256 indexFrom, uint256 indexTo)
execute(address adapter, bytes data, uint256 ethToSend) payable returns (bytes)
execute(uint96 amount, address tradeToken, uint96 totalReceived, bool isOpen)
liquidate()
updateStatus(uint8 status)
This contract contains no event objects.
constructor(address _operator)
receive()
AboveMaxDistributeIndex()
CallFailed(bytes arg0)
NoAccess()