Unc0vered
Verified contract
Active on
Ethereum with 1,101 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Unc0vered"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20321221 | 4 months ago | | | 0 | 0.0021504021 | |
| 20321221 | 4 months ago | | | 0 | 0.0026442964 | |
| 20232810 | 5 months ago | | | 0 | 0.00052583883 | |
| 20202841 | 5 months ago | | | 0 | 0.000049433114 | |
| 20202840 | 5 months ago | | | 0 | 0.00014320992 | |
| 20202839 | 5 months ago | | | 0 | 0.00019547848 | |
| 20124263 | 5 months ago | | | 0 | 0.00060937541 | |
| 20124262 | 5 months ago | | | 0 | 0.00076544036 | |
| 20084423 | 5 months ago | | | 0 | 0.00056758185 | |
| 18763177 | a year ago | | | 0 | 0.0011361538 |
ABI
ABI objects
Getter at block 21285386
baseURI() view returns (string)
https://api.unc0vered.com/api/
isPresaleLive() view returns (bool)
false
isPublicSaleLive() view returns (bool)
false
maxNftSupply() view returns (uint256)
610
maxPresaleSupply() view returns (uint256)
3500
maxPresaleToMint() view returns (uint256)
2
maxPublicToMint() view returns (uint256)
5
mintPrice() view returns (uint256)
200000000000000000
name() view returns (string)
Unc0vered
owner() view returns (address)
0x4afb5920bb2d63c40371ca976139d34f32d30126
presaleAllowed() view returns (bool)
false
presaleStartTimestamp() view returns (uint256)
1634331231
publicSaleAllowed() view returns (bool)
false
publicSaleStartTimestamp() view returns (uint256)
1634419394
symbol() view returns (string)
U0
totalSupply() view returns (uint256)
610
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isInWhitelist(address user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleNumOfUser(address) view returns (uint256)
publicNumOfUser(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addToPresale(address[] addresses)
approve(address to, uint256 tokenId)
doPresale(uint256 numberOfTokens) payable
doPublic(uint256 numberOfTokens) payable
removeToPresale(address[] addresses)
renounceOwnership()
reserveMannequins(address _to, uint256 _numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxNftSupply(uint256 _maxValue)
setMaxPresaleSupply(uint256 _maxValue)
setMaxPresaleToMint(uint256 _maxValue)
setMaxPublicToMint(uint256 _maxValue)
setMintPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePresaleState(bool newStatus, uint256 timeDiff)
updatePublicSaleState(bool newStatus, uint256 timeDiff)
withdraw()
withdrawAll()
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 name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.