BullFarm
Verified contract
Active on
Ethereum with 3,319 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 5 additional slots
0x6930…7d6b
Balances ($3.13)
Native
Value
$3.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000941 | $3,327.36 |
$3.13 | |
USHI | ERC-20 | 1M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18295281 | a year ago | | | 0 | 0.00085927000 | |
| 18295042 | a year ago | | | 0 | 0.00085927000 | |
| 17598075 | a year ago | | | 0 | 0.0013825210 | |
| 17518539 | a year ago | | | 0 | 0.0013721443 | |
| 17445125 | a year ago | | | 0 | 0.0032904619 | |
| 16707054 | 2 years ago | | | 0 | 0.0018703223 | |
| 16440240 | 2 years ago | | | 0 | 0.0015118627 | |
| 16366065 | 2 years ago | | | 0 | 0.0017722184 | |
| 16235804 | 2 years ago | | | 0 | 0.0011815023 | |
| 16215019 | 2 years ago | | | 0 | 0.0011124187 |
ABI
ABI objects
Getter at block 21258946
DEVS_FEE() view returns (uint256)
300
HONEY_BANK_FEE() view returns (uint256)
400
INITIAL_MAX_DEPOSIT() view returns (uint256)
1000000000000000000
INSURANCE_FEE() view returns (uint256)
300
MAX_DEPOSIT() view returns (uint256)
20000000000000000000
MAX_DEPOSIT_DAILY_STEP() view returns (uint256)
200000000000000000
MAX_LINES() view returns (uint256)
6
MIN_DEPOSIT_VALUE() view returns (uint256)
100000000000000000
MIN_REINVEST_VALUE() view returns (uint256)
10000000000000000
MIN_WITHDRAWAL_VALUE() view returns (uint256)
10000000000000000
PERCENTS_DIVISOR() view returns (uint256)
10000
STAGE_PERIOD() view returns (uint256)
259200
TOTAL_FEES() view returns (uint256)
1000
admin() view returns (address)
0x2d158901d1ee278145cd9123b17248da8fbb6d09
devAddress() view returns (address)
0x8c0cf0a4ea0b7eb42246e91ee48595f54893153c
getCurrentMaxDeposit() view returns (uint256)
20000000000000000000
getCurrentPartnersProgram() view returns (uint256[])
[800, 700, 600, 400, 300, 200]
getCurrentProfitPercents() view returns (uint256)
200
getCurrentStageIndex() view returns (uint256)
3
getCurrentTotalPartnersRewardPercents() view returns (uint256)
3000
getOpenLinesMinDeposit() view returns (uint256[6])
[100000000000000000, 500000000000000000, 1000000000000000000, 1500000000000000000, 2000000000000000000, 2500000000000000000]
getProfitByStages() view returns (uint256[4])
[500, 400, 300, 200]
getStageTimestamps() view returns (uint256[])
[1665737963, 1665997163, 1666256363, 1666515563]
honeyFundAddress() view returns (address)
0x87968f1db67bf9cf07ec6a25b134394458be3256
insuranceFund() view returns (address)
0x69304855697e2805f2e5a93f3e64dfaa83117d6b
launchTimestamp() view returns (uint256)
1665737963
lineManager() view returns (address)
0x1966289b04cd3bf2887d98ca919e0abf6f167ed9
totalUsers() view returns (uint256)
540
Read-only
OPEN_LINE_MIN_DEPOSIT(uint256) view returns (uint256)
PARTNER_PROGRAMS(uint256, uint256) view returns (uint256)
PROFIT_BY_STAGES(uint256) view returns (uint256)
calcAvailableProfit(address account) view returns (uint256)
calcProfitForPeriod(uint256 depositValue, uint256 from, uint256 to) view returns (uint256)
getUser(address account) view returns (struct BullFarmUser)
recalcOpenLines(address account) view returns (uint256)
stageTimestamps(uint256) view returns (uint256)
State-modifying
Events deposit() payable
depositTo(address account) payable
launch()
migrate(address account) payable
register(address upline)
registerAndDeposit(address upline) payable
reinvest()
setLineManager(address _lineManager)
setOpenLines(address account, uint256 lines)
setUnlimited(address account)
withdraw()
Deposit(address account, uint256 value)
FailedPartnerReward(address account, address upline, uint256 reward)
Launch()
MissedPartnerReward(address account, address upline, uint256 reward)
PartnerReward(address account, address upline, uint256 reward)
Registration(address account, address upline)
Reinvest(address account, uint256 value)
Withdraw(address account, uint256 value)
WithdrawTokens(address account, uint256 value)
X3FactorApply(address account, uint256 deposit)
constructor(address _devAddress, address _honeyFundAddress, address _insuranceFund)
receive()
This contract contains no error objects.