RouterFacet
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "RouterFacet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RouterFacet"
ABI
ABI objects
Getter at block 22757947
nativeTokensCount() view returns (uint256)
0
Read-only
hashesUsed(bytes32 _ethHash) view returns (bool)
nativeTokenAt(uint256 _index) view returns (address)
State-modifying
Events burn(uint256 _targetChain, address _wrappedToken, uint256 _amount, bytes _receiver)
burnWithPermit(uint256 _targetChain, address _wrappedToken, uint256 _amount, bytes _receiver, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
deployWrappedToken(uint256 _sourceChain, bytes _nativeToken, struct WrappedTokenParams _tokenParams)
initRouter()
lock(uint256 _targetChain, address _nativeToken, uint256 _amount, bytes _receiver)
lockWithPermit(uint256 _targetChain, address _nativeToken, uint256 _amount, bytes _receiver, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
mint(uint256 _sourceChain, bytes _transactionId, address _wrappedToken, address _receiver, uint256 _amount, bytes[] _signatures)
unlock(uint256 _sourceChain, bytes _transactionId, address _nativeToken, uint256 _amount, address _receiver, bytes[] _signatures)
updateNativeToken(address _nativeToken, uint256 _serviceFee, bool _status)
Burn(uint256 targetChain, address token, uint256 amount, bytes receiver)
Lock(uint256 targetChain, address token, bytes receiver, uint256 amount, uint256 serviceFee)
Mint(uint256 sourceChain, bytes transactionId, address token, uint256 amount, address receiver)
NativeTokenUpdated(address token, uint256 serviceFee, bool status)
Unlock(uint256 sourceChain, bytes transactionId, address token, uint256 amount, address receiver, uint256 serviceFee)
WrappedTokenDeployed(uint256 sourceChain, bytes nativeToken, address wrappedToken)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.