SequelsAuction
Verified contract
Active on
Ethereum with 1,736 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x766e…aef4
Balances ($1,280.18)
Native
Value
$1,280.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.414 | $3,092.22 |
$1,280.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20862350 | 2 months ago | | | 0.02 | 0.00046233959 | |
| 20859189 | 2 months ago | | | 0 | 0.00019839687 | |
| 20859188 | 2 months ago | | | 0 | 0.00098723682 | |
| 20859188 | 2 months ago | | | 0 | 0.0012097235 | |
| 20859181 | 2 months ago | | | 0 | 0.0012132863 | |
| 20859179 | 2 months ago | | | 0 | 0.0023771314 | |
| 20859176 | 2 months ago | | | 0 | 0.0019667866 | |
| 20859176 | 2 months ago | | | 0 | 0.0019668723 | |
| 20859175 | 2 months ago | | | 0 | 0.0024335560 | |
| 20859175 | 2 months ago | | | 0 | 0.0024335560 |
ABI
ABI objects
Getter at block 21208829
PROJECT_END_TIME() view returns (uint256)
2000052000
PROJECT_START_TIME() view returns (uint256)
1684422000
beneficiary1() view returns (address)
0x7cce6ed3dfea75cbb7947d0069dcc8a6c606c121
beneficiary2() view returns (address)
0xc95d399c63075b153c0c7558d476b69cb95b0331
bidIncreaseBps() view returns (uint256)
1000
currentDay() view returns (uint256)
549
fpp() view returns (address)
0xa8a425864db32fcbb459bf527bdbb8128e6abf21
fppProjectId() view returns (uint256)
2
minBid() view returns (uint256)
10000000000000000
mintPassRebateBps() view returns (uint256)
1000
owner() view returns (address)
0xc5325831462d809fbf532d71029fa3efe35cbcce
paused() view returns (bool)
false
sequelsBase() view returns (address)
0x766edd602ce72fa5737a92e50d4a5e192b57aef4
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
auctionSettlements(uint256) view returns (bool)
auctions(uint256) view returns (uint128 amount, uint128 timestamp, address bidder, bool usesMintPass, uint256 mintPassId)
isAuctionActive(uint256 day) view returns (bool)
State-modifying
Events bid(uint256 day) payable
bidWithMintPass(uint256 day, uint256 mintPassId) payable
setBeneficiary(address _beneficiary1, address _beneficiary2)
setBidIncreaseBps(uint256 _bidIncreaseBps)
setFpp(address _fpp, uint256 _fppProjectId)
setMinBid(uint256 _minBid)
setMintPassRebateBps(uint256 _mintPassRebateBps)
setPaused(bool _paused)
settleAuction(uint256 day) payable
BidMade(uint256 indexed day, address bidder, uint256 amount, uint256 timestamp)
Settled(uint256 indexed day, uint256 timestamp)
constructor(address _sequelsBase, uint256 startTime, uint256 endTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.