FixedPriceAuction
Verified contract
Active on
Ethereum with 1,958 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($216.40)
Native
Value
$216.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.088035 | $2,458.17 |
$216.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19493652 | 7 months ago | | | 0.07 | 0.0028580707 | |
| 19493557 | 7 months ago | | | 0.03 | 0.0034923845 | |
| 19246142 | 9 months ago | | | 0.2 | 0.0022662427 | |
| 19245564 | 9 months ago | | | 0.0069 | 0.0021334870 | |
| 19123713 | 9 months ago | | | 0.25 | 0.0022279970 | |
| 19054588 | 9 months ago | | | 0.03 | 0.0017380384 | |
| 19011097 | 10 months ago | | | 0 | 0.00071514010 | |
| 18864903 | 10 months ago | | | 0.02 | 0.0021584790 | |
| 18847342 | 10 months ago | | | 0.1 | 0.0025435167 | |
| 18825576 | a year ago | | | 0.1 | 0.0056607637 |
ABI
ABI objects
Getter at block 21123292
auctionFeeBps() view returns (uint256)
1500
owner() view returns (address)
0x5305b2e1f42275dd496a8022cdf8d97dd83fad6e
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events buy(struct FixedPriceAuctionLot lot_, bytes signature_, address buyer_) payable
pause()
renounceOwnership()
setAuctionFeeBps(uint256 newAuctionFeeBps_)
transferOwnership(address newOwner)
unpause()
withdraw(address account_, uint256 amount_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(uint256 auctionFeeBps_)
This contract contains no fallback and receive objects.
This contract contains no error objects.