King of Diamonds Coin
Verified contract
Active on
Ethereum with 195 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CAW | ERC-20 | 275.591023M | $0.00 |
$17.09 | |
KODCOIN | ERC-20 | 16 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17009619 | 2 years ago | | | 0 | 0.00051522002 | |
| 16086928 | 2 years ago | | | 0 | 0.00030222860 | |
| 15454094 | 2 years ago | | | 0 | 0.0011421148 | |
| 15234654 | 2 years ago | | | 0 | 0.00029994460 | |
| 14655903 | 3 years ago | | | 0 | 0.0016164958 | |
| 14643722 | 3 years ago | | | 0 | 0.00057365960 | |
| 14637571 | 3 years ago | | | 0 | 0.0025953958 | |
| 14629458 | 3 years ago | | | 0 | 0.0031121143 | |
| 14628303 | 3 years ago | | | 0 | 0.0025362906 | |
| 14627093 | 3 years ago | | | 0 | 0.0020508661 |
ABI
ABI objects
Getter at block 21442239
airdropBal() view returns (uint256)
1960784000000000000000000
decimals() view returns (uint8)
18
maxWalletBal() view returns (uint256)
50000000000000000000000000
name() view returns (string)
King of Diamonds Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
KODCOIN
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
Limtcheck(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events ExcludeLimitcheck(address _addr, bool _status)
airdrop(address[] addr)
approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAirdrop(uint256 _amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxWallet(uint256 _amount)
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.