SateAuction
Verified contract
Active on
Ethereum with 320 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4847…d721
0x8e6c…6b24
0x6529…56fd
0xce96…29de
Balances ($0.00)
No balances found for "SateAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13295492 | 3 years ago | | | 0 | 0.00084521604 | |
| 13295440 | 3 years ago | | | 0 | 0.0011299376 | |
| 13295440 | 3 years ago | | | 0 | 0.0011126622 | |
| 13295416 | 3 years ago | | | 0 | 0.012101062 | |
| 13295416 | 3 years ago | | | 0 | 0.011713578 | |
| 13295416 | 3 years ago | | | 0 | 0.011713578 | |
| 13295415 | 3 years ago | | | 0 | 0.010463438 | |
| 13295414 | 3 years ago | | | 0 | 0.0010762352 | |
| 13295414 | 3 years ago | | | 0 | 0.0010762352 | |
| 13295414 | 3 years ago | | | 0 | 0.0011357590 |
ABI
ABI objects
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(uint256) view returns (uint256 reservePrice, uint256 startTime, uint256 endTime, bool resulted)
getAuction(uint256 _tokenId) view returns (uint256 _reservePrice, uint256 _startTime, uint256 _endTime, bool _resulted)
getHighestBidder(uint256 _tokenId) view returns (address _bidder, uint256 _bid, uint256 _lastBidTime)
highestBids(uint256) view returns (address bidder, uint256 bid, uint256 lastBidTime)
State-modifying
Events cancelAuction(uint256 _tokenId)
createAuction(uint256 _tokenId, uint256 _reservePrice, uint256 _startTimestamp, uint256 _endTimestamp)
placeBid(uint256 _tokenId, uint256 _amount) payable
renounceOwnership()
resultAuction(uint256 _tokenId)
transferOwnership(address newOwner)
updateAuctionEndTime(uint256 _tokenId, uint256 _endTimestamp)
updateAuctionReservePrice(uint256 _tokenId, uint256 _reservePrice)
updateAuctionStartTime(uint256 _tokenId, uint256 _startTime)
updateBidWithdrawalLockTime(uint256 _bidWithdrawalLockTime)
updateDesignerFee(uint256 _designerFee)
updateMinBidIncrement(uint256 _minBidIncrement)
updateVaultFee(uint256 _vaultFee)
withdrawBid(uint256 _tokenId)
AuctionCancelled(uint256 indexed tokenId)
AuctionCreated(uint256 indexed tokenId, uint256 reservePrice, uint256 startTimestamp, uint256 endTimestamp)
AuctionResulted(uint256 indexed tokenId, address indexed winner, uint256 winningBid)
BidPlaced(uint256 indexed tokenId, address indexed bidder, uint256 bid)
BidRefunded(address indexed bidder, uint256 bid)
BidWithdrawn(uint256 indexed tokenId, address indexed bidder, uint256 bid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateAuctionEndTime(uint256 indexed tokenId, uint256 endTime)
UpdateAuctionReservePrice(uint256 indexed tokenId, uint256 reservePrice)
UpdateAuctionStartTime(uint256 indexed tokenId, uint256 startTime)
UpdateBidWithdrawalLockTime(uint256 bidWithdrawalLockTime)
UpdateMinBidIncrement(uint256 minBidIncrement)
constructor(address _sateNft, address _token, address _devFeeRecipient, address _vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.