CoinDeal Token
Verified contract
Active on
Ethereum with 5,522 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 |
---|---|---|---|---|---|
CDL | ERC-20 | 504 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19828060 | 6 months ago | | | 0 | 0.00018513870 | |
| 17006853 | 2 years ago | | | 0 | 0.00057735483 | |
| 16798997 | 2 years ago | | | 0 | 0.0012227261 | |
| 16797990 | 2 years ago | | | 0 | 0.0010195484 | |
| 16698790 | 2 years ago | | | 0 | 0.0012490146 | |
| 16643977 | 2 years ago | | | 0 | 0.0023746666 | |
| 16633012 | 2 years ago | | | 0 | 0.0014828486 | |
| 16632989 | 2 years ago | | | 0 | 0.0012507317 | |
| 16547216 | 2 years ago | | | 0 | 0.0011126287 | |
| 16519816 | 2 years ago | | | 0 | 0.00075434718 |
ABI
ABI objects
Getter at block 21172823
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
CoinDeal Token
owner() view returns (address)
0xcf8b4de779c0c55b10986b62c4c1f970daf34a5b
symbol() view returns (string)
CDL
totalSupply() view returns (uint256)
50000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) 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)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transfer(address recipient, uint256 amount, bytes data) 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)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(string name, string symbol, uint8 decimals, uint256 supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.