EPASSVer1
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
10 additional
variables
Balances ($0.00)
No balances found for "EPASSVer1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EPASSVer1"
ABI
ABI objects
Getter at block 20859025 getDistribution() view returns (address[] distributees, uint256 distributionRate)
allowListPrice() view returns (uint256)
0
allowlistedMemberMintLimit() view returns (uint256)
0
contractURI() view returns (string)
isAllowlistMintPaused() view returns (bool)
false
isPublicMintPaused() view returns (bool)
false
mintLimit() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
publicPrice() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowlisted(bytes32[] merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
numberAllowlistMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminForceTransferFrom(address from, address to, uint256 tokenId)
adminMint(uint256 quantity)
adminMintTo(address to, uint256 quantity)
allowlistMint(uint256 quantity, bytes32[] merkleProof) payable
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize()
pauseAllowlistMint()
pausePublicMint()
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowListPrice(uint256 allowListPrice_)
setAllowlist(bytes32 merkleRoot)
setAllowlistedMemberMintLimit(uint256 quantity)
setApprovalForAll(address operator, bool approved)
setContractURI(string contractURI_)
setDistribution(address[] distributees, uint256 distributionRate)
setMintLimit(uint256 _mintLimit)
setPublicPrice(uint256 publicPrice_)
setRoyaltyFraction(uint96 royaltyFraction)
setRoyaltyReceiver(address receiver)
setTokenURI(string tokenURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpauseAllowlistMint()
unpausePublicMint()
withdraw()
AllowlistMintPaused()
AllowlistMintUnpaused()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicMintPaused()
PublicMintUnpaused()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.