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 "SeKira"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104507 | 23 days ago | | | 0 | 0.000092587457 | |
| 21017739 | a month ago | | | 0 | 0.00014455951 | |
| 21000727 | a month ago | | | 0 | 0.0011492772 | |
| 20980474 | a month ago | | | 0 | 0.00076386493 | |
| 20961508 | a month ago | | | 0 | 0.00047662850 | |
| 20676795 | 3 months ago | | | 0 | 0.00015478874 | |
| 20607820 | 3 months ago | | | 0 | 0.000020992400 | |
| 20593780 | 3 months ago | | | 0 | 0.000062974600 | |
| 20563928 | 3 months ago | | | 0 | 0.000059284384 | |
| 20556787 | 3 months ago | | | 0 | 0.00014723656 |
ABI
ABI objects
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 maxSupply, uint16 devReservedSupply, uint16 presalePrice, uint16 raffleSalePrice, uint16 publicSalePrice, uint16 royaltyRate, uint16 devMinted, bool isPresaleActive, bool isRaffleSaleActive, bool 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 minter) view returns (uint64)
_presaleMinted(address minter) view returns (uint8)
_publicSaleMinted(address minter) view returns (uint8)
_raffleSaleMinted(address minter) view returns (uint8)
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sekiraDevMint(address to, uint16 amount)
sekiraPresaleMint(uint8 amount, uint8 v, bytes32 r, bytes32 s) payable
sekiraPublicMint(uint8 amount) payable
sekiraRaffleSaleMint(uint8 amount, uint8 v, bytes32 r, bytes32 s) payable
setApprovalForAll(address operator, bool approved)
setPresaleState(bool newState)
setPrices(uint16 presalePrice, uint16 raffleSalePrice, uint16 publicSalePrice)
setPublicSaleState(bool newState)
setRaffleSaleState(bool newState)
setRoyaltyRate(uint16 royaltyRate)
setURIPrefix(string uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(struct SeKiraConfig config, string uriPrefix)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
AuxQueryForZeroAddress()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()