LuckyManekiNFT
Verified contract
Active on
Ethereum with 12,543 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xae83…7910
0x1294…9b97
Balances ($56.80)
Native
Value
$56.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.017741 | $3,201.89 |
$56.8 | |
LMK | ERC-721 | 1 | -- | -- | |
LMK | ERC-721 | 1 | -- | -- | |
LMK | ERC-721 | 1 | -- | -- | |
LMK | ERC-721 | 1 | -- | -- | |
LMK | ERC-721 | 1 | -- | -- | |
LMK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21053837 | 15 days ago | | | 0 | 0.00011894670 | |
| 21030876 | 18 days ago | | | 0 | 0.00024318322 | |
| 21030873 | 18 days ago | | | 0 | 0.00025752986 | |
| 20904771 | a month ago | | | 0 | 0.000096801328 | |
| 20894785 | a month ago | | | 0 | 0.00020562115 | |
| 20884754 | a month ago | | | 0 | 0.00056353770 | |
| 20884751 | a month ago | | | 0 | 0.00058428402 | |
| 20884741 | a month ago | | | 0 | 0.00060968112 | |
| 20884735 | a month ago | | | 0 | 0.00056873011 | |
| 20884733 | a month ago | | | 0 | 0.00076923980 |
ABI
ABI objects
Getter at block 21161563
MAX_SUPPLY() view returns (uint256)
14159
PROVENANCE() view returns (string)
a174be7664367c61bd7dd5ae2c7b90c1a167bf8d6bf6ec2682273aabdab2c85b
baseURI() view returns (string)
https://luckymaneki.com/token/
fundsReserved() view returns (uint256)
172500000000000000
isActive() view returns (bool)
true
name() view returns (string)
LuckyManekiNFT
owner() view returns (address)
0x5b4807dd5c574c1a6d9017d4836404ebd40f6a44
reserveRemain() view returns (uint256)
0
revealOffset() view returns (uint256)
12107
salePrice() pure returns (uint256)
75000000000000000
symbol() view returns (string)
LMK
totalSupply() view returns (uint256)
14159
withdrawn() view returns (uint256)
514757972650000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isNameUsed(string nameString) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerOfAux(uint256 index) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
toLower(string str) pure returns (string)
tokenByIndex(uint256 index) view returns (uint256)
tokenNameByIndex(uint256 index) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
validateName(string str) pure returns (bool)
State-modifying
Events __execReveal(uint256 _index, uint256 rand)
approve(address to, uint256 tokenId)
mint(uint256 qty) payable
renounceOwnership()
reserve(uint256 qty)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendRafflePrize(address recipient, uint256 amt) returns (bool)
setActive(bool val)
setApprovalForAll(address operator, bool approved)
setName(uint256 tokenId, string name)
setupRaffleProvable(address raffle, address provable)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawSafe(address recipient, uint256 amt)
withdrawUnsafe(address recipient, uint256 amt)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Named(uint256 indexed index, string name)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.