KriosCoin
Verified contract
Active on
Ethereum with 15,245 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 |
---|---|---|---|---|---|
KRI | ERC-20 | 979.112073K | -- | -- | |
KRI | ERC-20 | 328.7382K | -- | -- | |
DTA | ERC-20 | 20 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20343800 | 4 months ago | | | 0 | 0.00010934775 | |
| 14345857 | 3 years ago | | | 0 | 0.0018546862 | |
| 14248210 | 3 years ago | | | 0 | 0.0050541161 | |
| 14248141 | 3 years ago | | | 0 | 0.0044050566 | |
| 14248134 | 3 years ago | | | 0 | 0.0030352604 | |
| 13029038 | 3 years ago | | | 0 | 0.0031214002 | |
| 12622570 | 3 years ago | | | 0 | 0.00048212500 | |
| 12454801 | 3 years ago | | | 0 | 0.0031784160 | |
| 12390571 | 4 years ago | | | 0 | 0.0024786360 | |
| 12237897 | 4 years ago | | | 0 | 0.010292700 |
ABI
ABI objects
Getter at block 21157482 getAddresses() view returns (address[])
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
650000000000000000000000000
lastIndex() view returns (uint256)
5680
name() view returns (string)
KriosCoin
owner() view returns (address)
0xe37c4541c34e4a8785daaa9aeb5005ddd29854ac
symbol() view returns (string)
KRI
totalSupply() view returns (uint256)
355000000000000000000000000
Read-only
addresses(uint256) view returns (address)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
indexes(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
distributeTokens(uint256 _amount, uint256 startIndex, uint256 endIndex) returns (uint256)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.