ClockAuction
function
cancelAuctionWhenPaused
nonpayable
Restricted (whenPaused, onlyOwner)
Inputs
Parameter | Type | Description |
---|---|---|
_tokenId | uint256 |
Outputs
(void)
function
cancelAuction
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
_tokenId | uint256 |
Outputs
(void)
function
withdrawBalance
nonpayable
Inputs
(void)
Outputs
(void)
function
getCurrentPrice
view
Inputs
Parameter | Type | Description |
---|---|---|
_tokenId | uint256 |
Outputs
Type | Description |
---|---|
uint256 |
function
getAuction
view
Inputs
Parameter | Type | Description |
---|---|---|
_tokenId | uint256 |
Outputs
Type | Description |
---|---|
address | |
uint256 | |
uint256 | |
uint256 | |
uint256 |
ClockAuctionBase
event
AuctionCancelled
Inputs
Parameter | Type | Description |
---|---|---|
tokenId | uint256 |
Outputs
(void)
event
AuctionSuccessful
Inputs
Parameter | Type | Description |
---|---|---|
tokenId | uint256 | |
totalPrice | uint256 | |
winner | address |
Outputs
(void)
event
AuctionCreated
Inputs
Parameter | Type | Description |
---|---|---|
tokenId | uint256 | |
startingPrice | uint256 | |
endingPrice | uint256 | |
duration | uint256 |
Outputs
(void)
Pausable
event
Unpause
Inputs
(void)
Outputs
(void)
event
Pause
Inputs
(void)
Outputs
(void)
SaleClockAuction
function
createAuction
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
_tokenId | uint256 | |
_startingPrice | uint256 | |
_endingPrice | uint256 | |
_duration | uint256 | |
_seller | address |
Outputs
(void)
function
bid
payable
Inputs
Parameter | Type | Description |
---|---|---|
_tokenId | uint256 |
Outputs
(void)
function
averageGen0SalePrice
view
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256 |
constructor
SaleClockAuction
nonpayable
Restricted (ClockAuction)
Inputs
Parameter | Type | Description |
---|---|---|
_nftAddr | address | |
_cut | uint256 |
Outputs
(void)
function
transferOwnership
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
newOwner | address |
Outputs
(void)
function
nonFungibleContract
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
owner
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
gen0SaleCount
view
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256 |
function
isSaleClockAuction
view
Inputs
(void)
Outputs
Type | Description |
---|---|
bool |
function
pause
nonpayable
Inputs
(void)
Outputs
Type | Description |
---|---|
bool |
function
ownerCut
view
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256 |
function
paused
view
Inputs
(void)
Outputs
Type | Description |
---|---|
bool |
function
lastGen0SalePrices
view
Inputs
Parameter | Type | Description |
---|---|---|
uint256 |
Outputs
Type | Description |
---|---|
uint256 |
function
unpause
nonpayable
Inputs
(void)
Outputs
Type | Description |
---|---|
bool |