AvvenireAuction
Verified contract
Active on
Ethereum with 126 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x42ef…515e
Balances ($386.03)
Native
Value
$386.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.09857 | $3,916.26 |
$386.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15104498 | 2 years ago | | | 0.00001 | 0.0088011533 | |
| 15076572 | 2 years ago | | | 0.00001 | 0.012014844 | |
| 15074422 | 2 years ago | | | 0.00005 | 0.024211489 | |
| 15073332 | 2 years ago | | | 0.00001 | 0.0071104258 | |
| 15072820 | 2 years ago | | | 0.00002 | 0.022934557 | |
| 15065875 | 2 years ago | | | 0.00001 | 0.0048898260 | |
| 15065494 | 2 years ago | | | 0.00004 | 0.011976772 | |
| 15064937 | 2 years ago | | | 0.00005 | 0.021061936 | |
| 15051032 | 2 years ago | | | 0.00005 | 0.0015123946 | |
| 15044863 | 2 years ago | | | 0.00001 | 0.012104936 |
ABI
ABI objects
Getter at block 21399863 getAuctionPrice() view returns (uint256)
AUCTION_DROP_INTERVAL() view returns (uint256)
1200
AUCTION_DROP_PER_STEP() view returns (uint256)
50000000000000000
AUCTION_END_PRICE() view returns (uint256)
100000000000000000
AUCTION_PRICE_CURVE_LENGTH() view returns (uint256)
4800
AUCTION_START_PRICE() view returns (uint256)
300000000000000000
amountForAuctionAndTeam() view returns (uint256)
1000
amountForTeam() view returns (uint256)
100
collectionSize() view returns (uint256)
5000
maxPerAddressDuringWhiteList() view returns (uint256)
2
owner() view returns (address)
0xb8f1aa6cca2f0cc13b80ab42aefefcc5e28cce6c
saleConfig() view returns (uint32 auctionSaleStartTime, uint32 publicSaleStartTime, uint64 mintlistPrice, uint64 publicPrice, uint32 publicSaleKey)
(auctionSaleStartTime=0, publicSaleStartTime=1, mintlistPrice=10000000000000, publicPrice=10000000000000, publicSaleKey=777)
Read-only
allowlist(address) view returns (uint256)
isPublicSaleOn(uint256 publicPriceWei, uint256 publicSaleKey, uint256 publicSaleStartTime) view returns (bool)
numberMintedDuringAuction(address) view returns (uint256)
totalPaidDuringAuction(address) view returns (uint256)
State-modifying
Events auctionMint(uint256 quantity) payable
endAuctionAndSetupNonAuctionSaleInfo(uint64 mintlistPriceWei, uint64 publicPriceWei, uint32 publicSaleStartTime)
publicSaleMint(uint256 quantity, uint256 callerPublicSaleKey) payable
refund(address toRefund)
refundMe()
removeFromWhitelist(address toRemove)
renounceOwnership()
seedWhitelist(address[] addresses)
setAuctionSaleStartTime(uint32 timestamp)
setPublicSaleKey(uint32 key)
teamMint(uint256 quantity)
transferOwnership(address newOwner)
whiteListMint(uint256 quantity) payable
withdrawAll()
withdrawQuantity(uint256 toWithdraw)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 maxPerAddressDuringWhiteList_, uint256 collectionSize_, uint256 amountForAuctionAndTeam_, uint256 amountForTeam_, address avvenireCitizensContractAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.