Eternal Cash
Verified contract
Active on
Ethereum with 732 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 "Eternal Cash"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20900537 | a month ago | | | 0 | 0.00048264039 | |
| 20900534 | a month ago | | | 0 | 0.00072168067 | |
| 20573173 | 3 months ago | | | 0 | 0.000038695498 | |
| 20570882 | 3 months ago | | | 0 | 0.000074169637 | |
| 17001487 | 2 years ago | | | 0 | 0.00055153566 | |
| 17001486 | 2 years ago | | | 0 | 0.00053787299 | |
| 16630843 | 2 years ago | | | 0 | 0.0016521078 | |
| 16629109 | 2 years ago | | | 0 | 0.014982011 | |
| 15331563 | 2 years ago | | | 0 | 0.00021848996 | |
| 14394973 | 3 years ago | | | 0 | 0.0015601562 |
ABI
ABI objects
Getter at block 21185241
_totalSupply() view returns (uint256)
37927293131525908794087598
basePercent() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
Eternal Cash
symbol() view returns (string)
EC
taxMode() view returns (bool)
true
totalSupply() view returns (uint256)
37927293131525908794087598
tsfMode() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
amountToTake(uint256 value) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findPercent(uint256 value) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue)
enableTAXMode()
increaseAllowance(address spender, uint256 addedValue)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.