Keyrpto Token
Verified contract
Active on
Ethereum with 2,276 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12941150 | 3 years ago | | | 0 | 0.0016601112 | |
| 10976220 | 4 years ago | | | 0 | 0.0039114900 | |
| 10959846 | 4 years ago | | | 0 | 0.0022548060 | |
| 10184007 | 4 years ago | | | 0 | 0.0014578895 | |
| 9867061 | 5 years ago | | | 0 | 0.000039510000 | |
| 9837973 | 5 years ago | | | 0 | 0.00021730501 | |
| 9600639 | 5 years ago | | | 0 | 0.000039522000 | |
| 9410011 | 5 years ago | | | 0 | 0.00027257415 | |
| 9308478 | 5 years ago | | | 0 | 0.000039510000 | |
| 8943383 | 5 years ago | | | 0 | 0.00018253200 |
ABI
ABI objects
Getter at block 21287422
circulationStartTime() view returns (uint256)
1522662235
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Keyrpto Token
owner() view returns (address)
0x01108eec920ef4b40edf9249adea818299bf6344
paused() view returns (bool)
false
symbol() view returns (string)
KYT
teamTokensMinted() view returns (bool)
true
teamWallet() view returns (address)
0xcb6139abd6c0c8285cac91e878c92ffeafb2df5e
totalSupply() view returns (uint256)
997289588518338000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintTeamTokens(uint256 _extraTokensMintedDuringPresale)
pause()
setTeamWallet(address _teamWallet)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burnedFrom, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.