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 |
---|---|---|---|---|---|
CKCT | ERC-20 | 855.191087K | -- | -- | |
WDT | ERC-20 | 0.0003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20137469 | 5 months ago | | | 0 | 0.00018771786 | |
| 19744043 | 6 months ago | | | 0 | 0.00034539400 | |
| 16738473 | 2 years ago | | | 0 | 0.0014305922 | |
| 16482187 | 2 years ago | | | 0 | 0.00064362262 | |
| 16432170 | 2 years ago | | | 0 | 0.00068188931 | |
| 15817765 | 2 years ago | | | 0 | 0.00076033572 | |
| 14965671 | 2 years ago | | | 0 | 0.0018147514 | |
| 14326632 | 3 years ago | | | 0 | 0.0011387413 | |
| 13802630 | 3 years ago | | | 0 | 0.0022274517 | |
| 13708819 | 3 years ago | | | 0 | 0.0056037610 |
ABI
ABI objects
Getter at block 21159762
decimals() view returns (uint8)
5
name() view returns (string)
CLINK
owner() view returns (address)
0x96545eb5fb4468b0ead976cc7d5314c8f3099959
paused() view returns (bool)
false
symbol() view returns (string)
CKCT
totalSupply() view returns (uint256)
1000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol, uint8 tokenDecimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.