Inferno Genesis Keys
Verified contract
Active on
Ethereum with 1,251 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($10,855.60)
Native
Value
$10,855.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.45 | $3,146.55 |
$10,855.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20648384 | 2 months ago | | | 0 | 0.000065373121 | |
| 20201317 | 4 months ago | | | 0 | 0.000086078775 | |
| 20093746 | 5 months ago | | | 0 | 0.00015144878 | |
| 19742599 | 6 months ago | | | 0 | 0.00039829823 | |
| 19492986 | 8 months ago | | | 0 | 0.00046107527 | |
| 19492986 | 8 months ago | | | 0 | 0.00045948568 | |
| 19325388 | 8 months ago | | | 0 | 0.0013579968 | |
| 17025247 | 2 years ago | | | 0 | 0.00059626225 | |
| 16881948 | 2 years ago | | | 0 | 0.00030540267 | |
| 16881948 | 2 years ago | | | 0 | 0.00030434977 |
ABI
ABI objects
Getter at block 21163213
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
contractURI() view returns (string)
getCurrentPhase() view returns (string)
general
isSalePublic() view returns (bool)
true
maxPhaseSupply() view returns (uint256)
0
maxSupply() view returns (uint256)
12000
maxZodiacSupply() view returns (uint256)
1000
name() view returns (string)
Inferno Genesis Keys
owner() view returns (address)
0x28d14b0261df7ac387cf05565fa98648bff3201e
paused() view returns (bool)
false
price() view returns (uint256)
150000000000000000
symbol() view returns (string)
INFERNO
totalPhaseSupply() view returns (uint256)
64
totalSupply() view returns (uint256)
927
totalZodiacSupply() view returns (struct InfernoSupply)
(79, 85, 65, 78, 82, 94, 59, 63, 58, 124, 77, 63)
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)
isValidAccessMessage(address _add, string _pha, uint8 _v, bytes32 _r, bytes32 _s) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokenZodiac(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
disablePublic()
enablePublic()
grantRole(bytes32 role, address account)
mintKeyPublic(address to, string sign) payable
mintKeyWhitelist(address to, string sign, string phase, uint8 _v, bytes32 _r, bytes32 _s) payable
pause()
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 uri)
setContractURI(string newuri)
setPhase(bool updateSupply, uint256 phaseSupply, string phase)
setPrice(uint256 wl_price, uint256 public_price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawAll()
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)
Paused(address account)
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)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.