L1SwapVault
Verified contract
Proxy
Active on
Ethereum with 231 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "L1SwapVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21204646 | a day ago | | | 0 | 0.00075136823 | |
| 21204646 | a day ago | | | 0 | 0.0085895672 | |
| 21175825 | 5 days ago | | | 0 | 0.0037732790 | |
| 21175825 | 5 days ago | | | 0 | 0.055851962 | |
| 21167892 | 7 days ago | | | 0 | 0.0059216016 | |
| 21167892 | 7 days ago | | | 0 | 0.052218542 | |
| 21161425 | 8 days ago | | | 0 | 0.0074261288 | |
| 21147015 | 10 days ago | | | 0 | 0.0014382681 | |
| 21147015 | 10 days ago | | | 0 | 0.0080951287 | |
| 21141435 | 10 days ago | | | 0 | 0.0043195134 |
ABI
ABI objects
Getter at block 21215194 proxiableUUID() view returns (bytes32)
dedicated() view returns (bool)
true
l1Bridge() view returns (address)
0x4082c9647c098a6493fb499eae63b5ce3259c574
l2Gas() view returns (uint32)
400000
name() view returns (string)
L1SwapVault
owner() view returns (address)
0x43a43d3404eac5fa1ec4f4bb0879495d500e390b
Read-only
executed(bytes32) view returns (bool)
keepers(address) view returns (bool)
recipients(address) view returns (bool)
whitelisted(address) view returns (bool)
whitelistedToken(address) view returns (bool)
State-modifying
Events initialize(bool _dedicated)
renounceOwnership()
swap(struct IL1SwapVaultExecuteSwap executeSwap) returns (uint256 amountOut)
transferOwnership(address newOwner)
updateDedication(bool _dedicated)
updateKeeper(address keeper, bool allowed)
updateRecipient(address recipient, bool allowed)
updateWhitelisted(address target, bool allowed)
updateWhitelistedToken(address token, bool allowed)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawReserves(address token, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
DedicationUpdated(bool indexed dedicated)
Initialized(uint8 version)
KeeperUpdated(address indexed keeper, bool indexed allowed)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecipientUpdated(address indexed recipient, bool indexed allowed)
Swapped(uint256 indexed id, address indexed withdrawProxy, address indexed account, address tokenIn, uint256 amountIn, address tokenOut, address l2TokenOut, uint256 amountOutMinimum, uint256 amountOut)
Upgraded(address indexed implementation)
WhitelistTokenUpdated(address indexed token, bool indexed allowed)
WhitelistUpdated(address indexed target, bool indexed allowed)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.