Ethereum20
Verified contract
Active on
Ethereum with 106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x408f…3e35
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH20 | ERC-20 | 10.080623M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17913931 | a year ago | | | 0 | 0.0013702809 | |
| 17911361 | a year ago | | | 0 | 0.00031781674 | |
| 17911331 | a year ago | | | 0 | 0.00031768768 | |
| 17911325 | a year ago | | | 0 | 0.00052936964 | |
| 17907097 | a year ago | | | 0 | 0.00090472129 | |
| 17906500 | a year ago | | | 0 | 0.00084338717 | |
| 17906027 | a year ago | | | 0 | 0.00055771783 | |
| 17905359 | a year ago | | | 0 | 0.00060096395 | |
| 17905034 | a year ago | | | 0 | 0.00055842098 | |
| 17905022 | a year ago | | | 0 | 0.00050845295 |
ABI
ABI objects
Getter at block 21392519
_maxTaxSwap() view returns (uint256)
10000000000000000
_maxTxAmount() view returns (uint256)
1000000000000000000
_maxWalletSize() view returns (uint256)
1000000000000000000
_taxSwapThreshold() view returns (uint256)
10000000000000000
decimals() pure returns (uint8)
9
name() pure returns (string)
Ethereum20
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
ETH20
totalSupply() pure returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address a) view returns (bool)
State-modifying
Events addBots(address[] bots_)
approve(address spender, uint256 amount) returns (bool)
delBots(address[] notbot)
openTrading()
removeLimits()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTxAmountUpdated(uint256 _maxTxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.