BCFAuction
Verified contract
Active on
Ethereum with 294 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6abf…4d1f
Balances ($42.39)
Native
Value
$42.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01188 | $3,568.22 |
$42.39 | |
BCF | ERC-20 | 23 | -- | -- | |
Only | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5798499 | 6 years ago | | | 0 | 0.00014126800 | |
| 5794844 | 6 years ago | | | 0.05 | 0.00077258000 | |
| 5794794 | 6 years ago | | | 0.077 | 0.00078869460 | |
| 5794788 | 6 years ago | | | 0.05 | 0.00078803160 | |
| 5794784 | 6 years ago | | | 0.05 | 0.00078803160 | |
| 5773135 | 6 years ago | | | 0.07 | 0.00015451600 | |
| 5741502 | 6 years ago | | | 0 | 0.00039760800 | |
| 5510371 | 7 years ago | | | 0 | 0.000044564000 | |
| 5509281 | 7 years ago | | | 0 | 0.00013253600 | |
| 5509279 | 7 years ago | | | 0 | 0.00013253600 |
ABI
ABI objects
Getter at block 21286979
auctioneerCut() view returns (uint256)
400
dataStore() view returns (address)
0x6abf810730a342add1374e11f3e97500ee774d1f
owner() view returns (address)
0x1b161b2f5c50a43c2395ef469546527a6b4d09e4
paused() view returns (bool)
false
Read-only
getAuction(uint256 cardId) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt)
getCurrentPrice(uint256 cardId) view returns (uint256)
State-modifying
Events bid(uint256 cardId) payable
cancelAuction(uint256 cardId)
createAuction(uint256 cardId, uint256 startPrice, uint256 endPrice, uint256 duration, address seller)
pause() returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
withdrawBalance()
AuctionCancelled(uint256 cardId)
AuctionCreated(uint256 cardId, uint256 startPrice, uint256 endPrice, uint256 duration)
AuctionSuccessful(uint256 cardId, uint256 finalPrice, address winner)
Pause()
Unpause()
constructor(address dataStoreAddress, uint256 cutValue)
This contract contains no fallback and receive objects.
This contract contains no error objects.