Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NMSL | ERC-721 | 1 | -- | -- | |
NMSL | ERC-721 | 1 | -- | -- | |
NMSL | ERC-721 | 1 | -- | -- | |
NMSL | ERC-721 | 1 | -- | -- | |
NMSL | ERC-721 | 1 | -- | -- | |
NMSL | ERC-721 | 1 | -- | -- | |
NMSL | ERC-721 | 1 | -- | -- | |
NMSL | ERC-721 | 1 | -- | -- | |
NMSL | ERC-721 | 1 | -- | -- | |
NMSL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20606193 | 2 months ago | | | 0 | 0.000073300644 | |
| 20606188 | 2 months ago | | | 0 | 0.000076408249 | |
| 20606185 | 2 months ago | | | 0 | 0.000075614851 | |
| 20606180 | 2 months ago | | | 0 | 0.000069258636 | |
| 20606172 | 2 months ago | | | 0 | 0.000071799576 | |
| 20606167 | 2 months ago | | | 0 | 0.000068190468 | |
| 20606162 | 2 months ago | | | 0 | 0.000074504032 | |
| 20605924 | 2 months ago | | | 0 | 0.000068995383 | |
| 20605571 | 2 months ago | | | 0 | 0.000052449774 | |
| 20604004 | 2 months ago | | | 0 | 0.000047386872 |
ABI
ABI objects
Getter at block 21092532
bundlePrice() view returns (uint256)
99000000000000000
isInRefundlist() view returns (bool)
false
name() view returns (string)
NMSL
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x1f4848c991f2e7670218f77fb85d406e3359e3ed
paused() view returns (bool)
false
price() view returns (uint256)
9900000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
NMSL
totalSupply() view returns (uint256)
9600
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) pure returns (bytes4)
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)
burnBatch(address from, uint256[] tokenIds)
devMint(uint256 count)
mint() payable
mintBudnle() payable
refund(uint256 tokenId)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setNewUri(string newUri)
togglePause()
transferFrom(address from, address to, uint256 tokenId)
transferFromBatch(address[] to, uint256[] tokenIds)
transferFromSingle(address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxSizeBatch, uint256 maxSupply_, string hiddenUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.