Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DTA | ERC-20 | 10 | -- | -- | |
EBYTE | ERC-20 | 0.256733 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8207032 | 5 years ago | | | 0 | 0.00018330800 | |
| 8188944 | 5 years ago | | | 0 | 0.000050409700 | |
| 8187084 | 5 years ago | | | 0 | 0.000040628500 | |
| 8118936 | 5 years ago | | | 0 | 0.000062157000 | |
| 7560011 | 6 years ago | | | 0 | 0.00013786500 | |
| 7211061 | 6 years ago | | | 0 | 0.00029445600 | |
| 7198811 | 6 years ago | | | 0 | 0.00010903500 | |
| 7198803 | 6 years ago | | | 0 | 0.00010903500 | |
| 7198793 | 6 years ago | | | 0 | 0.000087228000 | |
| 7198790 | 6 years ago | | | 0 | 0.00010903500 |
ABI
ABI objects
Getter at block 21287070
decimals() view returns (uint8)
9
distributionFinished() view returns (bool)
true
name() view returns (string)
Etherball
symbol() view returns (string)
EBYTE
totalSupply() view returns (uint256)
1000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getEthBalance(address _addr) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
distributeEbyte(address[] addresses, address _tokenAddress, uint256 _value, uint256 _ebytebal, uint256 _ethbal)
distributeEbyteForEBYTE(address[] addresses, address _tokenAddress, uint256 _ebytebal, uint256 _perc)
distributeEbyteForETH(address[] addresses, uint256 _value, uint256 _div, uint256 _ethbal)
distribution(address[] addresses, address _tokenAddress, uint256 _value, uint256 _ethbal, uint256 _ebytebal, uint256 _div, uint256 _perc)
finishDistribution() returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.