FiveKMKMT
Verified contract
Active on
Ethereum with 1,521 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 |
---|---|---|---|---|---|
KMT | ERC-20 | 10.516K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21121437 | 19 days ago | | | 0 | 0.00013066009 | |
| 20995668 | a month ago | | | 0 | 0.00023241509 | |
| 20950994 | a month ago | | | 0 | 0.0011550525 | |
| 20805654 | 2 months ago | | | 0 | 0.00026120126 | |
| 20805649 | 2 months ago | | | 0 | 0.00040499467 | |
| 20611302 | 3 months ago | | | 0 | 0.000031631645 | |
| 20538720 | 3 months ago | | | 0 | 0.000027335818 | |
| 20413264 | 4 months ago | | | 0 | 0.00021755136 | |
| 20412311 | 4 months ago | | | 0 | 0.00010687042 | |
| 20319826 | 4 months ago | | | 0 | 0.00024177389 |
ABI
ABI objects
Getter at block 21256452
DOMAIN_SEPARATOR() view returns (bytes32)
0x743b5acda3f77a5ba7271e9920ce6ecafd5a73f1aafa445468f7132ab8b09fdf
decimals() view returns (uint8)
18
name() view returns (string)
FiveKM KMT
owner() view returns (address)
0x4cca9b32174d7f554d79801713d4f1c9bcde4f9f
symbol() view returns (string)
KMT
totalSupply() view returns (uint256)
150000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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.