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 "ASN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11467641 | 4 years ago | | | 0 | 0.014080142 | |
| 11467641 | 4 years ago | | | 0 | 0.010150142 | |
| 11467641 | 4 years ago | | | 0 | 0.014080142 | |
| 11467640 | 4 years ago | | | 0 | 0.010153286 | |
| 11467640 | 4 years ago | | | 0 | 0.010150142 | |
| 11467640 | 4 years ago | | | 0 | 0.010150142 | |
| 11467640 | 4 years ago | | | 0 | 0.014076998 | |
| 11467640 | 4 years ago | | | 0 | 0.010150142 | |
| 11467640 | 4 years ago | | | 0 | 0.014083286 | |
| 11467640 | 4 years ago | | | 0 | 0.010150142 |
ABI
ABI objects
Getter at block 21222275
decimals() view returns (uint8)
6
name() view returns (string)
ASN
owner() view returns (address)
0xaaccf89a929ab2318926c3f99cf3e1bb6179a2a9
symbol() view returns (string)
ASN
totalSupply() view returns (uint256)
90000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
freeze()
lockUser(address who)
mintToken(address target, uint256 mintedAmount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unfreeze()
unlockUser(address who)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Freezed()
LockUser(address indexed who)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferFrom(address indexed _spender, address indexed _from, address indexed _to, uint256 _value)
UnFreezed()
UnlockUser(address indexed who)
constructor()
fallback()
This contract contains no error objects.