Unihorns

Verified contract

Active on Ethereum with 861 txns
Deployed by via 0x8a81c6fb at 15671230
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $196.63
0x45a1070d142f2a982b0b2f5722f0ff5c4aad70cf0df5aaf9871e4559c1757b47
0xa8b465ac23c8d756cc7122f1661e87d106b755b85a8360592adeb0ee970b3aa2
0x9ed84e5ce30a70cb0a9ff364561fcbb696f1a4355c58cc6a0c4477e6c970c9e3
0x412dcd2cdb1e679ddc59f52cdda7429ba8b666e8d91ddddd7b93731cfd2ef95f
From
0xd004e8d138ff010afca5246cc4e4222c819801d980b22a9247a0e14e65271491
0x16a99f82da5c2c61621794723230fb14192372ff7076763104ebb5b3a7ad989a
0xa8d15ccc3fba30f7aedc8ec4af7f980dea6c812470ff8dc5e976cf30731c050e
From
0x16521d1cecdc055c136600d2a402e859616bd815cf28422b416be4bf944e25f5
0xef6f8997942342a520eeff8a14ab3688cd2677d3661baf974170be8f4abb2936
From
0x681f1b6c8546e52e514da0e3574ec8013da33f607e8544358bce3c0959308f48

Functions
Getter at block 20863219
contractURI(view returns (string)
ipfs://QmaRtvqHhWSuw1K6jbdjauY5iSFJvXAu7nXXMHwDfW8HpJ
isPublicSalesActive(view returns (bool)
true
isWhitelistSalesActive(view returns (bool)
true
maxNormalMintPerAccount(view returns (uint256)
10
maxSupply(view returns (uint256)
2000
maxWhitelistMintPerAccount(view returns (uint256)
3
maxWhitelistSupply(view returns (uint256)
300
name(view returns (string)
Unihorns
normalMintPrice(view returns (uint256)
5000000000000000
owner(view returns (address)
0x2b48a8b89ef26273e5e126d3589a5f44cfeb193d
publicSalesTimestamp(view returns (uint256)
1664856300
symbol(view returns (string)
UNI
totalSupply(view returns (uint256)
1953
whitelistMintPrice(view returns (uint256)
0
whitelistSalesTimestamp(view returns (uint256)
1664853000
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
hasMintedUsingWhitelist(address accountview returns (bool)
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[])
totalNormalMintPerAccount(address accountview returns (uint256)
totalWhitelistMintPerAccount(address accountview returns (uint256)
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string contractURI_
setMaxNormalMintPerAccount(uint256 maxNormalMintPerAccount_
setMaxSupply(uint256 maxSupply_
setMaxWhitelistMintPerAccount(uint256 maxWhitelistMintPerAccount_
setMaxWhitelistSupply(uint256 maxWhitelistSupply_
setNormalMintPrice(uint256 normalMintPrice_
setPublicSalesTimestamp(uint256 timestamp
setSignerPublicKey(address signerPublicKey_
setWhitelistMintPrice(uint256 whitelistMintPrice_
setWhitelistSalesTimestamp(uint256 timestamp
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 amountbytes signaturepayable 
withdrawAll(
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(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(