Abe Token
Verified contract
Active on
Ethereum with 2,615 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,720.15)
Native
Value
$1,720.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.52 | $3,307.98 |
$1,720.15 | |
ABE | ERC-20 | 350.03 | -- | -- | |
ABE | ERC-20 | 74 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13566182 | 3 years ago | | | 0 | 0.0047602386 | |
| 11994103 | 4 years ago | | | 0 | 0.0021450000 | |
| 9898549 | 5 years ago | | | 0 | 0.00012297451 | |
| 9623083 | 5 years ago | | | 0 | 0.000055897500 | |
| 9566892 | 5 years ago | | | 0 | 0.00026132500 | |
| 9541175 | 5 years ago | | | 0 | 0.00020906000 | |
| 9530915 | 5 years ago | | | 0 | 0.00020906000 | |
| 9486945 | 5 years ago | | | 0 | 0.00020906000 | |
| 9486566 | 5 years ago | | | 0 | 0.00020906000 | |
| 9482674 | 5 years ago | | | 0 | 0.00026132500 |
ABI
ABI objects
Getter at block 21168659
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
false
minContribution() view returns (uint256)
10000000000000000
name() view returns (string)
Abe Token
symbol() view returns (string)
ABE
tokensPerEth() view returns (uint256)
1500000000000
totalDistributed() view returns (uint256)
2238598755100250
totalSupply() view returns (uint256)
40500000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events adminClaimAirdrop(address _participant, uint256 _amount)
adminClaimAirdropMultiple(address[] _addresses, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
updateTokensPerEth(uint256 _tokensPerEth)
withdraw()
withdrawAltcoinTokens(address _tokenContract) returns (bool)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
TokensPerEthUpdated(uint256 _tokensPerEth)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.