BankOfEthVaultBreaker
Verified contract
Active on
Ethereum with 2,327 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
3 additional
variables
Balances ($32.33)
Native
Value
$32.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.009724 | $3,324.96 |
$32.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14847304 | 2 years ago | | | 0.01 | 0.0090751854 | |
| 14847238 | 2 years ago | | | 0 | 0.00071054576 | |
| 14847223 | 2 years ago | | | 0 | 0.0031315847 | |
| 8708701 | 5 years ago | | | 0 | 0.000043708500 | |
| 8691778 | 5 years ago | | | 0.001 | 0.0037728990 | |
| 6745233 | 6 years ago | | | 0 | 0.000091384000 | |
| 6745225 | 6 years ago | | | 0 | 0.000091384000 | |
| 6745217 | 6 years ago | | | 0 | 0.000091384000 | |
| 6714757 | 6 years ago | | | 0.001 | 0.0014328963 | |
| 6635961 | 6 years ago | | | 0.001 | 0.0053905320 |
ABI
ABI objects
Getter at block 21169627
HARD_DEADLINE_DURATION() view returns (uint256)
2592000
MULTIPLIER() view returns (uint256)
1000000000000000000000000000
PRICE_INCREASE_PERIOD() view returns (uint256)
3600
STARTING_KEY_PRICE() view returns (uint256)
1000000000000000
TIME_PER_KEY() view returns (uint256)
300
gamePaused() view returns (bool)
false
jackpotSeed() view returns (uint256)
0
latestRoundID() view returns (uint256)
15
limitedReferralsMode() view returns (bool)
true
maxInvestment() view returns (uint256)
2000000000000000000000
minInvestment() view returns (uint256)
1000000000000000
roundDuration() view returns (uint256)
86400
soft_deadline_duration() view returns (uint256)
86400
totalEarningsGenerated() view returns (uint256)
1080000000000000000
totalJackpotsWon() view returns (uint256)
1693360800000000000
totalKeysSold() view returns (uint256)
8206499999999999999999
totalsInfo() view returns (uint256 totalReturns, uint256 totalKeys, uint256 totalJackpots)
(totalReturns=1080000000000000000, totalKeys=8206499999999999999999, totalJackpots=1693360800000000000)
unclaimedReturns() view returns (uint256)
360242193844907421
Read-only
estimateReturns(address investor, uint256 roundID) view returns (uint256 totalReturns, uint256 refReturns)
hasReturns(address investor, uint256 roundID) view returns (bool)
investorInfo(address investor, uint256 roundID) view returns (uint256 keys, uint256 totalReturns, uint256 referralReturns)
roundInfo(uint256 roundID) view returns (address leader, uint256 price, uint256 jackpot, uint256 airdrop, uint256 keys, uint256 totalInvested, uint256 distributedReturns, uint256 _hardDeadline, uint256 _softDeadline, bool finalized)
State-modifying
Events buyKeys(address _referer) payable
finalizeAndRestart() payable
finalizeAndRestart(address _referer) payable
finalizeLastRound()
gameOp()
p_setAirdropPercent(uint256 num, uint256 dem)
p_setBankOfEthAddress(address _bankOfEthAddress)
p_setBankOfEthProfitPercent(uint256 num, uint256 dem)
p_setCurrentRoundJackpotPercent(uint256 num, uint256 dem)
p_setDevAddress(address _devAddress)
p_setDevPercent(uint256 num, uint256 dem)
p_setGamePaused(bool _gamePaused)
p_setInvestorsPercent(uint256 num, uint256 dem)
p_setLimitedReferralsMode(bool _limitedReferralsMode)
p_setMaxInvestment(uint256 _maxInvestment)
p_setMinInvestment(uint256 _minInvestment)
p_setNextRoundSeedPercent(uint256 num, uint256 dem)
p_setOwner(address _owner)
p_setRoundDuration(uint256 _roundDuration)
p_setSoft_deadline_duration(uint256 _soft_deadline_duration)
reinvestReturns(uint256 value)
reinvestReturns(uint256 value, address ref)
startNewRound(address _referer) payable
updateMyReturns(uint256 roundID)
withdrawReturns()
AirdropWon(address by, uint256 amount, uint256 timestamp)
EthDistributed(uint256 amount, uint256 timestamp)
JackpotWon(address by, uint256 amount, uint256 timestamp)
KeysIssued(address indexed to, uint256 keys, uint256 timestamp)
ReturnsWithdrawn(address indexed by, uint256 amount, uint256 timestamp)
RoundStarted(uint256 indexed ID, uint256 hardDeadline, uint256 timestamp)
debugLog(uint256 _num, string _string)
constructor()
fallback()
This contract contains no error objects.