MMClaim
Verified contract
Active on
Ethereum with 3,061 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 "MMClaim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20486180 | 4 months ago | | | 0 | 0.00021747435 | |
| 20242535 | 5 months ago | | | 0 | 0.00016861541 | |
| 19955408 | 6 months ago | | | 0 | 0.00070445248 | |
| 19925114 | 6 months ago | | | 0 | 0.00061203942 | |
| 19925114 | 6 months ago | | | 0 | 0.00061255108 | |
| 19925113 | 6 months ago | | | 0 | 0.00060962244 | |
| 19925112 | 6 months ago | | | 0 | 0.00059518543 | |
| 19925111 | 6 months ago | | | 0 | 0.00060256958 | |
| 19925111 | 6 months ago | | | 0 | 0.00063551975 | |
| 19925110 | 6 months ago | | | 0 | 0.00060304748 |
ABI
ABI objects
Getter at block 21274656
owner() view returns (address)
0xd9c0c37156a5ff3874516c543a239f4e5af8a35b
paused() view returns (bool)
false
saleToken() view returns (address)
0xda251891e21e6edb0e6828e77621c7b98ea4e8ba
Read-only
claimableAmount(address _account) view returns (uint256)
claimableAmounts(address) view returns (uint256)
isBlackList(address) view returns (bool)
State-modifying
Events changeBlacklist(address _account, bool _isBlacklisted)
changeTokenToClaim(address _saleToken)
claim()
pauseAirdrop()
removeAirdropUsers(address[] _users)
renounceOwnership()
transferOwnership(address newOwner)
unpauseAirdrop()
updateClaimableAmounts(address[] _users, uint256[] _amounts)
withdrawTokenRewards()
Claimed(address indexed recipient, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensWithdrawn(uint256 amount)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
AccountIsBlackListed()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ArrayLengthsMismatch()
FailedInnerCall()
InvalidTokenAddress()
NoClaimableTokensForThisAddress()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PresaleTokenAddressNotSet()
SafeERC20FailedOperation(address token)