DAO L2 Stonks V2
Verified contract
Proxy
Active on
Ethereum with 19 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0x0745…4ae9
11 additional
variables
Balances ($0.00)
No balances found for "DAO L2 Stonks V2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14877537 | 2 years ago | | | 0 | 0.051703394 | |
| 14118897 | 3 years ago | | | 0 | 0.056445211 | |
| 14118815 | 3 years ago | | | 0 | 0.049355570 | |
| 14118815 | 3 years ago | | | 0 | 0.040753420 | |
| 14087960 | 3 years ago | | | 0 | 0.035879095 | |
| 14080459 | 3 years ago | | | 0 | 0.034014465 | |
| 14074198 | 3 years ago | | | 0 | 0.036536280 | |
| 14073967 | 3 years ago | | | 0 | 0.036529800 | |
| 14061837 | 3 years ago | | | 0 | 0.035234822 | |
| 14035993 | 3 years ago | | | 0 | 0.033599953 |
ABI
ABI objects
Getter at block 21208316 getAllPoolInUSD() view returns (uint256) getPricePerFullShare() view returns (uint256) getTotalPendingDeposits() view returns (uint256)
admin() view returns (address)
0x3f68a3c1023d736d8be867ca49cb18c543373b99
communityWallet() view returns (address)
0xdd6c35aff646b2fb7d8a8955ccbe0994409348d0
customNetworkFeePerc() view returns (uint256)
25
customNetworkFeeTier() view returns (uint256)
1000000000000000000000000
decimals() view returns (uint8)
18
fees() view returns (uint256)
0
name() view returns (string)
DAO L2 Stonks V2
owner() view returns (address)
0x59e83877bd248cbfe392dbb5a8a29959bcb48592
paused() view returns (bool)
false
strategist() view returns (address)
0x54d003d451c973ad7693f825d5b78adfc0efe934
strategy() view returns (address)
0x07450ffdaa82ec583f2928bf69293d05e53a4ae9
symbol() view returns (string)
daoSTO2
totalSupply() view returns (uint256)
24717150210213828186897
treasuryWallet() view returns (address)
0x59e83877bd248cbfe392dbb5a8a29959bcb48592
trustedForwarder() view returns (address)
0x84a0856b038eaad1cc7e297cf34a7e72685a8693
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address logic, address admin, bytes data)
fallback()
receive()
This contract contains no error objects.