King Of Catering (Entertainment)
Verified contract
Active on
Ethereum with 2,994 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 |
---|---|---|---|---|---|
KOC | ERC-20 | 1.39975K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583520 | 2 years ago | | | 0 | 0.0015037093 | |
| 13463478 | 3 years ago | | | 0 | 0.0036172778 | |
| 10565040 | 4 years ago | | | 0 | 0.0036331750 | |
| 10559582 | 4 years ago | | | 0 | 0.0038820743 | |
| 10559539 | 4 years ago | | | 0 | 0.0040935895 | |
| 10549407 | 4 years ago | | | 0 | 0.0029043971 | |
| 10481993 | 4 years ago | | | 0 | 0.0030478451 | |
| 10379953 | 4 years ago | | | 0 | 0.0011409111 | |
| 10318988 | 4 years ago | | | 0 | 0.00090716500 | |
| 10288548 | 4 years ago | | | 0 | 0.0012599356 |
ABI
ABI objects
Getter at block 21164370 pauseStatus() view returns (bool)
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
King Of Catering (Entertainment)
paused() view returns (bool)
false
symbol() view returns (string)
KOC
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allBalance(address _owner) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256)
availableBalance(address _owner) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
vestingRelease(uint256 _startTime, uint256 _initReleaseAmount, uint256 _amount, uint256 _interval, uint256 _periods) view returns (uint256)
vestingReleaseFunc(uint256 _endTime, uint256 _startTime, uint256 _initReleaseAmount, uint256 _amount, uint256 _interval, uint256 _periods) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchTransfer(address[] _to, uint256[] _amount) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
setPause()
setResume()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AssetLock(address indexed to, uint256 startTime, uint256 initReleaseAmount, uint256 amount, uint256 interval, uint256 periods)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _master)
This contract contains no fallback and receive objects.
This contract contains no error objects.