CryptoLife
Verified contract
Active on
Ethereum with 6,111 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "CryptoLife"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10611361 | 4 years ago | | | 0.21 | 0.014143932 | |
| 10611015 | 4 years ago | | | 0.21 | 0.0097764230 | |
| 10607436 | 4 years ago | | | 0.31 | 0.0028274220 | |
| 10605910 | 4 years ago | | | 0.21 | 0.0069483240 | |
| 10602611 | 4 years ago | | | 0.21 | 0.0062402700 | |
| 10593733 | 4 years ago | | | 0.21 | 0.010229477 | |
| 10593706 | 4 years ago | | | 0.21 | 0.011024477 | |
| 10593684 | 4 years ago | | | 0.21 | 0.014039100 | |
| 10591191 | 4 years ago | | | 0.21 | 0.0098434590 | |
| 10589160 | 4 years ago | | | 0.31 | 0.0037698960 |
ABI
ABI objects
Getter at block 21314027
currentUserID() view returns (uint256)
3539
token_contract() view returns (address)
0x41634a7cb08ee639a751973e63577ddcfe9e7101
Read-only
findUplineDown(uint256 _user, uint256 _round) view returns (uint256)
findUplineUp(uint256 _user, uint256 _round) view returns (uint256)
getLevel(uint256 _amount) view returns (uint256, uint256, uint256)
getReferralTree(uint256 _user, uint256 _treeLevel, uint256 _round) view returns (uint256[], uint256[], uint256)
getUplines(uint256 _user, uint256 _round) view returns (uint256[5] uplines, address[5] uplinesWallets)
getUserLevels(uint256 _user) view returns (uint256[35] levels)
getUserUpline(uint256 _user, uint256 _height, uint256 _round) view returns (uint256)
levelBase(uint256) view returns (uint256)
lvlAmount(uint256 _levelID) view returns (uint256)
regBase(uint256) view returns (uint256)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
userWallets(address) view returns (uint256)
users(uint256) view returns (bool exists, address wallet, uint256 referrer)
State-modifying
Events buyLevel(uint256 _upline) payable
registerUser(uint256 _referrer) payable
BuyLevelEvent(address indexed user, uint256 indexed level, uint256 time)
CommissionEvent(address indexed recipient, address indexed sender, uint256 indexed amount, address referral, uint256 time, uint256 recipientID, uint256 senderID, uint256 referralID)
LostProfitEvent(address indexed recipient, address indexed sender, uint256 indexed amount, uint256 time, uint256 senderID)
RegisterUserEvent(address indexed user, address indexed referrer, uint256 time)
TransferEvent(address indexed recipient, address indexed sender, uint256 indexed amount, uint256 time, uint256 recipientID, uint256 senderID, bool superprofit)
constructor(address _owner, address _token, address[2] techAccounts)
fallback()
This contract contains no error objects.