KFCCrazythursdayVme50
Verified contract
Active on
Ethereum with 206 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 |
---|---|---|---|---|---|
KFC4 | ERC-20 | 114.622753B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21014601 | a month ago | | | 0 | 0.00028807051 | |
| 18226680 | a year ago | | | 0 | 0.00065819332 | |
| 18107181 | a year ago | | | 0 | 0.00047495504 | |
| 18006311 | a year ago | | | 0 | 0.00059141880 | |
| 17993306 | a year ago | | | 0 | 0.0014911025 | |
| 17993300 | a year ago | | | 0 | 0.0014649690 | |
| 17993279 | a year ago | | | 0 | 0.0015313996 | |
| 17969154 | a year ago | | | 0 | 0.00092636849 | |
| 17866950 | a year ago | | | 0 | 0.00065425161 | |
| 17863350 | a year ago | | | 0 | 0.0018023673 |
ABI
ABI objects
Getter at block 21217475
decimals() view returns (uint8)
18
feeRate() view returns (uint256)
20000000000000000
name() view returns (string)
KFCCrazythursdayVme50
owner() view returns (address)
0x1be620664fcb667868c4f6b56ee162bb1aba0d33
symbol() view returns (string)
KFC4
totalSupply() view returns (uint256)
4000000000000000000000000000000
transferable() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
dutyFree(address) view returns (bool)
pairs(address) view returns (bool)
specials(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlacklist(address[] accounts)
renounceOwnership()
setBlacklist(address[] accounts)
setDutyFree(address account)
setFeeRate(uint256 newRate)
setPair(address account)
setSpecial(address account, bool value)
setTransferable()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawEth(address to)
withdrawToken(address token, address to)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistRemoved(address indexed owner, address[] accounts)
BlacklistSet(address indexed owner, address[] accounts)
DutyFreeSet(address indexed owner, address indexed account, bool indexed value)
FeeRateSet(address indexed owner, uint256 indexed oldRate, uint256 indexed newRate)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairSet(address indexed owner, address indexed account, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.