FundManager
Verified contract
Active on
Ethereum with 66 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,991.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 10K | $0.999168 |
$9,991.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240991 | 18 hours ago | | | 0 | 0.00085791971 | |
| 20976052 | a month ago | | | 0 | 0.00071678283 | |
| 20942014 | a month ago | | | 0 | 0.00087120394 | |
| 20937269 | a month ago | | | 0 | 0.00081096127 | |
| 20920550 | a month ago | | | 0 | 0.00087056347 | |
| 20896178 | 2 months ago | | | 0 | 0.00032681622 | |
| 20879232 | 2 months ago | | | 0 | 0.0031241841 | |
| 20879211 | 2 months ago | | | 0 | 0.0023073508 | |
| 20870132 | 2 months ago | | | 0 | 0.00094794432 | |
| 20862932 | 2 months ago | | | 0 | 0.00060211755 |
ABI
ABI objects
Getter at block 21246235
NAME() view returns (string)
FUND_MANAGER
VERSION() view returns (string)
000.004
admin() view returns (address)
0x0000000000000000000000000000000000000000
fiberRouter() view returns (address)
0x62237524eb3a8971453dfbc26849bf58c832dbe9
liquidityManager() view returns (address)
0x5dac22db4deacfab7e9a0a1425f25d6b18e9839c
liquidityManagerBot() view returns (address)
0x9b7c800dcca6273cb6ddb861764cfb95bdab15cc
owner() view returns (address)
0x90e1c3a461d718f3f145bc9ede68151cdcf84375
settlementManager() view returns (address)
0x976574fc195a78d6395984998c347a1edbbe1fd3
withdrawalAddress() view returns (address)
0x1370172ed69ec231cdb8e59d928d42824094c0c6
Read-only
allowedTargets(address, uint256) view returns (address)
inventory(address) view returns (uint256)
isFoundryAsset(address) view returns (bool)
liquidity(address token, address liquidityAdder) view returns (uint256)
signers(address) view returns (bool)
usedSalt(bytes32) view returns (bool)
withdrawSignedAndSwapRouterVerify(address to, uint256 amountIn, uint256 minAmountOut, address foundryToken, address targetToken, address router, bytes32 salt, uint256 expiry, bytes signature) view returns (bytes32, address)
withdrawSignedVerify(address token, address payee, uint256 amount, bytes32 salt, uint256 expiry, bytes signature) view returns (bytes32, address)
State-modifying
Events addFoundryAsset(address token)
addLiquidity(address token, uint256 amount)
addLiquidityByManager(address token, uint256 amount)
addSigner(address _signer)
allowTarget(address token, uint256 chainId, address targetToken)
cancelFailedWithdrawSigned(address token, address payee, uint256 amount, bytes32 salt, uint256 expiry, bytes signature)
cancelFailedwithdrawSignedAndSwapRouter(address to, uint256 amountIn, uint256 minAmountOut, address foundryToken, address targetToken, address router, bytes32 salt, uint256 expiry, bytes signature)
disallowTarget(address token, uint256 chainId)
removeFoundryAsset(address token)
removeLiquidityByManager(address token, uint256 amount) returns (uint256)
removeLiquidityIfPossible(address token, uint256 amount) returns (uint256)
removeSigner(address _signer)
renounceOwnership()
setAdmin(address _admin)
setLiquidityManagers(address _liquidityManager, address _liquidityManagerBot)
setRouter(address _fiberRouter)
setSettlementManager(address _settlementManager)
setWithdrawalAddress(address _withdrawalAddress)
swapToAddress(address token, uint256 amount, uint256 targetNetwork, address targetAddress) returns (uint256)
transferOwnership(address newOwner)
withdrawRouter(address token, uint256 amount, address recipient)
withdrawSigned(address token, address payee, uint256 amount, bytes32 salt, uint256 expiry, bytes signature) returns (uint256)
withdrawSignedAndSwapRouter(address to, uint256 amountIn, uint256 minAmountOut, address foundryToken, address targetToken, address router, bytes32 salt, uint256 expiry, bytes signature) returns (uint256)
AdminSet(address admin)
BridgeLiquidityAdded(address actor, address token, uint256 amount)
BridgeLiquidityRemoved(address actor, address token, uint256 amount)
BridgeSwap(address from, address indexed token, uint256 targetNetwork, address targetToken, address targetAddrdess, uint256 amount)
FailedWithdrawalCancelled(address indexed settlementManager, address indexed receiver, address indexed token, uint256 amount, bytes32 salt)
LiquidityAddedByManager(address token, uint256 amount)
LiquidityRemovedByManager(address token, uint256 amount, address withdrawalAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBySignature(address signer, address receiver, address token, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.