DAO Vault Citadel
Verified contract
Active on
Ethereum with 139 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8a00…59bd
Balances ($1,848.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.836931K | $1.001 |
$1,838.77 | |
USDC | ERC-20 | 9.685442 | $1.001 |
$9.7 | |
DAI | ERC-20 | 0 | $1.001 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19226982 | 9 months ago | | | 0 | 0.12788202 | |
| 17010955 | 2 years ago | | | 0 | 0.034925854 | |
| 16989023 | 2 years ago | | | 0 | 0.051257333 | |
| 16267149 | 2 years ago | | | 0 | 0.021568298 | |
| 16267078 | 2 years ago | | | 0 | 0.021731660 | |
| 16267053 | 2 years ago | | | 0 | 0.0041769130 | |
| 16212489 | 2 years ago | | | 0 | 0.0022292846 | |
| 16209156 | 2 years ago | | | 0 | 0.0019446745 | |
| 16209153 | 2 years ago | | | 0 | 0.0022754415 | |
| 15653120 | 2 years ago | | | 0 | 0.0060015748 |
ABI
ABI objects
Getter at block 21286609 getAllPoolInUSD() view returns (uint256)
LOCKTIME() view returns (uint256)
172800
admin() view returns (address)
0x3f68a3c1023d736d8be867ca49cb18c543373b99
canSetPendingStrategy() view returns (bool)
true
communityWallet() view returns (address)
0x59e83877bd248cbfe392dbb5a8a29959bcb48592
customNetworkFeePerc() view returns (uint256)
25
customNetworkFeeTier() view returns (uint256)
1000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
DAO Vault Citadel
owner() view returns (address)
0x59e83877bd248cbfe392dbb5a8a29959bcb48592
pendingStrategy() view returns (address)
0x0000000000000000000000000000000000000000
profitSharingFeePerc() view returns (uint256)
2000
strategist() view returns (address)
0x59e83877bd248cbfe392dbb5a8a29959bcb48592
strategy() view returns (address)
0x8a00046ab28051a952e64a886cd8961ca90a59bd
symbol() view returns (string)
daoCDV
totalSupply() view returns (uint256)
1663755661505645224
treasuryWallet() view returns (address)
0x59e83877bd248cbfe392dbb5a8a29959bcb48592
trustedForwarder() view returns (address)
0x84a0856b038eaad1cc7e297cf34a7e72685a8693
unlockTime() view returns (uint256)
0
versionRecipient() pure returns (string)
1
Read-only
_balanceOfDeposit(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAllPoolInETH(uint256 _price) view returns (uint256)
getReimburseTokenAmount(uint256 _tokenIndex) view returns (uint256)
isTrustedForwarder(address forwarder) view returns (bool)
networkFeePerc(uint256) view returns (uint256)
networkFeeTier2(uint256) view returns (uint256)
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()
reimburseTokenFromStrategy()
reinvest()
renounceOwnership()
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)
swapTokenWithinVault(uint256 _tokenFrom, uint256 _tokenTo, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockMigrateFunds()
withdraw(uint256 _shares, uint256 _tokenIndex)
yield()
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed tokenDeposit, address caller, uint256 amtDeposit, uint256 sharesMint)
ETHToInvest(uint256 _balanceOfWETH)
MigrateFunds(address indexed fromStrategy, address indexed toStrategy, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetCustomNetworkFeePerc(uint256 oldCustomNetworkFeePerc, uint256 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 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.