TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 204,688 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x43de…98aa
-
variable spans 48 additional slots
Balances ($75.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEPE | ERC-20 | 3.639568M | $0.000021 |
$75.81 | |
OGD | ERC-20 | 19.999999M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239456 | 3 minutes ago | | | 0.0064658242 | 0.0019671220 | |
| 21239434 | 7 minutes ago | | | 0.001 | 0.0092445431 | |
| 21239384 | 17 minutes ago | | | 0.010424655 | 0.0021495573 | |
| 21239377 | 19 minutes ago | | | 0.32973605 | 0.0020999452 | |
| 21239375 | 19 minutes ago | | | 0.001 | 0.0078215701 | |
| 21239373 | 20 minutes ago | | | 0.049698222 | 0.0020450763 | |
| 21239341 | 26 minutes ago | | | 0 | 0.0038408381 | |
| 21239339 | 26 minutes ago | | | 0.0014513557 | 0.0088905844 | |
| 21239330 | 28 minutes ago | | | 0.21767076 | 0.0021791810 | |
| 21239310 | 32 minutes ago | | | 0 | 0.0029563789 |
ABI
ABI objects
Getter at block 21239467
BPS_DENOMINATOR() view returns (uint256)
10000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EVM_ADDRESS_LENGTH() view returns (uint256)
20
GOVMONITORING_ROLE() view returns (bytes32)
0x2b36fa99e118fa8485d488becf749a974743fbeb6a7aa57e663893bf5d69a3c1
MAX_ADDRESS_LENGTH() view returns (uint256)
255
NATIVE_AMOUNT_DIVIDER_FOR_TRANSFER_TO_SOLANA() view returns (uint256)
10000000000
SOLANA_ADDRESS_LENGTH() view returns (uint256)
32
deBridgeGate() view returns (address)
0x43de2d77bf8027e25dbd179b491e8d64f38398aa
externalCallAdapter() view returns (address)
0x61ef2e01e603aeb5cd96f9ec9ae76cc6a68f6cf9
getChainId() view returns (uint256 cid)
1
maxOrderCountPerBatchEvmUnlock() view returns (uint256)
10
maxOrderCountPerBatchSolanaUnlock() view returns (uint256)
7
paused() view returns (bool)
false
version() pure returns (string)
1.3.0
Read-only
chainEngines(uint256) view returns (uint8)
dlnSourceAddresses(uint256) view returns (bytes)
getOrderId(struct DlnOrderLibOrder _order) pure returns (bytes32)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
takeOrders(bytes32) view returns (uint8 status, address takerAddress, uint256 giveChainId)
takePatches(bytes32) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
fulfillOrder(struct DlnOrderLibOrder _order, uint256 _fulFillAmount, bytes32 _orderId, bytes _permitEnvelope, address _unlockAuthority) payable
fulfillOrder(struct DlnOrderLibOrder _order, uint256 _fulFillAmount, bytes32 _orderId, bytes _permitEnvelope, address _unlockAuthority, address _externalCallRewardBeneficiary) payable
grantRole(bytes32 role, address account)
initialize(address _deBridgeGate)
patchOrderTake(struct DlnOrderLibOrder _order, uint256 _newSubtrahend)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sendBatchEvmUnlock(bytes32[] _orderIds, address _beneficiary, uint256 _executionFee) payable
sendBatchSolanaUnlock(struct DlnOrderLibOrder[] _orders, bytes32 _beneficiary, uint256 _executionFee, uint64 _initWalletIfNeededInstructionReward, uint64 _claimUnlockInstructionReward) payable
sendEvmOrderCancel(struct DlnOrderLibOrder _order, address _cancelBeneficiary, uint256 _executionFee) payable
sendEvmUnlock(bytes32 _orderId, address _beneficiary, uint256 _executionFee) payable
sendSolanaOrderCancel(struct DlnOrderLibOrder _order, bytes32 _cancelBeneficiary, uint256 _executionFee, uint64 _reward1, uint64 _reward2) payable
sendSolanaUnlock(struct DlnOrderLibOrder _order, bytes32 _beneficiary, uint256 _executionFee, uint64 _initWalletIfNeededInstructionReward, uint64 _claimUnlockInstructionReward) payable
setDlnSourceAddress(uint256 _chainIdFrom, bytes _dlnSourceAddress, uint8 _chainEngine)
setExternalCallAdapter(address _externalCallAdapter)
setMaxOrderCountsPerBatch(uint256 _newEvmCount, uint256 _newSolanaCount)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
DecreasedTakeAmount(bytes32 orderId, uint256 orderTakeFinalAmount)
ExternalCallAdapterUpdated(address oldAdapter, address newAdapter)
FulfilledOrder(struct DlnOrderLibOrder order, bytes32 orderId, address sender, address unlockAuthority)
Initialized(uint8 version)
MaxOrderCountPerBatchEvmUnlockChanged(uint256 oldValue, uint256 newValue)
MaxOrderCountPerBatchSolanaUnlockChanged(uint256 oldValue, uint256 newValue)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SentOrderCancel(struct DlnOrderLibOrder order, bytes32 orderId, bytes cancelBeneficiary, bytes32 submissionId)
SentOrderUnlock(bytes32 orderId, bytes beneficiary, bytes32 submissionId)
SetDlnSourceAddress(uint256 chainIdFrom, bytes dlnSourceAddress, uint8 chainEngine)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AdminBadRole()
AllowOnlyForBeneficiary(bytes expectedBeneficiary)
CallProxyBadRole()
EthTransferFailed()
GovMonitoringBadRole()
IncorrectOrderStatus()
MismatchGiveChainId()
MismatchNativeTakerAmount()
MismatchTakerAmount()
MismatchedOrderId()
MismatchedTransferAmount()
NativeSenderBadRole(bytes nativeSender, uint256 chainIdFrom)
NotSupportedDstChain()
SignatureInvalidV()
TransferAmountNotCoverFees()
Unauthorized()
UnexpectedBatchSize()
UnknownEngine()
WrongAddressLength()
WrongArgument()
WrongChain()
WrongToken()
ZeroAddress()