The Fountain of ETH
Verified contract
Proxy
Active on
Ethereum with 1,595 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 43 additional slots
0xd4a5…3b5f
0x4015…574e
34 additional
variables
Balances ($38,588.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 10.626824 | $3,631.27 |
$38,588.87 | |
The | ERC-20 | 1.147672 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20901902 | 2 months ago | | | 0 | 0.0010709959 | |
| 18483682 | a year ago | | | 0 | 0.0041534608 | |
| 17414174 | a year ago | | | 0 | 0.0042739558 | |
| 17414152 | a year ago | | | 0 | 0.0052914003 | |
| 17353106 | 2 years ago | | | 0 | 0.0054683202 | |
| 16936735 | 2 years ago | | | 0 | 0.0071884284 | |
| 16442984 | 2 years ago | | | 0 | 0.0021702424 | |
| 16442951 | 2 years ago | | | 0 | 0.0021834714 | |
| 16440763 | 2 years ago | | | 0.017069183 | 0.00029446200 | |
| 16440622 | 2 years ago | | | 0 | 0.0038694588 |
ABI
ABI objects
Getter at block 21282983 getFinalizedStrategies() view returns (address[])
absoluteReturns() view returns (int256)
-432449251334408978583
beacon() view returns (address)
0xaaacb63ab80969af93b811deb81ddeb4c8710591
canMintNftAfter() view returns (uint256)
8640000
controller() view returns (address)
0xd4a5b5fcb561daf3adf86f8477555b92fba43b5f
creator() view returns (address)
0xc31c4549356d46c37021393eeeb6f704b38061ec
customIntegrationsEnabled() view returns (bool)
false
decimals() view returns (uint8)
18
depositHardlock() view returns (uint256)
345600
gardenInitializedAt() view returns (uint256)
1626992002
getStrategies() view returns (address[])
[]
hardlockStartsAt() view returns (uint256)
0
keeperDebt() view returns (uint256)
0
lastPricePerShare() view returns (uint256)
865321500665818579
lastPricePerShareTS() view returns (uint256)
1728162203
maxDepositLimit() view returns (uint256)
20000000000000000000000
maxStrategyDuration() view returns (uint256)
43200000
minContribution() view returns (uint256)
1000000000000000000
minLiquidityAsset() view returns (uint256)
1000000000000000000000
minStrategyDuration() view returns (uint256)
432000
minVoters() view returns (uint256)
2
minVotesQuorum() view returns (uint256)
50000000000000000
name() view returns (string)
The Fountain of ETH
pricePerShareDecayRate() view returns (uint256)
300000000000000000
pricePerShareDelta() view returns (uint256)
700000000000000000
privateGarden() view returns (bool)
false
publicStewards() view returns (bool)
true
publicStrategists() view returns (bool)
false
reserveAsset() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
reserveAssetRewardsSetAside() view returns (uint256)
187362595172940641
strategyCooldownPeriod() view returns (uint256)
21600
symbol() view returns (string)
The
totalContributors() view returns (uint256)
458
totalKeeperFees() view returns (uint256)
9601796006210885460
totalStake() view returns (uint256)
5200000000000000000
totalSupply() view returns (uint256)
12064257189365715574
verifiedCategory() view returns (uint256)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
extraCreators(uint256) view returns (address)
getContributor(address _contributor) view returns (uint256 lastDepositAt, uint256 initialDepositAt, uint256 claimedAt, uint256 claimedBABL, uint256 claimedRewards, uint256 withdrawnSince, uint256 totalDeposits, uint256 nonce, uint256 lockedBalance)
getVotingPower(address _contributor) view returns (uint256)
isGardenStrategy(address) view returns (bool)
isValidSignature(bytes32 _hash, bytes _signature) view returns (bytes4 magicValue)
strategyMapping(address) view returns (bool)
userLock(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimAndStakeReturns(uint256 _minAmountOut, address[] _finalizedStrategies)
claimAndStakeRewardsBySig(uint256 _babl, uint256 _profits, uint256 _minAmountOut, uint256 _nonce, uint256 _nonceHeart, uint256 _maxFee, uint256 _pricePerShare, uint256 _fee, address _signer, bytes _signature)
claimNFT()
claimReturns(address[] _finalizedStrategies)
claimRewardsBySig(uint256 _babl, uint256 _profits, uint256 _nonce, uint256 _maxFee, uint256 _fee, address _signer, bytes _signature)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amountIn, uint256 _minAmountOut, address _to, address _referrer) payable
depositBySig(uint256 _amountIn, uint256 _minAmountOut, uint256 _nonce, uint256 _maxFee, address _to, uint256 _pricePerShare, uint256 _fee, address _signer, address _referrer, bytes _signature)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintShares(address[] _tos, uint256[] _shares)
stakeBySig(uint256 _amountIn, uint256 _profits, uint256 _minAmountOut, uint256 _nonce, uint256 _nonceHeart, uint256 _maxFee, address _to, uint256 _pricePerShare, address _signer, bytes _signature)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateUserLock(address _contributor, uint256 _userLock, uint256 _balanceBefore)
withdraw(uint256 _amountIn, uint256 _minAmountOut, address _to, bool _withPenalty, address _unwindStrategy)
withdrawBySig(uint256 _amountIn, uint256 _minAmountOut, uint256 _nonce, uint256 _maxFee, bool _withPenalty, address _unwindStrategy, uint256 _pricePerShare, uint256 _strategyNAV, uint256 _fee, address _signer, bytes _signature)
Approval(address indexed owner, address indexed spender, uint256 value)
BABLRewardsForContributor(address indexed _contributor, uint256 _rewards)
GardenDeposit(address indexed _to, uint256 reserveToken, uint256 reserveTokenQuantity, uint256 timestamp)
GardenWithdrawal(address indexed _from, address indexed _to, uint256 reserveToken, uint256 reserveTokenQuantity, uint256 timestamp)
RewardsForContributor(address indexed _contributor, uint256 indexed _amount)
StakeBABLRewards(address indexed _contributor, uint256 _babl)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address beacon, bytes data)
fallback()
fallback()
receive()
receive()
This contract contains no error objects.