SwapProxy
Verified contract
Active on
Ethereum with 8,750 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x382f…2ba1
Balances ($6.85)
Native
Value
$6.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002064 | $3,321.93 |
$6.85 | |
NIFITY | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17785393 | a year ago | | | 0.0020635213 | 0.0010270378 | |
| 11792759 | 4 years ago | | | 0.22 | 0.023579275 | |
| 11792668 | 4 years ago | | | 0 | 0.037584580 | |
| 11792663 | 4 years ago | | | 0.55518707 | 0.035557500 | |
| 11792579 | 4 years ago | | | 1 | 0.046961145 | |
| 11792507 | 4 years ago | | | 0 | 0.18350376 | |
| 11792503 | 4 years ago | | | 0.62320828 | 0.087934862 | |
| 11792453 | 4 years ago | | | 0 | 0.045259503 | |
| 11792428 | 4 years ago | | | 0 | 0.056280972 | |
| 11792414 | 4 years ago | | | 0.99752431 | 0.039712330 |
ABI
ABI objects
Getter at block 21168486
getBeneficiary() view returns (address)
0x382ffce2287252f930e1c8dc9328dac5bf282ba1
getUniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
owner() view returns (address)
0x99906acfb4863e73b7efe764da3e14bcf6b41d2b
Read-only
This contract contains no read-only function objects.
State-modifying
Events approve(address[] tokens)
renounceOwnership()
setBeneficiary(address beneficiary)
swapETHForTokens(address toERC20, uint256 minAmount, uint256 fee) payable
swapTokensForETH(address fromERC20, uint256 fromAmount, uint256 minAmount, uint256 fee) payable
swapTokensForTokens(address fromERC20, address toERC20, uint256 fromAmount, uint256 minAmount, uint256 fee) payable
transferOwnership(address newOwner)
BeneficiaryUpdate(address indexed beneficiary)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensTraded(address indexed sender, address indexed from, address indexed to, uint256 fromAmount, uint256 toAmount, uint256 fee)
constructor(address uniswapV2Router, address beneficiary, address WETH)
receive()
This contract contains no error objects.