NovunPlus
Verified contract
Active on
Ethereum with 9,438 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14.36)
Native
Value
$14.36
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004316 | $3,327.77 |
$14.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11705162 | 4 years ago | | | 0.00078583767 | 0.0015960000 | |
| 11705152 | 4 years ago | | | 0.0023398377 | 0.0015960000 | |
| 11705137 | 4 years ago | | | 0.0039778377 | 0.0016170000 | |
| 11704927 | 4 years ago | | | 0.0055948377 | 0.0013020000 | |
| 11697352 | 4 years ago | | | 0 | 0.0079691320 | |
| 11693219 | 4 years ago | | | 0 | 0.0050505136 | |
| 11690627 | 4 years ago | | | 0 | 0.0069296800 | |
| 11689266 | 4 years ago | | | 0 | 0.0085889200 | |
| 11689199 | 4 years ago | | | 0.1 | 0.018603880 | |
| 11689121 | 4 years ago | | | 0.1 | 0.013786932 |
ABI
ABI objects
Getter at block 21168969
contractInfo() view returns (uint256 _total_withdraw, uint256 _lastUserId)
(_total_withdraw=1856358880781700000000, _lastUserId=1860)
grand_owner() view returns (address)
0x0000000000000000000000000000000000000000
lastUserId() view returns (uint256)
1860
owner() view returns (address)
0x00bfe382b1d911c6b2888bfb3487538c159ae27e
paused() view returns (bool)
false
total_withdraw() view returns (uint256)
1856358880781700000000
Read-only
cycles(uint256) view returns (uint256)
getDaysSinceDeposit(address _addr) view returns (uint256 daysSince, uint256 secondsSince)
isUserRegistered(address _addr) view returns (bool isRegistered)
net_bonuses(uint256) view returns (uint8)
payoutOf(address _addr) view returns (uint256 payout, uint256 max_payout)
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 match_bonus, uint256 cycle)
userInfoTotals(address _addr) view returns (uint256 referrals, uint256 total_deposits, uint256 total_payouts, uint256 total_structure)
users(address) view returns (uint256 id, uint256 cycle, address upline, uint256 referrals, uint256 payouts, uint256 direct_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()
pause()
renounceOwnership()
transferGrandOwnership(address _to)
transferOwnership(address newOwner)
unpause()
withdraw()
DirectPayout(address indexed addr, address indexed from, uint256 amount, uint8 level)
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)
Unpaused(address account)
Upline(address indexed addr, address indexed upline)
Withdraw(address indexed addr, uint256 amount)
constructor()
receive()
This contract contains no error objects.