SEIKENLABS

Verified contract

Active on Ethereum with 772 txns
Deployed by via 0xb180c1b9 at 16268825
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SEIKENLABS"

0x9fffbc707f830ccb6723abf2ec5e2d35c1989818d3f5de242deb39195df6e72e
0xbf78795fba35a0edff2e1dbf3696e8d132ac30dc534de7b3cd8a4f9461c58fde
0x834adba0685b405229403bbe57b767dc0ab19f0e075d67bcc0101524811f750c
0x860234c847a4e7973f8abab713b5864fcedf998603809cb1f28bfd6bf227a71d
0x8fd334e3f9ff8bf2cf927f4b9bfb14f45a8249cc24b6186691686c952e49fb9d
0xc188d5c57162f6b50f759cc0b097e6f93d7a874663eaef305de407ec59275565
0x87651facd8bcf00c0afdb346b2ea0c5a69c341f37f8e8e9d6fa79b9444d1cdb3
0x19d18bdd72c4ed372f728252228484982b3a26b9059dc4d119cedb478c163e95
0xde1a199b54f3000795846dd0a4b3ee857d72919739c09622c839c56934b645ec
0xcab2a88f1734a81298ed21d1ef55328cd43369a667e0f335be27b820dbdc9b8f

Functions
Getter at block 21322217
MAX_PER_WALLET(view returns (uint256)
3
contractURI(pure returns (string)
maxSupply(view returns (uint256)
2222
name(view returns (string)
SEIKENLABS
owner(view returns (address)
0xda4d6aa5f6831f7ff1b651ba05d20fa9e1772ebc
symbol(view returns (string)
SL
totalSupply(view returns (uint256)
2222
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(
UnableGetTokenOwnerByIndex(