EtherCapsuleAuction
Verified contract
Active on
Ethereum with 826 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EtherCapsuleAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17679508 | a year ago | | | 0 | 0.00093135755 | |
| 17679443 | a year ago | | | 0 | 0.0076613891 | |
| 17679436 | a year ago | | | 0 | 0.051649371 | |
| 17679427 | a year ago | | | 0 | 0.053894304 | |
| 17679422 | a year ago | | | 0 | 0.059142017 | |
| 17679418 | a year ago | | | 0 | 0.064702176 | |
| 17679411 | a year ago | | | 0 | 0.056089789 | |
| 17679396 | a year ago | | | 0 | 0.0016261021 | |
| 17679381 | a year ago | | | 0 | 0.0015856354 | |
| 17679096 | a year ago | | | 0.3 | 0.0042655140 |
ABI
ABI objects
Getter at block 21286662
ETHER_CAPSULE() view returns (address)
0x6c952af158ec8d0fd94908e389c084394d9aebbb
auctionParams() view returns (uint64 startPrice, uint64 endPrice, uint64 decay, uint32 step, uint32 startTime)
(startPrice=450000000000000000, endPrice=150000000000000000, decay=50000000000000000, step=300, startTime=1689181200)
currentTokenId() view returns (uint256)
5555
getAuctionPrice() view returns (uint256)
150000000000000000
owner() view returns (address)
0x113cdcf0f439b698fd2b56f92b7a3ae07bf6d51e
settlePrice() view returns (uint256)
300000000000000000
Read-only
tokenBids(uint256) view returns (address bidder, uint64 amount, bool refundProcessed)
State-modifying
Events airdrop(address[] receivers, uint16[] amounts)
auctionMint(uint256 qty) payable
processRefunds(uint256[] tokenIds)
renounceOwnership()
setAuctionParams(uint64 _startPrice, uint64 _endPrice, uint64 _decay, uint32 _step, uint32 _startTime)
setAuctionStart(uint32 _startTime)
setCurrentTokenId(uint256 _currentTokenId)
setSettlePrice(uint256 _settlePrice)
transferOwnership(address newOwner)
withdrawFunds(address receiver)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _capsuleAddress, uint64 _startPrice, uint64 _endPrice, uint64 _decay, uint32 _step, uint32 _startTime)
This contract contains no fallback and receive objects.
AuctionNotOver()
AuctionNotStarted()
InputMismatch()
InsufficientPrice()
InvalidBid()
InvalidCurrentTokenId()
MaxPerMintExceeded()
OnlyEOA()
RefundAlreadyProcessed()
RefundFailed(uint256 tokenId)
WithdrawFailed()