CDCToken
Verified contract
Active on
Ethereum with 10,694 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 |
---|---|---|---|---|---|
Only | ERC-20 | 20 | -- | -- | |
OLE | ERC-20 | 10 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453058 | 3 months ago | | | 0 | 0.000089860466 | |
| 20453043 | 3 months ago | | | 0 | 0.000052133000 | |
| 20447736 | 3 months ago | | | 0 | 0.00014415991 | |
| 20447707 | 3 months ago | | | 0 | 0.000052133000 | |
| 18626935 | a year ago | | | 0 | 0.0015004659 | |
| 18218687 | a year ago | | | 0 | 0.00040536883 | |
| 18211163 | a year ago | | | 0 | 0.00052429323 | |
| 17113376 | 2 years ago | | | 0 | 0.0020383775 | |
| 16695264 | 2 years ago | | | 0 | 0.0015410294 | |
| 16695244 | 2 years ago | | | 0 | 0.0020854811 |
ABI
ABI objects
Getter at block 21158422
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
CDCToken
owner() view returns (address)
0x617315ed9433de7b902ee3376699ec866bc5d6b3
symbol() view returns (string)
CDC
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) 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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.