Immortalz
Verified contract
Active on
Ethereum with 6,098 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 "Immortalz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21017462 | a month ago | | | 0 | 0.00049319561 | |
| 19666459 | 8 months ago | | | 0 | 0.00020051229 | |
| 19073207 | 10 months ago | | | 0 | 0.00046117829 | |
| 18957276 | a year ago | | | 0 | 0.00080214149 | |
| 18944250 | a year ago | | | 0 | 0.00055860160 | |
| 18768962 | a year ago | | | 0 | 0.00075623220 | |
| 18491806 | a year ago | | | 0 | 0.0015165660 | |
| 18341963 | a year ago | | | 0 | 0.00031822700 | |
| 18184618 | a year ago | | | 0 | 0.0014505094 | |
| 18107564 | a year ago | | | 0 | 0.00042347174 |
ABI
ABI objects
Getter at block 21317935
IMMORTALZ_MAX() view returns (uint256)
9850
IMMORTALZ_MAX_MINT() view returns (uint256)
10000
IMMORTALZ_RESERVE() view returns (uint256)
150
PRICE() view returns (uint256)
70000000000000000
PURCHASE_LIMIT() view returns (uint256)
10
contractURI() view returns (string)
https://nft.immortalz.io/immortalz/
isActive() view returns (bool)
true
isPresaleListActive() view returns (bool)
true
name() view returns (string)
Immortalz
owner() view returns (address)
0x6f095133e814200fcf06bc185569544249bd1713
presaleListMaxMint() view returns (uint256)
1
symbol() view returns (string)
IMMORTALZ
totalGiftSupply() view returns (uint256)
150
totalPublicSupply() view returns (uint256)
4367
totalSupply() view returns (uint256)
4517
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onPresaleList(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleListClaimedBy(address owner) view returns (uint256)
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 addToPresaleList(address[] addresses)
approve(address to, uint256 tokenId)
mintReserve(uint256 _count, address _to)
purchase(uint256 numberOfTokens) payable
purchasePresaleList(uint256 numberOfTokens) payable
removeFromPresaleList(address[] addresses)
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)
setContractURI(string URI)
setIsActive(bool _isActive)
setIsPresaleListActive(bool _isPresaleListActive)
setPresaleListMaxMint(uint256 maxMint)
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(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.