AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 7,069 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 47 additional slots
0xc5f6…3c14
-
variable spans 45 additional slots
Balances ($6,484,309.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINA | ERC-20 | 1.171177B | $0.005537 |
$6,484,270.56 | |
STC | ERC-20 | 32.1K | $0.001207 |
$38.76 | |
BANANA | ERC-20 | 3K | -- | -- | |
GFF | ERC-20 | 660.546053 | -- | -- | |
HQG | ERC-20 | 0.112 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163602 | 17 days ago | | | 0.00027849587 | 0.0037990262 | |
| 21073116 | a month ago | | | 0.00033316185 | 0.0036070628 | |
| 21072458 | a month ago | | | 0.00033237242 | 0.0046432080 | |
| 20863461 | 2 months ago | | | 0 | 0.00035456644 | |
| 20676164 | 3 months ago | | | 0.00032963857 | 0.012657700 | |
| 20618390 | 3 months ago | | | 0.00031581035 | 0.012657700 | |
| 20456950 | 4 months ago | | | 0.00027666501 | 0.0063023375 | |
| 20431724 | 4 months ago | | | 0.00026111174 | 0.011522450 | |
| 20431250 | 4 months ago | | | 0.00026111174 | 0.011762450 | |
| 20333263 | 4 months ago | | | 0.00024958127 | 0.012658300 |
ABI
ABI objects
Getter at block 21287559
TOKEN_LOCK_TYPE_MINT_BURN() view returns (uint8)
2
TOKEN_LOCK_TYPE_TRANSFER() view returns (uint8)
1
admin() view returns (address)
0x70a9016438c8b6236260087d043a7f412cf73944
candidate() view returns (address)
0x70a9016438c8b6236260087d043a7f412cf73944
currentChainId() view returns (uint256)
1
depositCount() view returns (uint256)
4748
paused() view returns (bool)
false
Read-only
bridgeContractsByChainId(uint256) view returns (bytes32)
getTokenAddress(bytes32 tokenKey) view returns (address)
getTokenLockType(bytes32 tokenKey) view returns (uint8)
isTokenSupportedOnChain(bytes32 tokenKey, uint256 chainId) view returns (bool)
tokenInfos(bytes32) view returns (address tokenAddress, uint8 lockType)
tokenSupportedOnChain(bytes32, uint256) view returns (bool)
withdrawnDeposits(uint256, uint256) view returns (bool)
wormholeNetworkIdsByChainId(uint256) view returns (uint16)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__LnAdminUpgradeable_init(address _admin)
__LnErc20Bridge_init(address _admin)
addChainSupportForToken(bytes32 tokenKey, uint256 chainId)
addToken(bytes32 tokenKey, address tokenAddress, uint8 lockType)
becomeAdmin()
deposit(bytes32 token, uint256 amount, uint64 destChainId, address recipient) payable
dropChainSupportForToken(bytes32 tokenKey, uint256 chainId)
pause()
removeToken(bytes32 tokenKey)
setCandidate(address _candidate)
setUpCCIP(address _erc20MessageBroker)
unpause()
withdraw(bytes32 messageId, uint256 srcChainId, uint256 destChainId, address depositor, address recipient, bytes32 currency, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AdminChanged(address oldAdmin, address newAdmin)
BridgeAddressForChainUpdated(uint256 chainId, address bridgeAddress)
CandidateChanged(address oldCandidate, address newCandidate)
ChainSupportForTokenAdded(bytes32 tokenKey, uint256 chainId)
ChainSupportForTokenDropped(bytes32 tokenKey, uint256 chainId)
TokenAdded(bytes32 tokenKey, address tokenAddress, uint8 lockType)
TokenDeposited(uint256 srcChainId, uint256 destChainId, bytes32 depositId, address depositor, address recipient, bytes32 currency, uint256 amount)
TokenDeposited(uint256 srcChainId, uint256 destChainId, uint256 depositId, bytes32 depositor, bytes32 recipient, bytes32 currency, uint256 amount)
TokenDeposited(uint256 srcChainId, uint256 destChainId, uint256 depositId, bytes32 depositor, bytes32 recipient, bytes32 currency, uint256 amount, uint64 wormholeSequence)
TokenRemoved(bytes32 tokenKey)
TokenWithdrawn(uint256 srcChainId, uint256 destChainId, bytes32 depositId, address depositor, address recipient, bytes32 currency, uint256 amount)
TokenWithdrawn(uint256 srcChainId, uint256 destChainId, uint256 depositId, bytes32 depositor, bytes32 recipient, bytes32 currency, uint256 amount)
WormholeNetworkIdUpdated(uint256 chainId, uint16 wormholeNetworkId)
WormholeSetup(address coreContract, uint8 consistencyLevel)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.