ParallaxGenesis
Verified contract
Active on
Ethereum with 2,829 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 "ParallaxGenesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200232 | 13 days ago | | | 0 | 0.00051451742 | |
| 21128884 | 23 days ago | | | 0 | 0.00047549343 | |
| 21026981 | a month ago | | | 0 | 0.00023718089 | |
| 20948368 | 2 months ago | | | 0 | 0.00036225793 | |
| 20848696 | 2 months ago | | | 0 | 0.00033557984 | |
| 20833490 | 2 months ago | | | 0 | 0.00073893119 | |
| 20766389 | 2 months ago | | | 0 | 0.00012247713 | |
| 20429873 | 4 months ago | | | 0 | 0.00018004600 | |
| 20396400 | 4 months ago | | | 0 | 0.00011241517 | |
| 20374765 | 4 months ago | | | 0 | 0.00015381797 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftMintCount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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 approve(address to, uint256 tokenId)
devMint(uint256 _mintAmount)
pause()
privateMint(bytes nonce, bytes signature) payable
publicMint() payable
renounceOwnership()
reveal(bool revealed)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawToTreasury()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DevMint(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PrivateMint(address indexed to, uint256 amount)
PublicMint(address indexed to, uint256 amount)
Revealed(uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
WithdrawETH(uint256 amountWithdrawn)
constructor(string name_, string symbol_, string _initBaseURI, address _newOwner, address _signerAddress, address _treasury)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()