StonksVault
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
7 additional
variables
Balances ($0.00)
No balances found for "StonksVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StonksVault"
ABI
ABI objects
Getter at block 21209589 getAllPoolInUSD() view returns (uint256) getPricePerFullShare() view returns (uint256)
admin() view returns (address)
0x0000000000000000000000000000000000000000
communityWallet() view returns (address)
0x0000000000000000000000000000000000000000
customNetworkFeePerc() view returns (uint256)
0
customNetworkFeeTier() view returns (uint256)
0
decimals() view returns (uint8)
18
fees() view returns (uint256)
0
getTotalPendingDeposits() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
strategist() view returns (address)
0x0000000000000000000000000000000000000000
strategy() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
treasuryWallet() view returns (address)
0x0000000000000000000000000000000000000000
trustedForwarder() view returns (address)
0x0000000000000000000000000000000000000000
versionRecipient() pure returns (string)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
depositAmt(address) view returns (uint256)
isTrustedForwarder(address forwarder) view returns (bool)
networkFeePerc(uint256) view returns (uint256)
networkFeeTier2(uint256) view returns (uint256)
percKeepInVault(uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
collectProfitAndUpdateWatermark()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount, address token)
emergencyWithdraw()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string ticker, address _treasuryWallet, address _communityWallet, address _strategist, address _admin, address _biconomy, address _strategy)
invest()
reimburse(uint256 farmIndex, address token, uint256 amount)
reinvest()
renounceOwnership()
setAdmin(address _admin)
setBiconomy(address _biconomy)
setCommunityWallet(address _communityWallet)
setCustomNetworkFeePerc(uint256 _customNetworkFeePerc)
setCustomNetworkFeeTier(uint256 _customNetworkFeeTier)
setNetworkFeePerc(uint256[] _networkFeePerc)
setNetworkFeeTier2(uint256[] _networkFeeTier2)
setProfitFeePerc(uint256 profitFeePerc)
setStrategist(address _strategist)
setTreasuryWallet(address _treasuryWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOutFees() returns (uint256 USDTAmt, uint256 USDCAmt, uint256 DAIAmt)
transferOwnership(address newOwner)
withdraw(uint256 share, address token, uint256[] tokenPrice)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address caller, uint256 amtDeposit, address tokenDeposit)
DistributeLPToken(address receiver, uint256 shareMinted)
Invest(uint256 amtInUST)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Reimburse(uint256 farmIndex, address token, uint256 amount)
Reinvest(uint256 amtInUST)
SetAdminWallet(address oldAdmin, address newAdmin)
SetBiconomy(address oldBiconomy, address newBiconomy)
SetCommunityWallet(address oldCommunityWallet, address newCommunityWallet)
SetCustomNetworkFeePerc(uint256 oldCustomNetworkFeePerc, uint256 newCustomNetworkFeePerc)
SetCustomNetworkFeeTier(uint256 oldCustomNetworkFeeTier, uint256 newCustomNetworkFeeTier)
SetNetworkFeePerc(uint256[] oldNetworkFeePerc, uint256[] newNetworkFeePerc)
SetNetworkFeeTier2(uint256[] oldNetworkFeeTier2, uint256[] newNetworkFeeTier2)
SetProfitFeePerc(uint256 oldProfitFeePerc, uint256 profitFeePerc)
SetStrategistWallet(address oldStrategistWallet, address newStrategistWallet)
SetTreasuryWallet(address oldTreasuryWallet, address newTreasuryWallet)
Transfer(address indexed from, address indexed to, uint256 value)
TransferredOutFees(uint256 fees, address token)
Unpaused(address account)
Withdraw(address caller, uint256 amtWithdraw, address tokenWithdraw, uint256 shareBurned)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.