FigmataAuction
Verified contract
Active on
Ethereum with 1,993 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 "FigmataAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17674741 | a year ago | | | 0 | 0.0022988548 | |
| 17674738 | a year ago | | | 0 | 0.0023078799 | |
| 17674101 | a year ago | | | 0.235 | 0.0010301085 | |
| 17674097 | a year ago | | | 0.2 | 0.0010129134 | |
| 17674092 | a year ago | | | 0.175 | 0.00097072312 | |
| 17674066 | a year ago | | | 0.15 | 0.00079874813 | |
| 17673993 | a year ago | | | 0.125 | 0.00086477130 | |
| 17673922 | a year ago | | | 0.1 | 0.00086475983 | |
| 17673611 | a year ago | | | 0.175 | 0.00089754502 | |
| 17673400 | a year ago | | | 0 | 0.0027707741 |
ABI
ABI objects
Getter at block 21205176 getIdsToAuction() view returns (uint24[]) lineStates() view returns (struct LineState[] lines)
auctionConfig() view returns (struct AuctionConfig)
(0xe61443f7db3ca8b7fc083602dcc52726db3d5ff6, 10, 86400, 300, 0, 25000000000000000)
getAuctionedToken() view returns (address)
0xe61443f7db3ca8b7fc083602dcc52726db3d5ff6
options() view returns (bool sharesUpdaterUpdatingLocked, bool vipRequiredTokensLocked, bool vipIdsLocked)
(sharesUpdaterUpdatingLocked=false, vipRequiredTokensLocked=false, vipIdsLocked=false)
owner() view returns (address)
0x987a76e65b8e47174a4709d6a30c74d756a20436
Read-only
getIsSharesUpdater(address updater) view returns (bool)
getMinPriceFor(uint24 tokenId) view returns (uint96)
getTokenShares(address user) view returns (uint256)
isVipId(uint24 id) view returns (bool)
lineState(uint24 tokenId) view returns (struct LineState)
tokenIdToLineNumber(uint24 tokenId) view returns (uint8)
tokensRequiredToOwnToBeVip(uint256) view returns (address)
userIsVip(address user) view returns (bool itIs)
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()
lockSharesUpdaterUpdatingForever()
lockStartingPriceForever()
lockTimeBufferForever()
lockTokensRequiredToHoldToBeVipForever()
lockVipIdsForever()
removeSharesUpdater(address updater)
renounceOwnership()
setBaseDuration(uint32 baseDuration)
setBidIncrement(uint96 bidIncrement)
setStartingPrice(uint96 startingPrice)
setTimeBuffer(uint32 timeBuffer)
setTokensRequiredToHoldToBeVip(address[] tokens)
setVipIds(uint24[] ids, bool areVip)
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()
NotVip()
OptionLocked()
WrongBidAmount()
WrongTokenId()