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 "FomoBot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20471013 | 3 months ago | | | 0 | 0.0012373085 | |
| 20469448 | 3 months ago | | | 0.137 | 0.00035550861 | |
| 20467349 | 3 months ago | | | 0 | 0.00068685968 | |
| 20465171 | 3 months ago | | | 0.168 | 0.00052860317 | |
| 20459009 | 3 months ago | | | 0.5 | 0.098029922 | |
| 20459005 | 3 months ago | | | 0.5 | 0.094389227 | |
| 20459003 | 3 months ago | | | 0.5 | 0.082387786 | |
| 20458998 | 3 months ago | | | 0.1 | 0.081253499 | |
| 20457596 | 3 months ago | | | 0.1 | 0.00056085488 | |
| 20446231 | 3 months ago | | | 0.0025 | 0.00024995102 |
ABI
ABI objects
Getter at block 21159936
feeAddress() view returns (address)
0xaadcdec98ce6c560c6e4b1c2b1b31258d5c1af9a
owner() view returns (address)
0x87668df194f50bea46f021a09ee2b361eeba3617
platformFee() view returns (uint256)
100
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyToken(address token, uint256 minTokenAmount) payable
buyTokenWithTax(address token, uint256 minTokenAmount) payable
renounceOwnership()
sellToken(address token, uint256 tokenAmount, uint256 minEthAmount) returns (uint256 ethAmount)
sellTokenWithTax(address token, uint256 tokenAmount, uint256 minEthAmount) returns (uint256 ethAmount)
setFee(uint256 fee)
setFeeAddress(address _feeAddress)
transferOwnership(address newOwner)
withdrawFunds(address wallet)
withdrawTokens(address token, address wallet)
FeeAddressUpdated(address feeAddress)
FeeReceived(uint256 feeAmount)
FeeUpdated(uint256 fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenBought(address token, uint256 amount)
TokenSold(address token, uint256 ethAmount)
constructor(address _router)
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)