Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.86)
Native
Value
$2.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000869 | $3,290.73 |
$2.86 | |
FAN | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453393 | 4 months ago | | | 0 | 0.000070000000 | |
| 20453312 | 4 months ago | | | 0 | 0.00020493300 | |
| 20453299 | 4 months ago | | | 0 | 0.00019796100 | |
| 20453230 | 4 months ago | | | 0 | 0.00017073300 | |
| 20453230 | 4 months ago | | | 0 | 0.00021696900 | |
| 20453084 | 4 months ago | | | 0 | 0.00017345700 | |
| 20451984 | 4 months ago | | | 0 | 0.00023406900 | |
| 20451776 | 4 months ago | | | 0 | 0.00014666100 | |
| 20409768 | 4 months ago | | | 0 | 0.00020493300 | |
| 20200615 | 5 months ago | | | 0 | 0.00030610350 |
ABI
ABI objects
Getter at block 21258669
contractInfo() view returns (uint256 _total_withdraw, uint40 _pool_last_draw, uint256 _pool_balance, uint256 _pool_lider)
(_total_withdraw=55622162972362768703309, _pool_last_draw=1605490776, _pool_balance=129606847399756547630, _pool_lider=0)
grand_owner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x7825976643dc7ede4e553d7b8730a2db2d62bc64
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)
129606847399756547630
pool_cycle() view returns (uint256)
94
pool_last_draw() view returns (uint40)
1605490776
sync_close() view returns (bool)
true
total_withdraw() view returns (uint256)
55622162972362768703309
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 deposit(address _upline) payable
destruct()
drawPool()
pause()
renounceOwnership()
sync(address[] _users, address[] _uplines, uint256[] _data)
syncClose()
syncGlobal(uint40 _pool_last_draw, uint256 _pool_cycle, uint256 _pool_balance, uint256 _total_withdraw, address[] _pool_top)
syncUp() payable
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)
This contract contains no constructor objects.
receive()
This contract contains no error objects.