MLAReward
Verified contract
Active on
Ethereum with 13,392 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 "MLAReward"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17263736 | a year ago | | | 0 | 0.0024865144 | |
| 17259695 | a year ago | | | 0 | 0.0024557710 | |
| 17253928 | a year ago | | | 0 | 0.00099624822 | |
| 17253928 | a year ago | | | 0 | 0.00094176110 | |
| 17253928 | a year ago | | | 0 | 0.00092406864 | |
| 17219916 | 2 years ago | | | 0 | 0.0049560778 | |
| 17205960 | 2 years ago | | | 0 | 0.0072738362 | |
| 17204606 | 2 years ago | | | 0 | 0.0095117279 | |
| 17198288 | 2 years ago | | | 0 | 0.0089723736 | |
| 17191931 | 2 years ago | | | 0 | 0.0072448391 |
ABI
ABI objects
Getter at block 21161119
defaultLimit() view returns (uint256)
5000000000000000000
delayBetweenPayout() view returns (uint256)
1728000
owner() view returns (address)
0xd5d5fc39d3de4dd134f3730af41de3b5c8d57bfd
topAdminAddress() view returns (address)
0xe4fb4cc7d6a568231b139553636bfa2a6dbcdb46
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
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)
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.