BumpMarketV2
Verified contract
Implementation
Active on
Ethereum with 1 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
3 additional
variables
Balances ($0.00)
No balances found for "BumpMarketV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13421995 | 3 years ago | | | 0 | 0.0054076950 |
ABI
ABI objects
Getter at block 21305681 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
fee() view returns (uint256)
0
getSwapRateBumpUsdc() view returns (uint256)
0
levy() view returns (uint256)
0
maxBumpPercent() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
rewardPercent() view returns (uint256)
0
swapAllowedPeriod() view returns (uint256 start, uint256 end)
(start=0, end=0)
swapRateParameter1() view returns (uint256)
0
swapRateParameter2() view returns (uint256)
0
totalDeposits() view returns (uint256)
0
usdcVault() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
depositDetails(address) view returns (uint256 interest, uint256 balance, uint256 timestamp)
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, uint256 _depositType)
depositAmountWithPermit(uint256 _amount, uint256 _amountForBumpPurchase, uint8 _coin, uint256 _depositType, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
depositUSDCInYearnVault(uint256 _amount)
pauseProtocol()
removeAddressFromWhitelist(address addr)
renounceOwnership()
swap(uint256 _amount) returns (bool)
totalDepositsInit()
transferOwnership(address newOwner)
unpauseProtocol()
updateBumpPurchaseAllocation(uint256 _bumpPurchaseAllocation)
updateBumpRewardAllocation(uint256 _bumpRewardAllocation)
updateFee(uint256 _fee)
updateLevy(uint256 _levy)
updateMaxBumpPercent(uint256 _maxBumpPercent)
updateRrewardPercent(uint256 percent)
updateSwapAllowedPeriod(uint256 _start, uint256 _end)
updateSwapRateParameter1(uint256 _swapRateParameter1)
updateSwapRateParameter2(uint256 _swapRateParameter2)
withdrawLiquidity(address receiver, uint256 amount) returns (bool)
withdrawLiquidity(uint256 amount) returns (bool)
withdrawUSDCFromYearnVault(uint256 _amount) returns (uint256)
withdrawUSDCFromYearnVaultToAddress(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)
DepositType(address indexed sender, uint256 amount, uint256 depositType)
DepositedAmountToYearnVault(string description, address sender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PermittedForTransfer(address indexed owner, address indexed spender, uint256 value, uint256 deadline)
RewardIssued(address indexed rewardee, uint256 amount, uint256 price)
SwappedBUSDCToBUMP(address sender, uint256 amount)
TransferUsdc(address indexed receiver, uint256 amount)
Unpaused(address account)
UpdateSwapRateParameter1(string description, address indexed sender, uint256 newSwapRateParameter1)
UpdateSwapRateParameter2(string description, address indexed sender, uint256 newSwapRateParameter2)
UpdateTotalDeposits(string description, address indexed sender, uint256 newTotalDeposits)
UpdatedBumpPurchaseAllocation(string description, address sender, uint256 newBumpPurchaseAllocation)
UpdatedBumpRewardAllocation(string description, address sender, uint256 newBumpRewardAllocation)
UpdatedFee(string description, address indexed sender, uint256 newFee)
UpdatedLevy(string description, address indexed sender, uint256 newLevy)
UpdatedMaxBumpPercent(string description, address sender, uint256 newMaxBumpPercent)
UpdatedRewardPercent(address indexed sender, uint256 percent)
UpdatedSwapAllowedPeriod(address indexed sender, uint256 start, uint256 end)
WithdrawUsdc(uint256 tokensBurnt, uint256 usdcWithdrawn, address indexed receiver)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.