ASTER COIN
Verified contract
Active on
Ethereum with 1,225 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 "ASTER COIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21092294 | 10 days ago | | | 0 | 0.00047712311 | |
| 20932984 | a month ago | | | 0 | 0.00047414207 | |
| 20925657 | a month ago | | | 0 | 0.00056294823 | |
| 20775164 | 2 months ago | | | 0 | 0.00031304352 | |
| 20775164 | 2 months ago | | | 0 | 0.00031315894 | |
| 20775141 | 2 months ago | | | 0 | 0.00032051241 | |
| 20775141 | 2 months ago | | | 0 | 0.00032051241 | |
| 20775141 | 2 months ago | | | 0 | 0.00048895862 | |
| 20699819 | 2 months ago | | | 0 | 0.00028023180 | |
| 20533136 | 3 months ago | | | 0 | 0.00045160919 |
ABI
ABI objects
Getter at block 21162541
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint256)
18
isOwner() view returns (bool)
false
name() view returns (string)
ASTER COIN
owner() view returns (address)
0x68484f09c0ec147bd2ff2207871c84c13cacc7d9
paused() view returns (bool)
false
symbol() view returns (string)
ATC
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
airDropHistory(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
lockStatus(address) view returns (address)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
dropToken(address[] receivers, uint256[] values)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockToken(address beneficiary, uint256 amount, uint256 releaseTime, bool isOwnable)
pause()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
AsterCoinAirDrop(address _receiver, uint256 _amount)
Lock(address _receiver, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.