ClaimContract
Verified contract
Active on
Ethereum with 658 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 "ClaimContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17118946 | 2 years ago | | | 0 | 0.0058217838 | |
| 17114689 | 2 years ago | | | 0 | 0.0040937414 | |
| 17114635 | 2 years ago | | | 0 | 0.0041106642 | |
| 17112005 | 2 years ago | | | 0 | 0.0051369930 | |
| 17111932 | 2 years ago | | | 0 | 0.0037603192 | |
| 17092305 | 2 years ago | | | 0 | 0.0055585615 | |
| 17073058 | 2 years ago | | | 0 | 0.0043167390 | |
| 17072998 | 2 years ago | | | 0 | 0.0050291685 | |
| 17072981 | 2 years ago | | | 0 | 0.0050070535 | |
| 17061792 | 2 years ago | | | 0 | 0.0094305562 |
ABI
ABI objects
Getter at block 21398618
owner() view returns (address)
0xf444eb0ed8ac698b94696442d3c871edf110d82f
paused() view returns (bool)
false
pointsClaimed() view returns (uint256)
1585
transactionCount() view returns (uint256)
639
Read-only
claimedTokens(address) view returns (bool)
ref(address) view returns (address)
transationUser(uint256) view returns (address)
userPoints(address) view returns (uint256)
State-modifying
Events claim()
pause()
refClaim(address _ref)
renounceOwnership()
transferOwnership(address newOwner)
unpause()
LogClaim(uint256 txId, uint256 timeStamp, address indexed user, uint256 indexed ethBalance, address indexed refAddress, uint256 refPoints)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.