ProphetRouterV1
Verified contract
Active on
Ethereum with 24,660 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13,414.60)
Native
Value
$13,414.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.087362 | $3,281.97 |
$13,414.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245097 | an hour ago | | | 0.015 | 0.0050258886 | |
| 21244999 | 2 hours ago | | | 0.015 | 0.0034709478 | |
| 21243892 | 5 hours ago | | | 0.015 | 0.0040815875 | |
| 21243890 | 5 hours ago | | | 0.015 | 0.0040020175 | |
| 21243543 | 7 hours ago | | | 0 | 0.0043420448 | |
| 21243118 | 8 hours ago | | | 0.015 | 0.0031063797 | |
| 21242412 | 10 hours ago | | | 0.015 | 0.0032441694 | |
| 21242410 | 10 hours ago | | | 0.015 | 0.0032943230 | |
| 21239499 | 20 hours ago | | | 0.015 | 0.0031883720 | |
| 21239499 | 20 hours ago | | | 0.015 | 0.0034117817 |
ABI
ABI objects
Getter at block 21245524
FEE_MAX() view returns (uint256)
1000
MAX_BIPS() view returns (uint256)
10000
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
getContractBalance() view returns (uint256)
4087361596145702825
maxBuyEtherLimit() view returns (uint256)
500000000000000000
maxBuyScale() view returns (uint256)
6900
maxRetry() view returns (uint256)
10
owner() view returns (address)
0xc50c0408247e3e2dccab28f3c098cbb0df12647d
pendingOwner() view returns (address)
0xc50c0408247e3e2dccab28f3c098cbb0df12647d
Read-only
getAmountIn(uint256 amountOut, uint256 reserveIn, uint256 reserveOut) pure returns (uint256 amountIn)
getAmountOut(uint256 amountIn, uint256 reserveIn, uint256 reserveOut) pure returns (uint256 amountOut)
getAmountsIn(uint256 amountOut, address[] path) view returns (uint256[] amounts)
getAmountsOut(uint256 amountIn, address[] path) view returns (uint256[] amounts)
getPathForTokenToToken(bool swapETH, address tokenAddr) pure returns (address[])
quote(uint256 amountA, uint256 reserveA, uint256 reserveB) pure returns (uint256 amountB)
tokenToEther(address) view returns (uint256)
State-modifying
Events ProphetBuy(uint256 amountOutMin, address tokenAddress, address to, uint256 deadline, uint256 fee) payable
ProphetMaxBuy(uint256 amountOutMin, address tokenAddress, address to, uint256 deadline, uint256 fee) payable
ProphetSell(uint256 amountIn, uint256 amountOutMin, address tokenAddress, uint256 deadline, uint256 fee)
ProphetSmartSell(uint256 amountOut, uint256 amountInMax, address tokenAddress, uint256 deadline, uint256 fee)
acceptOwnership()
setMaxBuyEtherLimit(uint256 newLimit)
setTokenToEther(address token, uint256 value)
transferOwnership(address newOwner)
updateMaxBuyScale(uint256 newMaxBuyScale)
updateMaxRetry(uint256 newMaxRetry)
withdraw(address _token)
withdrawETH()
MaxBuyEtherLimitUpdated(uint256 newMaxBuyEtherLimit, address indexed updatedBy)
MaxBuyScaleUpdated(uint256 newMaxBuyScale, address indexed updatedBy)
MaxRetryUpdated(uint256 newMaxRetry, address indexed updatedBy)
OwnershipChanged(address indexed newOwner)
OwnershipTransferStarted(address indexed Owner, address indexed newOwner)
ProphetFee(uint256 feeAmount, address indexed user)
ProphetFeeUpdated(uint256 newfee, address indexed updatedBy)
tokenToEtherChanged(address indexed token, uint256 indexed value)
constructor()
receive()
This contract contains no error objects.