YureiPass
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
14 additional
variables
Balances ($0.00)
No balances found for "YureiPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "YureiPass"
ABI
ABI objects
Getter at block 21256065 getTokenLedger() view returns (address[3000]) totalSupply() view returns (uint256)
baseExtension() view returns (string)
baseURI() view returns (string)
isRevealed() view returns (bool)
false
name() view returns (string)
normalURI() view returns (string)
notRevealedUri() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
priceWithDiscount() view returns (uint256)
0
privateMintActive() view returns (bool)
false
privateMintPrice() view returns (uint256)
0
privateSigner() view returns (address)
0x0000000000000000000000000000000000000000
privateSupply() view returns (uint16)
0
privateSupplyLimit() view returns (uint16)
0
publicMintActive() view returns (bool)
false
publicSupply() view returns (uint16)
0
publicSupplyLimit() view returns (uint16)
0
regularSigner() view returns (address)
0x0000000000000000000000000000000000000000
spectreReceiver() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
whaleURI() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintingLedger(address) view returns (bool)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) pure returns (bytes4)
ownerOf(uint256 tokenId) view returns (address)
privateMintingLedger(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenLedger(uint256) view returns (address)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
initialize()
mint(bytes sig) payable
ownerMint(address _reciever, uint256[] tokenIds)
privateMint(bytes sig) payable
renounceOwnership()
returnAndMint(uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _base)
setBaseURI(string _newBaseURI)
setIsRevealed(bool _state)
setNormalURI(string _uri)
setNotRevealedURI(string _notRevealedURI)
setPriceWithDiscount(uint256 _price)
setPrivateMintActive(bool _state)
setPrivateMintPrice(uint256 _price)
setPrivateSigner(address _signer)
setPrivateSupplyLimit(uint16 _newLimit)
setPublicMintActive(bool _state)
setPublicSupplyLimit(uint16 _newLimit)
setRegularSigner(address _signer)
setSpectreReceiver(address _addr)
setWhaleURI(string _uri)
toggleMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address[] _payees, uint256[] _shares)
withdrawToken(address _token, address _to)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
tokenMinted(address arg0, uint256 arg1)
This contract contains no constructor objects.
receive()
This contract contains no error objects.