Immortalz
Verified contract
Active on
Ethereum with 7,773 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) |
---|---|---|---|---|---|---|---|
| 21293552 | 12 days ago | | | 0 | 0.0011287664 | |
| 21255387 | 17 days ago | | | 0 | 0.00078660613 | |
| 20884516 | 2 months ago | | | 0 | 0.00042070481 | |
| 20766902 | 3 months ago | | | 0 | 0.00010818546 | |
| 20752112 | 3 months ago | | | 0 | 0.00010832138 | |
| 20678944 | 3 months ago | | | 0 | 0.00019517882 | |
| 20678617 | 3 months ago | | | 0 | 0.00027510008 | |
| 20294804 | 5 months ago | | | 0 | 0.000082898539 | |
| 20079644 | 6 months ago | | | 0 | 0.00041719842 | |
| 20079136 | 6 months ago | | | 0 | 0.00077778988 |
ABI
ABI objects
Getter at block 21377859
ATTR_PRICE() view returns (uint256)
10000000000000000
IMMORTALZ_MAX() view returns (uint256)
4375
IMMORTALZ_MAX_MINT() view returns (uint256)
4525
IMMORTALZ_RESERVE() view returns (uint256)
150
PRICE() view returns (uint256)
70000000000000000
PURCHASE_LIMIT() view returns (uint256)
10
contractURI() view returns (string)
name() view returns (string)
Immortalz
owner() view returns (address)
0xeaa832a13980b206c81338986da85b80b8910091
symbol() view returns (string)
IMMORTALZ
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)
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)
State-modifying
Events airdropMint(address _to, uint256 _tokenId)
approve(address to, uint256 tokenId)
changeAttribute(uint256 tokenId, string key, string value) 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)
setContractURI(string URI)
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)
AttributeChanged(uint256 indexed _tokenId, string _key, string _value)
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.