Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,088.42)
Native
Value
$1,088.42
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.35 | $3,109.78 |
$1,088.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20263172 | 4 months ago | | | 0.05 | 0.00063299554 | |
| 20184392 | 5 months ago | | | 0.05 | 0.0011844243 | |
| 20170636 | 5 months ago | | | 0.05 | 0.00064329048 | |
| 19023747 | 10 months ago | | | 0.05 | 0.0025218384 | |
| 18962520 | 10 months ago | | | 0 | 0.00041829802 | |
| 18705399 | a year ago | | | 0.05 | 0.0021401047 | |
| 18624273 | a year ago | | | 0.05 | 0.0022023853 | |
| 18472274 | a year ago | | | 0.05 | 0.0018178308 | |
| 18370108 | a year ago | | | 0.05 | 0.00060449398 | |
| 18312496 | a year ago | | | 0.05 | 0.00060879125 |
ABI
ABI objects
Getter at block 21213932
maxSupply() view returns (uint256)
1000
mintPrice() view returns (uint256)
50000000000000000
name() view returns (string)
UNKNFT
owner() view returns (address)
0xbae6ac084717c9104270e0d913023d1aac44b60a
symbol() view returns (string)
UNKNFT
totalSupply() view returns (uint256)
59
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
increaseMaxSupply(uint256 _increaseAmount)
migrateFunds()
mint(uint256 quantity) 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)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateMintPrice(uint256 _mintPrice)
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(uint256 _maxSupply, uint256 _mintPrice)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotEnoughEth()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()