CCTPFundManager
Verified contract
Active on
Ethereum with 20 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CCTPFundManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19953914 | 6 months ago | | | 0 | 0.00018024539 | |
| 19948715 | 6 months ago | | | 0 | 0.00014562739 | |
| 19948714 | 6 months ago | | | 0 | 0.00015369268 | |
| 19948713 | 6 months ago | | | 0 | 0.00014706537 | |
| 19948712 | 6 months ago | | | 0 | 0.00013531206 | |
| 19948648 | 6 months ago | | | 0 | 0.00013776800 | |
| 19948646 | 6 months ago | | | 0 | 0.00012769336 | |
| 19948645 | 6 months ago | | | 0 | 0.00017543888 | |
| 19948644 | 6 months ago | | | 0 | 0.00016943633 | |
| 19948395 | 6 months ago | | | 0 | 0.00016392778 |
ABI
ABI objects
Getter at block 21246357
NAME() view returns (string)
FUND_MANAGER
VERSION() view returns (string)
000.004
admin() view returns (address)
0x0000000000000000000000000000000000000000
cctpTokenMessenger() view returns (address)
0xbd3fa81b58ba92a82136038b25adec7066af3155
fiberRouter() view returns (address)
0x62237524eb3a8971453dfbc26849bf58c832dbe9
owner() view returns (address)
0x90e1c3a461d718f3f145bc9ede68151cdcf84375
usdcToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
signers(address) view returns (bool)
targetNetworks(uint256) view returns (uint32 targetNetworkDomain, address targetCCTPFundManager)
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 addSigner(address _signer)
initCCTP(address _cctpTokenMessenger, address _usdcToken)
removeSigner(address _signer)
renounceOwnership()
setAdmin(address _admin)
setRouter(address _fiberRouter)
setTargetCCTPNetwork(uint256 _chainID, uint32 _targetNetworkDomain, address _targetCCTPFundManager)
swapCCTP(uint256 amountIn, address token, uint256 targetNetwork) returns (uint64 depositNonce)
transferOwnership(address newOwner)
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)
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.