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 |
---|---|---|---|---|---|
AICO | ERC-20 | 381.67 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19988044 | 6 months ago | | | 0 | 0.00051673313 | |
| 19974832 | 6 months ago | | | 0 | 0.00061221998 | |
| 19936664 | 6 months ago | | | 0 | 0.00031674176 | |
| 19930001 | 6 months ago | | | 0 | 0.00017762495 | |
| 19929987 | 6 months ago | | | 0 | 0.00028410567 | |
| 19912522 | 6 months ago | | | 0 | 0.00088289636 | |
| 19911312 | 6 months ago | | | 0 | 0.00037648683 | |
| 18925016 | a year ago | | | 0 | 0.00087909723 | |
| 14971041 | 2 years ago | | | 0 | 0.00098899674 | |
| 14877177 | 2 years ago | | | 0 | 0.0013591188 |
ABI
ABI objects
Getter at block 21275077
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
name() view returns (string)
AICON
owner() view returns (address)
0xa5e504c0597600e717580fcb5ed91151c1cf3d33
paused() view returns (bool)
false
symbol() view returns (string)
AICO
totalSupply() view returns (uint256)
50000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getUnlockableTokens(address _of) view returns (uint256 unlockableTokens)
isBlacklistAdmin(address account) view returns (bool)
isBlacklisted(address account) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity, bool claimed)
tokensLocked(address _of, bytes32 _reason) view returns (uint256 amount)
tokensLockedAtTime(address _of, bytes32 _reason, uint256 _time) view returns (uint256 amount)
tokensUnlockable(address _of, bytes32 _reason) view returns (uint256 amount)
totalBalanceOf(address _of) view returns (uint256 amount)
State-modifying
Events addBlacklistAdmin(address account)
addBlacklisted(address account)
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
extendLock(bytes32 _reason, uint256 _time) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseLockAmount(bytes32 _reason, uint256 _amount) returns (bool)
lock(bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
removeBlacklisted(address account)
renounceBlacklistAdmin()
renounceMinter()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address _to, bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
unlock(address _of) returns (uint256 unlockableTokens)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistAdminAdded(address indexed account)
BlacklistAdminRemoved(address indexed account)
BlacklistedAdded(address indexed account)
BlacklistedRemoved(address indexed account)
Locked(address indexed _of, bytes32 indexed _reason, uint256 _amount, uint256 _validity)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
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)
Unlocked(address indexed _of, bytes32 indexed _reason, uint256 _amount)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.