COOL Token
Verified contract
Active on
Ethereum with 1,825 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "COOL Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583562 | 2 years ago | | | 0 | 0.0017386218 | |
| 13466008 | 3 years ago | | | 0 | 0.0025806217 | |
| 13124491 | 3 years ago | | | 0 | 0.0042897001 | |
| 12553739 | 3 years ago | | | 0 | 0.0033118680 | |
| 12553739 | 3 years ago | | | 0 | 0.0033108000 | |
| 11407333 | 4 years ago | | | 0 | 0.0010226580 | |
| 11405095 | 4 years ago | | | 0 | 0.0035636400 | |
| 11405083 | 4 years ago | | | 0 | 0.00063033603 | |
| 11404968 | 4 years ago | | | 0 | 0.0039387600 | |
| 11404945 | 4 years ago | | | 0 | 0.00072038403 |
ABI
ABI objects
Getter at block 21163515
_totalLimit() view returns (uint256)
100000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
COOL Token
owner() view returns (address)
0xeb4c8f8b39a1daea9e22f1a2454c7dd8f64145c3
paused() view returns (bool)
false
symbol() view returns (string)
COOL
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchTransfer(address[] addressList, uint256[] amountList) returns (bool)
burn(uint256 value) returns (bool)
burnFrom(address from, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
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)
Burn(address indexed from, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.