DolomiteMarginProtocol
Verified contract
Active on
Ethereum with 53 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x02c5…8b8b
0xc0b5…3c6f
0xca8e…df07
0xe246…cda0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LRC | ERC-20 | 0 | $0.220431 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19477249 | 8 months ago | | | 0 | 0.090710701 | |
| 19477091 | 8 months ago | | | 0 | 0.25905477 | |
| 19477086 | 8 months ago | | | 0 | 0.54940193 | |
| 19477082 | 8 months ago | | | 0 | 0.52672081 | |
| 19477079 | 8 months ago | | | 0 | 0.44338251 | |
| 19477057 | 8 months ago | | | 0 | 0.31622196 | |
| 19477049 | 8 months ago | | | 0 | 0.27663082 | |
| 19477037 | 8 months ago | | | 0 | 0.055977535 | |
| 19477032 | 8 months ago | | | 0 | 0.37496482 | |
| 19477024 | 8 months ago | | | 0 | 0.27851225 |
ABI
ABI objects
Getter at block 21277887
DEPOSIT_COLLATERAL_TYPE_HASH() view returns (bytes32)
0x3e5ecf67633bf55e5afafd4ed3ca3ce81df8fe6e1767e986edc5e247c0019d27
DEPOSIT_CONTRACT_REGISTRY() view returns (address)
0xca8efcc93bca0bd89ad9bfffd050483dd80fdf07
DYDX_EXPIRY_ADDRESS() view returns (address)
0x736aed44debed3c273af836409deaaf6722671b2
DYDX_PROTOCOL() view returns (address)
0x02c57952e2e406a9a9af2dff2c280c59df9a8b8b
LOOPRING_PROTOCOL() view returns (address)
0xc0b569ff46eea7bfbb130bd6d7af0a0a7f513c6f
TRADE_DELEGATE() view returns (address)
0xe2466deb9536a69bf8131ecd0c267ee41dd1cda0
WITHDRAW_COLLATERAL_TYPE_HASH() view returns (bytes32)
0xf4f01e4a789a88db3d7581d902fca290c3d0ef9a0974ee9c5f6ac11c86056e7e
domainSeparator() view returns (bytes32)
0xc12e49b6da48544872d08149992187831a473a41dd3559376b8dfc8063cf7f47
isOwner() view returns (bool)
false
owner() view returns (address)
0x52256ef863a713ef349ae6e97a7e8f35785145de
Read-only
brokerBalanceOf(address user, address token) view returns (uint256)
nonceOf(address user) view returns (uint256)
State-modifying
Events brokerRequestAllowance(struct BrokerDataBrokerApprovalRequest request) returns (bool)
callFunction(address sender, struct DydxPositionInfo accountInfo, bytes data)
depositCollateral(uint256 positionId, uint256 tokenId, uint256 amount)
depositCollateralViaGaslessRequest(address signer, uint256 positionId, uint256 tokenId, uint256 amount, uint256 feeAmount, address feeRecipient, uint256 expiry, uint256 nonce, uint8 v, bytes32 r, bytes32 s)
enableToken(address tokenAddress)
enableTokens(address[] tokenAddresses)
exchange(address tradeOriginator, address receiver, address makerToken, address takerToken, uint256 requestedFillAmount, bytes orderData) returns (uint256)
onOrderFillReport(struct BrokerDataBrokerInterceptorReport fillReport)
renounceOwnership()
submitRingsThroughDyDx(bytes ringData, struct DolomiteMarginProtocolRelayParams params)
transferOwnership(address newOwner)
withdrawCollateral(uint256 positionId, uint256 tokenId, uint256 amount)
withdrawCollateralViaGaslessRequest(address signer, uint256 positionId, uint256 tokenId, uint256 amount, uint256 feeAmount, address feeRecipient, uint256 expiry, uint256 nonce, uint8 v, bytes32 r, bytes32 s)
withdrawDust(address token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address dydxProtocol, address loopringProtocol, address dydxExpiry, address depositContractRegistry)
This contract contains no fallback and receive objects.
This contract contains no error objects.