Kryptoria

Verified contract

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

No balances found for "Kryptoria"

0x468d2fa72150bf1a4231cbb04a91cc0cbe8d6794575dda25e280490c6f4963e2
0x5a7fd030aa69c2d637893d3ff6602790b1d0ac18a3cf67bf2c313e869fefc0da
0x5f4092adc522b18bd067e95812f122d1885bfa38302c59d098a990b0117f65d5
0x7d68afc8115f7cb61d426beb9bb93f7e03ee996b9f5be33e9856204a2bb81668
0x1cfb715dcdf8a061f3ab4f0a11e7e958c846338dbc2981625dfddf43e085f799
0xe8f910353939b48a512b98116be5434da7b2b13a371df5bf2ff508b985fe4ea3
0xa86418db070d8b106d411baf45360abe205018805e09c6df39a2b661ce9b9708
0x2499d4e2a8bc79563846799c1ed99821fdebf34ba8875cd2f5b88193ea21147d
0xe9f717c35b58023ec19fbb1b0af2c34ddbb5447b920b61df6a74bbbab945921d
0xcc11dd06f8249f8c9939c1e8613a182f618212f4ef7ee0cd08e729fd5fa47353

Functions
Getter at block 20866815
MAX_PER_WALLET(view returns (uint256)
10
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
10000
name(view returns (string)
Kryptoria
owner(view returns (address)
0x0412626576a09038ddeb497b21259d194ab68a49
symbol(view returns (string)
KR
totalSupply(view returns (uint256)
5771
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)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(bool paused
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(