Khai Infinity Coin
Verified contract
Active on
Ethereum with 1,040 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 |
---|---|---|---|---|---|
KHAI | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21086267 | 10 days ago | | | 0 | 0.0013807333 | |
| 20631074 | 2 months ago | | | 0 | 0.000046254673 | |
| 20175641 | 4 months ago | | | 0 | 0.00019168570 | |
| 20089430 | 5 months ago | | | 0 | 0.00039396445 | |
| 20023514 | 5 months ago | | | 0 | 0.00029277378 | |
| 19981010 | 5 months ago | | | 0 | 0.00039108861 | |
| 19966192 | 5 months ago | | | 0 | 0.00048573875 | |
| 19931079 | 6 months ago | | | 0 | 0.00041484915 | |
| 19908928 | 6 months ago | | | 0 | 0.00018749525 | |
| 19908908 | 6 months ago | | | 0 | 0.00011761471 |
ABI
ABI objects
Getter at block 21159445
TOTAL_SUPPLY() view returns (uint256)
2000000000000000000000000000
_totalSupply() view returns (uint256)
2000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Khai Infinity Coin
owner() view returns (address)
0x7ada9d14d70780c610580fca2836bd0f0f9e87b2
paused() view returns (bool)
false
s_decimals() view returns (uint8)
18
s_name() view returns (string)
Khai Infinity Coin
s_symbol() view returns (string)
KHAI
symbol() view returns (string)
KHAI
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
admin(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
freezeOf(address) view returns (uint256)
lockOf(address _address) view returns (uint256 _locker)
lockTimeAmountOf(address _address) view returns (uint256 _value)
lockTimeBalanceOf(address _address) view returns (uint256 _value)
lockTimeStatus(address _address) view returns (uint256 _time)
locked(address) view returns (uint256)
time(address) view returns (uint256)
timeLocked(address) view returns (uint256)
unLockAmount(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnAddress(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freeze(uint256 _value)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
recall(address _from, uint256 _amount)
setAdmin(address newAdmin)
setLock(address _address, uint256 _value)
setLockList(address[] _recipients, uint256[] _balances)
timeLock(address _address, uint256 _time, uint256 _value)
timeLockList(address[] _addresses, uint256[] _time, uint256[] _value)
timeLockSetBalance(address _address, uint256 _value)
timeLockSetTime(address _address, uint256 _time)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferList(address[] _addresses, uint256[] _balances)
transferOwnership(address newOwner)
unTimeLockList(address[] _addresses)
unfreeze(uint256 _value)
unlock(address _address, uint256 _value)
unpause()
unsetAdmin(address Admin)
untimeLock(address _address)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 amount)
Freezen(address indexed freezer, uint256 amount)
LockerChanged(address indexed owner, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Recall(address indexed owner, uint256 amount)
TimeLockerChanged(address indexed owner, uint256 time, uint256 amount)
TimeLockerChangedBalance(address indexed owner, uint256 amount)
TimeLockerChangedTime(address indexed owner, uint256 time)
Transfer(address indexed from, address indexed to, uint256 value)
UnFreezen(address indexed freezer, uint256 amount)
Unpause()
constructor()
fallback()
This contract contains no error objects.