DSAuth
setAuthority
Inputs
| Parameter | Type | Description |
|---|---|---|
| authority_ | address |
Outputs
setOwner
Inputs
| Parameter | Type | Description |
|---|---|---|
| owner_ | address |
Outputs
DSAuthEvents
LogSetOwner
Inputs
| Parameter | Type | Description |
|---|---|---|
| owner | address |
Outputs
LogSetAuthority
Inputs
| Parameter | Type | Description |
|---|---|---|
| authority | address |
Outputs
DSNote
LogNote
Inputs
| Parameter | Type | Description |
|---|---|---|
| sig | bytes4 | |
| guy | address | |
| foo | bytes32 | |
| bar | bytes32 | |
| wad | uint256 | |
| fax | bytes |
Outputs
EventfulMarket
LogKill
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | bytes32 | |
| pair | bytes32 | |
| maker | address | |
| pay_gem | address | |
| buy_gem | address | |
| pay_amt | uint128 | |
| buy_amt | uint128 | |
| timestamp | uint64 |
Outputs
LogTake
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | bytes32 | |
| pair | bytes32 | |
| maker | address | |
| pay_gem | address | |
| buy_gem | address | |
| taker | address | |
| take_amt | uint128 | |
| give_amt | uint128 | |
| timestamp | uint64 |
Outputs
LogBump
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | bytes32 | |
| pair | bytes32 | |
| maker | address | |
| pay_gem | address | |
| buy_gem | address | |
| pay_amt | uint128 | |
| buy_amt | uint128 | |
| timestamp | uint64 |
Outputs
LogMake
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | bytes32 | |
| pair | bytes32 | |
| maker | address | |
| pay_gem | address | |
| buy_gem | address | |
| pay_amt | uint128 | |
| buy_amt | uint128 | |
| timestamp | uint64 |
Outputs
LogTrade
Inputs
| Parameter | Type | Description |
|---|---|---|
| pay_amt | uint256 | |
| pay_gem | address | |
| buy_amt | uint256 | |
| buy_gem | address |
Outputs
LogItemUpdate
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | uint256 |
Outputs
ExpiringMarket
stop
Inputs
Outputs
isClosed
Inputs
Outputs
| Type | Description |
|---|---|
| bool |
getTime
Inputs
Outputs
| Type | Description |
|---|---|
| uint64 |
MatchingEvents
LogDelete
Inputs
| Parameter | Type | Description |
|---|---|---|
| keeper | address | |
| id | uint256 |
Outputs
LogInsert
Inputs
| Parameter | Type | Description |
|---|---|---|
| keeper | address | |
| id | uint256 |
Outputs
LogSortedOffer
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | uint256 |
Outputs
LogUnsortedOffer
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | uint256 |
Outputs
LogMatchingEnabled
Inputs
| Parameter | Type | Description |
|---|---|---|
| isEnabled | bool |
Outputs
LogMinSell
Inputs
| Parameter | Type | Description |
|---|---|---|
| pay_gem | address | |
| min_amount | uint256 |
Outputs
LogBuyEnabled
Inputs
| Parameter | Type | Description |
|---|---|---|
| isEnabled | bool |
Outputs
MatchingMarket
setBuyEnabled
Inputs
| Parameter | Type | Description |
|---|---|---|
| buyEnabled_ | bool |
Outputs
| Type | Description |
|---|---|
| bool |
setMatchingEnabled
Inputs
| Parameter | Type | Description |
|---|---|---|
| matchingEnabled_ | bool |
Outputs
| Type | Description |
|---|---|
| bool |
setMinSell
Inputs
| Parameter | Type | Description |
|---|---|---|
| pay_gem | address | |
| dust | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
buy
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | uint256 | |
| amount | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
cancel
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
offer
Inputs
| Parameter | Type | Description |
|---|---|---|
| pay_amt | uint256 | |
| pay_gem | address | |
| buy_amt | uint256 | |
| buy_gem | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
offer
Inputs
| Parameter | Type | Description |
|---|---|---|
| pay_amt | uint256 | |
| pay_gem | address | |
| buy_amt | uint256 | |
| buy_gem | address | |
| pos | uint256 | |
| rounding | bool |
Outputs
| Type | Description |
|---|---|
| uint256 |
offer
Inputs
| Parameter | Type | Description |
|---|---|---|
| pay_amt | uint256 | |
| pay_gem | address | |
| buy_amt | uint256 | |
| buy_gem | address | |
| pos | uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 |
kill
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | bytes32 |
Outputs
buyAllAmount
Inputs
| Parameter | Type | Description |
|---|---|---|
| buy_gem | address | |
| buy_amt | uint256 | |
| pay_gem | address | |
| max_fill_amount | uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 |
take
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | bytes32 | |
| maxTakeAmount | uint128 |
Outputs
del_rank
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
insert
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | uint256 | |
| pos | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
make
Inputs
| Parameter | Type | Description |
|---|---|---|
| pay_gem | address | |
| buy_gem | address | |
| pay_amt | uint128 | |
| buy_amt | uint128 |
Outputs
| Type | Description |
|---|---|
| bytes32 |
sellAllAmount
Inputs
| Parameter | Type | Description |
|---|---|---|
| pay_gem | address | |
| pay_amt | uint256 | |
| buy_gem | address | |
| min_fill_amount | uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 |
getPayAmount
Inputs
| Parameter | Type | Description |
|---|---|---|
| pay_gem | address | |
| buy_gem | address | |
| buy_amt | uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 |
isOfferSorted
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
getWorseOffer
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 |
getBetterOffer
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 |
getFirstUnsortedOffer
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
getOfferCount
Inputs
| Parameter | Type | Description |
|---|---|---|
| sell_gem | address | |
| buy_gem | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
getNextUnsortedOffer
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 |
getMinSell
Inputs
| Parameter | Type | Description |
|---|---|---|
| pay_gem | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
getBuyAmount
Inputs
| Parameter | Type | Description |
|---|---|---|
| buy_gem | address | |
| pay_gem | address | |
| pay_amt | uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 |
getBestOffer
Inputs
| Parameter | Type | Description |
|---|---|---|
| sell_gem | address | |
| buy_gem | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
MatchingMarket
Inputs
| Parameter | Type | Description |
|---|---|---|
| close_time | uint64 |
Outputs
SimpleMarket
bump
Inputs
| Parameter | Type | Description |
|---|---|---|
| id_ | bytes32 |
Outputs
getOwner
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | uint256 |
Outputs
| Type | Description |
|---|---|
| address |
isActive
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
getOffer
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 | |
| address | |
| uint256 | |
| address |
buyEnabled
Inputs
Outputs
| Type | Description |
|---|---|
| bool |
_rank
Inputs
| Parameter | Type | Description |
|---|---|---|
| uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 | |
| uint256 | |
| uint256 |
authority
Inputs
Outputs
| Type | Description |
|---|---|
| address |
_near
Inputs
| Parameter | Type | Description |
|---|---|---|
| uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 |
_dust
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| uint256 |
owner
Inputs
Outputs
| Type | Description |
|---|---|
| address |
offers
Inputs
| Parameter | Type | Description |
|---|---|---|
| uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 | |
| address | |
| uint256 | |
| address | |
| address | |
| uint64 |
stopped
Inputs
Outputs
| Type | Description |
|---|---|
| bool |
_best
Inputs
| Parameter | Type | Description |
|---|---|---|
| address | ||
| address |
Outputs
| Type | Description |
|---|---|
| uint256 |
_span
Inputs
| Parameter | Type | Description |
|---|---|---|
| address | ||
| address |
Outputs
| Type | Description |
|---|---|
| uint256 |
close_time
Inputs
Outputs
| Type | Description |
|---|---|
| uint64 |
dustId
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
last_offer_id
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
matchingEnabled
Inputs
Outputs
| Type | Description |
|---|---|
| bool |