MBHReward
Verified contract
Active on
Ethereum with 52,155 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.29)
Native
Value
$3.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,293.66 |
$3.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17575439 | a year ago | | | 0 | 0.00085476112 | |
| 17478949 | a year ago | | | 0 | 0.0014316933 | |
| 17376807 | a year ago | | | 0 | 0.0016220991 | |
| 17304891 | 2 years ago | | | 0 | 0.0017101769 | |
| 17282769 | 2 years ago | | | 0 | 0.0027515376 | |
| 17263871 | 2 years ago | | | 0 | 0.0022728497 | |
| 17214867 | 2 years ago | | | 0 | 0.0069138656 | |
| 17212903 | 2 years ago | | | 0 | 0.0052085368 | |
| 17212892 | 2 years ago | | | 0 | 0.0037747682 | |
| 17206933 | 2 years ago | | | 0 | 0.0055451020 |
ABI
ABI objects
Getter at block 21245839
defaultLimit() view returns (uint256)
5000000000000000000
delayBetweenPayout() view returns (uint256)
432000
owner() view returns (address)
0x075dc6d3a35ed0ead2e10632161dfc4e1bd59697
topAdminAddress() view returns (address)
0x075dc6d3a35ed0ead2e10632161dfc4e1bd59697
Read-only
getCheckPoint(address _claimer) view returns (uint256)
getLimit(address _claimer) view returns (uint256)
signatureWallet(address _wallet, uint256 _amount, uint256 _timestamp, uint256 _oldCheckPoint, bytes _signature) pure returns (address)
State-modifying
Events addAdminRole(address _address)
deposit() payable
payout(uint256 _amount, uint256 _timestamp, uint256 _oldCheckPoint, bytes _signature)
renounceOwnership()
revokeAdminRole(address _address)
setCheckPoint(address _claimer, uint256 _point)
setLimit(address[] _claimer, uint256[] _limit)
transferOwnership(address newOwner)
updateSignerAddress(address _signer)
updateTimeLimit(uint256 _timeLimit)
withdrawAll()
withdrawSome(uint256 _amount)
Deposited(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Payout(address to, uint256 amount)
constructor(address _signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.