PharaGods
Verified contract
Active on
Ethereum with 3,801 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.98)
Native
Value
$24.98
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008 | $3,122.56 |
$24.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138011 | 11 days ago | | | 0 | 0.00053605476 | |
| 21054899 | 23 days ago | | | 0 | 0.00010548393 | |
| 21008851 | a month ago | | | 0 | 0.00033807995 | |
| 20341546 | 4 months ago | | | 0 | 0.00047543089 | |
| 20321522 | 4 months ago | | | 0 | 0.00030723545 | |
| 20201104 | 5 months ago | | | 0 | 0.000041112019 | |
| 20200718 | 5 months ago | | | 0 | 0.00012434111 | |
| 20132278 | 5 months ago | | | 0 | 0.00030959585 | |
| 20132273 | 5 months ago | | | 0 | 0.00034659920 | |
| 20132269 | 5 months ago | | | 0 | 0.00037127473 |
ABI
ABI objects
Getter at block 21220424 accountBalance() view returns (uint256) calculatePayout() view returns (uint256) reservedMintsLeft() view returns (uint256)
amountOfTokensGotPayout() view returns (uint256)
0
isPaused() view returns (bool)
true
maxMintPresale() view returns (uint256)
10
maxMintPublicSale() view returns (uint256)
1
mintCost() view returns (uint256)
20000000000000000000
name() view returns (string)
PharaGods
owner() view returns (address)
0xd4744e4b59f4a1576255d652f7286eb121003768
saleState() view returns (uint8)
2
symbol() view returns (string)
PG
timeOfReveal() view returns (uint256)
1652446725
totalSupply() view returns (uint256)
2003
unrevealedURI() view returns (string)
ipfs://QmUm3k9wK62MZ43U27n99g3EdSwG1LorUEJVaPri7awLDZ/
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidAccessMessage(address _add, uint8 _v, bytes32 _r, bytes32 _s) view returns (bool)
mintsPerAddress(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)
burnTokens()
changeBaseURI(string baseURI_)
changeDummy(address _dummy)
changeMaxMintPresale(uint256 newMax)
changeMaxMintPublicSale(uint256 newMax)
changeMintCostPresale(uint256 newCost)
changeMintCostPublicSale(uint256 newCost)
changeUnrevealedURI(string unrevealedURI_)
presaleMint(uint256 number, uint8 _v, bytes32 _r, bytes32 _s) payable
publicSaleMint(uint256 number) payable
renounceOwnership()
reservedMint(uint256 number, address recipient)
reveal()
royaltyPayout(uint256 number, uint256 payout)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
switchToPresale()
switchToPublicSale()
togglePause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
fallback()
receive()
This contract contains no error objects.