TransitionAuctionHouse
Verified contract
Active on
Ethereum with 1,007 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9acf…2253
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "TransitionAuctionHouse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16308745 | 2 years ago | | | 0 | 0.0014838335 | |
| 16308688 | 2 years ago | | | 8.5696697 | 0.00085906560 | |
| 16308678 | 2 years ago | | | 7.55 | 0.0010431271 | |
| 16308644 | 2 years ago | | | 7.44 | 0.00097785233 | |
| 16308639 | 2 years ago | | | 7.1 | 0.00093181528 | |
| 16308595 | 2 years ago | | | 7 | 0.0010421276 | |
| 16308581 | 2 years ago | | | 6.3 | 0.00097869580 | |
| 16308575 | 2 years ago | | | 6.22 | 0.00099441079 | |
| 16308554 | 2 years ago | | | 5.55 | 0.0010560631 | |
| 16308509 | 2 years ago | | | 5.34 | 0.0010345108 |
ABI
ABI objects
Getter at block 21245631
auction() view returns (uint256 transitionId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, bool settled)
(transitionId=0, amount=8569669669696969696, startTime=1672447019, endTime=1672537811, bidder=0x58ff93be8401bbdbe18239f609dfbc9e8e58143b, settled=true)
deployer() view returns (address)
0x00000000000357848314f068feca5d42e878a1d9
done() view returns (bool)
true
duration() view returns (uint256)
86400
ethFoundation() view returns (address)
0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae
minBidIncrementPercentage() view returns (uint8)
1
reservePrice() view returns (uint256)
10000000000000000
started() view returns (bool)
true
timeBuffer() view returns (uint256)
600
tokenId() view returns (uint256)
0
transition() view returns (address)
0x9acf7474a5b54e99c1ff2737919e3a2dffe72253
vitalik() view returns (address)
0xd8da6bf26964af9d7eed9e03e53415d37aa96045
vitalikOrEFClaimed() view returns (bool)
false
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events createBid(uint256 transitionId) payable
setTransition(address _transition)
settleCurrentAndCreateNewAuction()
vitalikOrEthFoundationSpecialClaim()
AuctionBid(uint256 indexed transitionId, address sender, uint256 value, bool extended)
AuctionCreated(uint256 indexed transitionId, uint256 startTime, uint256 endTime)
AuctionExtended(uint256 indexed transitionId, uint256 endTime)
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
AuctionReservePriceUpdated(uint256 reservePrice)
AuctionSettled(uint256 indexed transitionId, address winner, uint256 amount)
AuctionTimeBufferUpdated(uint256 timeBuffer)
constructor(address _weth, uint256 _timeBuffer, uint256 _reservePrice, uint8 _minBidIncrementPercentage, uint256 _duration)
This contract contains no fallback and receive objects.
This contract contains no error objects.