CyrioLand

Verified contract

Active on Ethereum with 1,517 txns
Deployed by via 0xd21bc588 at 15553288
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $2.63
0x3778883e7af2cdeb7b2d1566f5f6e6544bb05011fa52d3f580b4f93a0762a7fd
0x19bfdd47526b04a916c6f56d293ae61fe05e04251ebeeacd8595f5003a4dc9c7
0xfd6bd1bb6dedc53daa12986319081dcc792be11df4016d9407fe2a99bb3556e1
0x913e4a4a8d483aac6c089d24ba35c8ff073c5147acd9b6e917653c83d1a0dfb3
0x0e3a2552ef2ec224aff107372856a274f929b8a9d3cd7587ae7d7dfcec860918
0xe5b802b529376cf74a51f79328dc9627209e4260380aa14b2d4e27259e5fbfad
0x3160d23eb71197fec8ce8f8051e4982a96ab1aa8ce9e1594ef95ef5fe040675b
0xf7604669f9ef3c94c3897737ffc1fe8bffb22e9630024e413fc18179839f405c
0xae163775874df08c988834de2eb68f6aef24ee1320f9b399b5b04f3bff426911
0xff09700ca4df104989e07f7834fc56cb22e490ecda1c8b7bc21c2e9675bb5224

Functions
Getter at block 20870315
cost(view returns (uint256)
1000000000000000
freeAmount(view returns (uint256)
3
freeSupply(view returns (uint256)
2720
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
5000
name(view returns (string)
CyrioLand
owner(view returns (address)
0xf84d4a541515da4b8f5ac729d3d6d328d0ca1e75
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
CYRIOLAND
theOwner(view returns (address)
0xf84d4a541515da4b8f5ac729d3d6d328d0ca1e75
totalSupply(view returns (uint256)
1692
uriPrefix(view returns (string)
ipfs://QmNf3HhtHgtGLS5QK4ViRxcWdmT9bjt4A9CuRhgCQVxSSY/prereveal.json
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
freeClaimed(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFree(uint256 _amount
setFreePerWallet(uint256 _amount
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
teamMint(uint256 quantity
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTx
Fallback and receive

This contract contains no fallback and receive objects.

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