Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $3,295.72 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22607333 | 3 days ago | | | 0 | 4.8220160e-7 | |
| 22600964 | 3 days ago | | | 0 | 3.9959758e-7 | |
| 22569606 | 4 days ago | | | 0 | 4.2192640e-7 | |
| 22569488 | 4 days ago | | | 0 | 0.000000404198400000 | |
| 22569027 | 4 days ago | | | 0 | 3.3328640e-7 | |
| 22567439 | 4 days ago | | | 0 | 3.5101440e-7 | |
| 22567313 | 4 days ago | | | 0 | 3.7228800e-7 | |
| 22548730 | 5 days ago | | | 0 | 0.000000607917017344 | |
| 22536623 | 5 days ago | | | 0 | 5.3538560e-7 | |
| 22536588 | 5 days ago | | | 0 | 4.7511040e-7 |
ABI
ABI objects
Getter at block 22748220
emergencyMode() view returns (bool)
false
firstTxGas() view returns (uint256)
67400
getContractBalance() view returns (uint256)
142440218262
owner() view returns (address)
0x5b8fd1a6216463be2bce90b68ecf38377faadcbe
paused() view returns (bool)
true
secondTxGas() view returns (uint256)
47200
withdrawalThreshold() view returns (uint256)
0
Read-only
rewards(address) view returns (uint256)
transactionCount(address) view returns (uint256)
State-modifying
Events accrue()
emergencyOwnerWithdraw(address _to)
emergencyUserWithdraw()
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)
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)