Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($277.06)
Native
Value
$277.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.075 | $3,694.11 |
$277.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18402043 | a year ago | | | 0 | 0.00030962886 | |
| 17575608 | a year ago | | | 0 | 0.00088317295 | |
| 17008653 | 2 years ago | | | 0 | 0.00043496724 | |
| 16950061 | 2 years ago | | | 0 | 0.00057090439 | |
| 16919058 | 2 years ago | | | 0 | 0.00072271701 | |
| 16799582 | 2 years ago | | | 0 | 0.0015084119 | |
| 16633638 | 2 years ago | | | 0 | 0.0011183716 | |
| 16487711 | 2 years ago | | | 0 | 0.00082559985 | |
| 16487569 | 2 years ago | | | 0 | 0.00096565253 | |
| 16288691 | 2 years ago | | | 0 | 0.00067155647 |
ABI
ABI objects
Getter at block 21307508
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
hasMintedUsingWhitelist(address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalNormalMintPerAccount(address account) view returns (uint256)
totalWhitelistMintPerAccount(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes signature) payable
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()