AICON

Verified contract

Active on Ethereum with 4,069 txns
Deployed by via 0xabc76c9e at 10050792
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x272bf5fdd016dd81e2718d843ae702fee076767b062fb7c4bd874d45305f3055
0x98fa4eb5eab7eaef227b73a00e20d761ea47773a046d22bf04ba87a421124615
0xfde09039293a22b15af0bee110e648d544f6547581916260215016f1553e77f1
0xe1e8f4a3e26f18397bb76894427808989977d020662611d072bc89f9259e6206
0x96d4785bd6956db2256d418ee078f928be8e6cec3669bd72727114aaafb21ffe
0xd620936c0c0f2dc501b1382c4aae09fcc89ad7f10510f85d09d6f45714908e23
0x92ab771bbd8fa637550f41ac52579cc996a5dcb858eb8782d7baef43c1488d1d
0xa4c6a742a452024696b1d89e4842a935ff59d2272387a5e7d0ce0faab18557ef
0x8ea33ff29bae3a367a55b73c3161a5d4057833c007039f934a8ec56c14c55e4a
0x7ab1af15fd9d172c8e74406ebeff4bfd13e65dc9d07a4e237007a179ce64c350

Functions
Getter at block 20937279
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getUnlockableTokens(address _ofview returns (uint256 unlockableTokens)
isBlacklistAdmin(address accountview returns (bool)
isBlacklisted(address accountview returns (bool)
isMinter(address accountview returns (bool)
isPauser(address accountview returns (bool)
lockReason(addressuint256view returns (bytes32)
locked(addressbytes32view returns (uint256 amountuint256 validitybool claimed)
tokensLocked(address _ofbytes32 _reasonview returns (uint256 amount)
tokensLockedAtTime(address _ofbytes32 _reasonuint256 _timeview returns (uint256 amount)
tokensUnlockable(address _ofbytes32 _reasonview returns (uint256 amount)
totalBalanceOf(address _ofview returns (uint256 amount)
State-modifying
addBlacklistAdmin(address account
addBlacklisted(address account
addMinter(address account
addPauser(address account
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
burnFrom(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
extendLock(bytes32 _reasonuint256 _timereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
increaseLockAmount(bytes32 _reasonuint256 _amountreturns (bool)
lock(bytes32 _reasonuint256 _amountuint256 _timereturns (bool)
mint(address accountuint256 amountreturns (bool)
pause(
removeBlacklisted(address account
renounceBlacklistAdmin(
renounceMinter(
renounceOwnership(
renouncePauser(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
transferWithLock(address _tobytes32 _reasonuint256 _amountuint256 _timereturns (bool)
unlock(address _ofreturns (uint256 unlockableTokens)
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BlacklistAdminAdded(address indexed account
BlacklistAdminRemoved(address indexed account
BlacklistedAdded(address indexed account
BlacklistedRemoved(address indexed account
Locked(address indexed _ofbytes32 indexed _reasonuint256 _amountuint256 _validity
MinterAdded(address indexed account
MinterRemoved(address indexed account
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PauserAdded(address indexed account
PauserRemoved(address indexed account
Transfer(address indexed fromaddress indexed touint256 value
Unlocked(address indexed _ofbytes32 indexed _reasonuint256 _amount
Unpaused(address account
Constructor
constructor(string namestring symboluint8 decimalsuint256 totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.