Stable Pebble
Verified contract
Proxy
Active on
Ethereum with 88 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 ($5.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 5.841806 | $0.999354 |
$5.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15605181 | 2 years ago | | | 0 | 0.0038771720 | |
| 15459868 | 2 years ago | | | 0 | 0.0096191242 | |
| 15165041 | 2 years ago | | | 0 | 0.0060703500 | |
| 15165023 | 2 years ago | | | 0 | 0.0042279340 | |
| 15113485 | 2 years ago | | | 0 | 0.0019606720 | |
| 15048092 | 2 years ago | | | 0 | 0.0070019100 | |
| 15048088 | 2 years ago | | | 0 | 0.0091508160 | |
| 15036208 | 2 years ago | | | 0 | 0.016958933 | |
| 15036187 | 2 years ago | | | 0 | 0.018655350 | |
| 15036178 | 2 years ago | | | 0 | 0.022702190 |
ABI
ABI objects
Getter at block 21195829
absoluteReturns() view returns (int256)
-294004034540288704613095
beacon() view returns (address)
0xaaacb63ab80969af93b811deb81ddeb4c8710591
canMintNftAfter() view returns (uint256)
0
controller() view returns (address)
0xd4a5b5fcb561daf3adf86f8477555b92fba43b5f
creator() view returns (address)
0x1adcae067bef9d4e7b8a35765417eac8afbc9b9f
customIntegrationsEnabled() view returns (bool)
false
decimals() view returns (uint8)
18
depositHardlock() view returns (uint256)
100
gardenInitializedAt() view returns (uint256)
1639168679
getFinalizedStrategies() view returns (address[])
[0x759f3Ae422A55751b1D581A773E7825E99816B3C, 0x924793326A749C5319EEAc5c442C627634B00ADe, 0x050E11a3c547bEc8e1B98b2Dc418246aE829445b, 0x2E07F9738C536A6F91E7020c39E4ebcEE7194407]
getStrategies() view returns (address[])
[]
hardlockStartsAt() view returns (uint256)
0
keeperDebt() view returns (uint256)
0
lastPricePerShare() view returns (uint256)
477998095719046428
lastPricePerShareTS() view returns (uint256)
1664046215
maxDepositLimit() view returns (uint256)
10000000000000000000000000
maxStrategyDuration() view returns (uint256)
15552000
minContribution() view returns (uint256)
5000000000000000000000
minLiquidityAsset() view returns (uint256)
100000000000000000000000
minStrategyDuration() view returns (uint256)
2592000
minVoters() view returns (uint256)
1
minVotesQuorum() view returns (uint256)
50000000000000000
name() view returns (string)
Stable Pebble
pricePerShareDecayRate() view returns (uint256)
4000000000000000000
pricePerShareDelta() view returns (uint256)
4000000000000000000
privateGarden() view returns (bool)
false
publicStewards() view returns (bool)
true
publicStrategists() view returns (bool)
false
reserveAsset() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
reserveAssetRewardsSetAside() view returns (uint256)
2191918863377127708
strategyCooldownPeriod() view returns (uint256)
12600
symbol() view returns (string)
PEBBL
totalContributors() view returns (uint256)
18
totalKeeperFees() view returns (uint256)
13444279223277038219459
totalStake() view returns (uint256)
338000000000000000000000
totalSupply() view returns (uint256)
7635778206664504929
verifiedCategory() view returns (uint256)
0
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.