Crypto Daily Token
Verified contract
Active on
Ethereum with 1,328 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 |
---|---|---|---|---|---|
CRDT | ERC-20 | 433.414431K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21091849 | a month ago | | | 0 | 0.00025231848 | |
| 21050737 | a month ago | | | 0 | 0.00031687277 | |
| 20696374 | 3 months ago | | | 0 | 0.000048577501 | |
| 20453575 | 4 months ago | | | 0 | 0.000065055200 | |
| 20415422 | 4 months ago | | | 0 | 0.000040627047 | |
| 20415418 | 4 months ago | | | 0 | 0.000039768036 | |
| 20415417 | 4 months ago | | | 0 | 0.000043689185 | |
| 20415413 | 4 months ago | | | 0 | 0.000040940097 | |
| 20415411 | 4 months ago | | | 0 | 0.000041392136 | |
| 20415410 | 4 months ago | | | 0 | 0.000038936938 |
ABI
ABI objects
Getter at block 21312843
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Crypto Daily Token
owner() view returns (address)
0xe6ec75f3ab35023cb4122926458d135961507738
paused() view returns (bool)
false
symbol() view returns (string)
CRDT
totalSupply() view returns (uint256)
300000000000000000000000000
unlockTime() pure returns (uint256)
1619827200
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExchange(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addExchange(address account)
addPauser(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceExchange()
renouncePauser()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
ExchangeAdded(address indexed account)
ExchangeRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.