Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EVMStaker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14863978 | 2 years ago | | | 0.05 | 0.00020453456 | |
| 14863978 | 2 years ago | | | 0.05 | 0.00019580400 | |
| 14659906 | 3 years ago | | | 0 | 0.0016533683 | |
| 14657892 | 3 years ago | | | 0.1 | 0.0095424057 | |
| 14616311 | 3 years ago | | | 0 | 0.0018487561 | |
| 14610310 | 3 years ago | | | 0 | 0.0013827246 | |
| 14610297 | 3 years ago | | | 0 | 0.0027716234 | |
| 14609844 | 3 years ago | | | 0 | 0.0019171264 | |
| 14609730 | 3 years ago | | | 0 | 0.0011763181 | |
| 14609693 | 3 years ago | | | 0 | 0.0045698000 |
ABI
ABI objects
Getter at block 21075186
INVEST_MIN_AMOUNT() view returns (uint256)
100000000000000000
PERCENTS_DIVIDER() view returns (uint256)
1000
PERCENT_STEP() view returns (uint256)
3
PROJECT_FEE() view returns (uint256)
120
TIME_STEP() view returns (uint256)
86400
WITHDRAW_FEE() view returns (uint256)
1000
commissionWallet() view returns (address)
0xb73e8cc008b4019b3ad5ca1e600235d405b20ba7
getContractBalance() view returns (uint256)
0
startUNIX() view returns (uint256)
1649080800
totalRefBonus() view returns (uint256)
0
totalStaked() view returns (uint256)
4826156320029603202
Read-only
REFERRAL_PERCENTS(uint256) view returns (uint256)
getPercent(uint8 plan) view returns (uint256)
getPlanInfo(uint8 plan) view returns (uint256 time, uint256 percent)
getResult(uint8 plan, uint256 deposit) view returns (uint256 percent, uint256 profit, uint256 finish)
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 profit, uint256 start, uint256 finish)
getUserDividends(address userAddress) view returns (uint256)
getUserDownlineCount(address userAddress) view returns (uint256, uint256, uint256)
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)
State-modifying
Events invest(address referrer, uint8 plan) payable
withdraw()
FeePayed(address indexed user, uint256 totalAmount)
NewDeposit(address indexed user, uint8 plan, uint256 percent, uint256 amount, uint256 profit, uint256 start, uint256 finish)
Newbie(address user)
RefBonus(address indexed referrer, address indexed referral, uint256 indexed level, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address wallet, uint256 startDate)
This contract contains no fallback and receive objects.
This contract contains no error objects.