AlphaCityCoin
Verified contract
Active on
Ethereum with 441 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 "AlphaCityCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18839263 | a year ago | | | 0 | 0.0015039006 | |
| 13073806 | 3 years ago | | | 0 | 0.0032050500 | |
| 12313617 | 4 years ago | | | 0 | 0.0030762720 | |
| 12197067 | 4 years ago | | | 0 | 0.0058379010 | |
| 9699726 | 5 years ago | | | 0 | 0.0017918310 | |
| 9522113 | 5 years ago | | | 0 | 0.0013264590 | |
| 9519633 | 5 years ago | | | 0 | 0.0017914590 | |
| 9420359 | 5 years ago | | | 0 | 0.0017914590 | |
| 9382609 | 5 years ago | | | 0 | 0.0017922030 | |
| 9295313 | 5 years ago | | | 0 | 0.00086145900 |
ABI
ABI objects
Getter at block 21163029
decimals() view returns (uint8)
18
manager() view returns (address)
0xa5f46b1dd3c56d9ae89d6832b2768c1450282b1e
name() view returns (string)
AlphaCityCoin
owner() view returns (address)
0xa5f46b1dd3c56d9ae89d6832b2768c1450282b1e
paused() view returns (bool)
false
symbol() view returns (string)
ACC
totalSupply() view returns (uint256)
100000000000000000000000000000
useLock() view returns (bool)
true
Read-only
allowance(address tokenOwner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
lockedAccount(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool)
burn(uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lockAccounts(address[] targets) returns (bool)
pause() returns (bool)
setLockToken(bool _lock)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool)
transferFrom(address from, address to, uint256 tokens) returns (bool)
transferManager(address _newManager)
transferOwnership(address _newOwner)
unlockAccounts(address[] targets) returns (bool)
unpause() returns (bool)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 value)
Locked(address indexed target, bool locked)
ManagerTransfer(address indexed oldaddr, address indexed newaddr)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
Unpause()
constructor()
fallback()
This contract contains no error objects.