LadyApesOfSpace
Verified contract
Active on
Ethereum with 3,725 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
0xf6e2…d528
Balances ($0.00)
No balances found for "LadyApesOfSpace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20908600 | a month ago | | | 0 | 0.00024784134 | |
| 20908595 | a month ago | | | 0 | 0.00022125152 | |
| 20848468 | a month ago | | | 0 | 0.00031443578 | |
| 20759173 | 2 months ago | | | 0 | 0.000063496875 | |
| 20643789 | 2 months ago | | | 0 | 0.000069626740 | |
| 20507825 | 3 months ago | | | 0 | 0.000088763303 | |
| 20201857 | 4 months ago | | | 0 | 0.000077297994 | |
| 20138700 | 5 months ago | | | 0 | 0.00022831947 | |
| 20097961 | 5 months ago | | | 0 | 0.00087565802 | |
| 19556298 | 7 months ago | | | 0 | 0.0011445870 |
ABI
ABI objects
Getter at block 21172844
LadyApesProvenance() view returns (string)
MAX_LADY_APES() view returns (uint256)
10000
MAX_LADY_APES_ADOPTION() view returns (uint256)
50
baseURI() view returns (string)
https://raw.githubusercontent.com/apesofspace/laos_metadata_unrevealed/main/
claimIsActive() view returns (bool)
false
name() view returns (string)
LadyApesOfSpace
owner() view returns (address)
0x4eb8f99f1f912642eafac5e1dfaf2b72c0012462
symbol() view returns (string)
LAOS
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(uint256 tokenId) 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 adoptLadyApe(uint256 aosTokenId)
adoptNLadyApes(uint256 startingIndex, uint256 numLadyApes)
approve(address to, uint256 tokenId)
flipClaimState()
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)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(address dependentContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.