QBXVIPClubReward
Verified contract
Active on
Base with 166,390 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.47)
Native
Value
$1.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000587 | $2,501.70 |
$1.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21826752 | a few seconds ago | | | 0 | 2.4445605e-7 | |
| 21826752 | a few seconds ago | | | 0 | 2.4445605e-7 | |
| 21826752 | a few seconds ago | | | 0 | 2.4938165e-7 | |
| 21826752 | a few seconds ago | | | 0 | 2.4938165e-7 | |
| 21826752 | a few seconds ago | | | 0 | 2.4938165e-7 | |
| 21826752 | a few seconds ago | | | 0 | 2.4938165e-7 | |
| 21826752 | a few seconds ago | | | 0 | 2.4938165e-7 | |
| 21826752 | a few seconds ago | | | 0 | 2.4938165e-7 | |
| 21826752 | a few seconds ago | | | 0 | 2.4938165e-7 | |
| 21826752 | a few seconds ago | | | 0 | 2.4938165e-7 |
ABI
ABI objects
Getter at block 21826752
emergencyMode() view returns (bool)
false
firstTxGas() view returns (uint256)
67400
getContractBalance() view returns (uint256)
586650256824501
owner() view returns (address)
0x5b8fd1a6216463be2bce90b68ecf38377faadcbe
paused() view returns (bool)
false
secondTxGas() view returns (uint256)
47200
withdrawalThreshold() view returns (uint256)
2200000000000000
Read-only
rewards(address) view returns (uint256)
transactionCount(address) view returns (uint256)
State-modifying
Events accrue()
emergencyOwnerWithdraw(address _to)
emergencyUserWithdraw()
renounceOwnership()
setEmergencyMode(bool _emergencyMode)
setLimits(uint256 _lowerLimit, uint256 _upperLimit)
setPaused(bool flag)
setWithdrawalThreshold(uint256 _newThreshold)
transferOwnership(address newOwner)
withdraw()
Accrue(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdraw(address indexed user, uint256 amount)
constructor(uint256 _threshold, address _owner)
receive()
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)