Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xad54…f30c
Balances ($326.85)
Native
Value
$326.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.096 | $3,404.69 |
$326.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5661533 | a year ago | | | 0 | 0.000000002095067895 | |
| 5051382 | a year ago | | | 0 | 0.00067962500 | |
| 5051382 | a year ago | | | 0.1 | 0.00079130400 | |
| 5051381 | a year ago | | | 0 | 0.0014972980 | |
| 5051372 | a year ago | | | 0.1 | 0.000022781284 | |
| 5036993 | a year ago | | | 0 | 0.00061778500 | |
| 5036993 | a year ago | | | 0.1 | 0.00079130400 | |
| 5036980 | a year ago | | | 0 | 0.0052520575 | |
| 5036980 | a year ago | | | 0 | 0.0068806142 | |
| 5036979 | a year ago | | | 0.1 | 0.000013537884 |
ABI
ABI objects
Getter at block 22948723
PERCENTS_DIVIDER() view returns (uint256)
1000
POT_FEE() view returns (uint256)
20
PROJECT_FEE() view returns (uint256)
20
REFERRAL_DELAY() view returns (uint256)
86400
TIME_STEP() view returns (uint256)
86400
WITHDRAW_MAX_PER_DAY_AMOUNT() view returns (uint256)
5000000000000000000
cloverPot() view returns (address)
0xad54ace0773a659ace9fff639619965f8d55f30c
feeWallet() view returns (address)
0x40c0bc66f218f7a9cc9346392a712b262831b7fa
getContractBalance() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
started() view returns (bool)
true
totalParticipants() view returns (uint256)
139
totalStaked() view returns (uint256)
197354173388756734660
Read-only
REFERRAL_PERCENTS(uint256) view returns (uint256)
canHarvest(address userAddress) view returns (bool)
canRestake(address userAddress, uint8 plan) view returns (bool)
getPlanInfo(uint8 plan) view returns (uint256 time, uint256 percent, uint256 minAmount)
getRefInfo(address _addr) view returns (struct CloverFarmRefinfo)
getUserActiveStaking(address userAddress) view returns (uint256)
getUserAmountOfDeposits(address userAddress) view returns (uint256)
getUserAvailable(address userAddress) view returns (uint256)
getUserCheckpoint(address userAddress) view returns (uint256)
getUserDepositInfo(address userAddress, uint256 index) view returns (uint8 plan, uint256 percent, uint256 amount, uint256 start, uint256 finish)
getUserDividends(address userAddress) view returns (uint256)
getUserInfo(address userAddress) view returns (uint256 totalDeposit, uint256 totalWithdrawn, uint256 totalReferrals)
getUserPlanInfo(address userAddress) view returns (uint256[] planAmount)
getUserReferralBonus(address userAddress) view returns (uint256)
getUserReferralTotalBonus(address userAddress) view returns (uint256)
getUserReferralWithdrawn(address userAddress) view returns (uint256)
getUserReferrer(address userAddress) view returns (address)
getUserTotalDeposits(address userAddress) view returns (uint256 amount)
getUserTotalReferrals(address userAddress) view returns (uint256)
getUserTotalWithdrawn(address userAddress) view returns (uint256)
refInfos(address) view returns (uint8 count, uint256 totalAmount)
users(address) view returns (uint256 checkpoint, address referrer, uint256 bonus, uint256 totalBonus, uint256 withdrawn, uint256 firstwithdrawntime, uint256 referralwithdrawntime, uint256 daywithdrawnamount)
State-modifying
Events compound(uint8 plan) payable
renounceOwnership()
stake(address referrer, uint8 plan) payable
transferOwnership(address newOwner)
updateFeeWallet(address wallet)
withdraw()
withdrawReferralBonus()
Compound(address indexed user, uint8 plan, uint256 amount)
FeeWalletUpdated(address indexed oldFeeWallet, address indexed newFeeWallet)
NewDeposit(address indexed user, uint8 plan, uint256 amount)
Newbie(address user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PotStaked(address indexed user, uint256 totalAmount)
RefBonus(address indexed referrer, address indexed referral, uint256 indexed level, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
WithdrawnBonus(address indexed user, uint256 amount)
constructor(address _feeWallet, address _cloverPot)
receive()
This contract contains no error objects.