Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UINTS0 | ERC-721 | 1 | -- | -- | |
UINTS0 | ERC-721 | 1 | -- | -- | |
UINTS0 | ERC-721 | 1 | -- | -- | |
UINTS0 | ERC-721 | 1 | -- | -- | |
UINTS0 | ERC-721 | 1 | -- | -- | |
UINTS0 | ERC-721 | 1 | -- | -- | |
UINTS0 | ERC-721 | 1 | -- | -- | |
UINTS0 | ERC-721 | 1 | -- | -- | |
UINTS0 | ERC-721 | 1 | -- | -- | |
UINTS0 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305923 | 12 hours ago | | | 0 | 0.00022325462 | |
| 21305740 | 13 hours ago | | | 0 | 0.00023199585 | |
| 21305739 | 13 hours ago | | | 0 | 0.00022747000 | |
| 21241901 | 9 days ago | | | 0 | 0.00023758292 | |
| 21144098 | 23 days ago | | | 0 | 0.00053674190 | |
| 21106774 | a month ago | | | 0 | 0.000095279438 | |
| 21106661 | a month ago | | | 0 | 0.00010692240 | |
| 21106270 | a month ago | | | 0 | 0.00011181047 | |
| 21106141 | a month ago | | | 0 | 0.00010901999 | |
| 21105750 | a month ago | | | 0 | 0.000082557999 |
ABI
ABI objects
Getter at block 21309639
finalMintingBlock() view returns (uint256)
1676252531
getMinutesRemaining() view returns (uint256)
0
isCombinable() view returns (bool)
true
mintCount() view returns (uint256)
39116
name() view returns (string)
UINTS
owner() view returns (address)
0x1763e6109c60572f2188e9dd1fc8a5c8514aab9f
price() view returns (uint256)
3000000000000000
symbol() view returns (string)
UINTS
totalSupply() view returns (uint256)
33874
Read-only
balanceOf(address owner) view returns (uint256)
freeMintBalance(address addy) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getValue(uint256 tokenId) view returns (uint256)
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 addFreeMints(address[] addresses, uint256 quantity)
approve(address to, uint256 tokenId) payable
combine(uint256[] tokens)
freeMint(uint256 quantity)
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)
toggleCombinable()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
CountdownExtended(uint256 _finalBlock)
MetadataUpdate(uint256 _tokenId)
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()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()