KangWifHat
Verified contract
Active on
Ethereum with 51 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 |
---|---|---|---|---|---|
kWIF | ERC-20 | 460.188778M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20417544 | 4 months ago | | | 0 | 0.00015007774 | |
| 20265825 | 5 months ago | | | 0 | 0.00016462693 | |
| 20230306 | 5 months ago | | | 0 | 0.00030165104 | |
| 19924499 | 7 months ago | | | 0 | 0.00041839824 | |
| 19915842 | 7 months ago | | | 0 | 0.00045580734 | |
| 19915676 | 7 months ago | | | 0 | 0.00071414331 | |
| 19915676 | 7 months ago | | | 0 | 0.00071414331 | |
| 19863228 | 7 months ago | | | 0 | 0.00054486010 | |
| 19855712 | 7 months ago | | | 0 | 0.00015554630 | |
| 19852016 | 7 months ago | | | 0 | 0.00024885196 |
ABI
ABI objects
Getter at block 21399572
decimals() view returns (uint8)
18
getFees() view returns (uint256 _buyFee, uint256 _sellFee)
(_buyFee=4, _sellFee=5)
name() view returns (string)
KangWifHat
owner() view returns (address)
0x5540469af0968ce2cf9ec4b42799d641503946b4
symbol() view returns (string)
kWIF
totalSupply() view returns (uint256)
7000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawToken()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrawToken(uint256 amount)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)