FireBotRouter
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd042…7103
Balances ($2.04)
Native
Value
$2.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000533 | $3,833.24 |
$2.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18414846 | a year ago | | | 0 | 0.016722740 | |
| 18414844 | a year ago | | | 0.03 | 0.0091227361 | |
| 18414842 | a year ago | | | 0.03 | 0.0093450648 | |
| 18414836 | a year ago | | | 0 | 0.0097359339 | |
| 18414834 | a year ago | | | 0.03 | 0.0078129693 | |
| 18414829 | a year ago | | | 0 | 0.014044312 | |
| 18414827 | a year ago | | | 0.03 | 0.0074283267 | |
| 18414811 | a year ago | | | 0.01 | 0.0090705577 | |
| 18412449 | a year ago | | | 0.1 | 0.0036151076 |
ABI
ABI objects
Getter at block 21382653
fireBot() view returns (address)
0xd04202abd9568a8a8798484ca1bd8778411f7103
holderRewards() view returns (uint256)
3514888064457221
minShareBalance() view returns (uint256)
200
mmFee() view returns (uint256)
1
owner() view returns (address)
0x7de6e096e6acf1c058b705233f4858bae5b2824a
swapFee() view returns (uint256)
10
teamFee() view returns (uint256)
6
teamWallet() view returns (address)
0xaff9b8cae7cab534bec62d0b660b3c187d749193
uniswapV2Pair() view returns (address)
0x0000000000000000000000000000000000000000
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
claimableAmount(address account) view returns (uint256 userRewards)
getEthSignedMessageHash(bytes32 _messageHash) pure returns (bytes32)
getMessageHash(address account, uint256 _nonce) pure returns (bytes32)
recoverSigner(bytes32 _ethSignedMessageHash, bytes _signature) pure returns (address)
splitSignature(bytes sig) pure returns (bytes32 r, bytes32 s, uint8 v)
State-modifying
Events cliamRewards()
renounceOwnership()
swapEthForTokens(address[] path) payable
swapEthForTokensForMM(address[] path, uint256 _nonce, bytes signature) payable
swapTokensForEth(uint256 tokenAmount, address[] path)
swapTokensForEthForMM(uint256 tokenAmount, address[] path, uint256 _nonce, bytes signature)
transferOwnership(address newOwner)
updateFireBot(address _fireBot)
updateMMFee(uint256 _mmFee)
updateMinShareBalance(uint256 _minShareBalance)
updateSwapFee(uint256 _swapFee)
updateTeamFee(uint256 _teamFee)
updateTeamWallet(address _teamWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _uniswapV2Router, address _teamWallet, address _fireBot)
receive()
This contract contains no error objects.