EtherCapsuleAuction

Verified contract

Active on Ethereum with 826 txns
Deployed by via 0x4493c304 at 17675232
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "EtherCapsuleAuction"

0x1cbb9f57890ce6a7ef7898ed832d9597dc701d64efbdd7dcaf217f2887287a03
0x9267e4d6645a44947e31b886090f05201586b9ab5321f7820402e4af6268ebf0
0x2cfa32072fed0b232488ca001c9bda90549ecf6932f0b13b83b1683a54d93fbf
0x75e3691b06675b2d7aaad0c7010557996f5e4727e6f1a592b06dc77d30f97ddf
0x1bacc7ae4c9bb9c6a9cd2d2ac2ac3f13e0c23f2fe711ad6afe0e4df46086d36d
0x7952fb66df31a5e235aa3a6dec31050f01db2075a8e0b1f5943a45f7d26fc337
0xb3440baa9a2ccce46d50481b8caa96ed5a8f381daf137b5d89f7915a868be89f
0x3e7039d0a47292237cdeb6159ba83ccf595124cf95072e73c4406b03ddf42c03
0x95f113bbd6f4f9ec464ac012cbd7a81cba126e442ce13e340f9043a9ba67b207
0x4a53a28c94a95ab4c0a9e5b43e7d24cc4f6070b1651af3647e65010bdfe0e4c2

Functions
Getter at block 21286662
ETHER_CAPSULE(view returns (address)
0x6c952af158ec8d0fd94908e389c084394d9aebbb
auctionParams(view returns (uint64 startPriceuint64 endPriceuint64 decayuint32 stepuint32 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(uint256view returns (address bidderuint64 amountbool refundProcessed)
State-modifying
airdrop(address[] receiversuint16[] amounts
auctionMint(uint256 qtypayable 
processRefunds(uint256[] tokenIds
renounceOwnership(
setAuctionParams(uint64 _startPriceuint64 _endPriceuint64 _decayuint32 _stepuint32 _startTime
setAuctionStart(uint32 _startTime
setCurrentTokenId(uint256 _currentTokenId
setSettlePrice(uint256 _settlePrice
transferOwnership(address newOwner
withdrawFunds(address receiver
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _capsuleAddressuint64 _startPriceuint64 _endPriceuint64 _decayuint32 _stepuint32 _startTime
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AuctionNotOver(
AuctionNotStarted(
InputMismatch(
InsufficientPrice(
InvalidBid(
InvalidCurrentTokenId(
MaxPerMintExceeded(
OnlyEOA(
RefundAlreadyProcessed(
RefundFailed(uint256 tokenId
WithdrawFailed(