Ethereum 2.0
Verified contract
Active on
Ethereum with 8 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 2.0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17594388 | a year ago | | | 0 | 0.0017433078 | |
| 17592282 | a year ago | | | 0 | 0.0012853299 | |
| 17592267 | a year ago | | | 0 | 0.0012734981 | |
| 17592263 | a year ago | | | 0 | 0.0021055293 | |
| 17592262 | a year ago | | | 0 | 0.0032257973 | |
| 17592261 | a year ago | | | 0 | 0.0032747567 | |
| 17592256 | a year ago | | | 0 | 0.0021100016 | |
| 17591126 | a year ago | | | 0 | 0.0012484260 |
ABI
ABI objects
Getter at block 21377806
buyTax() view returns (uint256)
0
decimals() pure returns (uint8)
18
name() view returns (string)
Ethereum 2.0
owner() view returns (address)
0xcaf86c508a4cf52a765b8a51677b939d2e2f3007
sellTax() view returns (uint256)
1
symbol() view returns (string)
ETH2.0
totalSupply() view returns (uint256)
420000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xde322704101a75c9c99b0aa93493a94e04d1a572
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeTax(uint8 _buy, uint8 _sell)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromTax(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
removeTax()
renounceOwnership()
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.