EveraiDuo
Verified contract
Active on
Ethereum with 24,350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "EveraiDuo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157565 | 11 hours ago | | | 0 | 0.0010842770 | |
| 21138486 | 3 days ago | | | 0 | 0.0010312904 | |
| 21138463 | 3 days ago | | | 0 | 0.00083558591 | |
| 21137876 | 3 days ago | | | 0 | 0.00089410376 | |
| 21137294 | 3 days ago | | | 0 | 0.00096523914 | |
| 21124884 | 5 days ago | | | 0 | 0.00024714555 | |
| 21122494 | 5 days ago | | | 0 | 0.00061494599 | |
| 21116797 | 6 days ago | | | 0 | 0.00028776859 | |
| 21114809 | 6 days ago | | | 0 | 0.00050448744 | |
| 21111570 | 7 days ago | | | 0 | 0.00029411550 |
ABI
ABI objects
Getter at block 21160743
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
amountForAuctionAndDev() view returns (uint256)
2750
amountForDevs() view returns (uint256)
250
collectionSize() view returns (uint256)
10000
maxPerAddressDuringMint() view returns (uint256)
5
name() view returns (string)
EveraiDuo
owner() view returns (address)
0xc37c41601bc88c91b6569c701f08d37fa0f565f0
provenance() view returns (string)
https://gateway.pinata.cloud/ipfs/QmczbsqyMBeYko4YLGEkXhYe7JYMjHj9YKB5R3uiDbTYxf
saleConfig() view returns (bool isEnabled, uint32 auctionSaleStartTime, uint32 allowlistMintStartTime, uint32 publicSaleStartTime, uint64 allowlistPrice, uint64 publicPrice, bytes32 merkleRoot)
(isEnabled=false, auctionSaleStartTime=0, allowlistMintStartTime=1648603115, publicSaleStartTime=0, allowlistPrice=100000000000000, publicPrice=300000000000000000, merkleRoot=0x26773eb8f286303c595ff8e5c5869acc16c222cf4c15482f0296a83bba9d49b0)
startingIndex() view returns (uint256)
8906
startingIndexBlock() view returns (uint256)
14500405
symbol() view returns (string)
EveraiDuo
totalSupply() view returns (uint256)
7777
Read-only
allowlistMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAuctionPrice(uint256 _saleStartTime) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(bytes32[] proof, uint256 quantity, uint256 allowance) payable
approve(address to, uint256 tokenId)
auctionMint(uint256 quantity) payable
devMint(uint256 quantity)
emergencySetStartingIndexBlock()
endAuctionAndSetupNonAuctionSaleInfo(uint64 allowlistPriceWei, uint64 publicPriceWei, uint32 publicSaleStartTime, uint32 allowlistMintStartTime, bytes32 merkleRoot)
publicSaleMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuctionSaleStartTime(uint32 timestamp)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
setSaleEnabled(bool isEnabled)
setStartingIndex()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForAuctionAndDev_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()