ABLE Dollar X Token
Verified contract
Active on
Ethereum with 1,612 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 Dollar X Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18076000 | a year ago | | | 0 | 0.00076560000 | |
| 17588993 | a year ago | | | 0 | 0.0031752000 | |
| 17112917 | 2 years ago | | | 0 | 0.0020699735 | |
| 17112850 | 2 years ago | | | 0 | 0.0012703081 | |
| 16444452 | 2 years ago | | | 0 | 0.00072957706 | |
| 16419321 | 2 years ago | | | 0 | 0.00087045597 | |
| 14529450 | 3 years ago | | | 0 | 0.0045360000 | |
| 13384903 | 3 years ago | | | 0 | 0.0048034647 | |
| 13048277 | 3 years ago | | | 0 | 0.0016468608 | |
| 13048245 | 3 years ago | | | 0 | 0.0018548400 |
ABI
ABI objects
Getter at block 21243175
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
ABLE Dollar X Token
owner() view returns (address)
0xc673ac3aa8c89cb62bae9ce2ce73ba538ab55481
symbol() view returns (string)
ABLD
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
freezeAccount(address _target)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unfreezeAccount(address _target)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Freeze(address target, bool freezed)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UnFreeze(address target, bool freezed)
constructor()
fallback()
This contract contains no error objects.