Apes With Lasers
Verified contract
Active on
Ethereum with 845 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
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Apes With Lasers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20808393 | 2 months ago | | | 0 | 0.00026003140 | |
| 20533240 | 4 months ago | | | 0 | 0.00017524776 | |
| 20505694 | 4 months ago | | | 0 | 0.00021388838 | |
| 19690641 | 7 months ago | | | 0 | 0.00079701964 | |
| 19690598 | 7 months ago | | | 0 | 0.00091137137 | |
| 17833136 | a year ago | | | 0 | 0.0016453258 | |
| 17833106 | a year ago | | | 0 | 0.00081869615 | |
| 17551863 | a year ago | | | 0 | 0.00033036335 | |
| 17310653 | 2 years ago | | | 0 | 0.0013017055 | |
| 17275673 | 2 years ago | | | 0 | 0.0026239393 |
ABI
ABI objects
Getter at block 21307048
FLAT_PRICE() view returns (uint256)
100000000000000000
MAX_CLAIMABLE_SUPPLY() view returns (uint256)
2222
MAX_NFT_SUPPLY() view returns (uint256)
8888
PROVENANCE_HASH() view returns (string)
1a6595d8f3c2c97b66a34e35dbe9bc0e83edfdca1d93193145d8904775671cc3
REVEAL_TIMESTAMP() view returns (uint256)
1619794800
SALE_START_TIMESTAMP() view returns (uint256)
1619190000
baseURI() view returns (string)
https://apeswithlasers.com/api/tokens/apes/
claimableContractsLength() view returns (uint256)
21
getNFTPrice() view returns (uint256)
100000000000000000
name() view returns (string)
Apes With Lasers
owner() view returns (address)
0x69969e78e83d5d287540a3ad4bf86992070a5bef
startingIndex() view returns (uint256)
3314
startingIndexBlock() view returns (uint256)
12342571
symbol() view returns (string)
AWL
totalClaimedSupply() view returns (uint256)
505
totalSupply() view returns (uint256)
647
Read-only
balanceOf(address owner) view returns (uint256)
claimableContractAt(uint256 index) view returns (address)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimedNFT(uint256 index) view returns (bool)
isClaimedOwner(address owner) view returns (bool)
isNFTOwner(address contractAddress, address owner) 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 addClaimableContracts(address[] contractAddresses)
approve(address to, uint256 tokenId)
claimNFT(address contractAddress)
finalizeStartingIndex()
mintNFT(uint256 numberOfNfts) payable
removeClaimableContract(address contractAddress)
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)
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(string name, string symbol, string baseUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.