spartanx4
Verified contract
Active on
Ethereum with 133 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13.08)
Native
Value
$13.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003598 | $3,636.64 |
$13.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19899578 | 6 months ago | | | 0 | 0.00035259972 | |
| 19749260 | 7 months ago | | | 0 | 0.00055047214 | |
| 19598464 | 8 months ago | | | 0 | 0.0014973262 | |
| 19442907 | 8 months ago | | | 0 | 0.0044281275 | |
| 19295632 | 9 months ago | | | 0 | 0.0031371090 | |
| 19156757 | 10 months ago | | | 0 | 0.0016033418 | |
| 19049042 | 10 months ago | | | 0 | 0.0019690446 | |
| 19000049 | 10 months ago | | | 0 | 0.0030092086 | |
| 18888098 | a year ago | | | 0.1 | 0.0053933780 | |
| 12470575 | 4 years ago | | | 0 | 0.012090000 |
ABI
ABI objects
Getter at block 21281883
contractInfo() view returns (uint256 _total_withdraw, uint40 _pool_last_draw, uint256 _pool_balance, uint256 _pool_lider)
(_total_withdraw=19598401933889559696, _pool_last_draw=1703814851, _pool_balance=664968420074879681, _pool_lider=0)
grand_owner() view returns (address)
0x7279ebf43efe8308dbd84b8dae031a760cad90dc
owner() view returns (address)
0x7279ebf43efe8308dbd84b8dae031a760cad90dc
paused() view returns (bool)
false
poolTopInfo() view returns (address[4] addrs, uint256[4] deps)
(addrs=[0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000], deps=[0, 0, 0, 0])
pool_balance() view returns (uint256)
664968420074879681
pool_cycle() view returns (uint256)
17
pool_last_draw() view returns (uint40)
1703814851
total_participants() view returns (uint256)
29
total_withdraw() view returns (uint256)
19598401933889559696
Read-only
cycles(uint256) view returns (uint256)
maxPayoutOf(uint256 _amount) pure returns (uint256)
payoutOf(address _addr) view returns (uint256 payout, uint256 max_payout)
pool_bonuses(uint256) view returns (uint8)
pool_top(uint8) view returns (address)
pool_users_refs_deposits_sum(uint256, address) view returns (uint256)
ref_bonuses(uint256) view returns (uint8)
userInfo(address _addr) view returns (address upline, uint40 deposit_time, uint256 deposit_amount, uint256 payouts, uint256 direct_bonus, uint256 pool_bonus, uint256 match_bonus)
userInfoTotals(address _addr) view returns (uint256 referrals, uint256 total_deposits, uint256 total_payouts, uint256 total_structure)
users(address) view returns (uint256 cycle, address upline, uint256 referrals, uint256 payouts, uint256 direct_bonus, uint256 pool_bonus, uint256 match_bonus, uint256 deposit_amount, uint256 deposit_payouts, uint40 deposit_time, uint256 total_deposits, uint256 total_payouts, uint256 total_structure)
State-modifying
Events _setUpline(address _addr, address _upline)
deposit(address _upline) payable
destruct()
drawPool()
pause()
renounceOwnership()
transferGrandOwnership(address _to)
transferOwnership(address newOwner)
unpause()
withdraw()
DirectPayout(address indexed addr, address indexed from, uint256 amount)
GrandOwnershipTransferred(address indexed previous_owner, address indexed new_owner)
LimitReached(address indexed addr, uint256 amount)
MatchPayout(address indexed addr, address indexed from, uint256 amount)
NewDeposit(address indexed addr, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PoolPayout(address indexed addr, uint256 amount)
Unpaused(address account)
Upline(address indexed addr, address indexed upline)
Withdraw(address indexed addr, uint256 amount)
constructor()
receive()
This contract contains no error objects.