veLINK-DAI Earn Pool
Verified contract
Proxy
Active on
Ethereum with 120 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5149…86ca
10 additional
variables
Balances ($2,882.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 256.950645 | $11.22 |
$2,882.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21004928 | 13 days ago | | | 0 | 0.0015461949 | |
| 19645610 | 7 months ago | | | 0 | 0.0025634782 | |
| 18293946 | a year ago | | | 0 | 0.0012214728 | |
| 18106510 | a year ago | | | 0 | 0.0017254098 | |
| 18106184 | a year ago | | | 0 | 0.0018344407 | |
| 17183637 | a year ago | | | 0 | 0.011243147 | |
| 17018322 | 2 years ago | | | 0 | 0.0045838467 | |
| 16978544 | 2 years ago | | | 0 | 0.0052303981 | |
| 16867540 | 2 years ago | | | 0 | 0.0027557065 | |
| 16585362 | 2 years ago | | | 0 | 0.0030598189 |
ABI
ABI objects
Getter at block 21099636 pricePerShare() view returns (uint256) totalValue() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x884c0b1c998e416075fd73de168c5453d3df14eb3500dcf5b9dcaa33b2e5b65b
MAX_BPS() view returns (uint256)
10000
ONE_YEAR() view returns (uint256)
31536000
VERSION() view returns (string)
5.0.1
decimals() view returns (uint8)
18
getStrategies() view returns (address[])
[0xa609820289b0E976B43583b292f21B883563e20E]
getWithdrawQueue() view returns (address[])
[0xa609820289b0E976B43583b292f21B883563e20E]
governor() view returns (address)
0x9520b477aa81180e6ddc006fc09fb6d3eb4e807a
keepers() view returns (address[])
[0x1CbfaE0367a9B1e4Ac2c158E57B5F00cCb337271, 0xdf826ff6518e609E4cEE86299d40611C148099d5]
maintainers() view returns (address[])
[0x1CbfaE0367a9B1e4Ac2c158E57B5F00cCb337271, 0xdf826ff6518e609E4cEE86299d40611C148099d5, 0x76d266DFD3754f090488ae12F6Bd115cD7E77eBD]
maxProfitAsFee() view returns (uint256)
5000
minDepositLimit() view returns (uint256)
1
name() view returns (string)
veLINK-DAI Earn Pool
paused() view returns (bool)
true
poolAccountant() view returns (address)
0x4d25e00be9bf9c7f21f6a5dc1f6638ca4d2c5a24
poolRewards() view returns (address)
0xb2205b87e81c91539ff510bd6e1ddbcc19bfa8c2
stopEverything() view returns (bool)
false
symbol() view returns (string)
veLINK-DAI
token() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
tokensHere() view returns (uint256)
256950645037251044098
totalDebt() view returns (uint256)
2269
totalDebtRatio() view returns (uint256)
0
totalSupply() view returns (uint256)
257336108670000054124
universalFee() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
availableCreditLimit(address _strategy) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateMintage(uint256 _amount) view returns (uint256 _shares)
calculateUniversalFee(uint256 _profit) view returns (uint256 _fee)
excessDebt(address _strategy) view returns (uint256)
isKeeper(address _address) view returns (bool)
isMaintainer(address _address) view returns (bool)
nonces(address) view returns (uint256)
strategy(address _strategy) view returns (bool _active, uint256 _interestFee, uint256 _debtRate, uint256 _lastRebalance, uint256 _totalDebt, uint256 _totalLoss, uint256 _totalProfit, uint256 _debtRatio, uint256 _externalDepositFee)
totalDebtOf(address _strategy) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptGovernorship()
addKeeper(address _keeperAddress)
addMaintainer(address _maintainerAddress)
approve(address spender, uint256 amount) returns (bool)
deposit(uint256 _amount)
depositAndClaim(uint256 _amount)
depositWithPermit(uint256 _amount, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
initialize(string _name, string _symbol, address _token, address _poolAccountant)
migrateStrategy(address _old, address _new)
multiTransfer(address[] _recipients, uint256[] _amounts) returns (bool)
open()
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeKeeper(address _keeperAddress)
removeMaintainer(address _maintainerAddress)
reportEarning(uint256 _profit, uint256 _loss, uint256 _payback)
reportLoss(uint256 _loss)
setup()
shutdown()
sweepERC20(address _fromToken)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferGovernorship(address _proposedGovernor)
unpause()
updateMaximumProfitAsFee(uint256 _newMaxProfitAsFee)
updateMinimumDepositLimit(uint256 _newLimit)
updatePoolRewards(address _newPoolRewards)
updateUniversalFee(uint256 _newUniversalFee)
whitelistedWithdraw(uint256 _shares)
withdraw(uint256 _shares)
withdrawAndClaim(uint256 _shares)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed owner, uint256 shares, uint256 amount)
Open(address account)
Paused(address account)
Shutdown(address account)
Transfer(address indexed from, address indexed to, uint256 value)
UniversalFeePaid(uint256 strategyDebt, uint256 profit, uint256 fee)
Unpaused(address account)
UpdatedGovernor(address indexed previousGovernor, address indexed proposedGovernor)
UpdatedMaximumProfitAsFee(uint256 oldMaxProfitAsFee, uint256 newMaxProfitAsFee)
UpdatedMinimumDepositLimit(uint256 oldDepositLimit, uint256 newDepositLimit)
UpdatedPoolRewards(address indexed previousPoolRewards, address indexed newPoolRewards)
UpdatedUniversalFee(uint256 oldUniversalFee, uint256 newUniversalFee)
UpdatedWithdrawFee(uint256 previousWithdrawFee, uint256 newWithdrawFee)
Withdraw(address indexed owner, uint256 shares, uint256 amount)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
This contract contains no error objects.