KRYPTORO Coin
Verified contract
Active on
Ethereum with 491 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "KRYPTORO Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17464097 | a year ago | | | 0 | 0.00050311388 | |
| 17464055 | a year ago | | | 0 | 0.00091453536 | |
| 16627183 | 2 years ago | | | 0 | 0.00071684422 | |
| 16469024 | 2 years ago | | | 0 | 0.00084405409 | |
| 16353935 | 2 years ago | | | 0 | 0.00075965962 | |
| 16138952 | 2 years ago | | | 0 | 0.00070728815 | |
| 16138920 | 2 years ago | | | 0 | 0.00050734464 | |
| 15780443 | 2 years ago | | | 0 | 0.00070818000 | |
| 15740051 | 2 years ago | | | 0 | 0.0024484131 | |
| 15740042 | 2 years ago | | | 0 | 0.0020167655 |
ABI
ABI objects
Getter at block 21317986
INITIAL_SUPPLY() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
KRYPTORO Coin
owner() view returns (address)
0xed440a72e5213b85ef960b5fb2b3f0312cf8d0dc
symbol() view returns (string)
KTO
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
destroy()
destroyAndSend(address _recipient)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
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)
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.