NFT Sensei

Verified contract

Active on Ethereum with 8,857 txns
Deployed by via 0x410c0e66 at 14939365
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NFT Sensei"

0x81ca3c5126653fabafb79cc833f98b65fedf9e8bf16f30349b662a48d2e3e7bf
0xddc9997f9cd68b4fdaead4b0ca22f2946d855958670245885755a341ed6e426b
0xfcf198a6d877ed8547662cdefd3137b127798cf2db9c93e856656e8e8542d85d
0x72270c3226213cd8b0671f8fe0734b56045b4a4d6b314e6dcbe8baecab6e60da
0x238e7bd92c07fa0d28ebd032f6f3a9b380909007e59699a2db9d33f5c1d489a6
0x0f1e14a0a863f58740b7da69fb105c757f2e436fa470dd230455b7083beaf4e2
0xa40015f1af2d2966a36e804f9466625ef127b20906533203a2a8bf8d986387ab
0x82578a2e7ad4aff0be944d6fe37cc8e282b64d789fa501292e92a4e952837d7f
0xdae6589fe402687949325f4a68d2e3227d7cae6692418aa0101a305ebee6f0d5
0x4310f01814a510b22f0bb1ea6f437cae4926743dbcd6e0bce927f5f56050438e

Functions
Getter at block 21205244
_devSupplyRemaining(view returns (uint256)
0
_maxSupply(view returns (uint256)
1559
_merkleRoot(view returns (bytes32)
0x5648359ac5a1eb9019f48c7e9e13c1fdbce17196439433c80b818f177e929bf0
_mintPrice(view returns (uint256)
1250000000000000000
_phase(view returns (uint8)
2
name(view returns (string)
NFT Sensei
owner(view returns (address)
0x4cbe959cb852745541ef89094be7ad0ad3fdf00c
privateMintStarted(view returns (bool)
true
symbol(view returns (string)
SENSEI
totalSupply(view returns (uint256)
1559
Read-only
_salesPhaseMinted(addressuint8view returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(uint256 quantity
privateMint(bytes32[] proofpayable 
publicMint(uint192 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxSupply(uint256 maxSupply
setMintPrice(uint256 mintPrice
setSalesPhase(uint8 phasebytes32 merkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawEther(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 devSupplyuint256 publicSupplyuint256 mintPrice
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(