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 "Edith"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16878138 | 2 years ago | | | 0 | 0.00040162683 | |
| 16640572 | 2 years ago | | | 0 | 0.0013339281 | |
| 16384042 | 2 years ago | | | 0 | 0.00068964210 | |
| 16349164 | 2 years ago | | | 0 | 0.0045371442 | |
| 16306469 | 2 years ago | | | 0 | 0.00074943270 | |
| 15283824 | 2 years ago | | | 0 | 0.00027664628 | |
| 15259548 | 2 years ago | | | 0 | 0.00036946334 | |
| 15233561 | 2 years ago | | | 0 | 0.0014378867 | |
| 15233545 | 2 years ago | | | 0 | 0.00070923756 | |
| 15189549 | 2 years ago | | | 0 | 0.00041155638 |
ABI
ABI objects
Getter at block 21211118
decimals() pure returns (uint8)
5
getTaxMaximumCutoff() view returns (uint256)
50
getTaxRates() view returns (uint256, uint256)
(0, 1)
getTaxableState() view returns (bool)
true
name() pure returns (string)
Edith
numExcluded() view returns (uint256)
5
owner() view returns (address)
0xf2b0512dabc4b2632848899c82d3657617f987ec
rSupply() view returns (uint256)
81046206265552479961492180268717916341
symbol() pure returns (string)
EDTH
totalFees() view returns (uint256)
36343918006
totalSupply() pure returns (uint256)
1000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateTax(uint256 tAmount) view returns (uint256)
isCompletelyExcluded(address account) view returns (bool)
isExcluded(address account) view returns (bool)
rOwned(address account) view returns (uint256)
viewExcluded(uint256 n) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
completelyExcludeAccount(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
resetRSupply() returns (bool)
setTaxMaximumCutoff(uint256 cutoff) returns (bool)
setTaxRates(uint256 LB, uint256 UB) returns (bool)
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.