Undercoversnfts
Verified contract
Active on
Ethereum with 1,625 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.63)
Native
Value
$0.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0002 | $3,131.21 |
$0.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16414334 | 2 years ago | | | 0 | 0.00094975510 | |
| 15489366 | 2 years ago | | | 0 | 0.00054169904 | |
| 15470495 | 2 years ago | | | 0 | 0.00037404717 | |
| 15462225 | 2 years ago | | | 0 | 0.00099280383 | |
| 15462178 | 2 years ago | | | 0 | 0.00085367981 | |
| 15462173 | 2 years ago | | | 0 | 0.00055503629 | |
| 15462159 | 2 years ago | | | 0 | 0.00076046906 | |
| 15462135 | 2 years ago | | | 0 | 0.00033116615 | |
| 15462063 | 2 years ago | | | 0 | 0.00062502431 | |
| 15462063 | 2 years ago | | | 0 | 0.00062502431 |
ABI
ABI objects
Getter at block 21220087
MAX_MINTS() view returns (uint256)
275
MAX_SUPPLY() view returns (uint256)
5000
NFT_PRICE() view returns (uint256)
0
baseExtension() view returns (string)
baseURI() view returns (string)
ipfs://QmeSDuYsntQn3U9mkZ9k4tWm7TGVQtNQDNiUf64mjZ333x/
name() view returns (string)
Undercoversnfts
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xe9291f77cda0461e872c8b0297579c656931875a
paused() view returns (bool)
false
symbol() view returns (string)
UN
totalSupply() view returns (uint256)
7952
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events AdminMint(uint256 numTokens) payable
FreeMint(uint256 numTokens) payable
approve(address to, uint256 tokenId)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.