TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 33,582 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
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($3,044,751.97)
Native
Value
$0.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000139 | $2,501.12 |
$0.35 | |
USDC | ERC-20 | 3.047885M | $0.998972 |
$3,044,751.62 | |
USA | ERC-20 | 1 | $0.001597 |
$0 | |
kurbi | ERC-20 | 0.2 | $0.000633 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 | |
GENOME | ERC-20 | 0 | $0.006777 |
$0 | |
0xDead | ERC-20 | 500K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 927.366078 | -- | -- | |
HMSTR | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21823621 | 2 hours ago | | | 0.00029531408 | 0.0000015534977 | |
| 21804616 | 12 hours ago | | | 0.00029531408 | 0.0000015535530 | |
| 21800038 | 15 hours ago | | | 0.00028125151 | 0.0000015731043 | |
| 21799495 | 15 hours ago | | | 0.00029531408 | 0.0000015701640 | |
| 21798993 | 15 hours ago | | | 0.00029531408 | 0.0000015925036 | |
| 21798540 | 16 hours ago | | | 0.00029531408 | 0.0000015835165 | |
| 21796538 | 17 hours ago | | | 0.00028125151 | 0.0000015457158 | |
| 21796106 | 17 hours ago | | | 0.00028125151 | 0.0000015731043 | |
| 21792405 | 19 hours ago | | | 0.00029531408 | 0.0000015539805 | |
| 21791501 | 19 hours ago | | | 0.00029531408 | 0.0000016039013 |
ABI
ABI objects
Getter at block 21826568 getAllAllowedBroker() view returns (bytes32[])
crossChainManagerAddress() view returns (address)
0xa0a07a78c7d31e6f8698f48fc9219f9a3030f38c
depositFeeEnabled() view returns (bool)
true
depositId() view returns (uint64)
33560
getAllAllowedToken() view returns (bytes32[])
[0xd6aca1be9729c13d677335161321649cccae6a591554772516700f986f942eaa]
messageTransmitterContract() view returns (address)
0xad09780d193884d503182ad4588450c416d6f9d4
owner() view returns (address)
0x4e834ca9310d7710a409638a7aa70cb22f141df3
paused() view returns (bool)
false
tokenMessengerContract() view returns (address)
0x1682ae6375c4e4a97e4b583bc394c861a46d8962
Read-only
allowedToken(bytes32) view returns (address)
getAllowedBroker(bytes32 _brokerHash) view returns (bool)
getAllowedToken(bytes32 _tokenHash) view returns (address)
getDepositFee(address receiver, struct VaultTypesVaultDepositFE data) view returns (uint256)
State-modifying
Events changeTokenAddressAndAllow(bytes32 _tokenHash, address _tokenAddress)
delegateSigner(struct VaultTypesVaultDelegate data)
deposit(struct VaultTypesVaultDepositFE data) payable
depositTo(address receiver, struct VaultTypesVaultDepositFE data) payable
emergencyPause()
emergencyUnpause()
enableDepositFee(bool _enabled)
initialize()
rebalanceBurn(struct RebalanceTypesRebalanceBurnCCData data)
rebalanceMint(struct RebalanceTypesRebalanceMintCCData data)
renounceOwnership()
setAllowedBroker(bytes32 _brokerHash, bool _allowed)
setAllowedToken(bytes32 _tokenHash, bool _allowed)
setCrossChainManager(address _crossChainManagerAddress)
setRebalanceMessengerContract(address _rebalanceMessengerContract)
setTokenMessengerContract(address _tokenMessengerContract)
transferOwnership(address newOwner)
withdraw(struct VaultTypesVaultWithdraw data)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AccountDelegate(address indexed delegateContract, bytes32 indexed brokerHash, address indexed delegateSigner, uint256 chainId, uint256 blockNumber)
AccountDeposit(bytes32 indexed accountId, address indexed userAddress, uint64 indexed depositNonce, bytes32 tokenHash, uint128 tokenAmount)
AccountDepositTo(bytes32 indexed accountId, address indexed userAddress, uint64 indexed depositNonce, bytes32 tokenHash, uint128 tokenAmount)
AccountWithdraw(bytes32 indexed accountId, uint64 indexed withdrawNonce, bytes32 brokerHash, address sender, address receiver, bytes32 tokenHash, uint128 tokenAmount, uint128 fee)
ChangeCrossChainManager(address oldAddress, address newAddress)
ChangeTokenAddressAndAllow(bytes32 indexed _tokenHash, address _tokenAddress)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetAllowedBroker(bytes32 indexed _brokerHash, bool _allowed)
SetAllowedToken(bytes32 indexed _tokenHash, bool _allowed)
Unpaused(address account)
WithdrawFailed(address indexed token, address indexed receiver, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AccountIdInvalid()
AddressZero()
BalanceNotEnough(uint256 balance, uint128 amount)
BrokerNotAllowed()
EnumerableSetError()
NotZeroCodeLength()
OnlyCrossChainManagerCanCall()
TokenNotAllowed()
ZeroCodeLength()
ZeroDeposit()
ZeroDepositFee()