Ethereum Cash
Verified contract
Active on
Ethereum with 913 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 "Ethereum Cash"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19774657 | 6 months ago | | | 0 | 0.0010153179 | |
| 18191106 | a year ago | | | 0 | 0.00088650930 | |
| 17065819 | 2 years ago | | | 0 | 0.00067882689 | |
| 16836713 | 2 years ago | | | 0 | 0.0012916400 | |
| 15901076 | 2 years ago | | | 0 | 0.00063503134 | |
| 15750610 | 2 years ago | | | 0 | 0.0025685192 | |
| 15614302 | 2 years ago | | | 0 | 0.00062052600 | |
| 15428399 | 2 years ago | | | 0 | 0.00032363657 | |
| 15317988 | 2 years ago | | | 0 | 0.00050821200 | |
| 15082659 | 2 years ago | | | 0 | 0.0013476225 |
ABI
ABI objects
Getter at block 21094889
currentDelayTime() view returns (uint16)
1
decimals() view returns (uint8)
9
isDelay() view returns (bool)
true
name() view returns (string)
Ethereum Cash
owner() view returns (address)
0x97881798dd72cd894c3e369dc805895a6c3e1577
symbol() view returns (string)
eCash
totalFees() view returns (uint256)
304287014792441539050
totalSupply() view returns (uint256)
1000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
isRouter(address router) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
setBot(address blist) returns (bool)
setDelayTime(uint16 value)
setRouter(address router)
switchDelay()
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.