AstrCoin
Verified contract
Active on
Ethereum with 2,195 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POOL | ERC-20 | 2K | -- | -- | |
MOAT | ERC-20 | 1.634K | -- | -- | |
SPX | ERC-20 | 90 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20375708 | 4 months ago | | | 0 | 0.00019609950 | |
| 19373580 | 9 months ago | | | 0 | 0.0057172500 | |
| 17463842 | a year ago | | | 0 | 0.00094366368 | |
| 17116114 | 2 years ago | | | 0 | 0.0010542212 | |
| 17116078 | 2 years ago | | | 0 | 0.0018835062 | |
| 14305620 | 3 years ago | | | 0 | 0.0017832541 | |
| 14305597 | 3 years ago | | | 0 | 0.0017674792 | |
| 14130231 | 3 years ago | | | 0 | 0.0066597018 | |
| 14130227 | 3 years ago | | | 0 | 0.0042714658 | |
| 14126959 | 3 years ago | | | 0 | 0.0038824023 |
ABI
ABI objects
Getter at block 21255965
INITIAL_SUPPLY() view returns (uint256)
2000000000000
decimals() view returns (uint8)
4
mintingFinished() view returns (bool)
false
name() view returns (string)
AstrCoin
owner() view returns (address)
0x3efae2e152f62f5cc12cc0794b816d22d416a721
symbol() view returns (string)
ASTR
totalSupply() view returns (uint256)
2000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.