Lucky Zeros NFT
Verified contract
Active on
Ethereum with 5,111 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 "Lucky Zeros NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21046926 | 16 days ago | | | 0 | 0.00021232110 | |
| 21001288 | 22 days ago | | | 0 | 0.00042589118 | |
| 20969109 | a month ago | | | 0 | 0.00050658534 | |
| 20910281 | a month ago | | | 0 | 0.00065240401 | |
| 20894377 | a month ago | | | 0 | 0.00032828776 | |
| 20894158 | a month ago | | | 0 | 0.00036132524 | |
| 20881793 | a month ago | | | 0 | 0.00025535849 | |
| 20878201 | a month ago | | | 0 | 0.00022441138 | |
| 20878201 | a month ago | | | 0 | 0.00022441138 | |
| 20878201 | a month ago | | | 0 | 0.00022441138 |
ABI
ABI objects
Getter at block 21160123
MAXSUPPLY() view returns (uint256)
8888
getItemPrice() view returns (uint256)
60000000000000000
getNumPerMint() view returns (uint256)
20
minting() view returns (bool)
false
name() view returns (string)
Lucky Zeros NFT
owner() view returns (address)
0x99d6ed5e57f75f82956ef1fc7ef26a6dc24303f6
paused() view returns (bool)
false
presaleminting() view returns (bool)
false
provenance() view returns (string)
3e390e1dea7a3a47b6ceeb55e9209e72de979d9507d20a9f72a4bf342154b4a9
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
LUCKYZEROS
totalMinted() view returns (uint256)
3333
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)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipMint()
flipPresaleMint()
flipProxyState(address proxyAddress)
mintNFTS(uint256 _qty) payable
mintReserves(uint256 _qty)
pause(bool val)
presaleMint(uint256 _qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setItemPrice(uint256 _price)
setNumPerMint(uint256 _max)
setPreSaleLimit(uint256 _presalelimit)
setProvenance(string hash)
setProxyRegistryAddress(address _proxyRegistryAddress)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.