AxonsAuctionHouse

Verified contract

Active on Ethereum with 772 txns
Deployed by via 0xf539e5d7 at 13750383
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 5 additional slots
 (#162)
ERC-721
--
0x8378df786bbc9436f8fc53579ef8d3e7aaf2aec5b3fdc0cc40ef724bc8e952a6
0xb546c96d73cdfa459af0cdde0f97d0626f570ca83bbfd07efb5987714435e8cb
From
0xf44fbaf1a15408a0bd1127fa1374b45a0b543301a5d64f1d38a472f242688c04
From
0x2bff2cb22039e5189c704e6ecf8268f33035e0e9d36283f5c707a4e5ccc26bff
From
0x04ab1d6013876aa50cb4f1a78c5b1c2e6334e3e1f88c2c54231c4c66c355aec4
From
0x7e351d5d46b840c3939f9dd8e9b6aca45314359f266d8b9fde6bf8c0cac319ff
From
0x12c358e46cf1b044fb2d1ac883ae78d2e81405e9a6c267214c96c3423aef9a37
From
0x24264ff84d36a7a06a87194fab89691aa6bec8397cb986dd8dd04995ba5c1dd1
From
0xaac712e2be2944514764e1714d3a8fba4b2af43e106113b9160671fea07bd69c
0x7240f7bbd3a24a0265e7f78b535d6ebafa0021927ae126cccbde271618131aad

Functions
Getter at block 21217590
auction(view returns (uint256 axonIduint256 amountuint256 startTimeuint256 endTimeaddress bidderbool settleduint256 counter)
(axonId=162, amount=0, startTime=1719033095, endTime=1719119495, bidder=0x0000000000000000000000000000000000000000, settled=false, counter=158)
auctionCounter(view returns (uint256)
159
axons(view returns (address)
0xc7ad37edae28d8cd04bbe4a6ecf072314faed1be
axonsToken(view returns (address)
0x44acd3081eaa143812423925c7bde7c83541f8fb
axonsVoting(view returns (address)
0xf7875f0ff958270b7bd5fa7cfdb8f42c0cf5b11a
currentAuction(view returns (struct IAxonsAuctionHouseAuction)
(162, 0, 1719033095, 1719119495, 0x0000000000000000000000000000000000000000, false, 158)
duration(view returns (uint256)
86400
minBidIncrementPercentage(view returns (uint8)
2
owner(view returns (address)
0xb0ca2e19356f763721110b2e0b318883df844cbc
paused(view returns (bool)
false
reservePrice(view returns (uint256)
1000000000000000000
timeBuffer(view returns (uint256)
300
Read-only

This contract contains no read-only function objects.

State-modifying
createBid(uint256 axonIduint256 amount
initialize(address _axonsaddress _axonsVotingaddress _axonsTokenuint256 _timeBufferuint256 _reservePriceuint8 _minBidIncrementPercentageuint256 _duration
pause(
renounceOwnership(
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage
setReservePrice(uint256 _reservePrice
setTimeBuffer(uint256 _timeBuffer
settleAuction(
settleCurrentAndCreateNewAuction(
transferOwnership(address newOwner
unpause(
Events
AuctionBid(uint256 indexed axonIdaddress senderuint256 valuebool extended
AuctionCreated(uint256 indexed axonIduint256 startTimeuint256 endTime
AuctionExtended(uint256 indexed axonIduint256 endTime
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage
AuctionReservePriceUpdated(uint256 reservePrice
AuctionSettled(uint256 indexed axonIdaddress winneruint256 amount
AuctionTimeBufferUpdated(uint256 timeBuffer
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.