SateAuction

Verified contract

Active on Ethereum with 320 txns
Deployed by via 0x45c5b53b at 12952809
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SateAuction"

0x27cde1640bc98457858d663c2987fcbd8479bae763971dcf9d03c261e1455419
0x79d1d97ec3b26df5b069a4212c191bbf9ef0c83cfee25fe1b5f939a83e2f2e99
0xdbb7bdf28b8daf85bc9b5294b13149530fd966ff0165b142b6c7d6f42e2cd015
0x92b9479f6d83113656578200cc824f660920a9dee4525bc790ba6d5c2627603d
0xf23f71bc2aede92203c10ac36b96148b2a3931f77d303a3a86e9f3ceaa669945
0xaa0b751aa5b99c01ef9f5324aa1a2eec6bc5a964cacabb19e9ba795b2bd1f0bd
0x886ba9268091ff99e46751fb8737a0fe347898521835c8d6d6f2781a5b85a979
0x3d8d7072b02cb36f1e53fca475d219f8a7d4409d1fffaf76bdf300e7102237e7
0x7d6d5d427b5a3cbbdf18863c6b3c1d60779f45dd331b48fcdcbb601b6e707f38
0x7971b3ee6f0fba50e9f964a0ad415650f2a7c318c2c58a78616aeccadd46744e

Functions
Getter at block 21297750
bidWithdrawalLockTime(view returns (uint256)
1800
designerFee(view returns (uint256)
300
devFeeRecipient(view returns (address)
0x652925f8d31cb21d3b33fec38291f496e1b156fd
minBidIncrement(view returns (uint256)
100000000000000000000000000
owner(view returns (address)
0xa221af4a429b734abb1cc53fbd0c1d0fa47e1494
sateNft(view returns (address)
0x48470fb3fe7108b9e15b2bf7aa15b7adf774d721
token(view returns (address)
0x8e6cd950ad6ba651f6dd608dc70e5886b1aa6b24
vault(view returns (address)
0xce968135e84688f48c7e9567103fe249660029de
vaultFee(view returns (uint256)
400
Read-only
auctions(uint256view returns (uint256 reservePriceuint256 startTimeuint256 endTimebool resulted)
getAuction(uint256 _tokenIdview returns (uint256 _reservePriceuint256 _startTimeuint256 _endTimebool _resulted)
getHighestBidder(uint256 _tokenIdview returns (address _bidderuint256 _biduint256 _lastBidTime)
highestBids(uint256view returns (address bidderuint256 biduint256 lastBidTime)
State-modifying
cancelAuction(uint256 _tokenId
createAuction(uint256 _tokenIduint256 _reservePriceuint256 _startTimestampuint256 _endTimestamp
placeBid(uint256 _tokenIduint256 _amountpayable 
renounceOwnership(
resultAuction(uint256 _tokenId
transferOwnership(address newOwner
updateAuctionEndTime(uint256 _tokenIduint256 _endTimestamp
updateAuctionReservePrice(uint256 _tokenIduint256 _reservePrice
updateAuctionStartTime(uint256 _tokenIduint256 _startTime
updateBidWithdrawalLockTime(uint256 _bidWithdrawalLockTime
updateDesignerFee(uint256 _designerFee
updateMinBidIncrement(uint256 _minBidIncrement
updateVaultFee(uint256 _vaultFee
withdrawBid(uint256 _tokenId
Events
AuctionCancelled(uint256 indexed tokenId
AuctionCreated(uint256 indexed tokenIduint256 reservePriceuint256 startTimestampuint256 endTimestamp
AuctionResulted(uint256 indexed tokenIdaddress indexed winneruint256 winningBid
BidPlaced(uint256 indexed tokenIdaddress indexed bidderuint256 bid
BidRefunded(address indexed bidderuint256 bid
BidWithdrawn(uint256 indexed tokenIdaddress indexed bidderuint256 bid
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
UpdateAuctionEndTime(uint256 indexed tokenIduint256 endTime
UpdateAuctionReservePrice(uint256 indexed tokenIduint256 reservePrice
UpdateAuctionStartTime(uint256 indexed tokenIduint256 startTime
UpdateBidWithdrawalLockTime(uint256 bidWithdrawalLockTime
UpdateMinBidIncrement(uint256 minBidIncrement
Constructor
constructor(address _sateNftaddress _tokenaddress _devFeeRecipientaddress _vault
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.