Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.11)
Native
Value
$6.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.001839 | $3,325.52 |
$6.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22709816 | a few seconds ago | | | 0 | 9.4305030e-7 | |
| 22709816 | a few seconds ago | | | 0 | 0.0000058144687 | |
| 22709815 | a few seconds ago | | | 0 | 9.4305030e-7 | |
| 22709815 | a few seconds ago | | | 0 | 9.4305030e-7 | |
| 22709814 | a few seconds ago | | | 0 | 9.4305030e-7 | |
| 22709814 | a few seconds ago | | | 0 | 9.4305030e-7 | |
| 22709814 | a few seconds ago | | | 0 | 9.4305030e-7 | |
| 22709814 | a few seconds ago | | | 0 | 9.4305030e-7 | |
| 22709814 | a few seconds ago | | | 0 | 9.4305030e-7 | |
| 22709814 | a few seconds ago | | | 0 | 9.4305030e-7 |
ABI
ABI objects
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(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)