PhoenixNFT
Verified contract
Active on
Ethereum with 112 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 "PhoenixNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21376357 | 3 days ago | | | 0 | 0.00069171388 | |
| 20902243 | 2 months ago | | | 0 | 0.00046967274 | |
| 20886496 | 2 months ago | | | 0 | 0.00070558553 | |
| 20886299 | 2 months ago | | | 0 | 0.0010866324 | |
| 20535900 | 4 months ago | | | 0 | 0.00028190298 | |
| 20335744 | 5 months ago | | | 0 | 0.00063483192 | |
| 20010847 | 6 months ago | | | 0 | 0.00036227993 | |
| 19935405 | 7 months ago | | | 0 | 0.0010327432 | |
| 19629849 | 8 months ago | | | 0 | 0.00056356310 | |
| 19622339 | 8 months ago | | | 0 | 0.0014992128 |
ABI
ABI objects
Getter at block 21394779
MAX_SUPPLY() view returns (uint256)
50
MINT_PRICE() view returns (uint256)
3500000000000000000
mintable() view returns (bool)
false
name() view returns (string)
PhoenixNFT
owner() view returns (address)
0x91922c6978dac0f5299c5c9f42454377bd4b8ff1
symbol() view returns (string)
PHNX
totalSupply() view returns (uint256)
50
whitelistMint() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
checkWhitelist(address _addr) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
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)
whitelist(address) view returns (bool)
State-modifying
Events addToWhitelist(address[] _addrs)
approve(address to, uint256 tokenId)
mint() payable
mintWhitelist() payable
privateMint(address to)
removeFromWhitelist(address[] _addrs)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setPrice(uint256 _price)
setSupply(uint256 _newSupply)
togglePublicMint()
toggleWhitelistMint()
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(address initialOwner)
This contract contains no fallback and receive objects.
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)