QBXVIPClubReward

Verified contract

Active on Base with 232,189 txns
Deployed by via 0xe7345c27 at 22066203
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "QBXVIPClubReward"

0xdc9abb716be8d12b26e3dbc51852379d60e5291a00e64515a1ec737bf8beb1df
0x25a29707c4876170f7add746aaaabfb335901e4df3f30a68690f0f00884ed023
0xc0216f0348631ea38f9f4667391a749666857a3c7bf6d3df026a30de7729dd0a
0xb77f8a0d5a20efb2ee908df772218c1073c94ab3d160374c95f1c44133a70e02
0x6560b7b038d20f50101136e80156ccfc72ee2fc8797817e7e59e2228afb0a809
0x9ac06629bb40f996326728e6bfbc2c9b63a6698785a76a5ead235bece03971ef
0xff64e2c09d16f2b3752d6f31e83b5446ebcc8622ba62f2ec43408f3f7a8fa7d7
0x6ad8a906d34fe7f2351eb180de44ec8beaddb398e945d4907127a982a36710e3
0x505aaba0813d5f210fd7a6553289b3cdd2aa5faf4484a6739211dedd319a855e
0x697b34b04e73c9dd52f1fc94943b71ca339188dea6b5df273f3f4949ffd76320

Functions
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(addressview returns (bool)
rewards(addressview returns (uint256)
transactionCount(addressview returns (uint256)
State-modifying
accrue(
addToBlacklist(address[] _users
emergencyOwnerWithdraw(address _to
emergencyUserWithdraw(
removeFromBlacklist(address[] _users
renounceOwnership(
setEmergencyMode(bool _emergencyMode
setLimits(uint256 _lowerLimituint256 _upperLimit
setPaused(bool flag
setWithdrawalThreshold(uint256 _newThreshold
transferOwnership(address newOwner
withdraw(
Events
Accrue(address indexed useruint256 amount
BlacklistUpdated(address indexed userbool isBlacklisted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Withdraw(address indexed useruint256 amount
Constructor
constructor(uint256 _thresholdaddress _owner
Fallback and receive
receive(
Errors
EnforcedPause(
ExpectedPause(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account