ERC721Auction

Verified contract

Active on Ethereum with 955 txns
Deployed by via 0x31071e1e at 5277810
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x93a2c684b480809e6437b4d0ae01424eb059280fd104d568e1b145a9f419239a
0xc7365e271420dc6faea3fc45e7074275c718f88cd9000d4d1d75f212ea3770c0
0xc281dfda9a132b6046b4a65eb817eea0b2684301c79c46c58eb95022e5c85efb
0x74c9a7454c596526f5a5a13fd35dd89773eb141c6e251e7a7e05449249638e17
0xeaab09f718ea48602db8e061204dbbc639535b8e60cb491c6b114437792f349f
0x0ddce1b14e4d5f14d45bfe8a72a3b10d6755ff1f0337bcf949a85328ad19f171
0xa83689a84ab770441aa23247f42ff1762ed76b2d1b6bfe695dce18e8a003525a
0xbc2eb0806fd936c78e46c72f58d74c4aeca3dd484a4fcd73c9815f3e853d451a
0x2e2a250d9ca89750eaa3827f4dad5f77e1d488e7fc3bb2dcf8c1c5bcb0816210
0x25efd2d428a00e4b05581c5571a4417565a15d1aeecd0046e86bfeef6fd88dc4

Functions
Getter at block 20887385
ERC721Contract(view returns (address)
0xf15f61643eea73be40ad9b72c09ed381fac7a256
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.