BasilliusArk

Verified contract

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

No balances found for "BasilliusArk"

0xd32602f22d0a1459ad3aa6f8a7ab0e645d5cada21f502b1a256391c5a0ebfaa0
0x7b4ce5d17604d9339e18a83aa97794af13f21cf81174c0c430efc46f9d2645d2
0x1c058da3b4302585db351442d3a6e2a27528aca1d2c618cfd82f9b93088b70eb
From
0x3481d22e16413dfa8b915923b968c2ed014ea03a24e63dce0889f68095032129
0x6a5abf2d8623e3b79486cad016946712e010a37e1936dade4c1a143fd6efcc17
0x40986de840b8337929fe5ba746e28be321593c4e4b4b3aefd126aea5bf255bb9
0x045e4e1b3359aa2d3aa5e33b319e40f962b044814ef4945104c24fa0e52ce2c3
0x19aaa0f1a56214505b0391d8846242eef23310add674b3dfc470bbd0cb169ffc
0x29454e9a6aad8fddc4215473ac09e66e33bf4116ef0de9b95df8da023a21545f
0x6f533fe1c3faee0e838d497e13f182bbbeca1fc8f9ea9070b08001be338059c8

Functions
Getter at block 20898990
cost(view returns (uint256)
3000000000000000
freeAmount(view returns (uint256)
1
freeSupply(view returns (uint256)
906
maxMintAmountPerTx(view returns (uint256)
3
maxSupply(view returns (uint256)
5555
name(view returns (string)
BasilliusArk
owner(view returns (address)
0xbf1700facc38a19bd3c5b8db17befeb1acdb1ff2
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
BASILLIUS
totalSupply(view returns (uint256)
725
uriPrefix(view returns (string)
ipfs://QmWabBrxBH2ZxBP7jkrvz85uip8oFpkfzoZqAdRW2iv9Jv/
uriSuffix(view returns (string)
.json
whitelist(view returns (address)
0xbf1700facc38a19bd3c5b8db17befeb1acdb1ff2
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
setWhitelist(address _address
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(