BWPAuction
Verified contract
Active on
Ethereum with 223 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BWPAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13248770 | 3 years ago | | | 0 | 0.0058053536 | |
| 13248613 | 3 years ago | | | 0 | 0.0015110929 | |
| 13248613 | 3 years ago | | | 0 | 0.0013756870 | |
| 13248613 | 3 years ago | | | 0 | 0.012508004 | |
| 13248524 | 3 years ago | | | 0 | 0.0052694280 | |
| 13248465 | 3 years ago | | | 0 | 0.012146340 | |
| 13248218 | 3 years ago | | | 0 | 0.0074719204 | |
| 13248208 | 3 years ago | | | 0 | 0.0014291208 | |
| 13248204 | 3 years ago | | | 0 | 0.0016062952 | |
| 13248204 | 3 years ago | | | 0 | 0.0089120000 |
ABI
ABI objects
Getter at block 21288930
bidPricePercent() view returns (uint256)
103
bwp() view returns (address)
0xa1d6df714f91debf4e0802a542e13067f31b8262
getAuctionCount() view returns (uint256)
25
getTotalBidCount() view returns (uint256)
137
owner() view returns (address)
0xd97d6cf68de297c9a6b43e6849f9b60e47372114
paused() view returns (bool)
false
Read-only
auctions(uint256) view returns (address seller, address nft, uint256 itemId, uint256 price, address bidder, uint256 createdAt, uint256 updatedAt, uint256 start, uint256 end, uint8 status)
bidCount(address) view returns (uint256)
bids(uint256) view returns (uint256 auctionId, uint256 itemId, uint256 price, address bidder, uint256 bidAt)
bidsOfAuction(uint256, uint256) view returns (uint256)
bidsOfUser(address, uint256) view returns (uint256)
getAuctionActivities(uint256 _auctionId) view returns (uint256[])
getAuctionIdsBid(address account) view returns (uint256[])
getAuctionIdsWon(address account) view returns (uint256[])
getItemIdsBid(address account) view returns (uint256[])
getItemIdsWon(address account) view returns (uint256[])
getUserBidding(address account) view returns (uint256[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
wonCount(address) view returns (uint256)
State-modifying
Events bid(uint256 _auctionId, uint256 _price)
cancelAuction(uint256 _auctionId)
createAuction(address _nft, uint256 _itemId, uint256 _price, uint256 _start, uint256 _end)
endAuction(uint256 _auctionId)
pause()
renounceOwnership()
setBidPricePercent(uint256 _bidPricePercent)
transferOwnership(address newOwner)
unpause()
Bid(address indexed sender, uint256 auctionId, uint256 price, uint256 bidAt)
CancelAuction(address indexed sender, uint256 auctionId)
CreateAuction(address indexed sender, uint256 itemId, uint256 start, uint256 end)
EndAuction(address indexed sender, uint256 auctionId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetBidPricePercent(address indexed sender, uint256 _bidPricePercent)
Unpaused(address account)
constructor(address __bwp, uint256 _bidPricePercent)
This contract contains no fallback and receive objects.
This contract contains no error objects.