AscendEX token
Verified contract
Active on
Ethereum with 6,608 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZIK | ERC-20 | 555.555556 | $0.00015 |
$0.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21211371 | 3 hours ago | | | 0 | 0.00035108540 | |
| 21211290 | 3 hours ago | | | 0 | 0.00045421648 | |
| 21207138 | 17 hours ago | | | 0 | 0.00030693592 | |
| 21207061 | 18 hours ago | | | 0 | 0.00057291917 | |
| 21195549 | 2 days ago | | | 0 | 0.00087917923 | |
| 21188578 | 3 days ago | | | 0 | 0.00099486309 | |
| 21188505 | 3 days ago | | | 0 | 0.0016720751 | |
| 21183181 | 4 days ago | | | 0 | 0.0014486227 | |
| 21183081 | 4 days ago | | | 0 | 0.0020488535 | |
| 21177584 | 5 days ago | | | 0 | 0.00058118824 |
ABI
ABI objects
Getter at block 21212320
decimals() view returns (uint8)
18
name() view returns (string)
AscendEX token
owner() view returns (address)
0x79840f653050530e46e36b7ef4756529b6680f10
paused() view returns (bool)
false
symbol() view returns (string)
ASD
totalSupply() view returns (uint256)
742983477862000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.