Pangaens The Genesis
Verified contract
Active on
Ethereum with 3,332 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Pangaens The Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20580691 | 3 months ago | | | 0 | 0.000046872291 | |
| 20496681 | 3 months ago | | | 0 | 0.000057173659 | |
| 20360040 | 4 months ago | | | 0 | 0.000061519857 | |
| 19972425 | 6 months ago | | | 0 | 0.00038942805 | |
| 19958911 | 6 months ago | | | 0 | 0.00019456473 | |
| 19907001 | 6 months ago | | | 0 | 0.00014404806 | |
| 19884485 | 6 months ago | | | 0 | 0.00023448612 | |
| 19853220 | 6 months ago | | | 0 | 0.00018136435 | |
| 19548739 | 8 months ago | | | 0 | 0.0019141819 | |
| 19128189 | 10 months ago | | | 0 | 0.00059151899 |
ABI
ABI objects
Getter at block 21215742
isPresaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
false
maxSupply() view returns (uint256)
8900
name() view returns (string)
Pangaens The Genesis
owner() view returns (address)
0x631aa1cd3e17fd1df5f6e5f412e24f48235c60c8
presaleCost() view returns (uint256)
50000000000000000
presaleMaxMint() view returns (uint256)
10
publicSaleCost() view returns (uint256)
0
publicSaleMaxMintPerTx() view returns (uint256)
2
revealed() view returns (bool)
true
specialMintMaxSupply() view returns (uint256)
200
symbol() view returns (string)
PTG
totalSupply() view returns (uint256)
4558
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPresaleClaimed(address _user) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
mintPresale(bytes32 _hashMessage, bytes _signature, uint256 _mintAmount) payable
mintPublicSale(uint256 _mintAmount) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPreRevealURI(string _newPreRevealURI)
setPresaleCost(uint256 _newCost)
setPresaleMaxMint(uint256 _newmaxMintAmount)
setPresaleSigner(address _signer)
setPublicSaleCost(uint256 _newCost)
setPublicSaleMaxMintPerTx(uint256 _newmaxMintAmount)
specialMint(address _user, uint256 _mintAmount)
togglePresaleState()
togglePublicSaleState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _name, string _symbol, string _initBaseURI, string _initPreRevealURI, address _initPresaleSigner)
This contract contains no fallback and receive objects.
This contract contains no error objects.