QBXVIPClubReward

Verified contract

Active on Base
Deployed by via 0xe7345c27 at 22066203
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $6.11
0x76d8596eda46feb729cdcc7d294bedc13cb704296ccf66397c1c157f445cce35
0x5bbb0a7bbc2b6491b1f9c56c82b251088fdcaa883c51d1174177d949db27c993
0x38cf749381d6a640e18b101307e14a9f309818cabb67a2def145c62ce521b310
0x2dbff6a1b37b0432eb7afea63cf2eb65f799f774085fd03d8472e46f5894cdf2
0x76998908cbe1bece7e62de59fbb5edad77954cbc7fd0270fbceb86cd954d6a67
0x2acc855fece6e81bb7913777442d3fb72c1a9b83b2694d70bc944a1e975f2780
0x687439d19b457bd0d99a71f85333b62e6c064bb05f0e9a612bd0b23b216961e5
0x7dfb9cacac8d307ed83158b4aabd82fa36655612dc5df6a154356bbba7608855
0x327eeb882ff7cf2cc71976461145cfd27737fd76831554ec38cc0c244e2718c3
0xd21f1f2453fd81169bbe16901de3236df523c767f690a0d5d38d79c390484e1b

Functions
Getter at block 22709816
emergencyMode(view returns (bool)
false
firstTxGas(view returns (uint256)
67400
getContractBalance(view returns (uint256)
1838587883072230
owner(view returns (address)
0x5b8fd1a6216463be2bce90b68ecf38377faadcbe
paused(view returns (bool)
false
secondTxGas(view returns (uint256)
47200
withdrawalThreshold(view returns (uint256)
3000000000000000
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