MoondayCapital
Verified contract
Active on
Ethereum with 11,065 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ffb…41b5
0x4efd…1b94
0x93a4…47eb
0x2fe5…d9fd
Balances ($0.00)
No balances found for "MoondayCapital"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11502700 | 4 years ago | | | 0 | 0.0058999850 | |
| 11441104 | 4 years ago | | | 0 | 0.0098082180 | |
| 11427745 | 4 years ago | | | 0 | 0.020166090 | |
| 11427736 | 4 years ago | | | 0 | 0.0099000000 | |
| 11413830 | 4 years ago | | | 0 | 0.0025743440 | |
| 11402877 | 4 years ago | | | 0 | 0.0010996300 | |
| 11382549 | 4 years ago | | | 0 | 0.0060313410 | |
| 11365931 | 4 years ago | | | 0 | 0.0077223300 | |
| 11363151 | 4 years ago | | | 0 | 0.0025542160 | |
| 11343808 | 4 years ago | | | 0 | 0.0015504760 |
ABI
ABI objects
Getter at block 21281795
BASE_PERCENT() view returns (uint256)
10
DEV_FEE() view returns (uint256)
10
LOCK_FEE() view returns (uint256)
50
MANAGER_FEE() view returns (uint256)
30
PARTNER_FEE() view returns (uint256)
10
PERCENTS_DAILY() view returns (uint256)
70
PERCENTS_DIVIDER() view returns (uint256)
1000
REFERRAL_PERCENTS() view returns (uint256)
50
TIME_STEP() view returns (uint256)
86400
devAddress() view returns (address)
0x4efd33509c894a4d628a940cdce10abb4e2e1b94
lockAddress() view returns (address)
0x2fe54e61a2af6275d54e04b8952234ee2f87d9fd
managerAddress() view returns (address)
0x2ffb230b7ce4758e25f10f03dbce1278ce4441b5
partnerAddress() view returns (address)
0x93a4ed59486409c9a41114b0621fe5e7525247eb
totalDeposits() view returns (uint256)
3276
totalInvested() view returns (uint256)
2621925171493227403932
totalUsers() view returns (uint256)
760
totalWithdrawn() view returns (uint256)
2526865487012302537363
Read-only
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 (uint256, uint256, uint256)
getUserDividends(address userAddress) view returns (uint256)
getUserPercentRate(address userAddress) view returns (uint256)
getUserReferralBonus(address userAddress) view returns (uint256)
getUserReferrer(address userAddress) view returns (address)
getUserTotalDeposits(address userAddress) view returns (uint256)
getUserTotalWithdrawn(address userAddress) view returns (uint256)
isActive(address userAddress) view returns (bool)
State-modifying
Events invest(address referrer, uint256 amount)
withdraw()
FeePayed(address indexed user, uint256 totalAmount)
NewDeposit(address indexed user, uint256 amount)
Newbie(address user)
RefBonus(address indexed referrer, address indexed referral, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _managerAddress, address _partnerAddress, address _devAddress, address _lockAddress, address _MoondayToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.