Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x24a1…269f
Balances ($0.00)
No balances found for "DBVaults"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2657829 | a year ago | | | 0 | 0.0014265495 | |
| 2657679 | a year ago | | | 0 | 0.0014265495 | |
| 2657529 | a year ago | | | 0 | 0.0014265495 | |
| 2657379 | a year ago | | | 0 | 0.0014265495 | |
| 2657229 | a year ago | | | 0 | 0.0014265495 | |
| 2657079 | a year ago | | | 0 | 0.0014265495 | |
| 2656929 | a year ago | | | 0 | 0.0014265495 | |
| 2656779 | a year ago | | | 0 | 0.0014265495 | |
| 2656629 | a year ago | | | 0 | 0.0014265495 | |
| 2656479 | a year ago | | | 0 | 0.0014265495 |
ABI
ABI objects
Getter at block 22756874
admins() view returns (address[])
[0xB6d64a283FA787E069793DA9b9a775b69CA76389, 0x10338844B5d312596130dF81c75AAD249f3a581b, 0x41c7BF7f9Ec7BB2D03a0A347318560EEFC300f10, 0x60Af4C1C5d1470358535b116c9aF479ebFcbF32F, 0x79222Fc084CC0873d89CCA744F21814C9DB4a2bF]
getLastCompounded() view returns (uint256)
1692097205
getRewardWallet() view returns (address)
0x51a2f844978bc83d5d1f61b823eb73e179520ee8
getRouter() view returns (address)
0x70e44d51439f92044e40559dcd6a193c98b60a1e
getTeamWallet() view returns (address)
0x8ae2bd8e51e6f0fe740e82e64edaa0c0066d3ee5
owner() view returns (address)
0x8ae2bd8e51e6f0fe740e82e64edaa0c0066d3ee5
Read-only
admin(address _account) view returns (bool)
getAccPerShare(uint256 _pid) view returns (uint256)
getAllTimeTracking(address _token) view returns (uint256)
getDebt(uint256 _pid) view returns (uint256)
getPeriodLastReset(address _token) view returns (uint256)
getPeriodTracking(address _token) view returns (uint256)
getPool(uint256 _pid) view returns (struct FarmsPoolInfo)
getTvl(uint256 _pid) view returns (uint256)
getUser(uint256 _pid, address _account) view returns (struct VaultUserInfo)
getVault(uint256 _pid) view returns (address)
pendingRewards(uint256 _pid, address _account) view returns (uint256, uint256, uint256)
State-modifying
Events addAdmin(address _account)
addVault(uint256 _pid, address _vault)
autoCompound()
deposit(uint256 _pid, uint256 _amount)
depositOnBehalf(uint256 _pid, uint256 _amount, address _account)
emergencyWithdraw(uint256 _pid)
emergencyWithdrawOnBehalf(uint256 _pid, address _account)
harvest(uint256 _pid)
harvestOnBehalf(uint256 _pid, address _account)
mintRewards(uint256 _pid, uint256 _amount, address _token, address _recipient)
removeAdmin(address _account)
renounceOwnership()
resetPeriodTracking(address _token)
transferOwnership(address newOwner)
updateRewardWallet(address _newRewardWallet)
updateRewardsPool(address _newRewardsPool)
updateRouter(address _newRouter)
updateTeamWallet(address _newTeamWallet)
withdraw(uint256 _pid, uint256 _amount)
withdrawOnBehalf(uint256 _pid, uint256 _amount, address _account)
AddAdmin(address indexed user)
Deposit(address indexed account, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid)
Harvest(address indexed user, uint256 indexed pid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveAdmin(address indexed user)
Withdraw(address indexed account, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.