ETH Bundler
Verified contract
Active on
Ethereum with 213 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x805f…9eb1
0x5a9a…a9bb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EBN | ERC-20 | 1.419441M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21170177 | 20 days ago | | | 0 | 0.0012443542 | |
| 21008545 | a month ago | | | 0 | 0.00055062473 | |
| 21008545 | a month ago | | | 0 | 0.00055062473 | |
| 21008544 | a month ago | | | 0 | 0.00055785899 | |
| 21008544 | a month ago | | | 0 | 0.00055785899 | |
| 21008544 | a month ago | | | 0 | 0.00055785899 | |
| 21008544 | a month ago | | | 0 | 0.00055785899 | |
| 21008544 | a month ago | | | 0 | 0.00055785899 | |
| 21008544 | a month ago | | | 0 | 0.00055785899 | |
| 21008544 | a month ago | | | 0 | 0.00055785899 |
ABI
ABI objects
Getter at block 21315507
buyFee() view returns (uint256)
5
decimals() pure returns (uint8)
18
maxAmountPerTx() view returns (uint256)
1000000000000000000000000000
maxAmountPerWallet() view returns (uint256)
1000000000000000000000000000
name() pure returns (string)
ETH Bundler
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
5
symbol() pure returns (string)
EBN
totalSupply() pure returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x497abdf2e62125a1d226a32069eb3cc8746e3582
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)
manualSwap()
openTrade() payable
renounceOwnership()
setDevWallet(address _devWallet)
setFee(uint256 _initialBuyFee, uint256 _initialSellFee, uint256 _buyFee, uint256 _sellFee)
setLimits(uint256 _maxAmountPerTx, uint256 _maxAmountPerWallet)
setMarketWallet(address _marketWallet)
setMaxSwapTokenAmount(uint256 _maxSwapTokenAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withDrawToken()
withdrawEth()
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(address _marketWallet)
receive()
This contract contains no error objects.