FruitsRemiliaAuction
Verified contract
Active on
Ethereum with 188 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "FruitsRemiliaAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19005654 | a year ago | | | 0 | 0.0050882788 | |
| 19005642 | a year ago | | | 0 | 0.0049722974 | |
| 19005637 | a year ago | | | 0 | 0.0053671700 | |
| 19005631 | a year ago | | | 0 | 0.0050399614 | |
| 19005625 | a year ago | | | 0 | 0.0055748520 | |
| 19005620 | a year ago | | | 0 | 0.0055029627 | |
| 19005619 | a year ago | | | 2.5 | 0.0022337377 | |
| 19005605 | a year ago | | | 2.4 | 0.0033159839 | |
| 19005592 | a year ago | | | 2.7 | 0.0027020652 | |
| 19005585 | a year ago | | | 2.55 | 0.0029174948 |
ABI
ABI objects
Getter at block 21404732 getIdsToAuction() view returns (uint24[]) lineStates() view returns (struct LineState[] lines)
auctionConfig() view returns (struct AuctionConfig)
(0x4ebe43af0ac2d08f52bd844fb3519b85a947dc2d, 6, 172800, 300, 100000000000000000, 100000000000000000)
getAuctionedToken() view returns (address)
0x4ebe43af0ac2d08f52bd844fb3519b85a947dc2d
getSharesPerBid() view returns (uint256)
2000000000000000000
owner() view returns (address)
0xb1d1ee9d9309f8c681f3068e647b546f7c58d1e3
Read-only
getIsSharesUpdater(address updater) view returns (bool)
getMinPriceFor(uint24 tokenId) view returns (uint96)
getTokenShares(address user) view returns (uint256)
lineState(uint24 tokenId) view returns (struct LineState)
tokenIdToLineNumber(uint24 tokenId) view returns (uint8)
State-modifying
Events addSharesUpdater(address updater)
createBid(uint24 nftId) payable
getAndClearSharesFor(address user) returns (uint256 shares)
initialize(address nftToAuction, uint8 lines, uint32 baseDuration, uint32 timeBuffer, uint96 startingPrice, uint96 bidIncrement)
lockBaseDurationForever()
lockBidIncrementForever()
lockStartingPriceForever()
lockTimeBufferForever()
removeSharesUpdater(address updater)
renounceOwnership()
setBaseDuration(uint32 baseDuration)
setBidIncrement(uint96 bidIncrement)
setSharesPerBid(uint256 sharesPerBid)
setStartingPrice(uint96 startingPrice)
setTimeBuffer(uint32 timeBuffer)
settleAuction(uint24 nftId)
transferOwnership(address newOwner)
Bid(uint24 indexed tokenId, address bidder, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Won(uint24 indexed tokenId, address bidder, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AuctionPaused()
OptionLocked()
WrongBidAmount()
WrongTokenId()