L1SwapVault
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
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) |
---|
No transactions found for "L1SwapVault"
ABI
ABI objects
Getter at block 21215194
dedicated() view returns (bool)
false
l1Bridge() view returns (address)
0x4082c9647c098a6493fb499eae63b5ce3259c574
l2Gas() view returns (uint32)
400000
name() view returns (string)
L1SwapVault
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
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)
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 _l1Bridge)
This contract contains no fallback and receive objects.
This contract contains no error objects.