Contractum
Verified contract
Active on
Ethereum with 709 txns
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 "Contractum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6927480 | 6 years ago | | | 0.00020090419 | 0.00014207440 | |
| 6919085 | 6 years ago | | | 0 | 0.00023972000 | |
| 6904538 | 6 years ago | | | 0 | 0.0012944880 | |
| 6859489 | 6 years ago | | | 0 | 0.00023972000 | |
| 6840851 | 6 years ago | | | 0 | 0.00023972000 | |
| 6822650 | 6 years ago | | | 0 | 0.00029845200 | |
| 6796617 | 6 years ago | | | 0 | 0.00038355200 | |
| 6792448 | 6 years ago | | | 0.0001 | 0.0014753880 | |
| 6789593 | 6 years ago | | | 0 | 0.0012944880 | |
| 6787927 | 6 years ago | | | 0 | 0.00028766400 |
ABI
ABI objects
Getter at block 21258118
BASE_PERCENT() view returns (uint256)
40
CONTRACT_BALANCE_STEP() view returns (uint256)
100000000000000000000
INVEST_MIN_AMOUNT() view returns (uint256)
10000000000000000
MARKETING_FEE() view returns (uint256)
70
PERCENTS_DIVIDER() view returns (uint256)
1000
PROJECT_FEE() view returns (uint256)
50
REFERRAL_PERCENT() view returns (uint256)
50
TIME_STEP() view returns (uint256)
86400
getContractBalanceRate() view returns (uint256)
40
marketingAddress() view returns (address)
0x9631be3f285441eb4d52480aaa227fa9cdc75153
projectAddress() view returns (address)
0x53b9f206eabc211f1e60b3d98d532b819e182725
totalInvested() view returns (uint256)
184788935568796175431
totalWithdrawn() view returns (uint256)
159234546262738865289
Read-only
getUserDividends(address userAddress) view returns (uint256)
getUserPercentRate(address userAddress) view returns (uint256)
userInvested(address) view returns (uint256)
userLastOperationTime(address) view returns (uint256)
userLastWithdrawTime(address) view returns (uint256)
userWithdrawn(address) view returns (uint256)
State-modifying
Events This contract contains no state-modifying function objects.
addedInvest(address indexed user, uint256 amount)
payedDividends(address indexed user, uint256 dividend)
payedFees(address indexed user, uint256 amount)
payedReferrals(address indexed user, address indexed referrer, uint256 amount, uint256 refAmount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.