QBXVIPClubReward
Verified contract
Active on
Base with 232,189 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "QBXVIPClubReward"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22157265 | a few seconds ago | | | 0 | 5.6440919e-7 | |
| 22157263 | a few seconds ago | | | 0 | 5.6331132e-7 | |
| 22157263 | a few seconds ago | | | 0 | 5.6627835e-7 | |
| 22157262 | a few seconds ago | | | 0 | 5.6331132e-7 | |
| 22157262 | a few seconds ago | | | 0 | 5.6331132e-7 | |
| 22157262 | a few seconds ago | | | 0 | 5.6331132e-7 | |
| 22157262 | a few seconds ago | | | 0 | 5.6639243e-7 | |
| 22157261 | a few seconds ago | | | 0 | 5.6440919e-7 | |
| 22157260 | a few seconds ago | | | 0 | 5.6331132e-7 | |
| 22157259 | a few seconds ago | | | 0 | 5.6331132e-7 |
ABI
ABI objects
Getter at block 22157268
emergencyMode() view returns (bool)
false
firstTxGas() view returns (uint256)
67400
getContractBalance() view returns (uint256)
0
owner() view returns (address)
0x5b8fd1a6216463be2bce90b68ecf38377faadcbe
paused() view returns (bool)
false
secondTxGas() view returns (uint256)
47200
withdrawalThreshold() view returns (uint256)
3600000000000000
Read-only
blacklist(address) view returns (bool)
rewards(address) view returns (uint256)
transactionCount(address) view returns (uint256)
State-modifying
Events accrue()
addToBlacklist(address[] _users)
emergencyOwnerWithdraw(address _to)
emergencyUserWithdraw()
removeFromBlacklist(address[] _users)
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)
BlacklistUpdated(address indexed user, bool isBlacklisted)
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)