Aktio Coin
Verified contract
Active on
Ethereum with 3,292 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 |
---|---|---|---|---|---|
AKTIO | ERC-20 | 24.476221K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156874 | 4 hours ago | | | 0 | 0.00041729558 | |
| 21156468 | 5 hours ago | | | 0 | 0.00054902188 | |
| 21147728 | a day ago | | | 0 | 0.00033852414 | |
| 21144669 | 2 days ago | | | 0 | 0.00050637169 | |
| 21144667 | 2 days ago | | | 0 | 0.00087133095 | |
| 21144632 | 2 days ago | | | 0 | 0.00089150477 | |
| 21143528 | 2 days ago | | | 0 | 0.00082295142 | |
| 21143489 | 2 days ago | | | 0 | 0.0014129903 | |
| 21143244 | 2 days ago | | | 0 | 0.00061782075 | |
| 21143243 | 2 days ago | | | 0 | 0.0010792792 |
ABI
ABI objects
Getter at block 21158027
cap() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Aktio Coin
owner() view returns (address)
0xb01d531a417c73dddfce624f7afdc46354dd8938
paused() view returns (bool)
false
symbol() view returns (string)
AKTIO
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
pause()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 __decimals, uint256 cap, uint256 initialBalance)
This contract contains no fallback and receive objects.
This contract contains no error objects.