Balances ($0.00)
No balances found for "kfc.cash"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17421676 | a year ago | | | 0 | 0.0014902088 | |
| 12447859 | 4 years ago | | | 0 | 0.0053579650 | |
| 12309869 | 4 years ago | | | 0 | 0.0015819375 | |
| 11736327 | 4 years ago | | | 0 | 0.0025617918 | |
| 11733613 | 4 years ago | | | 0 | 0.0026722725 | |
| 11728714 | 4 years ago | | | 0 | 0.0026917055 | |
| 11713175 | 4 years ago | | | 0 | 0.0029586515 | |
| 11712815 | 4 years ago | | | 0 | 0.0027806875 | |
| 11712653 | 4 years ago | | | 0 | 0.0026694600 | |
| 11712119 | 4 years ago | | | 0 | 0.0024914960 |
ABI
ABI objects
Getter at block 21205335
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
kfc.cash
operator() view returns (address)
0x2dfb56f0e725a30c544e63f7c8e158078139118a
owner() view returns (address)
0x2dfb56f0e725a30c544e63f7c8e158078139118a
symbol() view returns (string)
KFS
totalSupply() view returns (uint256)
1200001000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) 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 recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
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.