ERC721Auction

Verified contract

Active on Ethereum with 5,276 txns
Deployed by via 0xa2bd514d at 5277800
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
ERC-20
--
0xa8893c0df7e62c93c293db5067967089bb0f20edc5420317774dd549c621425b
0xb7da159bc0cae7aa0037b0bc1fbc8fe795e533980e0d09e1c38b924590d39785
0x0f7f494c86fcc25e48fd304e7cd603833d9d3e03e20c830830529386ef12252b
0x0c4f40dc4c0063e51337c7cb8c18f6efbd7efe07264dbf17b119ec38cd86bca5
0x68f187e30665fc8b0b5b08860d3f94fc5652541a2639de4ac759a9c520d61f83
0x6ea0db501d2fd89e270fe210cbe0e86555885cc47ea3bedd32966fafb90ffb45
0xc4ac5cd694f30baec880037727d9c5bdac87e67b7fd0bdff8b466618d811d7da
0x965948a7a9ee928999d26063501b75e9c8d6092b5537d8d21d09c8d2c71fb2a4
0x111af0aece925bcd8f04ae365d337eb08845e2216ae7f38cf0683de47de3756e
0x7438b9a50ae119e095c13372fc0535596f8914c04948212587b059b2014c95d8

Functions
Getter at block 21161865
ERC721Contract(view returns (address)
0xa98ad92a642570b83b369c4eb70efefe638bc895
auctionDuration(view returns (uint32)
604800
beneficiary(view returns (address)
0xa3e4dc62b2942f6294cc4c34a546df87dbba830e
fee(view returns (uint256)
45000
owner(view returns (address)
0xa3e4dc62b2942f6294cc4c34a546df87dbba830e
Read-only
auctions(uint256view returns (address selleruint256 tokenIduint64 auctionBeginuint64 auctionEnduint256 startPriceuint256 endPrice)
calculateBid(uint256 _tokenIdview returns (uint256)
State-modifying
buyAuction(uint256 _tokenIdpayable 
returnToken(uint256 _tokenId
saveToken(uint256 _tokenId
setBeneficiary(address _beneficiary
setFee(uint256 _fee
startAuction(uint256 _tokenIduint256 _startPriceuint256 _endPrice
transferOwnership(address newOwner
Events
AuctionFinalized(uint256 indexed tokenIdaddress indexed seller
AuctionStarted(uint256 indexed tokenIdaddress indexed seller
AuctionWon(uint256 indexed tokenIdaddress indexed winneraddress indexed selleruint256 price
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _ERC721Contract
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.