FastMatrix
Verified contract
Active on
Ethereum with 2,803 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 8 additional slots
Balances ($0.00)
No balances found for "FastMatrix"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10525638 | 4 years ago | | | 0.15 | 0.0037885990 | |
| 10524198 | 4 years ago | | | 0.15 | 0.0042889800 | |
| 10518456 | 4 years ago | | | 0.11 | 0.011024000 | |
| 10514044 | 4 years ago | | | 0.31 | 0.0042955360 | |
| 10513982 | 4 years ago | | | 0.15 | 0.0037171160 | |
| 10513930 | 4 years ago | | | 0.15 | 0.0036456330 | |
| 10513889 | 4 years ago | | | 0.15 | 0.0038600820 | |
| 10513791 | 4 years ago | | | 0.11 | 0.011387590 | |
| 10513730 | 4 years ago | | | 0.11 | 0.012272590 | |
| 10513631 | 4 years ago | | | 0.31 | 0.0046023600 |
ABI
ABI objects
Getter at block 21287779
currentUserID() view returns (uint256)
1758
token_contract() view returns (address)
0x55206ff55635131b5081c41ca4ee618909fd8a49
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[4] uplines, address[4] uplinesWallets)
getUserLevels(uint256 _user) view returns (uint256[36] 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.