StoneVault
Verified contract
Active on
Ethereum with 68,631 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,397,451.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STONE | ERC-20 | 1.878234K | $3,406.10 |
$6,397,451.21 | |
APU | ERC-20 | 1 | $0.000997 |
$0 | |
HQG | ERC-20 | 1.01234 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243461 | 20 minutes ago | | | 0 | 0.0091409147 | |
| 21243280 | an hour ago | | | 0 | 0.0081772764 | |
| 21243270 | an hour ago | | | 0 | 0.0082809379 | |
| 21242967 | 2 hours ago | | | 0 | 0.0053424764 | |
| 21242961 | 2 hours ago | | | 0 | 0.0053738264 | |
| 21242850 | 2 hours ago | | | 6.3 | 0.0066147281 | |
| 21242812 | 3 hours ago | | | 0 | 0.0091086924 | |
| 21242324 | 4 hours ago | | | 0 | 0.00084022143 | |
| 21242239 | 4 hours ago | | | 0 | 0.0011237640 | |
| 21242188 | 5 hours ago | | | 0 | 0.0010761665 |
ABI
ABI objects
Getter at block 21243558
VERSION() view returns (uint256)
1
assetsVault() view returns (address)
0x9485711f11b17f73f2ccc8561bcae05bdc7e9ad9
feeRecipient() view returns (address)
0xc1364ad857462e1b60609d9e56b5e24c5c21a312
latestRoundID() view returns (uint256)
168
minter() view returns (address)
0xec306e46549a7e8f4fce823d3058f2d134133b17
owner() view returns (address)
0xc1364ad857462e1b60609d9e56b5e24c5c21a312
proposal() view returns (address)
0x3aa0670e24cb122e1d5307ed74b0c44d619aff9b
rebaseTime() view returns (uint256)
1732127363
rebaseTimeInterval() view returns (uint256)
86400
stone() view returns (address)
0x7122985656e38bdc0302db86685bb972b145bd3c
strategyController() view returns (address)
0x396abf9ff46e21694f4ef01ca77c6d7893a017b2
withdrawFeeRate() view returns (uint256)
0
withdrawableAmountInPast() view returns (uint256)
1442059908482375545618
withdrawingSharesInPast() view returns (uint256)
1378040517394310082521
withdrawingSharesInRound() view returns (uint256)
500193007201347483631
Read-only
roundPricePerShare(uint256) view returns (uint256)
settlementTime(uint256) view returns (uint256)
userReceipts(address) view returns (uint256 withdrawRound, uint256 withdrawShares, uint256 withdrawableAmount)
State-modifying
Events addStrategy(address _strategy)
cancelWithdraw(uint256 _shares)
clearStrategy(address _strategy)
currentSharePrice() returns (uint256 price)
deposit() payable returns (uint256 mintAmount)
depositFor(address _user) payable returns (uint256 mintAmount)
destroyStrategy(address _strategy)
getVaultAvailableAmount() returns (uint256 idleAmount, uint256 investedAmount)
instantWithdraw(uint256 _amount, uint256 _shares) returns (uint256 actualWithdrawn)
migrateVault(address _vault)
renounceOwnership()
requestWithdraw(uint256 _shares)
rollToNextRound()
setFeeRecipient(address _feeRecipient)
setRebaseInterval(uint256 _interval)
setWithdrawFeeRate(uint256 _withdrawFeeRate)
transferOwnership(address newOwner)
updatePortfolioConfig(address[] _strategies, uint256[] _ratios)
updateProposal(address _proposal)
CancelWithdraw(address indexed account, uint256 amount, uint256 round)
Deposit(address indexed account, uint256 amount, uint256 mint, uint256 round)
FeeCharged(address indexed account, uint256 amount)
InitiateWithdraw(address indexed account, uint256 shares, uint256 round)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PortfolioConfigUpdated(address[] strategies, uint256[] ratios)
RollToNextRound(uint256 round, uint256 vaultIn, uint256 vaultOut, uint256 sharePrice)
SetFeeRecipient(address oldAddr, address newAddr)
SetRebaseInterval(uint256 interval)
SetWithdrawFeeRate(uint256 oldRate, uint256 newRate)
StragetyAdded(address strategy)
StragetyCleared(address strategy)
StragetyDestroyed(address strategy)
Withdrawn(address indexed account, uint256 amount, uint256 round)
WithdrawnFromStrategy(address indexed account, uint256 amount, uint256 actualAmount, uint256 round)
constructor(address _minter, address _proposal, address _assetsVault, address[] _strategies, uint256[] _ratios)
receive()
This contract contains no error objects.