Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "Lady"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19782953 | 6 months ago | | | 0 | 0.00059987454 | |
| 18918635 | 10 months ago | | | 0 | 0.0010310931 | |
| 18855614 | a year ago | | | 0 | 0.0010515567 | |
| 18234368 | a year ago | | | 0 | 0.00051227939 | |
| 18231330 | a year ago | | | 0 | 0.00038324128 | |
| 18231054 | a year ago | | | 0 | 0.00034528649 | |
| 18227054 | a year ago | | | 0 | 0.00058930312 | |
| 17838467 | a year ago | | | 0 | 0.00062349378 | |
| 17529560 | a year ago | | | 0 | 0.0014747729 | |
| 16772967 | 2 years ago | | | 0 | 0.0013354062 |
ABI
ABI objects
Getter at block 21189725
ethMintCost() view returns (uint256)
0
launchStatus() view returns (bool isMooarLaunched, bool isMooarUnlaunched, bytes32 tokenMerkleRoot, uint256 redeemMintStartTime, uint256 unfreezeMintStartTime, bytes32 priorityMerkleRoot, uint256 priorityMintStartTime, uint256 directMintStartTime)
(isMooarLaunched=false, isMooarUnlaunched=true, tokenMerkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, redeemMintStartTime=0, unfreezeMintStartTime=0, priorityMerkleRoot=0xc816e4f402e0e1535cfe42a4020fad7ce2b90fa07911d160c1256ef8f9fe10f2, priorityMintStartTime=1671062400, directMintStartTime=1671148800)
maxSupply() view returns (uint256)
11000
name() view returns (string)
Lady
owner() view returns (address)
0xe849ea771fa9e42e95ee2fb9c75b90e9ead3a5db
symbol() view returns (string)
LADY
tokenMintBaseToken() view returns (address)
0xe3c408bd53c31c085a1746af401a4042954ff740
tokenMintCost() view returns (uint256)
5000000000
totalSupply() view returns (uint256)
11000
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)
burn(uint256 tokenId)
directMintByETH() payable
directMintByToken()
priorityMintByETH(bytes32[] proof) payable
priorityMintByToken(bytes32[] proof)
redeemMint(uint256 tokenId, bytes32[] proof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMooarLaunch(bytes32 tokenMerkleRoot, uint256 redeemMintStartTime, uint256 unfreezeMintStartTime)
setMooarUnlaunch(bytes32 priorityMerkleRoot, uint256 priorityMintStartTime, uint256 directMintStartTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unfreezeMintByETH(uint256 tokenId, bytes32[] proof) payable
unfreezeMintByToken(uint256 tokenId, bytes32[] proof)
withdrawETH(address receiver, uint256 amount)
withdrawToken(address receiver, address token, uint256 amount)
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(string name, string symbol, string baseURI, string tokenSuffix, uint256 maxSupply_, uint256 ethMintCost_, address tokenMintBaseToken_, uint256 tokenMintCost_)
This contract contains no fallback and receive objects.
This contract contains no error objects.