Sendune Senpai
Verified contract
Active on
Ethereum with 812 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.61)
Native
Value
$10.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004 | $2,652.12 |
$10.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19207046 | 9 months ago | | | 0.004 | 0.0056597960 | |
| 18909834 | 10 months ago | | | 0 | 0.00060497609 | |
| 17173578 | a year ago | | | 0 | 0.0030076559 | |
| 16881783 | 2 years ago | | | 0 | 0.00070721761 | |
| 16832427 | 2 years ago | | | 0 | 0.0011632050 | |
| 16812837 | 2 years ago | | | 0 | 0.0014146536 | |
| 16770278 | 2 years ago | | | 0 | 0.0021645264 | |
| 16770278 | 2 years ago | | | 0 | 0.0021654012 | |
| 16769785 | 2 years ago | | | 0 | 0.0020446302 | |
| 16769487 | 2 years ago | | | 0 | 0.0016356696 |
ABI
ABI objects
Getter at block 21083497
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_currentIndex() view returns (uint256)
1323
freeAllocation() view returns (uint256)
1000
getPrice() view returns (uint256)
4000000000000000
hiddenMetadata() view returns (string)
maxPerWallet() view returns (uint256)
0
maxSupply() view returns (uint256)
3000
metadata() view returns (string)
https://f005.backblazeb2.com/file/anime-51382/metadata
name() view returns (string)
Sendune Senpai
owner() view returns (address)
0x75a3d6a9d69c918723b268918f07a034dc1c2d81
paused() view returns (bool)
false
revealLive() view returns (bool)
true
root() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
suffix() view returns (string)
.json
symbol() view returns (string)
SENPAI
totalSupply() view returns (uint256)
1322
Read-only
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 operator, uint256 tokenId) payable
burnSenpai(uint256 tokenId)
devMint(uint256 qty)
mintSenpai(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setReveal(bool _state)
setSenpaiMetadataUrl(string _hiddenMetadataUri)
setUriPrefix(string _metadata)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId) payable
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()