Phxntoms

Verified contract

Active on Ethereum with 173 txns
Deployed by via 0x045ef982 at 16737653
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Phxntoms"

0x56ca8b50e4077ae4c8f343fe7001286a85c89cc8724e085f9b8e702e12c20047
0xc7b0a73a9a5bcbd20e71687f7f455ac8247468dbb4d4f090d5f87f56906285ad
0xcdf9a2806643c23b09863ab39170827397c33351c54ea5e7d4fa4f05ede4f4a2
0x99e481fc62ff2c5e56178b728d954f205b2b01c15771af8153808730ef6a1d06
0xaed7c8f4fb2b9ead954ea353a9fbd6856ee1cb284041a9260b2a8c33a7452b22
0x94ee9e34c019c32ed57fbf99039096052a700d13a4c40b29cd1b993cb967cbf0
0xb2c5a3a84d55dc485e6316432a4b51baf448f6e035b08b03397dfd7da27f15b8
0x57cf294cd3ae6f35babde7b97d9d214b1b60575b45d2d7ed370562de77440c88
0x2ff7592d70b61e75cc4a0b5ed63a8bbf91834b4b49dfc66daa254eff12414136
0x9a58aa4c6dd61775660152b1f32dbcac893c3ee62784aabfae184f0097e7e150

Functions
Getter at block 20982350
baseURI(view returns (string)
ipfs://bafybeibvm5ogt7nrhtyltdyazvghk3yzdxucqqo47dsmic3is7nns4dx3m/
cost(view returns (uint256)
4000000000000000
maxPerTx(view returns (uint256)
5
maxPerWallet(view returns (uint256)
5
maxSupply(view returns (uint256)
3333
name(view returns (string)
Phxntoms
owner(view returns (address)
0xaac17c96abe4a710ea1b1b0a9f0f2e3e3636e715
sale(view returns (bool)
true
symbol(view returns (string)
BOO
totalSupply(view returns (uint256)
651
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
mint(uint256 _amountpayable 
mintTo(uint256 _amountaddress _to
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newURI
setCost(uint256 _cost
setSupply(uint256 _newSupply
toggleSale(bool _toggle
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MaxPerTxReached(
MaxPerWalletReached(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoContractMint(
NotEnoughETH(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(