WithdrawLiquidityProxy
Verified contract
Active on
Ethereum with 22 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfd11…48b2
Balances ($0.00)
No balances found for "WithdrawLiquidityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15078409 | 2 years ago | | | 0 | 0.0024449400 | |
| 14658969 | 3 years ago | | | 0 | 0.025702500 | |
| 14555964 | 3 years ago | | | 0 | 0.025702500 | |
| 14523084 | 3 years ago | | | 0 | 0.024450400 | |
| 14402005 | 3 years ago | | | 0 | 0.0054074000 | |
| 14401939 | 3 years ago | | | 0 | 0.0054074000 | |
| 14319010 | 3 years ago | | | 0 | 0.024450400 | |
| 14301662 | 3 years ago | | | 0 | 0.024449400 | |
| 14301518 | 3 years ago | | | 0 | 0.024450400 | |
| 14301479 | 3 years ago | | | 0 | 0.024449400 |
ABI
ABI objects
Getter at block 21441476
FEE_PRECISION() view returns (uint256)
1000000
actionFee() view returns (uint256)
0
feeDepositAddress() view returns (address)
0x8283ac36fa5de9c987424474af226bfbb985c666
getAgentManager() view returns (address)
0xfd113b9a1ae64f9402c7aeb2db2ca865ba3848b2
isOwner() view returns (bool)
false
owner() view returns (address)
0x8283ac36fa5de9c987424474af226bfbb985c666
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
userAgent(address) view returns (uint256)
State-modifying
Events renounceOwnership()
setActionFee(uint256 _actionFee) returns (bool)
setFeeDepositAddress(address _feeDepositAddress) returns (bool)
transferOwnership(address newOwner)
updateAgentManagerContract(address agentManagerAddress) returns (bool)
updateRouterContract(address uniswapRouterAddress) returns (bool)
withdrawAll(string agentId, address user, uint256 amount, address pairAddress) returns (bool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
feeDeposited(address indexed depositAddress, address indexed tokenAddress, uint256 indexed amount)
fundsWithdrawn(address indexed user, address indexed pairAddress, address tokenA, address tokenB, uint256 amountA, uint256 amountB)
constructor(address uniswapRouterAddress, address agentManagerAddress, uint256 actionFee, address feeDepositAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.