Airswap

Swap

0x4572f2554421bd64bef1c22c8a81840e8d496bea
Context
constructor

Swap

nonpayable

Inputs

ParameterTypeDescription
swapRegistryaddress

Outputs

(void)
ISwap
event

Swap

Inputs

ParameterTypeDescription
nonceuint256
timestampuint256
signerWalletaddress
signerAmountuint256
signerIduint256
signerTokenaddress
senderWalletaddress
senderAmountuint256
senderIduint256
senderTokenaddress
affiliateWalletaddress
affiliateAmountuint256
affiliateIduint256
affiliateTokenaddress

Outputs

(void)
event

RevokeSigner

Inputs

ParameterTypeDescription
authorizerAddressaddress
revokedSigneraddress

Outputs

(void)
event

RevokeSender

Inputs

ParameterTypeDescription
authorizerAddressaddress
revokedSenderaddress

Outputs

(void)
event

CancelUpTo

Inputs

ParameterTypeDescription
nonceuint256
signerWalletaddress

Outputs

(void)
event

Cancel

Inputs

ParameterTypeDescription
nonceuint256
signerWalletaddress

Outputs

(void)
event

AuthorizeSigner

Inputs

ParameterTypeDescription
authorizerAddressaddress
authorizedSigneraddress

Outputs

(void)
event

AuthorizeSender

Inputs

ParameterTypeDescription
authorizerAddressaddress
authorizedSenderaddress

Outputs

(void)
Swap
function

revokeSigner

nonpayable

Inputs

ParameterTypeDescription
authorizedSigneraddress

Outputs

(void)
function

revokeSender

nonpayable

Inputs

ParameterTypeDescription
authorizedSenderaddress

Outputs

(void)
function

cancelUpTo

nonpayable

Inputs

ParameterTypeDescription
minimumNonceuint256

Outputs

(void)
function

cancel

nonpayable

Inputs

ParameterTypeDescription
noncesuint256[]

Outputs

(void)
function

authorizeSigner

nonpayable

Inputs

ParameterTypeDescription
authorizedSigneraddress

Outputs

(void)
function

authorizeSender

nonpayable

Inputs

ParameterTypeDescription
authorizedSenderaddress

Outputs

(void)
Wrapper
function

swap

nonpayable

Inputs

ParameterTypeDescription
ordertuple

Outputs

(void)
function

signerNonceStatus

view

Inputs

ParameterTypeDescription
address
uint256

Outputs

TypeDescription
bytes1
function

signerMinimumNonce

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
uint256
function

signerAuthorizations

view

Inputs

ParameterTypeDescription
address
address

Outputs

TypeDescription
bool
function

senderAuthorizations

view

Inputs

ParameterTypeDescription
address
address

Outputs

TypeDescription
bool
function

registry

view

Inputs

(void)

Outputs

TypeDescription
address