AxonsAuctionHouse
Verified contract
Active on
Ethereum with 772 txns
Slot
XX
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
0xc7ad…d1be
0xf787…b11a
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AXONS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20145077 | 5 months ago | | | 0 | 0.0014149700 | |
| 18945463 | 10 months ago | | | 0 | 0.011134314 | |
| 18902468 | a year ago | | | 0 | 0.0015417941 | |
| 18902459 | a year ago | | | 0 | 0.010884778 | |
| 18409676 | a year ago | | | 0 | 0.0011271241 | |
| 18409672 | a year ago | | | 0 | 0.0079168305 | |
| 18206582 | a year ago | | | 0 | 0.0011002659 | |
| 18206575 | a year ago | | | 0 | 0.0075740159 | |
| 16880021 | 2 years ago | | | 0 | 0.0010492995 | |
| 16874237 | 2 years ago | | | 0 | 0.0014646504 |
ABI
ABI objects
Getter at block 21217590
auction() view returns (uint256 axonId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, bool settled, uint256 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
Events createBid(uint256 axonId, uint256 amount)
initialize(address _axons, address _axonsVoting, address _axonsToken, uint256 _timeBuffer, uint256 _reservePrice, uint8 _minBidIncrementPercentage, uint256 _duration)
pause()
renounceOwnership()
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage)
setReservePrice(uint256 _reservePrice)
setTimeBuffer(uint256 _timeBuffer)
settleAuction()
settleCurrentAndCreateNewAuction()
transferOwnership(address newOwner)
unpause()
AuctionBid(uint256 indexed axonId, address sender, uint256 value, bool extended)
AuctionCreated(uint256 indexed axonId, uint256 startTime, uint256 endTime)
AuctionExtended(uint256 indexed axonId, uint256 endTime)
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
AuctionReservePriceUpdated(uint256 reservePrice)
AuctionSettled(uint256 indexed axonId, address winner, uint256 amount)
AuctionTimeBufferUpdated(uint256 timeBuffer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.