SeKira

Verified contract

Active on Ethereum with 7,242 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"

0x42e68b519854ff573e2975be15509e8c55c5a2a61fd1703f1388f708c5008827
0x20b89f3e5e9c75625f43e4c03bebccfe3b20d16eff7ee67e7e2d73c826810dc3
0x8230cf051789070d6ed7e2c36cccd2fb704bf71c0cf317b5f28830ab71df8bbe
0x19d9617545a077836e1cfe18a4ed4f6694a751690aa600a433712e76515ba1e0
0x12ffe3c2594e9708ed1be79e72fb6ed1984e365f5cb80668662d67289662ff3f
0xf4a494c817089255efaca0566b0a1d5a34507a149c79feaa9ffa636f1a51209a
0x1fb6e78cc7bdd6024a9051f5ec590b331e399ad7c4e49e35a4859ceeb60db1e1
0xb951b1cad3c2df1ef1a73be269611170c0588a2bcd052eb3ca3cf594d2ebfe51
0x3997292ad68804a24385f881cfdb6b67c43211985a1b3d3d4c28e1d958b80708
0x85f120c7b72dbb0f0177005f7ab8250553c9d051a9619e624fc0545ed174c760

Functions
Getter at block 20816216
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(