FusionLock
Verified contract
Active on
Ethereum with 70,821 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,797,480.16)
Native
Value
$561,965.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 169.922764 | $3,307.18 |
$561,965.17 | |
WBTC | ERC-20 | 13.088679 | $98,274.00 |
$1,286,276.85 | |
wstETH | ERC-20 | 165.765591 | $3,925.97 |
$650,790.74 | |
USDT | ERC-20 | 80.577637K | $1.002 |
$80,738.79 | |
USDC | ERC-20 | 61.599184K | $1.00 |
$61,599.18 | |
STONE | ERC-20 | 13.533471 | $3,404.72 |
$46,077.68 | |
tBTC | ERC-20 | 0.44736 | $98,148.00 |
$43,907.53 | |
eSOV | ERC-20 | 73.190577K | $0.448448 |
$32,822.17 | |
DAI | ERC-20 | 25.732668K | $1.001 |
$25,758.4 | |
rETH | ERC-20 | 2.045152 | $3,688.55 |
$7,543.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243054 | 5 hours ago | | | 0 | 0.00057876263 | |
| 21243012 | 5 hours ago | | | 0 | 0.0017163069 | |
| 21242662 | 6 hours ago | | | 0 | 0.00081551340 | |
| 21241546 | 10 hours ago | | | 0 | 0.00035657511 | |
| 21241070 | 11 hours ago | | | 0 | 0.00060644073 | |
| 21239669 | 16 hours ago | | | 0 | 0.00047280121 | |
| 21238887 | 19 hours ago | | | 0 | 0.00060560133 | |
| 21236137 | a day ago | | | 0 | 0.0024847854 | |
| 21234892 | a day ago | | | 0 | 0.0020196160 | |
| 21233897 | a day ago | | | 0 | 0.0010864382 |
ABI
ABI objects
Getter at block 21244438
ETH_TOKEN_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
bridgeProxyAddress() view returns (address)
0x3f6ce1b36e5120bbc59d0cfe8a5ac8b6464ac1f7
getEthBalance() view returns (uint256)
169922763995046841220
isWithdrawalTimeStarted() view returns (bool)
true
owner() view returns (address)
0x641c372173fed4c53ac3eb7992f09f94c4fa2ff7
paused() view returns (bool)
false
withdrawalStartTime() view returns (uint256)
1714539600
Read-only
allowedTokens(address) view returns (bool isAllowed, address l2TokenAddress, address l1BridgeAddressOverride)
deposits(address, address) view returns (uint256)
getDepositAmount(address depositOwner, address token) view returns (uint256)
getTokenInfo(address token) view returns (struct FusionLockTokenInfo)
totalDeposits(address) view returns (uint256)
State-modifying
Events allow(address l1TokenAddress, address l2TokenAddress, address l1BridgeAddressOverride)
changeMultipleL2TokenData(struct FusionLockTokenBridgingData[] tokenData)
changeWithdrawalTime(uint256 newWithdrawalStartTime)
depositERC20(address token, uint256 amount)
depositEth() payable
pause()
renounceOwnership()
saveTokens(struct FusionLockSaveTokenData[] tokenData)
setBridgeProxyAddress(address l2BridgeProxyAddress)
transferOwnership(address newOwner)
unpause()
withdrawDepositsToL1(address[] tokens)
withdrawDepositsToL2(address[] tokens, uint32 minGasLimit, address receiver)
BridgeAddress(address bridgeAddress)
Deposit(address indexed depositOwner, address indexed token, uint256 amount, uint256 depositTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SavedToken(address indexed user, address indexed token, uint256 amount)
TokenAllowed(address token, struct FusionLockTokenInfo info)
TokenDataChange(address l1Token, address l2Token, address l1Bridge)
Unpaused(address account)
WithdrawToL1(address indexed owner, address indexed token, uint256 amount)
WithdrawToL2(address indexed owner, address indexed receiver, address indexed l1Token, address l2Token, uint256 amount)
WithdrawalTimeUpdated(uint256 endTime)
constructor(uint256 setWithdrawalStartTime, address[] allowTokens, address initialOwner)
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)