CryptoKitties

Offers

0x57831a0c76ba6b4fdcbadd6cb48cb26e8fc15e93
Offers
function

bidderWithdrawFunds

nonpayable
Restricted (whenFrozen)

Inputs

ParameterTypeDescription
_tokenIduint256

Outputs

(void)
function

cancelOffer

nonpayable
Restricted (whenNotFrozen)

Inputs

ParameterTypeDescription
_tokenIduint256

Outputs

(void)
function

fulfillOffer

nonpayable
Restricted (whenNotFrozen)

Inputs

ParameterTypeDescription
_tokenIduint256
_minOfferPriceuint128

Outputs

(void)
function

batchRemoveExpired

nonpayable
Restricted (whenNotFrozen)

Inputs

ParameterTypeDescription
_tokenIdsuint256[]

Outputs

(void)
function

createOffer

payable
Restricted (whenNotFrozen)

Inputs

ParameterTypeDescription
_tokenIduint256

Outputs

(void)
function

updateOffer

payable
Restricted (whenNotFrozen)

Inputs

ParameterTypeDescription
_tokenIduint256

Outputs

(void)
constructor

Offers

nonpayable

Inputs

ParameterTypeDescription
_nftAddressaddress
_cooAddressaddress
_globalDurationuint256
_minimumTotalValueuint256
_minimumPriceIncrementuint256
_unsuccessfulFeeuint256
_offerCutuint256

Outputs

(void)
fallback

(fallback)

payable

Inputs

(void)

Outputs

(void)
OffersAccessControl
function

setCFO

nonpayable
Restricted (onlyCEO)

Inputs

ParameterTypeDescription
_newCFOaddress

Outputs

(void)
function

setCOO

nonpayable
Restricted (onlyCEO)

Inputs

ParameterTypeDescription
_newCOOaddress

Outputs

(void)
function

setCEO

nonpayable
Restricted (onlyCEO)

Inputs

ParameterTypeDescription
_newCEOaddress

Outputs

(void)
function

setLostAndFound

nonpayable
Restricted (onlyCEO)

Inputs

ParameterTypeDescription
_newLostAndFoundaddress

Outputs

(void)
function

withdrawTotalCFOEarnings

nonpayable
Restricted (onlyCFO)

Inputs

(void)

Outputs

(void)
function

freeze

nonpayable
Restricted (onlyCeoOrCfo, whenNotFrozen)

Inputs

(void)

Outputs

(void)
function

withdrawTotalLostAndFoundBalance

nonpayable
Restricted (onlyLostAndFound)

Inputs

(void)

Outputs

(void)
OffersBase
event

PushFundsFailed

Inputs

ParameterTypeDescription
tokenIduint256
toaddress
amountuint256

Outputs

(void)
event

BidderWithdrewFundsWhenFrozen

Inputs

ParameterTypeDescription
tokenIduint256
bidderaddress
amountuint256

Outputs

(void)
event

ExpiredOfferRemoved

Inputs

ParameterTypeDescription
tokenIduint256
bidderaddress
bidderReceiveduint256
feeuint256

Outputs

(void)
event

OfferUpdated

Inputs

ParameterTypeDescription
tokenIduint256
bidderaddress
newExpiresAtuint256
totalRaiseduint256

Outputs

(void)
event

OfferFulfilled

Inputs

ParameterTypeDescription
tokenIduint256
bidderaddress
owneraddress
ownerReceiveduint256
feeuint256

Outputs

(void)
event

OfferCancelled

Inputs

ParameterTypeDescription
tokenIduint256
bidderaddress
bidderReceiveduint256
feeuint256

Outputs

(void)
event

OfferCreated

Inputs

ParameterTypeDescription
tokenIduint256
bidderaddress
expiresAtuint256
totaluint256
offerPriceuint256

Outputs

(void)
OffersConfig
function

setUnsuccessfulFee

nonpayable
Restricted (onlyCOO, whenNotFrozen)

Inputs

ParameterTypeDescription
_newUnsuccessfulFeeuint256

Outputs

(void)
function

setGlobalDuration

nonpayable
Restricted (onlyCOO, whenNotFrozen)

Inputs

ParameterTypeDescription
_newDurationuint256

Outputs

(void)
function

setMinimumTotalValue

nonpayable
Restricted (onlyCOO, whenNotFrozen)

Inputs

ParameterTypeDescription
_newMinTotaluint256

Outputs

(void)
function

setMinimumPriceIncrement

nonpayable
Restricted (onlyCOO, whenNotFrozen)

Inputs

ParameterTypeDescription
_newMinimumPriceIncrementuint256

Outputs

(void)
function

setOfferCut

nonpayable
Restricted (onlyCOO, whenNotFrozen)

Inputs

ParameterTypeDescription
_newOfferCutuint256

Outputs

(void)
event

UnsuccessfulFeeUpdated

Inputs

ParameterTypeDescription
valueuint256

Outputs

(void)
event

OfferCutUpdated

Inputs

ParameterTypeDescription
valueuint256

Outputs

(void)
event

MinimumPriceIncrementUpdated

Inputs

ParameterTypeDescription
valueuint256

Outputs

(void)
event

MinimumTotalValueUpdated

Inputs

ParameterTypeDescription
valueuint256

Outputs

(void)
event

GlobalDurationUpdated

Inputs

ParameterTypeDescription
valueuint256

Outputs

(void)
function

nonFungibleContract

view

Inputs

(void)

Outputs

TypeDescription
address
function

minimumPriceIncrement

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

tokenIdToOffer

view

Inputs

ParameterTypeDescription
uint256

Outputs

TypeDescription
uint64
address
uint16
uint128
uint128
function

unsuccessfulFee

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

offerCut

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

cooAddress

view

Inputs

(void)

Outputs

TypeDescription
address
function

totalLostAndFoundBalance

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

minimumTotalValue

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

totalCFOEarnings

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

lostAndFoundAddress

view

Inputs

(void)

Outputs

TypeDescription
address
function

globalDuration

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

ceoAddress

view

Inputs

(void)

Outputs

TypeDescription
address
function

frozen

view

Inputs

(void)

Outputs

TypeDescription
bool
function

cfoAddress

view

Inputs

(void)

Outputs

TypeDescription
address