TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base
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
0x1c12…c0f2
Balances ($333,718.30)
Native
Value
$170,866.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 51.286694 | $3,331.60 |
$170,866.75 | |
USDC | ERC-20 | 162.851152K | $1.00 |
$162,851.15 | |
GRG | ERC-20 | 0.15 | $1.16 |
$0.17 | |
WGC | ERC-20 | 200 | $0.000623 |
$0.12 | |
ETHO | ERC-20 | 10 | $0.009769 |
$0.1 | |
USA | ERC-20 | 1.015015 | $0.000848 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000808 |
$0 | |
GENOME | ERC-20 | 0 | $0.025443 |
$0 | |
BROGE | ERC-20 | 10K | -- | -- | |
Cheems | ERC-20 | 10.134582M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22727675 | 2 minutes ago | | | 0 | 0.000000068508549645 | |
| 22727470 | 9 minutes ago | | | 0 | 0.000000095170351320 | |
| 22727454 | 10 minutes ago | | | 0 | 0.000000067260364455 | |
| 22727431 | 10 minutes ago | | | 0.0032 | 0.000069494403 | |
| 22727192 | 18 minutes ago | | | 0.003 | 0.000000049127303237 | |
| 22726964 | 26 minutes ago | | | 0 | 0.000000065610240392 | |
| 22726924 | 27 minutes ago | | | 0 | 0.000000100910950965 | |
| 22726919 | 28 minutes ago | | | 0 | 0.000000108457458165 | |
| 22726885 | 29 minutes ago | | | 0 | 1.1983225e-7 | |
| 22726595 | 38 minutes ago | | | 0 | 1.1708657e-7 |
ABI
ABI objects
Getter at block 22727741 renounceOwnership() view
depositsDisallowed() view returns (bool)
false
owner() view returns (address)
0xf07a1288ab71fa0ffa5ace4d2e8b79b490065008
Read-only
authorized(address) view returns (bool)
checkMaxDepositAmount(address token, uint256 amount) view
maxDepositAmount(address) view returns (int256)
processedWithdrawalIds(string) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addFunds(address token, uint256 amount)
addFundsNative() payable
allowDeposits(address tokenAddress, int256 maxAmount)
allowDepositsGlobal(bool value)
authorize(address user, bool value)
createVMContract()
deposit(address token, uint256 amount)
depositNative() payable
initialize()
removeFunds(address token, address to, uint256 amount)
removeFundsNative(address to, uint256 amount)
transferOwner(address newOwner)
transferOwnership(address newOwner)
withdrawNativeV2(address to, uint256 amount)
withdrawV2(address token, address to, uint256 amount)
withdrawV2WithNative(address token, address to, uint256 amountToken, uint256 amountNative)
withdrawVmFunds(address token)
withdrawWithData(address token, uint256 amount, uint256 amountNative, struct BridgeVMCall[] datas, bytes ref)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BridgedDeposit(address indexed user, address indexed token, uint256 amount)
BridgedWithdrawal(address indexed user, address indexed token, uint256 amount, string withdrawalId)
BridgedWithdrawalWithData(address indexed token, uint256 amountToken, uint256 amountNative, bytes ref)
BridgedWithdrawalWithNative(address indexed user, address indexed token, uint256 amountToken, uint256 amountNative)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.