Krios/GIG Token
Verified contract
Active on
Ethereum with 1,337 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 | 13.2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069673 | 14 days ago | | | 0 | 0.00028012335 | |
| 21049971 | 16 days ago | | | 0 | 0.00028056742 | |
| 19946359 | 6 months ago | | | 0 | 0.00019625074 | |
| 18900079 | 10 months ago | | | 0 | 0.00097979802 | |
| 18223525 | a year ago | | | 0 | 0.00032362309 | |
| 18223442 | a year ago | | | 0 | 0.00068835904 | |
| 17917826 | a year ago | | | 0 | 0.00064447896 | |
| 17583804 | a year ago | | | 0 | 0.0010201090 | |
| 17464341 | a year ago | | | 0 | 0.0014891000 | |
| 17459254 | a year ago | | | 0 | 0.0028143600 |
ABI
ABI objects
Getter at block 21167679
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
500000000000000000000000000
name() view returns (string)
Krios/GIG Token
owner() view returns (address)
0x12604f521f87c9fe7a5d99e6552679e99633d5e9
symbol() view returns (string)
GIG
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferAnyERC20Token(address _tokenAddress, address _to, uint256 _amount)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, 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.