Holoself

Verified contract

Active on Ethereum with 19,012 txns
Deployed by via 0x4738dcfc at 16738693
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Holoself"

0x71550195ce10a52993051062c7ba082432cbab9b60e0b047ce6c1c492ee0093f
0xa6944e6b9003d285ba11a226df86dcb68a2e88d3c3d6e80b122a0422ccf98778
0x72647d9ead60257032a2f9091d5844b84e1af46eacfe4bbf49ec109a95ee250b
0x5821667ce3ad7ef189133bb2d62b449470f23fe49c1c26bea70f9ce3d54a6859
0x108a9e39e380d19606c7818b18c10446560be0b3ab885d1db907a50031184d50
0xe67c44cb89453a9773741764c8f21dfb79b5f71fe39bd1f68dc470666629ddd9
0xcde7cb7fde242afcec4e2064eb104a12f9595376c959ffe77d15212f19f190ca
0x50a99667dffd9d7a95c2e7c28f5ae22043885aa7c86cf222e62978b0a61e665f
0x56c02407589eaa64864156e5398e8860111859bade859fb8a618b4600bc88407
0x4b7685aec778304f4d890b1dbf0d2c39e6fc3b465814c67d78a823984ac1421a

Functions
Getter at block 20792119
MAX_SUPPLY(view returns (uint256)
8888
MINT_LIMIT_PER_ADDRESS(view returns (uint256)
2
MINT_PRICE(view returns (uint256)
220000000000000000
developerFund(view returns (address)
0xf6eb2d49400024e8fc3fc297043bf1e98b8da349
name(view returns (string)
Holoself
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0x647afb05f7d98f8e3e8c770170964dde31fa537d
ownerFund(view returns (address)
0x1b736731331a757b172aed6c98484ad80bc52405
preSaleActive(view returns (bool)
false
publicSaleActive(view returns (bool)
false
symbol(view returns (string)
Holo
totalSupply(view returns (uint256)
8888
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
userMinted(addressview returns (uint256)
State-modifying
approve(address operatoruint256 tokenIdpayable 
devMint(address _touint256 quantitypayable 
mint(uint256 quantitypayable 
presaleMint(bytes32[] _merkleProofuint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setOperatorFilteringEnabled(bool value
setPresaleMerkleRoot(bytes32 merkleRoot
setPresaleStatus(bool _preSale
setSalePrice(uint256 _price
setSaleStatus(bool _publicSale
transferFrom(address fromaddress touint256 tokenIdpayable 
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
UpdateBaseURI(string baseURI
UpdatePresaleMerkleRoot(bytes32 merkleRoot
UpdatePresaleStatus(bool _preSale
UpdateSalePrice(uint256 _price
UpdateSaleStatus(bool _publicSale
Constructor
constructor(address _developerFundaddress _ownerFund
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressCannotBeZero(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CallerIsAContract(
ETHTransferFailDev(
ETHTransferFailOwner(
ExceedsMaxSupply(
IncorrectETHSent(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintLimitReached(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
TxnLimitReached(
URIQueryForNonexistentToken(
Unauthorized(