Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Etheroll | ERC-20 | 388.610511M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20750896 | 2 months ago | | | 0 | 0.00013029874 | |
| 20739466 | 2 months ago | | | 0 | 0.00014430293 | |
| 20739369 | 2 months ago | | | 0 | 0.000096861392 | |
| 20738932 | 2 months ago | | | 0 | 0.00010046996 | |
| 20738906 | 2 months ago | | | 0 | 0.00010796886 | |
| 20737417 | 2 months ago | | | 0 | 0.00026877801 | |
| 20737319 | 2 months ago | | | 0 | 0.00033777310 | |
| 20737275 | 2 months ago | | | 0 | 0.00036437102 | |
| 20737214 | 2 months ago | | | 0 | 0.00025656143 | |
| 20737192 | 2 months ago | | | 0 | 0.00029289005 |
ABI
ABI objects
Getter at block 21176511
decimals() view returns (uint8)
18
feeOnBuy() view returns (uint256)
4
feeOnSell() view returns (uint256)
4
feeReceiver() view returns (address)
0xdb990e89b510d76dc7a74b5c5f506629d2e7a685
maxSwapPerBlock() view returns (uint256)
2
maxWalletAmount() view returns (uint256)
3000000000000000000000000000
maxWalletLimitEnabled() view returns (bool)
false
name() view returns (string)
Etheroll
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
2000000000000000000000000000
symbol() view returns (string)
Etheroll
totalSupply() view returns (uint256)
100000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x4e9acb9f351376d10385017c33f84e51f9639a87
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxWalletLimit(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeFeeReceiver(address _feeReceiver)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxWallet(address account, bool exclude)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setEnableMaxWalletLimit(bool enable)
setMaxWalletAmount(uint256 _maxWalletAmount)
setSwapTokensAtAmount(uint256 newAmount, bool _swapEnabled, uint256 _maxSwapPerBlock)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _feeOnSell, uint256 _feeOnBuy)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromMaxWalletLimit(address indexed account, bool isExcluded)
FeeReceiverChanged(address feeReceiver)
MaxWalletLimitAmountChanged(uint256 maxWalletAmount)
MaxWalletLimitStateChanged(bool maxWalletLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndSendFee(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
TradingEnabled(bool tradingEnabled)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateFees(uint256 feeOnBuy, uint256 feeOnSell)
constructor()
receive()
This contract contains no error objects.