AirConn Coin
Verified contract
Active on
Ethereum with 526 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 |
---|---|---|---|---|---|
ACNC | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19170395 | 10 months ago | | | 0 | 0.0028664823 | |
| 7733249 | 6 years ago | | | 0 | 0.00037187000 | |
| 7688901 | 6 years ago | | | 0 | 0.00018593500 | |
| 7688897 | 6 years ago | | | 0 | 0.00018593500 | |
| 7688890 | 6 years ago | | | 0 | 0.00018593500 | |
| 7688888 | 6 years ago | | | 0 | 0.00018593500 | |
| 7688886 | 6 years ago | | | 0 | 0.00018593500 | |
| 7688884 | 6 years ago | | | 0 | 0.00018593500 | |
| 7688854 | 6 years ago | | | 0 | 0.00018593500 | |
| 7688851 | 6 years ago | | | 0 | 0.00018593500 |
ABI
ABI objects
Getter at block 21329821
AddrCommunityDistribute() view returns (address)
0x299ee579fa267ccf07e98029cf529deb3b8b043b
AddrDevelopFunds() view returns (address)
0xc10d80bc0940136d60acbcff473433c88c42e8fb
AddrDevelopGroup() view returns (address)
0x2375e2b6c7026ba8e53de3a74c303ba223402eb6
AddrInvestor() view returns (address)
0x6e6522036322b59296aca456a55904f435654868
AddrMarketing() view returns (address)
0x006f931aee00d6e1aaa89ee34c90815918f0ecc0
AddrPartnerPocket() view returns (address)
0x621f21a81f77a254e8677a4e8e5c403ec9733b2b
AddrRewardPlan() view returns (address)
0xdbc2f80140788ff5e1c0a494933f327e0f6c2106
decimals() view returns (uint256)
18
name() view returns (string)
AirConn Coin
owner() view returns (address)
0x45d3f436e45b91526a28412b4b43d9dadaf00f9f
paused() view returns (bool)
false
symbol() view returns (string)
ACNC
totalSupply() view returns (uint256)
360000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
destroy()
destroyAndSend(address _recipient)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.