Airswap

AirSwapToken

0x27054b13b1b798b345b591a4d22e6562d47ea75a
AirSwapToken
constructor

AirSwapToken

nonpayable
Restricted (Pausable)

Inputs

ParameterTypeDescription
_deployeraddress
_owneraddress
_balanceuint256

Outputs

(void)
event

BalanceLocked

Inputs

ParameterTypeDescription
_owneraddress
_oldLockedAmountuint256
_newLockedAmountuint256
_expiryuint256

Outputs

(void)
Ownable
function

transferOwnership

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
newOwneraddress

Outputs

(void)
event

OwnershipTransferred

Inputs

ParameterTypeDescription
previousOwneraddress
newOwneraddress

Outputs

(void)
Pausable
function

pause

nonpayable
Restricted (onlyOwner, whenNotPaused)

Inputs

(void)

Outputs

(void)
function

unpause

nonpayable
Restricted (onlyOwner, whenPaused)

Inputs

(void)

Outputs

(void)
event

Unpause

Inputs

(void)

Outputs

(void)
event

Pause

Inputs

(void)

Outputs

(void)
Token
event

Approval

Inputs

ParameterTypeDescription
_owneraddress
_spenderaddress
_valueuint256

Outputs

(void)
event

Transfer

Inputs

ParameterTypeDescription
_fromaddress
_toaddress
_valueuint256

Outputs

(void)
function

lockBalance

nonpayable

Inputs

ParameterTypeDescription
_valueuint256

Outputs

(void)
function

balanceLocks

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
uint256
uint256
function

allowance

view

Inputs

ParameterTypeDescription
_owneraddress
_spenderaddress

Outputs

TypeDescription
uint256
function

transfer

nonpayable

Inputs

ParameterTypeDescription
_toaddress
_valueuint256

Outputs

TypeDescription
bool
function

availableBalance

view

Inputs

ParameterTypeDescription
_owneraddress

Outputs

TypeDescription
uint256
function

symbol

view

Inputs

(void)

Outputs

TypeDescription
string
function

owner

view

Inputs

(void)

Outputs

TypeDescription
address
function

balanceOf

view

Inputs

ParameterTypeDescription
_owneraddress

Outputs

TypeDescription
uint256
function

paused

view

Inputs

(void)

Outputs

TypeDescription
bool
function

allowed

view

Inputs

ParameterTypeDescription
address
address

Outputs

TypeDescription
uint256
function

decimals

view

Inputs

(void)

Outputs

TypeDescription
uint8
function

balances

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
uint256
function

transferFrom

nonpayable

Inputs

ParameterTypeDescription
_fromaddress
_toaddress
_valueuint256

Outputs

TypeDescription
bool
function

totalSupply

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

approve

nonpayable

Inputs

ParameterTypeDescription
_spenderaddress
_valueuint256

Outputs

TypeDescription
bool
function

name

view

Inputs

(void)

Outputs

TypeDescription
string