UselessAirdroppedToken
Verified contract
Active on
Ethereum with 14,436 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($79.13)
Native
Value
$79.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.024691 | $3,205.01 |
$79.13 | |
METH | ERC-20 | 110K | -- | -- | |
GSGC | ERC-20 | 5K | -- | -- | |
GMV | ERC-20 | 3K | -- | -- | |
CNN | ERC-20 | 128 | -- | -- | |
DIW | ERC-20 | 50 | -- | -- | |
Only | ERC-20 | 20 | -- | -- | |
LINO | ERC-20 | 20 | -- | -- | |
TRX | ERC-20 | 2 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12958194 | 3 years ago | | | 0 | 0.0010079641 | |
| 12580430 | 3 years ago | | | 0 | 0.00048550266 | |
| 11712607 | 4 years ago | | | 0 | 0.0022519200 | |
| 11479382 | 4 years ago | | | 0 | 0.0011259601 | |
| 11479285 | 4 years ago | | | 0 | 0.0012600000 | |
| 10956846 | 4 years ago | | | 0 | 0.0046448959 | |
| 10153576 | 4 years ago | | | 0 | 0.00070525160 | |
| 10149033 | 4 years ago | | | 0 | 0.00081069120 | |
| 10058780 | 4 years ago | | | 0 | 0.0013511520 | |
| 10017269 | 5 years ago | | | 0 | 0.00085935000 |
ABI
ABI objects
Getter at block 21157725
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
false
minReq() view returns (uint256)
0
name() view returns (string)
UselessAirdroppedToken
symbol() view returns (string)
UAT
totalDistributed() view returns (uint256)
1961350000000000
totalRemaining() view returns (uint256)
3038650000000000
totalSupply() view returns (uint256)
5000000000000000
value() view returns (uint256)
50000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blacklist(address) view returns (bool)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events airdrop(address[] addresses)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
disableWhitelist(address[] addresses)
distributeAmounts(address[] addresses, uint256[] amounts)
distribution(address[] addresses, uint256 amount)
enableWhitelist(address[] addresses)
finishDistribution() returns (bool)
getTokens() payable
setParameters(uint256 _value, uint256 _minReq)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _value, uint256 _minReq)
fallback()
This contract contains no error objects.