Airswap / _OldContracts

Swap

0x54d2690e97e477a4b33f40d6e4afdd4832c07c57
ISwap
event

Revoke

Inputs

ParameterTypeDescription
approverAddressaddress
delegateAddressaddress

Outputs

(void)
event

Authorize

Inputs

ParameterTypeDescription
approverAddressaddress
delegateAddressaddress
expiryuint256

Outputs

(void)
event

Invalidate

Inputs

ParameterTypeDescription
nonceuint256
makerWalletaddress

Outputs

(void)
event

Cancel

Inputs

ParameterTypeDescription
nonceuint256
makerWalletaddress

Outputs

(void)
event

Swap

Inputs

ParameterTypeDescription
nonceuint256
timestampuint256
makerWalletaddress
makerParamuint256
makerTokenaddress
takerWalletaddress
takerParamuint256
takerTokenaddress
affiliateWalletaddress
affiliateParamuint256
affiliateTokenaddress

Outputs

(void)
Swap
function

authorize

nonpayable

Inputs

ParameterTypeDescription
_delegateaddress
_expiryuint256

Outputs

(void)
function

revoke

nonpayable

Inputs

ParameterTypeDescription
_delegateaddress

Outputs

(void)
function

swap

nonpayable

Inputs

ParameterTypeDescription
_ordertuple
_signaturetuple

Outputs

(void)
function

cancel

nonpayable

Inputs

ParameterTypeDescription
_noncesuint256[]

Outputs

(void)
function

invalidate

nonpayable

Inputs

ParameterTypeDescription
_minimumNonceuint256

Outputs

(void)
function

swapSimple

nonpayable

Inputs

ParameterTypeDescription
_nonceuint256
_expiryuint256
_makerWalletaddress
_makerParamuint256
_makerTokenaddress
_takerWalletaddress
_takerParamuint256
_takerTokenaddress
_vuint8
_rbytes32
_sbytes32

Outputs

(void)
constructor

Swap

nonpayable

Inputs

(void)

Outputs

(void)
function

delegateApprovals

view

Inputs

ParameterTypeDescription
address
address

Outputs

TypeDescription
uint256
function

makerOrderStatus

view

Inputs

ParameterTypeDescription
address
uint256

Outputs

TypeDescription
bytes1
function

makerMinimumNonce

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
uint256