TokenDistributor
Verified contract
Active on
Ethereum with 553 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe4f1…acd9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DIR | ERC-20 | 126.272K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8589258 | 5 years ago | | | 0 | 0.00011108000 | |
| 8003530 | 5 years ago | | | 0 | 0.00013704900 | |
| 7586931 | 6 years ago | | | 0 | 0.00091085600 | |
| 7586900 | 6 years ago | | | 0 | 0.00091085600 | |
| 7586886 | 6 years ago | | | 0 | 0.00091085600 | |
| 7452995 | 6 years ago | | | 0 | 0.000066648000 | |
| 7439678 | 6 years ago | | | 0 | 0.00013704900 | |
| 7361346 | 6 years ago | | | 0 | 0.00013704900 | |
| 7282283 | 6 years ago | | | 0 | 0.000044432000 | |
| 7271002 | 6 years ago | | | 0 | 0.00024437600 |
ABI
ABI objects
Getter at block 21384982
isOwner() view returns (bool)
false
isStarted() view returns (bool)
true
owner() view returns (address)
0xb39aa1b296706b3b0ac2c586b46832e4e0ddd979
totalToken() view returns (uint256)
129163000000000000000000
Read-only
tokenOf(address account) view returns (uint256)
State-modifying
Events assignToken(address account, uint256 value)
claimToken()
claimTokenFor(address account)
multipleAssignToken(address[] accounts, uint256[] values)
multipleClaimToken(address[] accounts)
renounceOwnership()
start()
transferOwnership(address newOwner)
withdrawExcessToken(address account)
AssignToken(address indexed account, uint256 value)
ClaimToken(address indexed account, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Started()
constructor(address token)
This contract contains no fallback and receive objects.
This contract contains no error objects.