Unpersons
Verified contract
Active on
Ethereum with 2,751 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Unpersons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17515944 | a year ago | | | 0 | 0.0013619819 | |
| 17176313 | 2 years ago | | | 0 | 0.0076280601 | |
| 17062678 | 2 years ago | | | 0 | 0.0011255279 | |
| 16755630 | 2 years ago | | | 0 | 0.0016458753 | |
| 16696829 | 2 years ago | | | 0 | 0.0011480531 | |
| 16591696 | 2 years ago | | | 0 | 0.0016594813 | |
| 16354100 | 2 years ago | | | 0 | 0.00067525257 | |
| 16348851 | 2 years ago | | | 0 | 0.00058901138 | |
| 16291566 | 2 years ago | | | 0 | 0.00043451169 | |
| 16168793 | 2 years ago | | | 0.0069 | 0.00070858477 |
ABI
ABI objects
Getter at block 21219770
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://Qme9B58khjxXLUVLbKfzvUpfLWSkWaoHiZoxrMe3xvo7hE/
freeSupply() view returns (uint256)
555
hiddenMetadataUri() view returns (string)
ipfs://QmZLg7pqt5VRQMFksRLcsLRzGCvz3eaBTAyihVswvycy6f/Hidden.json
maxPublic() view returns (uint256)
3
maxSupply() view returns (uint256)
5555
maxWhitelist() view returns (uint256)
3
merkleRoot() view returns (bytes32)
0xf2dc0b6fc28f15b28f466f02b058037b06cb436892853bdbd67c00e73d813555
name() view returns (string)
Unpersons
owner() view returns (address)
0x7cd0e2241e74188a63e252dc49e4dafff1d1d496
preSale() view returns (bool)
false
presaleCost() view returns (uint256)
0
publicCost() view returns (uint256)
0
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
UP
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isInWhiteList(bytes32[] _merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256 quantity, address _address)
approve(address to, uint256 tokenId)
mint(uint256 quantity, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setFreeSupply(uint256 _amount)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMax(uint256 _whitelist, uint256 _public)
setMaxSupply(uint256 _amount)
setMerkleRoot(bytes32 _merkleRoot)
setPrice(uint256 _whitelistCost, uint256 _publicCost)
setReveal(bool _state)
setSale(bool _preSale, bool _publicSale)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()