Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "Lucky"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21108564 | a month ago | | | 0 | 0.00023879727 | |
| 19759238 | 7 months ago | | | 0 | 0.00027608340 | |
| 19053888 | 10 months ago | | | 0 | 0.00036605134 | |
| 19053887 | 10 months ago | | | 0 | 0.00035727333 | |
| 18373527 | a year ago | | | 0 | 0.00034285661 | |
| 18325752 | a year ago | | | 0 | 0.00039553626 | |
| 18253529 | a year ago | | | 0 | 0.00032724450 | |
| 18110232 | a year ago | | | 0 | 0.00062663885 | |
| 17518250 | a year ago | | | 0 | 0.00052625464 | |
| 17518237 | a year ago | | | 0 | 0.00080004898 |
ABI
ABI objects
Getter at block 21313965
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
http://metadata.luckynft.vip/meta/
bluechipMintLimit() view returns (uint256)
1
firstStepMaxSupply() view returns (uint256)
3000
getAllGiftAuth() view returns (struct Auth[])
[]
getGiftMintLimit() view returns (uint256)
1
getMaxTotalGiftMint() view returns (uint256)
3000
getTotalGiftMint() view returns (uint256)
0
maxTotalSupply() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintMode() view returns (uint8)
2
name() view returns (string)
Lucky
owner() view returns (address)
0xecb02a729e6b15d45db13bbb7afe5f5b13eab688
stakingPool() view returns (address)
0x0000000000000000000000000000000000000000
startTime() view returns (uint256)
1671437774
superMinter() view returns (address)
0x2bab11184d6615fe95556f10343e9b01762baeac
symbol() view returns (string)
Lucky
totalSupply() view returns (uint256)
5008
whitelistMintLimit() view returns (uint256)
1
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getGiftMintedQuantity(address auth, uint256 authTokenId) 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)
whitelistMinted(address) view returns (bool)
State-modifying
Events approve(address operator, uint256 tokenId)
bluechipMint(address bluechipERC721, uint256 bluechipTokenId)
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_)
setBluechip(address erc721, bool isOpen)
setBluechipMaxTotalMint(uint256 bluechipMaxTotalMint_)
setBluechipMintLimit(uint256 limit_)
setFirstStepMaxSupply(uint256 max)
setMerkleRoot(bytes32 merkleRoot_)
setMintMode(uint8 mode_)
setStakingPool(address stakingPool_)
setStartTime(uint256 startTime_)
setSuperMinter(address minter)
setWhitelistMintLimit(uint256 limit_)
superMint(address to, uint256 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] proof)
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)
SetGiftAuth(address auth, bool isOpen)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, uint256 startTime_)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)