ORFeeManager
Verified contract
Active on
Ethereum with 824 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($570.52)
Native
Value
$570.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.165292 | $3,451.56 |
$570.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119574 | 21 days ago | | | 0 | 0.00026327348 | |
| 21110631 | 22 days ago | | | 0 | 0.00026715018 | |
| 21104668 | 23 days ago | | | 0 | 0.00025715657 | |
| 21053936 | a month ago | | | 0 | 0.00025332572 | |
| 21047982 | a month ago | | | 0 | 0.00031427024 | |
| 20901715 | 2 months ago | | | 0 | 0.00031197274 | |
| 20895747 | 2 months ago | | | 0 | 0.00030978666 | |
| 20767370 | 2 months ago | | | 0 | 0.00030275573 | |
| 20755447 | 2 months ago | | | 0 | 0.00021565845 | |
| 20749487 | 2 months ago | | | 0 | 0.00018161140 |
ABI
ABI objects
Getter at block 21268658
challengeStatus() view returns (uint8)
0
durationCheck() view returns (uint8 duration)
2
getCurrentBlockInfo() view returns (struct IORFeeManagerSubmission)
(0, 0, 0, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000)
owner() view returns (address)
0x8a700fdb6121a57c59736041d9aa21dfd8820660
submissions() view returns (uint64 startBlock, uint64 endBlock, uint64 submitTimestamp, bytes32 profitRoot, bytes32 stateTransTreeRoot)
(startBlock=21110612, endBlock=21119555, submitTimestamp=1730787119, profitRoot=0x57d1d7b593529c34366e672fd623a8948b29912b69e1efc3d0a74dac15f35f37, stateTransTreeRoot=0xbb0d7544443d8a357f990b20aa619aae31e8515633fa08cc4b320a9ba5c2700b)
Read-only
getDealerInfo(address dealer) view returns (struct IORFeeManagerDealerInfo)
submitter(address) view returns (uint256)
withdrawLock(address) view returns (uint64)
withdrawLockCheck(address withdrawUser) view returns (bool)
State-modifying
Events registerSubmitter(uint256 marginAmount, address _submitter)
renounceOwnership()
responsePositioning(bytes response)
startChallenge(uint256 marginAmount, address _submitter)
submit(uint64 startBlock, uint64 endBlock, bytes32 profitRoot, bytes32 stateTransTreeRoot)
transferOwnership(address newOwner)
updateDealer(uint256 feeRatio, bytes extraInfo)
withdrawVerification(struct MerkleTreeLibSMTLeaf[] smtLeaves, bytes32[][] siblings, uint8[] startIndex, bytes32[] firstZeroBits, uint256[] bitmaps, uint256[] withdrawAmount)
DealerUpdated(address indexed dealer, uint256 feeRatio, bytes extraInfo)
ETHDeposit(address indexed sender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SubmissionUpdated(uint64 startBlock, uint64 endBlock, uint64 indexed submitTimestamp, bytes32 indexed profitRoot, bytes32 indexed stateTransTreeRoot)
SubmitterRegistered(address indexed submitter, uint256 marginAmount)
Withdraw(address indexed user, uint64 chainId, address token, uint256 debt, uint256 amount)
constructor(address owner_, address manager_)
receive()
InvalidMergeValue()