EasyAuction
Verified contract
Active on
Base with 27,489 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 ($2,724.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOXIE | ERC-20 | 1.815731M | $0.001457 |
$2,645.38 | |
DEGEN | ERC-20 | 3.89K | $0.020455 |
$79.57 | |
BOYS | ERC-20 | 0.2 | $0.01156 |
$0 | |
BONSAICOIN | ERC-20 | 1M | -- | -- | |
fid:315760 | ERC-20 | 40K | -- | -- | |
fid:871017 | ERC-20 | 40K | -- | -- | |
fid:866209 | ERC-20 | 40K | -- | -- | |
cid:innerview | ERC-20 | 40K | -- | -- | |
fid:421110 | ERC-20 | 35K | -- | -- | |
fid:503182 | ERC-20 | 30K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22727222 | an hour ago | | | 0 | 0.000000034297744149 | |
| 22727204 | an hour ago | | | 0 | 0.000000063695690380 | |
| 22726626 | an hour ago | | | 0 | 0.000000054279903850 | |
| 22726516 | an hour ago | | | 0 | 0.000000062087199486 | |
| 22726319 | an hour ago | | | 0 | 0.000000061396185556 | |
| 22725921 | 2 hours ago | | | 0 | 0.000013704694 | |
| 22725900 | 2 hours ago | | | 0 | 0.0000063758187 | |
| 22725883 | 2 hours ago | | | 0 | 0.000013704694 | |
| 22725861 | 2 hours ago | | | 0 | 0.000013712355 | |
| 22725188 | 2 hours ago | | | 0 | 2.1603686e-7 |
ABI
ABI objects
Getter at block 22728760
FEE_DENOMINATOR() view returns (uint256)
1000
auctionCounter() view returns (uint256)
2824
feeNumerator() view returns (uint256)
0
feeReceiverUserId() view returns (uint64)
1
numUsers() view returns (uint64)
5085
owner() view returns (address)
0x96feed3b3071ebe641c2eca422c6f57fd9ee4bbc
subjectFactory() view returns (address)
0x48f9887cab979b6f476bba3cc96808be8b8a2b72
Read-only
auctionAccessData(uint256) view returns (bytes)
auctionAccessManager(uint256) view returns (address)
auctionData(uint256) view returns (address auctioningToken, address biddingToken, uint256 orderCancellationEndDate, uint256 auctionEndDate, bytes32 initialAuctionOrder, uint256 minimumBiddingAmountPerOrder, uint256 interimSumBidAmount, bytes32 interimOrder, bytes32 clearingPriceOrder, uint96 volumeClearingPriceOrder, bool minFundingThresholdNotReached, bool isAtomicClosureAllowed, uint256 feeNumerator, uint256 minFundingThreshold)
containsOrder(uint256 auctionId, bytes32 order) view returns (bool)
getSecondsRemainingInBatch(uint256 auctionId) view returns (uint256)
State-modifying
Events cancelSellOrders(uint256 auctionId, bytes32[] _sellOrders)
claimFromParticipantOrder(uint256 auctionId, bytes32[] orders) returns (uint256 sumAuctioningTokenAmount, uint256 sumBiddingTokenAmount)
getUserId(address user) returns (uint64 userId)
initiateAuction(address _auctioningToken, address _biddingToken, uint256 orderCancellationEndDate, uint256 auctionEndDate, uint96 _auctionedSellAmount, uint96 _minBuyAmount, uint256 minimumBiddingAmountPerOrder, uint256 minFundingThreshold, bool isAtomicClosureAllowed, address accessManagerContract, bytes accessManagerContractData) returns (uint256)
placeSellOrders(uint256 auctionId, uint96[] _minBuyAmounts, uint96[] _sellAmounts, bytes32[] _prevSellOrders, bytes allowListCallData) returns (uint64 userId)
placeSellOrdersOnBehalf(uint256 auctionId, uint96[] _minBuyAmounts, uint96[] _sellAmounts, bytes32[] _prevSellOrders, bytes allowListCallData, address orderSubmitter) returns (uint64 userId)
precalculateSellAmountSum(uint256 auctionId, uint256 iterationSteps)
registerUser(address user) returns (uint64 userId)
renounceOwnership()
setFeeParameters(uint256 newFeeNumerator, address newfeeReceiverAddress)
setSubjectFactory(address subjectFactoryAddress)
settleAuction(uint256 auctionId) returns (bytes32 clearingOrder)
settleAuctionAtomically(uint256 auctionId, uint96[] _minBuyAmount, uint96[] _sellAmount, bytes32[] _prevSellOrder, bytes allowListCallData)
transferOwnership(address newOwner)
AuctionCleared(uint256 indexed auctionId, uint96 soldAuctioningTokens, uint96 soldBiddingTokens, bytes32 clearingPriceOrder)
CancellationSellOrder(uint256 indexed auctionId, uint64 indexed userId, uint96 buyAmount, uint96 sellAmount)
ClaimedFromOrder(uint256 indexed auctionId, uint64 indexed userId, uint96 buyAmount, uint96 sellAmount)
NewAuction(uint256 indexed auctionId, address indexed _auctioningToken, address indexed _biddingToken, uint256 orderCancellationEndDate, uint256 auctionEndDate, uint64 userId, uint96 _auctionedSellAmount, uint96 _minBuyAmount, uint256 minimumBiddingAmountPerOrder, uint256 minFundingThreshold, address allowListContract, bytes allowListData)
NewSellOrder(uint256 indexed auctionId, uint64 indexed userId, uint96 buyAmount, uint96 sellAmount)
NewUser(uint64 indexed userId, address indexed userAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UserRegistration(address indexed user, uint64 userId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.