Nefturians
Verified contract
Proxy
Active on
Ethereum with 1,606 txns
Unified storage
Map
Table
Raw
Constants and immutables
14
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($47.17)
Native
Value
$47.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01215 | $3,882.52 |
$47.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202047 | a month ago | | | 0 | 0.00060139477 | |
| 21139835 | a month ago | | | 0 | 0.00081565255 | |
| 21091816 | a month ago | | | 0 | 0.00019497897 | |
| 20947803 | 2 months ago | | | 0 | 0.00066409290 | |
| 20947800 | 2 months ago | | | 0 | 0.0010184599 | |
| 20947777 | 2 months ago | | | 0 | 0.00038819071 | |
| 20895224 | 2 months ago | | | 0 | 0.00013236440 | |
| 20709433 | 3 months ago | | | 0 | 0.000073635063 | |
| 20297619 | 5 months ago | | | 0 | 0.000054114485 | |
| 19974117 | 6 months ago | | | 0 | 0.00019021255 |
ABI
ABI objects
Getter at block 21390199
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractURI() view returns (string)
https://api.nefturians.io/metadata/collection
getArtifactContract() view returns (address)
0x18e04e6e3f741eb678afcbaf37a4c95f7e574e98
getDataContract() view returns (address)
0x08756276b4ac05f430b933582926e0abea1cd833
getMintingPrice() pure returns (uint256)
150000000000000000
getPreSaleTimestamp() view returns (uint256)
1645891200
getPublicSaleTimestamp() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0xcad59a00ec15d9242fbbf5b069946035d3e08839d2b75897b9dae83ea830353a
name() view returns (string)
Nefturians
owner() view returns (address)
0x9ba52109eda0b6afb60f0c98265a7457d1b47763
paused() view returns (bool)
false
provableFairnessHash() view returns (string)
0x90732e5dc81fa063a652b0fd1d3f3f4b9fe622d75d0d139ac9155dff80fa0ed1
symbol() view returns (string)
NFTR
totalSupply() view returns (uint256)
1240
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMetadata(uint256 tokenId) view returns (string)
getNonce(address minter) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicClaimed(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistClaimed(address) view returns (uint256)
recover(bytes data, bytes signature) pure returns (address)
recover(bytes32 hash, bytes signature) pure returns (address)
recover(bytes32 hash, bytes32 r, bytes32 vs) pure returns (address)
recover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) pure returns (address)
toEthSignedMessageHash(bytes s) pure returns (bytes32)
toEthSignedMessageHash(bytes32 hash) pure returns (bytes32)
toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) pure returns (bytes32)
State-modifying
Events addKey(string keyName)
approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
incrementNonce(address holder)
pause()
publicMint(uint256 quantity, bytes signature) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeMint(address to, uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 newMerkleRoot)
setNefturiansArtifact(address newNefturiansArtifact)
setPresaleStart(uint256 ts)
setProvableFairnessHash(string hash)
setPublicSaleStart(uint256 ts)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistMint(uint256 quantity, bytes32[] merkleProof) payable
withdraw(address account)
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)
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)
UpdateNefturianArtifact(address newArtifactContract)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.