ABLE Token
Verified contract
Active on
Ethereum with 130 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 "ABLE Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7112963 | 6 years ago | | | 0 | 0.00098707500 | |
| 7112942 | 6 years ago | | | 0 | 0.00098969900 | |
| 7112936 | 6 years ago | | | 0 | 0.00098969900 | |
| 6877937 | 6 years ago | | | 0 | 0.00050400000 | |
| 6853877 | 6 years ago | | | 0 | 0.0023897610 | |
| 6853854 | 6 years ago | | | 0 | 0.0013963500 | |
| 6853844 | 6 years ago | | | 0 | 0.0015207570 | |
| 6853803 | 6 years ago | | | 0 | 0.0015207570 | |
| 6853305 | 6 years ago | | | 0 | 0.0015120000 | |
| 6853290 | 6 years ago | | | 0 | 0.0016611750 |
ABI
ABI objects
Getter at block 21259978
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
ABLE Token
owner() view returns (address)
0x419a87c4deeb99817a5413b14b3a71bbd23c4fb8
symbol() view returns (string)
ABLE
totalSupply() view returns (uint256)
25000000000000000000000000000
tradingStarted() view returns (bool)
false
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
startTrading()
stopTrading()
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 value)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.