Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,720.46 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21099642 | a month ago | | | 0 | 0.00024010281 | |
| 20508370 | 4 months ago | | | 0 | 0.000030109240 | |
| 20508369 | 4 months ago | | | 0 | 0.000030317287 | |
| 20508366 | 4 months ago | | | 0 | 0.000029682262 | |
| 20508364 | 4 months ago | | | 0 | 0.000029827191 | |
| 20508363 | 4 months ago | | | 0 | 0.000047716044 | |
| 20440232 | 4 months ago | | | 0 | 0.00011292075 | |
| 20394440 | 4 months ago | | | 0 | 0.000046136912 | |
| 20394433 | 4 months ago | | | 0 | 0.000041835707 | |
| 20394430 | 4 months ago | | | 0 | 0.000038563363 |
ABI
ABI objects
Getter at block 21303758
cmContractType() view returns (string)
CMErc20
cmImage() view returns (string)
https://i.ibb.co/pLM1GqW/N5c-GTu-Z9-400x400.jpg
cmURL() view returns (string)
decimals() view returns (uint8)
7
name() view returns (string)
KeepHer
owner() view returns (address)
0x209b0994de16874a624fc4e1e84fd03cbcd2d0b3
symbol() view returns (string)
KPH3R
totalSupply() view returns (uint256)
10000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _setCMImage(string image)
_setCMURL(string url)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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(string name, string symbol, uint256 amount, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.