DSAuth
function
setAuthority
nonpayable
Restricted (auth)
Inputs
| Parameter | Type | Description |
|---|---|---|
| authority_ | address |
Outputs
(void)
function
setOwner
nonpayable
Restricted (auth)
Inputs
| Parameter | Type | Description |
|---|---|---|
| owner_ | address |
Outputs
(void)
DSAuthEvents
event
LogSetOwner
Inputs
| Parameter | Type | Description |
|---|---|---|
| owner | address |
Outputs
(void)
event
LogSetAuthority
Inputs
| Parameter | Type | Description |
|---|---|---|
| authority | address |
Outputs
(void)
DSNote
event
LogNote
Inputs
| Parameter | Type | Description |
|---|---|---|
| sig | bytes4 | |
| guy | address | |
| foo | bytes32 | |
| bar | bytes32 | |
| wad | uint256 | |
| fax | bytes |
Outputs
(void)
DSValue
function
void
nonpayable
Restricted (note, auth)
Inputs
(void)
Outputs
(void)
function
peek
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bytes32 | |
| bool |
function
read
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bytes32 |
Medianizer
function
unset
nonpayable
Restricted (auth)
Inputs
| Parameter | Type | Description |
|---|---|---|
| pos | bytes12 |
Outputs
(void)
function
unset
nonpayable
Restricted (auth)
Inputs
| Parameter | Type | Description |
|---|---|---|
| wat | address |
Outputs
(void)
function
poke
nonpayable
Restricted (note)
Inputs
(void)
Outputs
(void)
function
poke
nonpayable
Restricted (note)
Inputs
| Parameter | Type | Description |
|---|---|---|
| bytes32 |
Outputs
(void)
function
setNext
nonpayable
Restricted (note, auth)
Inputs
| Parameter | Type | Description |
|---|---|---|
| next_ | bytes12 |
Outputs
(void)
function
set
nonpayable
Restricted (note, auth)
Inputs
| Parameter | Type | Description |
|---|---|---|
| pos | bytes12 | |
| wat | address |
Outputs
(void)
function
setMin
nonpayable
Restricted (note, auth)
Inputs
| Parameter | Type | Description |
|---|---|---|
| min_ | uint96 |
Outputs
(void)
function
set
nonpayable
Restricted (note, auth)
Inputs
| Parameter | Type | Description |
|---|---|---|
| wat | address |
Outputs
(void)
function
compute
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bytes32 | |
| bool |
MedianizerEvents
event
LogValue
Inputs
| Parameter | Type | Description |
|---|---|---|
| val | bytes32 |
Outputs
(void)
function
min
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint96 |
function
authority
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
owner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
values
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| bytes12 |
Outputs
| Type | Description |
|---|---|
| address |
function
next
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bytes12 |
function
indexes
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| bytes12 |