NotCelMates
Verified contract
Active on
Ethereum with 3,211 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 "NotCelMates"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18844073 | a year ago | | | 0 | 0.00060105934 | |
| 18844035 | a year ago | | | 0 | 0.0012855325 | |
| 17919565 | a year ago | | | 0 | 0.00054403800 | |
| 16687808 | 2 years ago | | | 0 | 0.0015758220 | |
| 16517678 | 2 years ago | | | 0 | 0.0012316505 | |
| 16196864 | 2 years ago | | | 0 | 0.00089674285 | |
| 16087990 | 2 years ago | | | 0 | 0.00062640051 | |
| 16082448 | 2 years ago | | | 0 | 0.00051815982 | |
| 16051001 | 2 years ago | | | 0 | 0.00041976900 | |
| 16041628 | 2 years ago | | | 0 | 0.00056834032 |
ABI
ABI objects
Getter at block 21328272
Ownermint() view returns (uint256)
5
cost() view returns (uint256)
3000000000000000
maxPerAddress() view returns (uint256)
10
maxPerTX() view returns (uint256)
10
maxSupply() view returns (uint256)
8888
name() view returns (string)
NotCelMates
owner() view returns (address)
0x6f8daaf9bb7c214f19b84e3711b12acabc13c7b7
paused() view returns (bool)
false
symbol() view returns (string)
NCM
totalSupply() view returns (uint256)
3087
uriPrefix() view returns (string)
ipfs://QmfYPRBCdoEgLNCuWVTT5UDU2FXYh8LmFP7zs12z7xg4gg/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setPaused()
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setmaxPerTX(uint256 _maxPerTX)
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(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()