MyLittleUzis
Verified contract
Active on
Ethereum with 5,354 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 "MyLittleUzis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270957 | 17 hours ago | | | 0 | 0.00048284394 | |
| 20356139 | 4 months ago | | | 0 | 0.00029361832 | |
| 20130896 | 5 months ago | | | 0 | 0.00025424437 | |
| 20114350 | 5 months ago | | | 0 | 0.00021557210 | |
| 19758306 | 7 months ago | | | 0 | 0.00020888342 | |
| 19714484 | 7 months ago | | | 0 | 0.00015773027 | |
| 19528476 | 8 months ago | | | 0 | 0.0019699038 | |
| 19167505 | 10 months ago | | | 0 | 0.00079256514 | |
| 19159481 | 10 months ago | | | 0 | 0.00063849419 | |
| 19136065 | 10 months ago | | | 0 | 0.0020178930 |
ABI
ABI objects
Getter at block 21276174
MAX_NFT_SUPPLY() view returns (uint256)
5000
MAX_PER_ADDRESS() view returns (uint256)
2
baseURI() view returns (string)
ipfs://QmdvKzZE4XtE8zG2eJdrKRV8hy4qorFpx3ytrQyjuMbUpU/
coverURI() view returns (string)
ipfs://QmTKmtv3ntYG4KTDfrU1rVqF6UDmixpi5mPW22ZnmxQw8H
name() view returns (string)
MyLittleUzis
owner() view returns (address)
0x2e5f8b8fe24fa1e0b18aac409ad620cb650bfd50
revealTimestamp() view returns (uint256)
432000
saleStartTimestamp() view returns (uint256)
1633126500
startingIndex() view returns (uint256)
2523
startingIndexBlock() view returns (uint256)
13336074
symbol() view returns (string)
MLU
totalSupply() view returns (uint256)
5000
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 approve(address to, uint256 tokenId)
finalizeStartingIndex()
mint(uint256 amount)
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)
setCoverURI(string _newCoverURI)
setSaleStartTime(uint256 time)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(uint256 startTimestamp_, string coverURI_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.