CheddaToken
Verified contract
Active on
Ethereum with 9,516 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 |
---|---|---|---|---|---|
CHEDDAMAX | ERC-20 | 49.796899B | -- | -- | |
Clytie | ERC-20 | 2.976604B | -- | -- | |
CHEDDA | ERC-20 | 1.793323M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262427 | a day ago | | | 0 | 0.00029096275 | |
| 21260553 | a day ago | | | 0 | 0.00045735429 | |
| 21253458 | 2 days ago | | | 0 | 0.00023378015 | |
| 21240539 | 4 days ago | | | 0 | 0.00054958962 | |
| 21238533 | 5 days ago | | | 0 | 0.00098610162 | |
| 21229997 | 6 days ago | | | 0 | 0.00086726110 | |
| 21219609 | 7 days ago | | | 0 | 0.00024505134 | |
| 21219588 | 7 days ago | | | 0 | 0.00037085031 | |
| 21217682 | 7 days ago | | | 0 | 0.00061282418 | |
| 21207428 | 9 days ago | | | 0 | 0.00046898953 |
ABI
ABI objects
Getter at block 21270902
decimals() view returns (uint8)
18
getUnlockTime() view returns (uint256)
0
name() view returns (string)
Chedda Token
owner() view returns (address)
0x763cfa5b0eb7bb2e54100010c5a8fc44d1dde714
symbol() view returns (string)
CHEDDA
totalSupply() view returns (uint256)
98394559931710533584014721271
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExcludeFromFee(address account, bool excluded)
transfer(address recipient, uint256 amount) 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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.