L1HopBridger
Verified contract
Active on
Ethereum with 8 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($38.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.01 | $3,867.16 |
$38.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17034506 | 2 years ago | | | 0 | 0.0010510437 | |
| 17034506 | 2 years ago | | | 0 | 0.0010510437 | |
| 16498902 | 2 years ago | | | 0 | 0.0019605072 | |
| 16494571 | 2 years ago | | | 0 | 0.0053092930 | |
| 16494062 | 2 years ago | | | 0 | 0.0063917202 | |
Transfer | 16494001 | 2 years ago | | | 0.01 | 0.00096634552 | |
| 16488150 | 2 years ago | | | 0 | 0.0040397260 | |
| 16471560 | 2 years ago | | | 0 | 0.0048537588 |
ABI
ABI objects
Getter at block 21407646
ANY_ADDRESS() view returns (address)
0xffffffffffffffffffffffffffffffffffffffff
NAMESPACE() view returns (bytes32)
0xf66b632ae3b479ef109dee46eb319414289a8426a08b64d81aad232941f9d22a
getTokenBridges() view returns (address[] tokens, address[] bridges)
(tokens=[0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48, 0xdAC17F958D2ee523a2206206994597C13D831ec7, 0x6B175474E89094C44Da98b954EedeAC495271d0F, 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE], bridges=[0xb8901acB165ed027E32754E0FFe830802919727f, 0x3666f603Cc164936C1b87e207F36BEBa4AC5f18a, 0x3E4a3a4796d16c0Cd582C382691998f7c06420B6, 0x3d4Cc8A61c7528Fd86C55cfe061a78dCBA48EDd1, 0xb8901acB165ed027E32754E0FFe830802919727f])
getTokens() view returns (address[] tokens)
[0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48, 0xdAC17F958D2ee523a2206206994597C13D831ec7, 0x6B175474E89094C44Da98b954EedeAC495271d0F, 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE]
getTokensLength() view returns (uint256)
5
maxDeadline() view returns (uint256)
7200
maxSlippage() view returns (uint256)
2000000000000000
registry() view returns (address)
0xde6d4872c0c8167fb4f405c7854fd2fed7edca21
smartVault() view returns (address)
0x4629c578a9e49ef4aaabfee03f238cb11625f78b
thresholdAmount() view returns (uint256)
50000000
thresholdToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
canExecute(uint256 chainId, address token, uint256 amount, uint256 slippage, address relayer, uint256 relayerFee) view returns (bool)
getMaxRelayerFeePct(address) view returns (uint256)
getTokenBridge(address token) view returns (address bridge)
isAuthorized(address who, bytes4 what) view returns (bool)
isChainAllowed(uint256) view returns (bool)
State-modifying
Events authorize(address who, bytes4 what)
call(uint256 chainId, address token, uint256 amount, uint256 slippage, address relayer, uint256 relayerFee)
setAllowedChain(uint256 chainId, bool allowed)
setMaxDeadline(uint256 newMaxDeadline)
setMaxRelayerFeePct(address relayer, uint256 newMaxFeePct)
setMaxSlippage(uint256 newMaxSlippage)
setSmartVault(address newSmartVault)
setThreshold(address token, uint256 amount)
setTokenBridge(address token, address bridge)
unauthorize(address who, bytes4 what)
AllowedChainSet(uint256 indexed chainId, bool allowed)
Authorized(address indexed who, bytes4 what)
Executed()
MaxDeadlineSet(uint256 maxDeadline)
MaxRelayerFeePctSet(address indexed relayer, uint256 maxFeePct)
MaxSlippageSet(uint256 maxSlippage)
SmartVaultSet(address indexed smartVault)
ThresholdSet(address indexed token, uint256 amount)
TokenBridgeSet(address indexed token, address indexed bridge)
Unauthorized(address indexed who, bytes4 what)
constructor(address admin, address registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.