8immortals
Verified contract
Active on
Ethereum with 1,115 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 "8immortals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997336 | a month ago | | | 0 | 0.00020555701 | |
| 19494852 | 8 months ago | | | 0 | 0.00042922423 | |
| 19494852 | 8 months ago | | | 0 | 0.00042859907 | |
| 19282120 | 9 months ago | | | 0 | 0.00077778621 | |
| 19238969 | 9 months ago | | | 0 | 0.0010931912 | |
| 19159759 | 10 months ago | | | 0 | 0.0011640458 | |
| 19054371 | 10 months ago | | | 0 | 0.00054838033 | |
| 19012527 | 10 months ago | | | 0 | 0.0013092413 | |
| 19003792 | 10 months ago | | | 0 | 0.0011669414 | |
| 18776126 | a year ago | | | 0 | 0.00089882647 |
ABI
ABI objects
Getter at block 21258868
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
baseTokenURI() view returns (string)
https://metadata.8immortals.xyz/
contractURI() view returns (string)
https://metadata.8immortals.xyz/general
maxSupply() view returns (uint256)
8888
name() view returns (string)
8immortals
owner() view returns (address)
0xd1e52564b478fa0dec109dd765fd36ab87d669fb
pause() view returns (bool)
false
symbol() view returns (string)
8IM
totalSupply() view returns (uint256)
888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
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 approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mint(uint256 _amount, address _account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setContractURI(string _contractURI)
setPause(bool _pause)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AnfitfyNFTMinted(uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseTokenURIUpdated(string baseTokenURI)
ContractURIUpdated(string contractURI)
MaxSupplySet(uint256 maxSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseUpdated(bool pause)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _maxSupply, string _contractURI, string _baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.