BumpMarket
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "BumpMarket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BumpMarket"
ABI
ABI objects
Getter at block 21285578 getyUSDCIssuedToReserve() view returns (uint256 amount)
BUMP_INITAL_PRICE() view returns (uint256)
6000
BUMP_REWARDS_BONUS_DRAG() view returns (uint256)
68
BUMP_REWARDS_BONUS_DRAG_DIVIDER() view returns (uint256)
11000
BUMP_REWARDS_FORMULA_CONSTANT() view returns (uint256)
60000000
SWAP_RATE_CONSTANT() view returns (uint256)
8
bumpPurchaseAllocation() view returns (uint256)
0
bumpRewardAllocation() view returns (uint256)
0
bumpTokenAddress() view returns (address)
0x0000000000000000000000000000000000000000
busdcTokenAddress() view returns (address)
0x0000000000000000000000000000000000000000
currentTVL() view returns (uint256)
0
getSwapRateBumpUsdc() view returns (uint256)
6000
maxBumpPercent() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
usdcVault() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
depositDetails(address) view returns (uint256 interest, uint256 balance, uint256 timestamp)
estimateBumpRewards(uint256 _totalDeposit, uint256 _amountForPurchase) view returns (uint256)
estimateSwapRateBumpUsdc(uint256 _deposit) view returns (uint256)
getCurrentPrice(uint8 _coin) view returns (int256)
usdcForBumpPurchase(address) view returns (uint256)
State-modifying
Events addAddressToWhitelist(address addr)
approveUSDCToYearnVault(uint256 _amount)
depositAmount(uint256 _amount, uint256 _amountForBumpPurchase, uint8 _coin)
depositUSDCInYearnVault(uint256 _amount)
initialize(address[] _usdcAddresses, address[] _whitelistAddresses, address _bumpTokenAddress, address _busdcTokenAddress, uint256 _maxBumpPercent, uint256 _bumpRewardAllocation, uint256 _bumpPurchaseAllocation)
pauseProtocol()
removeAddressFromWhitelist(address addr)
renounceOwnership()
transferOwnership(address newOwner)
unpauseProtocol()
updateBumpPurchaseAllocation(uint256 _bumpPurchaseAllocation)
updateBumpRewardAllocation(uint256 _bumpRewardAllocation)
updateMaxBumpPercent(uint256 _maxBumpPercent)
withdrawUSDCFromYearnVault(uint256 _amount) returns (uint256)
AddressAddedToWhitelist(address newWhitelistAddress)
AddressRemovedFromWhitelist(address removedWhitelistAddress)
AmountWithdrawnFromYearn(string description, address sender, uint256 burnedYearnTokens, uint256 amountWithdrawn)
ApprovedAmountToYearnVault(string description, address sender, uint256 amount)
BumpPurchased(address indexed depositor, uint256 amount, uint256 price)
DepositMade(address indexed depositor, uint256 amount, uint256 interestRate)
DepositedAmountToYearnVault(string description, address sender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardIssued(address indexed rewardee, uint256 amount, uint256 price)
Unpaused(address account)
UpdatedBumpPurchaseAllocation(string description, address sender, uint256 newBumpPurchaseAllocation)
UpdatedBumpRewardAllocation(string description, address sender, uint256 newBumpRewardAllocation)
UpdatedMaxBumpPercent(string description, address sender, uint256 newMaxBumpPercent)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.