Port3AggregatorUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 158 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4334…4c26
Balances ($0.00)
No balances found for "Port3AggregatorUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20590438 | 3 months ago | | | 0.001 | 0.00023696507 | |
| 20401226 | 3 months ago | | | 0 | 0.00027723602 | |
| 20400928 | 3 months ago | | | 0.13 | 0.00098853862 | |
| 19685117 | 7 months ago | | | 0.0052858445 | 0.0012699823 | |
| 19126008 | 9 months ago | | | 0.003 | 0.0035554384 | |
| 18969483 | 10 months ago | | | 0 | 0.0060848634 | |
| 18946509 | 10 months ago | | | 0.11 | 0.0039595882 | |
| 18919526 | 10 months ago | | | 0.049995025 | 0.0024171041 | |
| 18919168 | 10 months ago | | | 0 | 0.0026267029 | |
| 18918768 | 10 months ago | | | 0.1 | 0.0017721051 |
ABI
ABI objects
Getter at block 21160614
dexRouter() view returns (address)
0x43348a078c978292ad439331916934eb77244c26
feeRate() view returns (uint256)
5000
feeReceiver() view returns (address)
0x23e88ea388fb4614767890c61477350e37603a6c
owner() view returns (address)
0x91ab414bebb3f86b5708051042b03141f660c13a
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
GetInitializeData(address _owner, address _weth, address _feeReceiver, address _dexRouter, uint256 _feeRate) pure returns (bytes)
getSwapAmounts(address router, bool isOut, uint256 amount, address[] path) view returns (uint256[])
getTotalAmount(uint256 amount) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize(address _owner, address _weth, address _feeReceiver, address _dexRouter, uint256 _feeRate)
rescueFunds(address token, uint256 amount)
setDexRouter(address _dexRouter)
setFee(uint256 _feeRate)
setFeeReceiver(address _receiver)
setOwner(address _owner)
swapEth(uint256 amount) payable returns (uint256 returnAmount)
uniswapV3Swap(address srcToken, address targetToken, uint256 amount, uint256 minReturn, uint256[] pools) payable returns (uint256 returnAmount)
unoswap(address srcToken, address targetToken, uint256 amount, uint256 minReturn, uint256[] pools) payable returns (uint256 returnAmount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Swap(address indexed _sender, string _swapType, address _tokenAddr, address _targetAddr, uint256 _tokenAmount, uint256 _returnAmount, uint256 _fee, uint256[] pools)
constructor(address logic, address admin, bytes data)
fallback()
receive()
receive()
ETHTransferFailed()
ForceApproveFailed()
InsufficientBalance()
SafeTransferFailed()
SafeTransferFromFailed()