ProxyLedger
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 1 additional slot
-
variable spans 4 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
Balances ($0.00)
No balances found for "ProxyLedger"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ProxyLedger"
ABI
ABI objects
Getter at block 21246647
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
_msgPayload() view returns (bytes)
0x
_msgReceipt() view returns (bytes32 guid, uint64 nonce, struct MessagingFee fee)
(guid=0x0000000000000000000000000000000000000000000000000000000000000000, nonce=0, fee=(0, 0))
_oftReceipt() view returns (uint256 amountSentLD, uint256 amountReceivedLD)
(amountSentLD=0, amountReceivedLD=0)
_options() view returns (bytes)
0x
chainedEventId() view returns (uint256)
0
defaultOftGas() view returns (uint128)
0
getLzSendReceipt() view returns (struct MessagingReceipt, struct OFTReceipt, bytes, bytes)
((0x0000000000000000000000000000000000000000000000000000000000000000, 0, (0, 0)), (0, 0), 0x, 0x)
ledgerAddr() view returns (address)
0x0000000000000000000000000000000000000000
ledgerChainId() view returns (uint256)
0
lzEndpoint() view returns (address)
0x0000000000000000000000000000000000000000
myChainId() view returns (uint256)
0
orderTokenOft() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
usdcAddr() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
chainId2Eid(uint256) view returns (uint32)
eid2ChainId(uint32) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
payloadType2BackwardFee(uint8) view returns (uint256)
payloadType2DstGas(uint8) view returns (uint128)
quoteClaimReward(uint32 distributionId, address user, uint256 cumulativeAmount, bytes32[] merkleProof) view returns (uint256)
quoteSendUserRequest(uint256 amount, address user, uint8 payloadType) view returns (uint256)
quoteStakeOrder(uint256 amount, address sender) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimReward(uint32 distributionId, uint256 cumulativeAmount, bytes32[] merkleProof) payable
grantRole(bytes32 role, address account)
initialize(address _oft, address _usdc, address _owner)
lzCompose(address from, bytes32, bytes _message, address, bytes) payable
pause()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
sendUserRequest(uint256 amount, uint8 payloadType) payable
setChainId2Eid(uint256 chainId, uint32 eid)
setDefaultOftGas(uint128 _defaultOftGas)
setLedgerInfo(uint256 _ledgerChainId, address _ledgerAddr)
setLzEndpoint(address _lzEndpoint)
setMyChainId(uint256 _myChainId)
setOrderTokenOft(address _orderTokenOft)
setPayloadType2BackwardFee(uint8 payloadType, uint256 backwardFee)
setPayloadType2DstGas(uint8 payloadType, uint128 dstGas)
stakeOrder(uint256 amount) payable
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawTo(address to)
ClaimRewardTokenTransferred(address indexed user, uint256 amount)
ClaimUsdcRevenueTransferred(address indexed user, uint256 amount)
ClaimVestingRequestTransferred(address indexed user, uint256 amount)
Initialized(uint64 version)
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)
Unpaused(address account)
Upgraded(address indexed implementation)
WithdrawOrderTokenTransferred(address indexed user, uint256 amount)
constructor()
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
InvalidOptionType(uint16 optionType)
NotInitializing()
ReentrancyGuardReentrantCall()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)