The Ants Coin
Verified contract
Active on
Ethereum with 13,803 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 |
---|---|---|---|---|---|
ANTC | ERC-20 | 2.06826K | -- | -- | |
Only | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12580000 | 3 years ago | | | 0 | 0.00029871000 | |
| 11937756 | 4 years ago | | | 0 | 0.0018901960 | |
| 11920282 | 4 years ago | | | 0 | 0.0082324500 | |
| 11914118 | 4 years ago | | | 0 | 0.0097713350 | |
| 11631710 | 4 years ago | | | 0 | 0.0060205211 | |
| 11448846 | 4 years ago | | | 0 | 0.00053534800 | |
| 11441967 | 4 years ago | | | 0 | 0.00058190003 | |
| 11435326 | 4 years ago | | | 0 | 0.00081424000 | |
| 11418774 | 4 years ago | | | 0 | 0.0020957194 | |
| 11062791 | 4 years ago | | | 0 | 0.00079766000 |
ABI
ABI objects
Getter at block 21164713
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
The Ants Coin
owner() view returns (address)
0x852787c5c187fa7c2e4504b4c4843da060fef95e
sellPrice() view returns (uint256)
0
symbol() view returns (string)
ANTC
totalSupply() view returns (uint256)
99999998000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.