SodlDistributor
Verified contract
Active on
Ethereum with 464 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 "SodlDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13923481 | 3 years ago | | | 0 | 0.016823404 | |
| 13922881 | 3 years ago | | | 0 | 0.0022044121 | |
| 13922798 | 3 years ago | | | 0 | 0.010169118 | |
| 13921202 | 3 years ago | | | 0 | 0.0013678136 | |
| 13921171 | 3 years ago | | | 0 | 0.0017062230 | |
| 13919961 | 3 years ago | | | 0 | 0.0059141570 | |
| 13919946 | 3 years ago | | | 0 | 0.0067432251 | |
| 13919721 | 3 years ago | | | 0 | 0.0072860224 | |
| 13919719 | 3 years ago | | | 0 | 0.0075668593 | |
| 13919716 | 3 years ago | | | 0 | 0.0094445306 |
ABI
ABI objects
Getter at block 21393986
owner() view returns (address)
0xc71bce6bff95d1fba730ad5e7d047d0e70a0e06a
token() view returns (address)
0xfefbf538c853e92f1c448f6fda8ac5c354844f69
Read-only
claimedAmount(string txHash) view returns (uint256)
claimedMap(string) view returns (uint256)
isClaimed(string txHash) view returns (bool)
State-modifying
Events claim(string txHash, uint256 amount, uint256 blockNumber, bytes signature)
renounceOwnership()
transferOwnership(address newOwner)
Claimed(address account, uint256 amount, string txHash)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_)
This contract contains no fallback and receive objects.
This contract contains no error objects.