DAO Vault Elon
Verified contract
Active on
Ethereum with 18 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x24d2…95b1
Balances ($373.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 341.04959 | $0.999875 |
$341.01 | |
USDT | ERC-20 | 32.076 | $1.00 |
$32.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16989042 | 2 years ago | | | 0 | 0.0038811106 | |
| 13633134 | 3 years ago | | | 0 | 0.015661590 | |
| 13624840 | 3 years ago | | | 0 | 0.023318157 | |
| 13624832 | 3 years ago | | | 0 | 0.0081082732 | |
| 13619407 | 3 years ago | | | 0 | 0.048088125 | |
| 13575560 | 3 years ago | | | 0 | 0.053421060 | |
| 13575011 | 3 years ago | | | 0 | 0.052730160 | |
| 13525693 | 3 years ago | | | 0 | 0.035127921 | |
| 13190831 | 3 years ago | | | 0 | 0.055742890 | |
| 13186989 | 3 years ago | | | 0 | 0.019013048 |
ABI
ABI objects
Getter at block 21322146 getAllPoolInUSD() view returns (uint256)
LOCKTIME() view returns (uint256)
172800
admin() view returns (address)
0x3f68a3c1023d736d8be867ca49cb18c543373b99
canSetPendingStrategy() view returns (bool)
true
communityWallet() view returns (address)
0xdd6c35aff646b2fb7d8a8955ccbe0994409348d0
customNetworkFeePerc() view returns (uint256)
25
customNetworkFeeTier() view returns (uint256)
1000000000000
decimals() view returns (uint8)
18
name() view returns (string)
DAO Vault Elon
owner() view returns (address)
0x59e83877bd248cbfe392dbb5a8a29959bcb48592
pendingStrategy() view returns (address)
0x0000000000000000000000000000000000000000
profitSharingFeePerc() view returns (uint256)
2000
strategist() view returns (address)
0x54d003d451c973ad7693f825d5b78adfc0efe934
strategy() view returns (address)
0x24d281dcc7d435500669459eaa393dc5200595b1
symbol() view returns (string)
daoELO
totalSupply() view returns (uint256)
613800000000000400000
treasuryWallet() view returns (address)
0x59e83877bd248cbfe392dbb5a8a29959bcb48592
trustedForwarder() view returns (address)
0x84a0856b038eaad1cc7e297cf34a7e72685a8693
unlockTime() view returns (uint256)
0
versionRecipient() pure returns (string)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isTrustedForwarder(address forwarder) view returns (bool)
networkFeePerc(uint256) view returns (uint256)
networkFeeTier2(uint256) view returns (uint256)
tokens(uint256) view returns (address token, uint256 decimals, uint256 percKeepInVault)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount, uint256 _tokenIndex)
emergencyWithdraw()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
invest()
migrateFunds()
reinvest()
renounceOwnership()
retrieveStablecoinsFromStrategy(uint256 _tokenIndex, uint256 _farmIndex, uint256 _amount)
setAdmin(address _admin)
setBiconomy(address _biconomy)
setCommunityWallet(address _communityWallet)
setCustomNetworkFeePerc(uint256 _percentage)
setCustomNetworkFeeTier(uint256 _customNetworkFeeTier)
setNetworkFeePerc(uint256[] _networkFeePerc)
setNetworkFeeTier2(uint256[] _networkFeeTier2)
setPendingStrategy(address _pendingStrategy)
setPercTokenKeepInVault(uint256[] _percentages)
setProfitSharingFeePerc(uint256 _percentage)
setStrategist(address _strategist)
setTreasuryWallet(address _treasuryWallet)
setWeights(uint256[] _weights)
swapTokenWithinVault(uint256 _tokenFrom, uint256 _tokenTo, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOutNetworkFees()
transferOwnership(address newOwner)
unlockMigrateFunds()
withdraw(uint256 _shares, uint256 _tokenIndex)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed tokenDeposit, address indexed caller, uint256 amtDeposit, uint256 sharesMint)
MigrateFunds(address indexed fromStrategy, address indexed toStrategy, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetCustomNetworkFeePerc(uint256 indexed oldCustomNetworkFeePerc, uint256 indexed newCustomNetworkFeePerc)
SetCustomNetworkFeeTier(uint256 indexed oldCustomNetworkFeeTier, uint256 indexed newCustomNetworkFeeTier)
SetNetworkFeePerc(uint256[] oldNetworkFeePerc, uint256[] newNetworkFeePerc)
SetNetworkFeeTier2(uint256[] oldNetworkFeeTier2, uint256[] newNetworkFeeTier2)
SetProfitSharingFeePerc(uint256 indexed oldProfileSharingFeePerc, uint256 indexed newProfileSharingFeePerc)
Transfer(address indexed from, address indexed to, uint256 value)
TransferredOutFees(uint256 fees)
Withdraw(address indexed tokenWithdraw, address indexed caller, uint256 amtWithdraw, uint256 sharesBurn)
constructor(address _strategy, address _treasuryWallet, address _communityWallet, address _admin, address _strategist, address _biconomy)
This contract contains no fallback and receive objects.
This contract contains no error objects.