ParallaxGenesis

Verified contract

Active on Ethereum with 2,829 txns
Deployed by via 0x45d71c77 at 14965616
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ParallaxGenesis"

0x948e107be0f41d8b2a1f7236c288fb6d59cbb484dc954d55dcd875c56ae934fe
0x8b985f3a20d08ad87ac12cd8616e047908df7dd0178a6f5b254f25ee7009648c
From
0x05e9d4aeaa519dad0153fbf053a24a07eeadf3786514135d8d8d35da286ebe0c
0x9f1c221898cf21368a93118e9ebba8704906a23c0bf57c8799a85e1689fb3d8b
0xe9d85eeb4977dcac1d3791735bd790a5a44068a4007984719212d6865a1a2c2f
0xb7b8951eba2b29185c92d167f54df0573db3996d9a0aeae28c8cb4337843506c
0xe129d5a1e4cfe24ee975b44ba9a241d0213c787245510f4ee9d5fea0c82cd309
0x5570431ef21b5d18d25a394e1cfd33319426f8623c74f139af8b5d896f4826f9
0x4bc9ddb4c58497541a5a7cbd532d7ce42f0a700765d3c3424e6809052a128059
0x162aa264db97091138574c5d127b6f5b82d7f48c2c78e3c5a96a7532bfee53fd

Functions
Getter at block 21291959
maxNftPerWallet(view returns (uint256)
1
maxSupply(view returns (uint256)
777
name(view returns (string)
ParallaxGenesis
nftPrice(view returns (uint256)
350000000000000000
owner(view returns (address)
0x74852c9d93378f70b683883554a1b8a644d7136b
paused(view returns (bool)
false
presaleActive(view returns (bool)
false
publicSaleActive(view returns (bool)
false
symbol(view returns (string)
PG
totalSupply(view returns (uint256)
777
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
nftMintCount(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(uint256 _mintAmount
pause(
privateMint(bytes noncebytes signaturepayable 
publicMint(payable 
renounceOwnership(
reveal(bool revealed
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMaxSupply(uint256 _maxSupply
setNotRevealedURI(string newUnrevealedURI
setPresaleState(bool _presaleState
setPrice(uint256 _newPrice
setPublicSaleState(bool _publicSaleState
setSignerAddress(address _signerAddress
setTreasury(address _treasury
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdrawToTreasury(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
DevMint(uint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PrivateMint(address indexed touint256 amount
PublicMint(address indexed touint256 amount
Revealed(uint256 timestamp
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
WithdrawETH(uint256 amountWithdrawn
Constructor
constructor(string name_string symbol_string _initBaseURIaddress _newOwneraddress _signerAddressaddress _treasury
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(