The Immortals
Verified contract
Active on
Ethereum with 749 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe6bb…e435
0xcac8…da96
0xee1f…ce08
0xe361…48c9
Balances ($0.00)
No balances found for "The Immortals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20892098 | 2 months ago | | | 0 | 0.00024613711 | |
| 20892075 | 2 months ago | | | 0 | 0.00030907352 | |
| 20892071 | 2 months ago | | | 0 | 0.00035048861 | |
| 20892053 | 2 months ago | | | 0 | 0.00031030656 | |
| 20892023 | 2 months ago | | | 0 | 0.00031560499 | |
| 20891510 | 2 months ago | | | 0 | 0.00024734857 | |
| 20891505 | 2 months ago | | | 0 | 0.00025342348 | |
| 20891501 | 2 months ago | | | 0 | 0.00026668139 | |
| 20891479 | 2 months ago | | | 0 | 0.00023472032 | |
| 20891472 | 2 months ago | | | 0 | 0.00024812712 |
ABI
ABI objects
Getter at block 21225373
baseURI() view returns (string)
https://www.immortalsnft.xyz/api/meta?edition=
maxSupply() view returns (uint256)
500
mintPrice() view returns (uint256)
79000000000000000
name() view returns (string)
The Immortals
owner() view returns (address)
0x979a5ea6cba2a7dd1782b4b5281995e4b427b1db
publicMintLive() view returns (bool)
true
symbol() view returns (string)
X_X
totalMinted() view returns (uint256)
85
totalSupply() view returns (uint256)
500
whitelistMintLimit() view returns (uint256)
85
whitelistMintLive() view returns (bool)
false
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)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events addToWhitelist(address[] users)
airdrop(address[] recipients, uint256[] amounts)
approve(address to, uint256 tokenId)
enablePublicMint()
enableWhitelistMint()
ownerMint(uint256 numberOfTokens)
publicMint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint() payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string uri_, address team1_, address team2_, address team3_, address team4_, uint256 _maxSupply, uint256 _whitelistMintLimit)
This contract contains no fallback and receive objects.
This contract contains no error objects.