Alkion Token
Verified contract
Active on
Ethereum with 801 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 "Alkion Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9493156 | 5 years ago | | | 0 | 0.0022223300 | |
| 9493144 | 5 years ago | | | 0 | 0.00023670600 | |
| 8826454 | 5 years ago | | | 0 | 0.000075024000 | |
| 8711770 | 5 years ago | | | 0 | 0.00030163900 | |
| 8711732 | 5 years ago | | | 0 | 0.00068914300 | |
| 8270482 | 5 years ago | | | 0 | 0.00038203000 | |
| 8270468 | 5 years ago | | | 0 | 0.00038011000 | |
| 8270391 | 5 years ago | | | 0 | 0.00053203000 | |
| 8244539 | 5 years ago | | | 0 | 0.0015941700 | |
| 8244267 | 5 years ago | | | 0 | 0.00069417000 |
ABI
ABI objects
Getter at block 21276545
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Alkion Token
owner() view returns (address)
0xf88287bbdffb3bb6f30a6b94e6a1b63353c03adb
paused() view returns (bool)
false
symbol() view returns (string)
ALK
totalSupply() view returns (uint256)
50000000000000000000000000000
whenSelling() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256 amount)
countLockedReasons(address _of) view returns (uint256)
isPauser(address account) view returns (bool)
lockedBalanceOf(address _of) view returns (uint256 amount)
lockedReason(address _of, uint256 _idx) view returns (bytes32)
lockedTime(address _of, bytes32 _reason) view returns (uint256 validity)
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)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
extendLock(address _to, bytes32 _reason, uint256 _time) returns (bool)
pause()
renounceOwnership()
renouncePauser()
startSelling(uint256 _time)
transfer(address to, uint256 value) returns (bool)
transferCancelWithLock(address _from, address _to, bytes32 _reason) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address _from, 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)
Locked(address indexed _of, bytes32 indexed _reason, uint256 _amount, uint256 _validity)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.