KinMall
Verified contract
Active on
Ethereum with 36,893 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001881 |
$0 | |
CCEC | ERC-20 | 1K | -- | -- | |
WDT | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15216683 | 2 years ago | | | 0 | 0.0011543176 | |
| 13757657 | 3 years ago | | | 0 | 0.0035391940 | |
| 13757652 | 3 years ago | | | 0 | 0.0025633140 | |
| 13365432 | 3 years ago | | | 0 | 0.0050452340 | |
| 13139852 | 3 years ago | | | 0 | 0.0030861961 | |
| 13139710 | 3 years ago | | | 0 | 0.0052228590 | |
| 12429985 | 4 years ago | | | 0 | 0.0056557783 | |
| 12248808 | 4 years ago | | | 0 | 0.0018313333 | |
| 12245858 | 4 years ago | | | 0 | 0.0044348310 | |
| 12189912 | 4 years ago | | | 0 | 0.0024988373 |
ABI
ABI objects
Getter at block 21245201
decimals() view returns (uint8)
18
name() view returns (string)
KinMall
owner() view returns (address)
0xaa6e26dc64042001f8bb8f82cf2e8582fec5d42b
symbol() view returns (string)
KM
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
lockTime(address) view returns (uint256)
lockValue(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
lock(address _to, uint256 _value, uint256 _time)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlock(address _to)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Lock(address indexed ac, uint256 value, uint256 time)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.