PrestigeClub
Verified contract
Active on
Ethereum with 2,605 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 15 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,214.41 |
$0 | |
PETH | ERC-20 | 0.022705 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19299102 | 9 months ago | | | 0 | 0.0016368239 | |
| 12824521 | 3 years ago | | | 0 | 0.0025959318 | |
| 12573226 | 3 years ago | | | 0 | 0.00066903208 | |
Transfer | 12139346 | 4 years ago | | | 0.04 | 0.0026460000 | |
Transfer | 12139283 | 4 years ago | | | 0.04 | 0.0022890000 | |
| 12119826 | 4 years ago | | | 0 | 0.0045838410 | |
Transfer | 11942766 | 4 years ago | | | 1.8223171 | 0.0014910000 | |
| 11833063 | 4 years ago | | | 0 | 0.0053112960 | |
Transfer | 11828599 | 4 years ago | | | 0.039764348 | 0.0036330000 | |
Transfer | 11792112 | 4 years ago | | | 0.078310016 | 0.0063420000 |
ABI
ABI objects
Getter at block 21159442 getUserList() view returns (address[])
depositSum() view returns (uint128)
3761231428250000000000
downlineLimit() view returns (uint8)
31
getDownline() view returns (uint112, uint256)
(0, 0)
lastPosition() view returns (uint32)
879
owner() view returns (address)
0xd46f7e32050f9b9a2416c9bb4e5b4296b890a911
pool_last_draw() view returns (uint40)
1611532800
Read-only
calculateDirects(address adr) view returns (uint112, uint32)
getDirectsPayout(address adr) view returns (uint112)
getDownlinePayout(address adr) view returns (uint112)
getDownlineUsers(address adr) view returns (uint128)
getInterestPayout(address adr) view returns (uint112)
getPoolPayout(address adr, uint40 dayz) view returns (uint112)
getUserReferrals(address adr) view returns (address[] referrals)
pools(uint256) view returns (uint112 minOwnInvestment, uint8 minDirects, uint112 minSumDirects, uint8 payoutQuote, uint32 numUsers)
states(uint256) view returns (uint128 totalDeposits, uint32 totalUsers)
userList(uint256) view returns (address)
users(address) view returns (uint112 deposit, uint112 payout, uint32 position, uint8 qualifiedPools, uint8 downlineBonus, address referer, uint112 directSum, uint40 lastPayout)
State-modifying
Events _import(address[] sender, uint112[] deposit, address[] referer)
forceSetReferral(address adr, address referer)
invest(uint256 amount)
reCalculateImported(uint64 from, uint64 to)
recieve() payable
recieve(address referer) payable
reinvest() payable
setDownlineLimit(uint8 limit)
setLimits(uint112 _minDeposit, uint112 _minWithdrawal)
transferOwnership(address newOwner)
triggerCalculation()
withdraw(uint112 amount)
DownlineBonusStageReached(address indexed adr, uint8 stage)
NewDeposit(address indexed addr, uint112 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Payout(address indexed addr, uint112 interest, uint112 direct, uint112 pool, uint112 downline, uint40 dayz)
PoolReached(address indexed addr, uint8 pool)
Withdraw(address indexed addr, uint112 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.