SeKira

Verified contract

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

No balances found for "SeKira"

0xd0790950415cfbaee1d98909ec50fc85f8b65b8d08627e21e11a2f6726f520fd
0x3e687edc568361ca318c794444bc1a424032739ba3863974d7b842da3efe51d4
0xa34492f4c49e52078faa1eb1bfaff8e88077d5713a8f0532dce186727ee933c1
0x4607905ca84d1f69e9d87becb227ea96f1c0949c79f3a44264a4322cbf2b9d4b
0x33003c5fb71bf83c86fb780531efe98fa348f2f9fe091d9cfbfe3f2b851e474a
0x42e68b519854ff573e2975be15509e8c55c5a2a61fd1703f1388f708c5008827
0x20b89f3e5e9c75625f43e4c03bebccfe3b20d16eff7ee67e7e2d73c826810dc3
0x8230cf051789070d6ed7e2c36cccd2fb704bf71c0cf317b5f28830ab71df8bbe
0x19d9617545a077836e1cfe18a4ed4f6694a751690aa600a433712e76515ba1e0
0x12ffe3c2594e9708ed1be79e72fb6ed1984e365f5cb80668662d67289662ff3f

Functions
Getter at block 21270693
PRESALE_RAFFLE_MAX_MINT(view returns (uint8)
2
PUBLIC_SALE_MAX_MINT(view returns (uint8)
3
RAFFLE_SALE_MAX_MINT(view returns (uint8)
2
_config(view returns (uint16 maxSupplyuint16 devReservedSupplyuint16 presalePriceuint16 raffleSalePriceuint16 publicSalePriceuint16 royaltyRateuint16 devMintedbool isPresaleActivebool isRaffleSaleActivebool isPublicSaleActive)
(maxSupply=5555, devReservedSupply=55, presalePrice=1200, raffleSalePrice=1500, publicSalePrice=1500, royaltyRate=500, devMinted=2, isPresaleActive=false, isRaffleSaleActive=false, isPublicSaleActive=false)
_uriPrefix(view returns (string)
https://gateway.pinata.cloud/ipfs/QmRwPdiy6NSxPyZRKmPZu8kMo5LTSZh6xbfpabBzUqbGTk/
name(view returns (string)
SeKira
owner(view returns (address)
0x719d131dfd468bdba4c97529eeb39d9c95db5e59
symbol(view returns (string)
SKRA
totalSupply(view returns (uint256)
3201
Read-only
_aux(address minterview returns (uint64)
_presaleMinted(address minterview returns (uint8)
_publicSaleMinted(address minterview returns (uint8)
_raffleSaleMinted(address minterview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
sekiraDevMint(address touint16 amount
sekiraPresaleMint(uint8 amountuint8 vbytes32 rbytes32 spayable 
sekiraPublicMint(uint8 amountpayable 
sekiraRaffleSaleMint(uint8 amountuint8 vbytes32 rbytes32 spayable 
setApprovalForAll(address operatorbool approved
setPresaleState(bool newState
setPrices(uint16 presalePriceuint16 raffleSalePriceuint16 publicSalePrice
setPublicSaleState(bool newState
setRaffleSaleState(bool newState
setRoyaltyRate(uint16 royaltyRate
setURIPrefix(string uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(struct SeKiraConfig configstring uriPrefix
Fallback and receive

This contract contains no fallback and receive objects.

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