NFT Sensei
Verified contract
Active on
Ethereum with 8,857 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 "NFT Sensei"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21090210 | 16 days ago | | | 0 | 0.00029271245 | |
| 21087443 | 16 days ago | | | 0 | 0.00023601600 | |
| 21087443 | 16 days ago | | | 0 | 0.00041200642 | |
| 21030222 | 24 days ago | | | 0 | 0.00079926756 | |
| 21026247 | 25 days ago | | | 0 | 0.00022667657 | |
| 21012542 | a month ago | | | 0 | 0.00024053040 | |
| 21006049 | a month ago | | | 0 | 0.00035571083 | |
| 21000857 | a month ago | | | 0 | 0.00069669801 | |
| 20984177 | a month ago | | | 0 | 0.0011875268 | |
| 20975804 | a month ago | | | 0 | 0.00067134418 |
ABI
ABI objects
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(address, uint8) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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(uint256 quantity)
privateMint(bytes32[] proof) payable
publicMint(uint192 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxSupply(uint256 maxSupply)
setMintPrice(uint256 mintPrice)
setSalesPhase(uint8 phase, bytes32 merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEther()
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 devSupply, uint256 publicSupply, uint256 mintPrice)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()