Phoenix Effect
Verified contract
Active on
Ethereum with 146 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 "Phoenix Effect"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16309436 | 2 years ago | | | 0 | 0.00040236170 | |
| 16309325 | 2 years ago | | | 0 | 0.00070016539 | |
| 16309263 | 2 years ago | | | 0 | 0.00036461812 | |
| 16309262 | 2 years ago | | | 0 | 0.00033602550 | |
| 16309229 | 2 years ago | | | 0 | 0.00064901482 | |
| 15106722 | 2 years ago | | | 0 | 0.00090972430 | |
| 14722209 | 3 years ago | | | 0 | 0.0012405573 | |
| 14722209 | 3 years ago | | | 0 | 0.0012405573 | |
| 14559725 | 3 years ago | | | 0 | 0.0019020155 | |
| 14239546 | 3 years ago | | | 0 | 0.0014545956 |
ABI
ABI objects
Getter at block 21263899
_mintPrice() view returns (uint256)
30000000000000000
_saleActive() view returns (bool)
true
_totalTokens() view returns (uint256)
200
_txnLimit() view returns (uint256)
5
name() view returns (string)
Phoenix Effect
owner() view returns (address)
0xf14432a6ffbf44aa23eb524743cabf9567ff3316
symbol() view returns (string)
PE
totalSupply() view returns (uint256)
200
Read-only
balanceOf(address owner) view returns (uint256)
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 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintPhoenix(uint256 total) payable
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAllToAddress(address addr) 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.