LiquidityPoolManager
Verified contract
Active on
Ethereum with 38,679 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeed0…a1ca
Balances ($21.98)
Native
Value
$19.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.006033 | $3,171.32 |
$19.13 | |
CAPS | ERC-20 | 475.512823 | $0.003046 |
$1.45 | |
MATIC | ERC-20 | 3.320604 | $0.422365 |
$1.4 | |
TetherClaims.com | ERC-20 | 400 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19066801 | 10 months ago | | | 0.02 | 0.00018808524 | |
| 17007594 | 2 years ago | | | 0.006 | 0.00044239470 | |
| 17005701 | 2 years ago | | | 0 | 0.00078989599 | |
| 17002339 | 2 years ago | | | 0 | 0.0025566066 | |
| 17002321 | 2 years ago | | | 0 | 0.00086900017 | |
| 16752436 | 2 years ago | | | 0.33 | 0.00042133180 | |
| 16557131 | 2 years ago | | | 0.0298 | 0.00061328508 | |
| 16021000 | 2 years ago | | | 0 | 0.0013577897 | |
| 16020995 | 2 years ago | | | 0 | 0.00041433794 | |
| 16020963 | 2 years ago | | | 0 | 0.00068914171 |
ABI
ABI objects
Getter at block 21202508
adminFee() view returns (uint256)
1
baseGas() view returns (uint256)
21000
getAdminFee() view returns (uint256)
1
getExecutorManager() view returns (address)
0xeed0c0aa1d73ed0f48559e6cc2c762d4ed5ca1ca
getOwner() view returns (address)
0x29ab82ec552573b1b7d4933b2aaa3c568be9c6d1
getPauser() view returns (address)
0x129443ca2a9dec2020808a2868b38dda457eacc7
isOwner() view returns (bool)
false
isPaused() view returns (bool)
true
isPauser() view returns (bool)
false
trustedForwarder() view returns (address)
0x84a0856b038eaad1cc7e297cf34a7e72685a8693
versionRecipient() view returns (string)
1
Read-only
adminFeeAccumulatedByToken(address) view returns (uint256)
checkHashStatus(address tokenAddress, uint256 amount, address receiver, bytes depositHash) view returns (bytes32 hashSendTransaction, bool status)
gasFeeAccumulatedByToken(address) view returns (uint256)
getLiquidity(address liquidityProviderAddress, address tokenAddress) view returns (uint256)
isTrustedForwarder(address forwarder) view returns (bool)
processedHash(bytes32) view returns (bool)
tokensInfo(address) view returns (uint256 transferOverhead, bool supportedToken, uint256 minCap, uint256 maxCap, uint256 liquidity)
State-modifying
Events addNativeLiquidity() payable
addSupportedToken(address tokenAddress, uint256 minCapLimit, uint256 maxCapLimit)
addTokenLiquidity(address tokenAddress, uint256 amount)
changeAdminFee(uint256 newAdminFee)
changePauser(address newPauser)
depositErc20(address tokenAddress, address receiver, uint256 amount, uint256 toChainId)
depositNative(address receiver, uint256 toChainId) payable
pause()
permitAndDepositErc20(address tokenAddress, address receiver, uint256 amount, uint256 toChainId, struct LiquidityPoolManagerPermitRequest permitOptions)
permitEIP2612AndDepositErc20(address tokenAddress, address receiver, uint256 amount, uint256 toChainId, struct LiquidityPoolManagerPermitRequest permitOptions)
removeNativeLiquidity(uint256 amount)
removeSupportedToken(address tokenAddress)
removeTokenLiquidity(address tokenAddress, uint256 amount)
renounceOwnership()
renouncePauser()
sendFundsToUser(address tokenAddress, uint256 amount, address receiver, bytes depositHash, uint256 tokenGasPrice)
setBaseGas(uint128 gas)
setExecutorManager(address _executorManagerAddress)
setTokenTransferOverhead(address tokenAddress, uint256 gasOverhead)
setTrustedForwarder(address forwarderAddress)
transferOwnership(address newOwner)
unpause()
updateTokenCap(address tokenAddress, uint256 minCapLimit, uint256 maxCapLimit)
withdrawErc20(address tokenAddress)
withdrawErc20AdminFee(address tokenAddress, address receiver)
withdrawErc20GasFee(address tokenAddress, address receiver)
withdrawNative()
withdrawNativeAdminFee(address receiver)
withdrawNativeGasFee(address receiver)
AdminFeeChanged(uint256 indexed newAdminFee)
AdminFeeWithdraw(address indexed tokenAddress, address indexed owner, uint256 indexed amount)
AssetSent(address indexed asset, uint256 indexed amount, uint256 indexed transferredAmount, address target, bytes depositHash)
Deposit(address indexed from, address indexed tokenAddress, address indexed receiver, uint256 toChainId, uint256 amount)
EthReceived(address arg0, uint256 arg1)
GasFeeWithdraw(address indexed tokenAddress, address indexed owner, uint256 indexed amount)
LiquidityAdded(address indexed from, address indexed tokenAddress, address indexed receiver, uint256 amount)
LiquidityRemoved(address indexed tokenAddress, uint256 indexed amount, address indexed sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserChanged(address indexed previousPauser, address indexed newPauser)
Received(address indexed from, uint256 indexed amount)
TrustedForwarderChanged(address indexed forwarderAddress)
Unpaused(address account)
fundsWithdraw(address indexed tokenAddress, address indexed owner, uint256 indexed amount)
constructor(address _executorManagerAddress, address owner, address pauser, address _trustedForwarder, uint256 _adminFee)
receive()
This contract contains no error objects.