KayoCredits
Verified contract
Active on
Ethereum with 919 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2eb1…3e96
Balances ($0.00)
No balances found for "KayoCredits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9901303 | 5 years ago | | | 0 | 0.000046436000 | |
| 9161049 | 5 years ago | | | 0 | 0.000046412000 | |
| 8479535 | 5 years ago | | | 0 | 0.000096088000 | |
| 7314231 | 6 years ago | | | 0 | 0.0000087059187 | |
| 7211082 | 6 years ago | | | 0 | 0.000063796427 | |
| 6922008 | 6 years ago | | | 0 | 0.000055250600 | |
| 6916930 | 6 years ago | | | 0 | 0.00014413200 | |
| 6914348 | 6 years ago | | | 0 | 0.00012011000 | |
| 6639185 | 6 years ago | | | 0 | 0.00014413200 | |
| 6563458 | 6 years ago | | | 0 | 0.00019166400 |
ABI
ABI objects
Getter at block 21172077
IsAirDropEnabled() view returns (bool)
true
IsAirdrop() view returns (bool result)
false
IsPreSaleEnabled() view returns (bool)
true
IsReleaseToken() view returns (bool result)
false
IsSaleEnabled() view returns (bool)
false
airDropManager() view returns (address)
0xb35a81be06446c24d5104b14e08400317bbf17f5
allowedAirDropTokens() view returns (uint256)
0
creationBlock() view returns (uint256)
5696818
decimals() view returns (uint8)
6
name() view returns (string)
KayoCredits
owner() view returns (address)
0xb35a81be06446c24d5104b14e08400317bbf17f5
parentSnapShotBlock() view returns (uint256)
5679709
parentToken() view returns (address)
0x2eb1a3b71bee2bc135af75436ed5cd8cceac3e96
preSaleTokenBalances() view returns (uint256)
299979920220400
symbol() view returns (string)
KYO
totalSupply() view returns (uint256)
1000000000000000
tradeEnabled() view returns (bool)
false
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 tokenBalance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
frozenAccount(address) view returns (bool)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events airDrop(address _to, uint256 _amount) returns (bool success)
approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
changeOwner(address _newOwner)
destroyAllTokens() returns (bool)
destroyTokens(address _address, uint256 _amount) returns (bool)
enableTransfers(bool _tradeEnabled)
freezeAccount(address target, bool freeze)
generateTokens(address _owner, uint256 _amount) returns (bool)
invest(address _to, uint256 _amount) returns (bool success)
setAirDrop(bool _value)
setAirDropManager(address _address)
setPreSale(bool _value)
setSale(bool _value)
setairDropManagerLimit(uint256 _amount) returns (bool success)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
FrozenFunds(address target, bool frozen)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(address _tokenFactory, address _parentToken, uint256 _parentSnapShotBlock, string _tokenName, uint8 _decimalUnits, string _tokenSymbol, bool _tradeEnabled)
This contract contains no fallback and receive objects.
This contract contains no error objects.