MBHPool
Verified contract
Active on
Ethereum with 5,989 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MBHPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 16532023 | 2 years ago | | | 0.01 | 0.00030610965 | |
Transfer | 15027244 | 2 years ago | | | 0.017281791 | 0.00056185103 | |
| 14974837 | 2 years ago | | | 0 | 0.00093045745 | |
| 14935971 | 2 years ago | | | 0 | 0.0026653978 | |
| 14935971 | 2 years ago | | | 0 | 0.0013612578 | |
| 14935971 | 2 years ago | | | 0 | 0.0011643283 | |
| 14933785 | 2 years ago | | | 0 | 0.0022018775 | |
| 14933785 | 2 years ago | | | 0 | 0.0017457924 | |
| 14933785 | 2 years ago | | | 0 | 0.0017472525 | |
| 14933525 | 2 years ago | | | 0 | 0.0019184169 |
ABI
ABI objects
Getter at block 21204667
defaultLimit() view returns (uint256)
5000000000000000000
delayBetweenPayout() view returns (uint256)
432000
limitPaused() view returns (bool)
true
owner() view returns (address)
0x075dc6d3a35ed0ead2e10632161dfc4e1bd59697
signerAddress() view returns (address)
0x4d5ac93cec77ea701f25d9fa49c1c567ca4355ca
Read-only
getCheckPoint(address _claimer) view returns (uint256)
getLimit(address _claimer) view returns (uint256)
signatureWallet(address _wallet, uint256 _amount, uint256 _timestamp, bytes _signature) pure returns (address)
State-modifying
Events addAdminRole(address _address)
deposit() payable
pauseLimit(bool _pause)
payout(uint256 _amount, uint256 _timestamp, bytes _signature)
renounceOwnership()
revokeAdminRole(address _address)
setCheckPoint(address _claimer, uint256 _point)
setLimit(address _claimer, uint256 _limit)
transferOwnership(address newOwner)
updateDefaultLimit(uint256 _limit)
updateDelay(uint256 _delay)
updateSignerAddress(address _signer)
updateTimeLimit(uint256 _timeLimit)
withdrawAll()
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.