IAssistingAuction

Methods

bid

function bid(uint256 _tokenId, uint256 _bidAmount) external nonpayable

Parameters

Name
Type
Description

_tokenId

uint256

undefined

_bidAmount

uint256

undefined

bidFor

function bidFor(address _bidder, uint256 _tokenId, uint256 _bidAmount) external nonpayable

Parameters

Name
Type
Description

_bidder

address

undefined

_tokenId

uint256

undefined

_bidAmount

uint256

undefined

cancelAuction

function cancelAuction(uint256 _tokenId) external nonpayable

Parameters

Name
Type
Description

_tokenId

uint256

undefined

cancelAuctionWhenPaused

Parameters

Name
Type
Description

_tokenId

uint256

undefined

createAuction

Parameters

Name
Type
Description

_tokenId

uint256

undefined

_startingPrice

uint256

undefined

_endingPrice

uint256

undefined

_duration

uint256

undefined

getAuction

Parameters

Name
Type
Description

_tokenId

uint256

undefined

Returns

Name
Type
Description

seller

address

undefined

startingPrice

uint256

undefined

endingPrice

uint256

undefined

duration

uint256

undefined

startedAt

uint256

undefined

getCurrentPrice

Parameters

Name
Type
Description

_tokenId

uint256

undefined

Returns

Name
Type
Description

_0

uint256

undefined

heroCore

Returns

Name
Type
Description

_0

address

undefined

isOnAuction

Parameters

Name
Type
Description

_tokenId

uint256

undefined

Returns

Name
Type
Description

_0

bool

undefined

jewelToken

Returns

Name
Type
Description

_0

address

undefined

owner

Returns

Name
Type
Description

_0

address

undefined

ownerCut

Returns

Name
Type
Description

_0

uint256

undefined

paused

Returns

Name
Type
Description

_0

bool

undefined

renounceOwnership

setFees

Parameters

Name
Type
Description

_feeAddresses

address[]

undefined

_feePercents

uint256[]

undefined

transferOwnership

Parameters

Name
Type
Description

newOwner

address

undefined

Last updated

Was this helpful?