Immortal Phoenix
Verified contract
Active on
Ethereum with 2,603 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
0x1b50…e7e6
0x2a5c…ec63
-
variable spans 1 additional slot
2 additional
variables
Balances ($0.00)
No balances found for "Immortal Phoenix"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20270248 | 4 months ago | | | 0 | 0.00038381167 | |
| 19256196 | 9 months ago | | | 0 | 0.0013691944 | |
| 19250126 | 9 months ago | | | 0 | 0.00079501841 | |
| 19129657 | 9 months ago | | | 0 | 0.00058033748 | |
| 19034461 | 10 months ago | | | 0 | 0.0015086685 | |
| 19018950 | 10 months ago | | | 0 | 0.00083422713 | |
| 18943680 | 10 months ago | | | 0 | 0.00044713498 | |
| 18786800 | a year ago | | | 0 | 0.0069174283 | |
| 18729476 | a year ago | | | 0 | 0.0015036303 | |
| 18449836 | a year ago | | | 0 | 0.00096621800 |
ABI
ABI objects
Getter at block 21172650
getLastResurrection() view returns (struct ResurrectionInfo)
(0, 0)
maxLevelSix() view returns (uint8)
200
maxSupply() view returns (uint16)
1000
name() view returns (string)
Immortal Phoenix
nameCost() view returns (uint256)
80000000000000000000
owner() view returns (address)
0x80ab52636583552295f3cf3355844b206c4beaec
price() view returns (uint256)
55000000000000000
publicMint() view returns (bool)
true
resurrectCost() view returns (uint256)
100000000000000000000
symbol() view returns (string)
Phoenix
totalLevelSix() view returns (uint8)
200
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPhoenixFromId(uint256 _tokenId) view returns (struct Phoenix)
getPhoenixesOfAddress(address _addr) view returns (uint256[])
getTotalLevels(address _userAddress) view returns (uint256)
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)
validateName(string _name) pure returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
changeName(string _name, uint256 _tokenId)
devMint(address[] addresses, uint256 numEach)
levelUp(uint256 _tokenId, uint8 _levels)
lowerMaxSupply(uint256 _newMaxSupply)
mintPhoenix(uint256 _amountToMint) payable
mintPhoenixWhiteList(bytes32[] _merkleProof, uint256 _amountToMint, uint256 _merkleIndex) payable
raiseMaxLevelSix(uint8 _newMax)
renounceOwnership()
resurrect(uint256 _tokenId)
revertName(uint256 _tokenId)
rewardMythics(uint256 _numMythics)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBlazeCosts(uint256 _nameCost, uint256 _resurrectCost)
setBlazeToken(address _tokenAddress)
setMerkleRoots(bytes32[] _root)
setMetadataHandler(address _metaAddress)
setRessurectionId(uint256 _id)
togglePublicMint()
toggleResurrection()
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)
LeveledUp(uint256 id, address indexed userAddress)
NameChanged(uint256 id, address indexed userAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _blazeTokenAddress, address _metadataHandlerAddress, uint256[] _roleMaxMint, struct PaymentStruct[] _payments)
receive()
This contract contains no error objects.