UniswapV2ProxyDegen
Verified contract
Active on
Ethereum with 5,044 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DADA | ERC-20 | 181.172125 | $0.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242247 | 2 hours ago | | | 0.1 | 0.0022669123 | |
| 21241737 | 4 hours ago | | | 0.0265 | 0.0013220510 | |
| 21241582 | 5 hours ago | | | 0.008 | 0.0011519580 | |
| 21241423 | 5 hours ago | | | 0.009 | 0.0013245966 | |
| 21239922 | 10 hours ago | | | 0.0005 | 0.0013542380 | |
| 21239694 | 11 hours ago | | | 0.005 | 0.0019291834 | |
| 21239373 | 12 hours ago | | | 0.19 | 0.0029747512 | |
| 21239330 | 12 hours ago | | | 0.008 | 0.0022145372 | |
| 21238720 | 14 hours ago | | | 0.028 | 0.0031383173 | |
| 21238043 | 16 hours ago | | | 0.1 | 0.0036248452 |
ABI
ABI objects
Getter at block 21242936
feeReceiver() view returns (address)
0x1f81b85bd58bba5878c45d28fab5877e22979134
owner() view returns (address)
0xd318dd5f1c38a5d1967f44766cbb22af3ff75db2
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
setFeeReceiver(address _feeReceiver)
swapETHForExactTokens(address router, uint256 amountOut, address[] path, address to, uint256 deadline, uint256 feePercetage) payable
swapExactETHForTokens(address router, uint256 amountOutMin, address[] path, address to, uint256 deadline, uint256 feePercetage) payable
swapExactETHForTokensSupportingFeeOnTransferTokens(address router, uint256 amountOutMin, address[] path, address to, uint256 deadline, uint256 feePercetage) payable
swapExactTokensForETH(address router, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline, uint256 feePercentage)
swapExactTokensForETHSupportingFeeOnTransferTokens(address router, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline, uint256 feePercentage)
swapTokensForExactETH(address router, uint256 amountOut, uint256 amountInMax, address[] path, address to, uint256 deadline, uint256 feePercentage)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetFeeReceiver(address indexed oldFeeReceiver, address indexed newFeeReceiver)
constructor(address _feeReceiver)
receive()
This contract contains no error objects.