The Sevens Eve
Verified contract
Active on
Ethereum with 5,154 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 "The Sevens Eve"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253592 | 7 hours ago | | | 0 | 0.00052699012 | |
| 21250617 | 17 hours ago | | | 0 | 0.00064956909 | |
| 21249771 | 20 hours ago | | | 0 | 0.00044637124 | |
| 21218959 | 5 days ago | | | 0 | 0.00055602531 | |
| 21203978 | 7 days ago | | | 0 | 0.00048555501 | |
| 21185429 | 10 days ago | | | 0 | 0.0014536192 | |
| 21183806 | 10 days ago | | | 0 | 0.0017381210 | |
| 21183685 | 10 days ago | | | 0 | 0.0018814004 | |
| 21162892 | 13 days ago | | | 0 | 0.00057961948 | |
| 21161251 | 13 days ago | | | 0 | 0.00069558735 |
ABI
ABI objects
Getter at block 21255826
MaxSupply() view returns (uint256)
10777
MintPassWhitelistMintPrice() view returns (uint256)
49000000000000000
PublicMintPrice() view returns (uint256)
70000000000000000
PublicSupply() view returns (uint256)
6370
ReservedSupply() view returns (uint256)
4407
WhitelistMintPrice() view returns (uint256)
60000000000000000
name() view returns (string)
The Sevens Eve
owner() view returns (address)
0xe612fe75ff429f66dd8c59b1890ac00a84ca8003
provenanceHash() view returns (bytes32)
0x0f3ca15e7fa2310a264187a0541bea543c0109ee43414f6bccdbfda35feb2de0
randomStartingIndex() view returns (uint256)
6156
reservedMinted() view returns (uint256)
4407
saleStatus() view returns (uint8)
1
signer() view returns (address)
0x6bfe1678260eae70bd571997f4fda7b731a155fd
symbol() view returns (string)
EVE
totalSupply() view returns (uint256)
10777
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getWhitelistMintedData(address owner) view returns (uint32, uint32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events airdrop(struct EveAirdropData[] airdropData)
approve(address to, uint256 tokenId)
mintPublic(uint256 amount) payable
mintWhitelist(uint256 amount, uint256 mintPassAmount, uint256 maxAmount, uint256 maxMintPassAmount, bytes signature) payable
renounceOwnership()
rollRandomStartingIndex()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setSaleStatus(uint8 _saleStatus)
setSigner(address _signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()