QBXVIPClubReward

Verified contract

Active on Base with 11,566 txns
Deployed by via 0x8bdd9791 at 21403357
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0
0xaa648ebea308fb2c94c7572f73760e75f72c015628b103c1a14fafe6f3918894
0xb4eab05df0f7cb7ebb2c98bd97a8a9d5738ad60c01e62e06f2e617f1b7e89985
0xc638d70af94a58d0011862e337f9c4392d566712a74cddb885c46e2676965375
0x965caa971edb92bb8d90b01378c90747fc501d493cc48d79959e7e98782e2186
0xa13a69dfb9b4f890895bb4c4ee38e8be9f869636a63be1a9d6b3b1cae3c69fe7
0xf7889900c043072565f2498380dba1673f65b8deb0c4a23da34de165500f213b
0x14780d921d7d046b185e8a29c19c2a072a514e212d9e6f67f2c432bae7183212
0x9033eaa8a564d5e68f11126a663a20fa351d7cce81bed48a16b8edbf9a22f661
0x7d47aa0b82b964d432a0003e17ddf907b0b3075bee46a89b8300b8fa726afd93
0xe6cb51e8ab7ebe48f9e959904961961d9a650d1f75a782375ebd4b24b698778c

Functions
Getter at block 22758238
emergencyMode(view returns (bool)
false
firstTxGas(view returns (uint256)
67400
getContractBalance(view returns (uint256)
297471995612
owner(view returns (address)
0x5b8fd1a6216463be2bce90b68ecf38377faadcbe
paused(view returns (bool)
true
secondTxGas(view returns (uint256)
47200
withdrawalThreshold(view returns (uint256)
0
Read-only
rewards(addressview returns (uint256)
transactionCount(addressview returns (uint8)
State-modifying
accrue(
emergencyOwnerWithdraw(address _to
emergencyUserWithdraw(
renounceOwnership(
setEmergencyMode(bool _emergencyMode
setLimits(uint256 _lowerLimituint256 _upperLimit
setPaused(bool flag
setWithdrawalThreshold(uint256 _newThreshold
transferOwnership(address newOwner
withdraw(
Events
Accrue(address indexed useruint256 amount
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