DSLOProtocol
Verified contract
Active on
Base with 3,623 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001597 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21825074 | an hour ago | | | 0 | 2.7754239e-7 | |
| 21825010 | an hour ago | | | 0 | 2.7031608e-7 | |
| 21803812 | 13 hours ago | | | 0 | 2.1592009e-7 | |
| 21801114 | 14 hours ago | | | 0 | 2.7351478e-7 | |
| 21800954 | 14 hours ago | | | 0 | 1.9409735e-7 | |
| 21799833 | 15 hours ago | | | 0 | 2.1001466e-7 | |
| 21795779 | 17 hours ago | | | 0 | 1.3029541e-7 | |
| 21790049 | 20 hours ago | | | 0 | 2.1410496e-7 | |
| 21784632 | a day ago | | | 0 | 0.000000200281972872 | |
| 21783578 | a day ago | | | 0 | 2.7619694e-7 |
ABI
ABI objects
Getter at block 21826561
DOMAIN_SEPARATOR() view returns (bytes32)
0x0fbbe9de427ae362f96246370596a2f1a9bdbae21c4e14a338a7e7408dca8afe
DS_LIMIT_ORDER_TYPEHASH() view returns (bytes32)
0xd5012ad50b71ffd4515ff18ee49caf4bcd3d1e15ff26a40cab61bbb54200b063
LIMIT_ORDER_TYPEHASH() view returns (bytes32)
0x346e0660be2aef32794b25da30f6733303978cb6c10c395480eb5d2c56bcd956
owner() view returns (address)
0xbe2f0354d970265bfc36d383af77f72736b81b54
paused() view returns (bool)
false
Read-only
and(address[] targets, bytes[] data) view returns (bool)
arbitraryStaticCall(address target, bytes data) view returns (uint256)
checkPredicate(struct IDSOrderMixinOrder order) view returns (bool)
eq(uint256 value, address target, bytes data) view returns (bool)
getMakerAmount(uint256 orderMakerAmount, uint256 orderTakerAmount, uint256 swapTakerAmount) pure returns (uint256)
getTakerAmount(uint256 orderMakerAmount, uint256 orderTakerAmount, uint256 swapMakerAmount) pure returns (uint256)
gt(uint256 value, address target, bytes data) view returns (bool)
guardians(address) view returns (bool)
hashDSOrder(struct IDSOrderMixinDSOrder dsOrder) view returns (bytes32)
hashOrder(struct IDSOrderMixinOrder order) view returns (bytes32)
lt(uint256 value, address target, bytes data) view returns (bool)
nonce(address) view returns (uint256)
nonceEquals(address makerAddress, uint256 makerNonce) view returns (bool)
operators(address) view returns (bool)
or(address[] targets, bytes[] data) view returns (bool)
remaining(bytes32 orderHash) view returns (uint256)
remainingRaw(bytes32 orderHash) view returns (uint256)
remainingsRaw(bytes32[] orderHashes) view returns (uint256[])
timestampBelow(uint256 time) view returns (bool)
State-modifying
Events advanceNonce(uint8 amount)
cancelBatchOrders(struct IDSOrderMixinOrder[] orders)
cancelOrder(struct IDSOrderMixinOrder order)
disableLogic()
enableLogic()
fillBatchOrdersTo(struct IDSOrderMixinFillBatchOrdersParams params) returns (uint256 actualMakingAmount, uint256, uint256 makerAssetFeeCollected, uint256 takerAssetFeeCollected)
fillOrderTo(struct IDSOrderMixinFillOrderParams params, struct IDSOrderMixinAmountData amountData, address sender) returns (uint256, uint256, uint256)
increaseNonce()
renounceOwnership()
transferOwnership(address newOwner)
updateDSOrderSigner(address _address)
updateGuardian(address user, bool grantOrRevoke)
updateInteractionWhitelist(address _address, bool isWhitelist)
updateOperator(address user, bool grantOrRevoke)
FeeCollected(address indexed recipient, address indexed token, uint256 amount)
NonceIncreased(address indexed maker, uint256 oldNonce, uint256 newNonce)
OrderCanceled(address indexed maker, bytes32 orderHash, uint256 remainingRaw)
OrderFilled(address indexed taker, bytes32 indexed orderHash, uint256 remaining, uint256 makingAmount, uint256 takingAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
UpdateGuardian(address user, bool grantOrRevoke)
UpdateOperator(address user, bool grantOrRevoke)
UpdatedDSOrderSigner(address _address)
UpdatedInteractionWhitelist(address _address, bool isWhitelist)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.