Strange Me In NFT
Verified contract
Active on
Ethereum with 7,813 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 "Strange Me In NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20802498 | 2 months ago | | | 0 | 0.00043959894 | |
| 20757237 | 2 months ago | | | 0 | 0.00011789992 | |
| 20006300 | 6 months ago | | | 0 | 0.00055219648 | |
| 19826707 | 7 months ago | | | 0 | 0.00027646447 | |
| 19729542 | 7 months ago | | | 0 | 0.00014918291 | |
| 19206836 | 9 months ago | | | 0 | 0.0011651865 | |
| 18658264 | a year ago | | | 0 | 0.0013359377 | |
| 18639128 | a year ago | | | 0 | 0.00049591710 | |
| 18638950 | a year ago | | | 0 | 0.00051095615 | |
| 18501148 | a year ago | | | 0 | 0.00029949285 |
ABI
ABI objects
Getter at block 21264847
MAX_NFT_PER_TRAN() view returns (uint256)
10
MAX_PER_WALLET() view returns (uint256)
100
MINT_PRICE() view returns (uint256)
7000000000000000
contractURI() pure returns (string)
isMetadataFinal() view returns (bool)
false
isPaused() view returns (bool)
true
maxSupply() view returns (uint256)
8700
name() view returns (string)
Strange Me In NFT
owner() view returns (address)
0x0000000000000000000000000000000000000000
prerevealURL() view returns (string)
symbol() view returns (string)
SMIF
totalSupply() view returns (uint256)
8700
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint256 count)
finalizeMetadata()
mint(uint256 count) payable
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 newMaxSupply)
setPause(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()